www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Site updated to Phobos 2.054

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
There was a misunderstanding between Walter and myself - he thought I 
needed the tag v2.054 on the d-programming-language.org repository, 
whereas I needed it in the phobos repository.

The website www.d-p-l.org is NOW updated to the latest and greatest.


Thanks,

Andrei
Jul 18 2011
next sibling parent reply Johann MacDonagh <johann.macdonagh.no spam.gmail.com> writes:
On 7/18/2011 6:58 PM, Andrei Alexandrescu wrote:
 There was a misunderstanding between Walter and myself - he thought I
 needed the tag v2.054 on the d-programming-language.org repository,
 whereas I needed it in the phobos repository.

 The website www.d-p-l.org is NOW updated to the latest and greatest.


 Thanks,

 Andrei
Some tables aren't being generated correct. On lex.dd: $(TABLE2 UTF Byte Order Marks, $(THEAD Format, BOM) $(TROW UTF-8, EF BB BF) $(TROW UTF-16BE, FE FF) $(TROW UTF-16LE, FF FE) $(TROW UTF-32BE, 00 00 FE FF) $(TROW UTF-32LE, FF FE 00 00) $(TROW ASCII, no BOM) ) And the generated HTML: <table border=1 cellpadding=4 cellspacing=0><caption>UTF Byte Order Marks</caption> </table>
Jul 18 2011
next sibling parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
404: http://d-programming-language.org/phobos/std_bitarray.html
Jul 18 2011
prev sibling parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
What the duck is std.recls ?

It's listed here:
http://d-programming-language.org/phobos/#std
Jul 18 2011
parent Johann MacDonagh <johann.macdonagh.no spam.gmail.com> writes:
On 7/18/2011 7:31 PM, Andrej Mitrovic wrote:
 What the duck is std.recls ?

 It's listed here:
 http://d-programming-language.org/phobos/#std
Here's a list of all the broken links that Xenu reported. I ignored phobos-prerelease and all external links (there are some that are broken). Some of these are false positives (any that say www.d-p-l.org/../somepath can't be found probably is): http://www.d-programming-language.org/../1.0/changelog.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/features2.html http://www.d-programming-language.org/../phobos/std_range.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/glossary.html http://www.d-programming-language.org/32-64-portability.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/windows.html http://www.d-programming-language.org/dll.html http://www.d-programming-language.org/htomodule.html http://www.d-programming-language.org/COM.html http://www.d-programming-language.org/d5.gif error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/iasm.html http://www.d-programming-language.org/phobos/core_stdc.time.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/intro-to-datetime.html http://www.d-programming-language.org/phobos/core_TickDuration.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/std_datetime.html http://www.d-programming-language.org/phobos/erf.gif error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/std_math.html http://www.d-programming-language.org/phobos/erfc.gif error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/std_math.html http://www.d-programming-language.org/phobos/std_bind.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/phobos/std_bitarray.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/features2.html http://www.d-programming-language.org/phobos/std_boxer.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/phobos/std_gc.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/phobos/std_hiddenfunc.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/features2.html http://www.d-programming-language.org/phobos/std_recls.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html
Jul 18 2011
prev sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:
 There was a misunderstanding between Walter and myself - he thought I
 needed the tag v2.054 on the d-programming-language.org repository,
 whereas I needed it in the phobos repository.

 The website www.d-p-l.org is NOW updated to the latest and greatest.
There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Jul 18 2011
parent reply Johann MacDonagh <johann.macdonagh.no spam.gmail.com> writes:
On 7/18/2011 8:28 PM, Andrei Alexandrescu wrote:
 On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:
 There was a misunderstanding between Walter and myself - he thought I
 needed the tag v2.054 on the d-programming-language.org repository,
 whereas I needed it in the phobos repository.

 The website www.d-p-l.org is NOW updated to the latest and greatest.
There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Nope, lex.html's Byte Order Marks table is still the same.
Jul 18 2011
parent reply Johann MacDonagh <johann.macdonagh.no spam.gmail.com> writes:
On 7/18/2011 9:46 PM, Johann MacDonagh wrote:
 On 7/18/2011 8:28 PM, Andrei Alexandrescu wrote:
 On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:
 There was a misunderstanding between Walter and myself - he thought I
 needed the tag v2.054 on the d-programming-language.org repository,
 whereas I needed it in the phobos repository.

 The website www.d-p-l.org is NOW updated to the latest and greatest.
There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Nope, lex.html's Byte Order Marks table is still the same.
Oops, scratch that. Hitting F5 pulled in the cached version. A Ctrl+F5 pulled in your new version. Looks good now.
Jul 18 2011
parent Andrew Wiley <wiley.andrew.j gmail.com> writes:
On Mon, Jul 18, 2011 at 6:51 PM, Johann MacDonagh <johann.macdonagh.no 
spam.gmail.com> wrote:

 On 7/18/2011 9:46 PM, Johann MacDonagh wrote:

 On 7/18/2011 8:28 PM, Andrei Alexandrescu wrote:

 On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:

 There was a misunderstanding between Walter and myself - he thought I
 needed the tag v2.054 on the d-programming-language.org repository,
 whereas I needed it in the phobos repository.

 The website www.d-p-l.org is NOW updated to the latest and greatest.
There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Nope, lex.html's Byte Order Marks table is still the same.
Oops, scratch that. Hitting F5 pulled in the cached version. A Ctrl+F5 pulled in your new version. Looks good now.
I'm guessing the page for etc.c.zlib isn't supposed to be blank?
Jul 19 2011