April 04, 2006
Walter Bright wrote:
> Sean Kelly wrote:
> 
>> phobos/std/typeinfo/ti_aA.d:
>>     "uint getHash" -> should be "hash_t getHash"
> 
> Hmm. That's already the case?

My mistake.  The original must have been altered during my merge.  I re-extracted from the zipfile and now it's okay.


Sean
April 04, 2006
Walter Bright wrote:
> Rod Haper wrote:
> 
>> Walter Bright wrote:
>>
>>> Bug fixes.
>>>
>>> http://www.digitalmars.com/d/changelog.html
>>
>>
>>
>> Ummm ... 152?
> 
> 
> All that is is a recompiled phobos.lib with debug turned off.

Does this include libphobos.a with debug turned off too?

-- 
Regards,
James Dunne
April 04, 2006
James Dunne wrote:
> Walter Bright wrote:
>> Rod Haper wrote:
>>> Ummm ... 152?
>> All that is is a recompiled phobos.lib with debug turned off.
> Does this include libphobos.a with debug turned off too?

It was already off in libphobos.a.
April 05, 2006
I downloaded dmd.152.zip and the version is 151.

17:02:34.89>dmd
Digital Mars D Compiler v0.151
Copyright (c) 1999-2006 by Digital Mars written by Walter Bright
Documentation: www.digitalmars.com/d/index.html
Usage:
dmd files.d ... { -switch }

files.d        D source files
-c             do not link
-cov           do code coverage analysis
-D             generate documentation
-Dddocdir      write documentation file to docdir directory
-Dffilename    write documentation file to filename
-d             allow deprecated features
-debug         compile in debug code
-debug=level   compile in debug code <= level
-debug=ident   compile in debug code identified by ident
-g             add symbolic debug info
-H             generate 'header' file
-Hdhdrdir      write 'header' file to hdrdir directory
-Hffilename    write 'header' file to filename
--help         print help
-Ipath         where to look for imports
-inline        do function inlining
-Llinkerflag   pass linkerflag to link
-O             optimize
-o-            do not write object file
-odobjdir      write object files to directory objdir
-offilename    name output file to filename
-op            do not strip paths from source file
-profile       profile runtime performance of generated code
-quiet         suppress unnecessary messages
-release       compile release version
-run srcfile args...   run resulting program, passing args
-unittest      compile in unit tests
-v             verbose
-version=level compile in version code >= level
-version=ident compile in version code identified by ident
-w             enable warnings

just saying... :-)

So, does .152 has all the fixes of .151?

thanks,

josé


April 06, 2006
The changelog seems to make this clear: it's a last minute library-only fix and doesn't contain a compiler update. :)

- EricAnderton at yahoo

In article <e11ic6$plu$1@digitaldaemon.com>, jicman says...
>
>
>I downloaded dmd.152.zip and the version is 151.
>
>17:02:34.89>dmd
>Digital Mars D Compiler v0.151
>Copyright (c) 1999-2006 by Digital Mars written by Walter Bright
>Documentation: www.digitalmars.com/d/index.html
>Usage:
>dmd files.d ... { -switch }
>
>files.d        D source files
>-c             do not link
>-cov           do code coverage analysis
>-D             generate documentation
>-Dddocdir      write documentation file to docdir directory
>-Dffilename    write documentation file to filename
>-d             allow deprecated features
>-debug         compile in debug code
>-debug=level   compile in debug code <= level
>-debug=ident   compile in debug code identified by ident
>-g             add symbolic debug info
>-H             generate 'header' file
>-Hdhdrdir      write 'header' file to hdrdir directory
>-Hffilename    write 'header' file to filename
>--help         print help
>-Ipath         where to look for imports
>-inline        do function inlining
>-Llinkerflag   pass linkerflag to link
>-O             optimize
>-o-            do not write object file
>-odobjdir      write object files to directory objdir
>-offilename    name output file to filename
>-op            do not strip paths from source file
>-profile       profile runtime performance of generated code
>-quiet         suppress unnecessary messages
>-release       compile release version
>-run srcfile args...   run resulting program, passing args
>-unittest      compile in unit tests
>-v             verbose
>-version=level compile in version code >= level
>-version=ident compile in version code identified by ident
>-w             enable warnings
>
>just saying... :-)
>
>So, does .152 has all the fixes of .151?
>
>thanks,
>
>josé
>
>


1 2
Next ›   Last »