Jump to page: 1 29  
Page
Thread overview
DMD 0.175 release
Nov 25, 2006
Walter Bright
Nov 25, 2006
nazo
Nov 25, 2006
Walter Bright
Nov 25, 2006
Bill Baxter
Nov 25, 2006
Stewart Gordon
Nov 25, 2006
Tom S
Nov 25, 2006
Lionello Lunesu
Nov 25, 2006
Lionello Lunesu
Nov 25, 2006
John Reimer
Nov 25, 2006
Frits van Bommel
Nov 25, 2006
Dave
Nov 25, 2006
Tom
Nov 25, 2006
nobody_
Nov 25, 2006
Walter Bright
Nov 26, 2006
Tom
Nov 26, 2006
Kristian Kilpi
Nov 26, 2006
Tom
Nov 26, 2006
John Reimer
Nov 26, 2006
Stewart Gordon
Re: DMD 0.175 release [OT]
Nov 26, 2006
Kristian Kilpi
Nov 26, 2006
John Reimer
Re: DMD 0.175 release [OT]
Nov 26, 2006
Kristian Kilpi
Nov 26, 2006
John Reimer
Nov 27, 2006
Kristian Kilpi
Nov 26, 2006
Jesse Phillips
Nov 26, 2006
David Medlock
Nov 26, 2006
John Reimer
Re: DMD 0.175 release [OT]
Nov 26, 2006
Kristian Kilpi
Nov 26, 2006
John S. Skogtvedt
Nov 27, 2006
David Medlock
Nov 27, 2006
Lars Ivar Igesund
Nov 27, 2006
David Medlock
(OT) Re: DMD 0.175 release
Nov 27, 2006
Lars Ivar Igesund
Re: DMD 0.175 release -- CO2
Nov 27, 2006
Alexander Panek
Nov 27, 2006
John Reimer
Nov 27, 2006
Alexander Panek
Nov 27, 2006
Carlos Santander
Nov 28, 2006
John Reimer
Nov 28, 2006
Carlos Santander
Nov 28, 2006
John Reimer
Nov 28, 2006
Lionello Lunesu
Nov 27, 2006
Don Clugston
Nov 27, 2006
David Medlock
Nov 28, 2006
Charles D Hixson
Nov 28, 2006
Tom
Nov 28, 2006
Charles D Hixson
Nov 28, 2006
John S. Skogtvedt
Nov 28, 2006
Tom
Nov 27, 2006
Lionello Lunesu
(Totally OT) Re: DMD 0.175 release
Nov 27, 2006
Don Clugston
Nov 27, 2006
Lutger
Nov 27, 2006
Lars Ivar Igesund
Nov 27, 2006
David Medlock
Nov 27, 2006
Sean Kelly
Nov 27, 2006
John Reimer
Dec 09, 2006
Dave
Nov 27, 2006
Kristian Kilpi
Nov 27, 2006
David Medlock
Nov 27, 2006
Kristian Kilpi
Nov 27, 2006
Walter Bright
[OT] (was: DMD 0.175 release)
Nov 27, 2006
Stewart Gordon
Re: [OT] DMD 0.175 release
Nov 28, 2006
Kristian Kilpi
Nov 28, 2006
Txarli
Nov 28, 2006
Kristian Kilpi
Nov 25, 2006
Ary Manzana
Nov 25, 2006
Walter Bright
Nov 25, 2006
JohnC
Nov 25, 2006
Sean Kelly
Nov 25, 2006
Thomas Kuehne
Nov 26, 2006
Walter Bright
Nov 26, 2006
Stewart Gordon
Nov 26, 2006
Kirk McDonald
Nov 26, 2006
Walter Bright
Nov 26, 2006
Stewart Gordon
Nov 27, 2006
Dave
Nov 28, 2006
Walter Bright
Nov 28, 2006
Dave
Nov 28, 2006
Walter Bright
Nov 27, 2006
Chris Miller
Nov 27, 2006
John Reimer
Nov 28, 2006
Bruno Medeiros
Nov 28, 2006
Walter Bright
Nov 29, 2006
Bruno Medeiros
November 25, 2006
Stack class variables, bug fixes.

http://www.digitalmars.com/d/changelog.html

http://ftp.digitalmars.com/dmd.175.zip
November 25, 2006
Walter Bright wrote:
> Stack class variables, bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.175.zip
linux binary is still 0.174:-(
November 25, 2006
nazo wrote:
> linux binary is still 0.174:-(

Oops! Fixed.
November 25, 2006
Walter Bright wrote:
> Stack class variables, bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.175.zip

You, sir, are a bug fixin' machine! (And stack class vars aint bad either)
I'm starting to think you're serious about this 1.0 release date. :-)
November 25, 2006
I haven't commented on the .174 release yet, so let me just say that .174 was probably the best feature-wise release to date. Now .175 is a total bug massacre :D Great job, Walter !

/** I'm going to port Bind to the new tuples, it's just that I've been quite busy recently and didn't have the time to do so yet */


--
Tomasz Stachowiak
November 25, 2006
Bill Baxter wrote:
> Walter Bright wrote:
>> Stack class variables, bug fixes.
>>
>> http://www.digitalmars.com/d/changelog.html
>>
>> http://ftp.digitalmars.com/dmd.175.zip
> 
> You, sir, are a bug fixin' machine! (And stack class vars aint bad either)
> I'm starting to think you're serious about this 1.0 release date. :-)

Where are we at with a 1.0 feature freeze, for that matter?

Stewart.

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M d- s:-@ C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++++ h-- r-- !y
------END GEEK CODE BLOCK------

My e-mail is valid but not my primary mailbox.  Please keep replies on the 'group where everyone may benefit.
November 25, 2006
"Walter Bright" <newshound@digitalmars.com> wrote in message news:ek8vrl$5m8$1@digitaldaemon.com...
> Stack class variables, bug fixes.

Damn, and I just figured out how to do that with alloca :)

Very good release. Thanks!

Which reminds me: will "char[varsize] array_on_stack" ever be possible?

L.


November 25, 2006
scope auto a = new char[23];  !?

What d'you think?


November 25, 2006
Walter Bright wrote:
> Stack class variables, bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.175.zip

Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you.

--
Tom;
November 25, 2006
Sunlight doesn't effect the transparent.


« First   ‹ Prev
1 2 3 4 5 6 7 8 9