Re: dmd 1.071 and 2.056 release

2011-10-28 Thread Mike James
"Walter Bright" wrote in message news:j8c7gj$2ctn$2...@digitalmars.com... On 10/27/2011 7:00 AM, Mike James wrote: Yeh, a simple app I've written has gone from 514k to 1098k in release. Where has all the extra 'goodness' come from :-O Take a look at the .map file (run dmc with -map). It'll t

Review of Jesse Phillips's CSV Parsing Library

2011-10-28 Thread dsimcha
Jesse Phillips's CSV parser is next in the review queue. Please go to digitalmars.D to review and comment on it.

Re: dmd 1.071 and 2.056 release

2011-10-28 Thread Vladimir Panteleev
On Fri, 28 Oct 2011 11:42:33 +0300, Mike James wrote: More interestingly if you open up the executable in a hex editor there are huge chunks of the .exe padded with zeros... Most likely related to this issue: http://d.puremagic.com/issues/show_bug.cgi?id=2254 -- Best regards, Vladimir

Re: dmd 1.071 and 2.056 release

2011-10-28 Thread Andrej Mitrovic
On 10/28/11, Vladimir Panteleev wrote: > Most likely related to this issue Interesting.. If I compile my app via dmd myapp.d I get a 2.149 KB exe. If instead I do "dmd -c myapp.d" and then do "dmd myapp.obj I get a 1.117KB exe. That's kind of odd. If I use Unilink to link the app object file

cuteDoc -New DDOC theme

2011-10-28 Thread Robik
Hi. I'd like to share with new theme for DDOC named CuteDoc. It can be found here: https://github.com/robik/cuteDoc . Live demo can be foudn here: http://cutedoc.dav1d.de/ . (Thanks to dav1d (from #d) for hosting it). -- Robik

Re: cuteDoc -New DDOC theme

2011-10-28 Thread Nick Sabalausky
"Robik" wrote in message news:j8f14s$1o78$1...@digitalmars.com... > Hi. > > I'd like to share with new theme for DDOC named CuteDoc. It can be > found here: https://github.com/robik/cuteDoc . > > Live demo can be foudn here: http://cutedoc.dav1d.de/ . (Thanks to > dav1d (from #d) for hosting it).

Re: std.dateparse reincarnation

2011-10-28 Thread Jonathan M Davis
On Saturday, October 15, 2011 04:21:54 Steve Teale wrote: > On Thu, 13 Oct 2011 22:09:39 +0300, Vladimir Panteleev wrote: > > On Thu, 13 Oct 2011 07:22:06 +0300, Jesse Phillips > > > > wrote: > >> Thought I would let everyone know that while std.dateparse is > >> deprecated and will be removed fr