Jump to page: 1 2
Thread overview
DMD 0.140 release
Nov 25, 2005
Walter Bright
Nov 25, 2005
Sean Kelly
Nov 25, 2005
Sean Kelly
Nov 25, 2005
Walter Bright
Nov 25, 2005
Georg Wrede
Nov 25, 2005
Walter Bright
Nov 25, 2005
Don Clugston
Nov 25, 2005
Walter Bright
Nov 25, 2005
Stewart Gordon
Nov 25, 2005
Stewart Gordon
Nov 25, 2005
Walter Bright
Nov 25, 2005
Don Clugston
Nov 25, 2005
Walter Bright
Nov 26, 2005
Walter Bright
Nov 28, 2005
Don Clugston
November 25, 2005
Template and complex number fixes. New name demangler!

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



November 25, 2005
Walter Bright wrote:
> Template and complex number fixes. New name demangler!

Floating point and string template parameters?  Awesome!  And Happy Thanksgiving!


Sean
November 25, 2005
Walter Bright wrote:
> Template and complex number fixes. New name demangler!
> 
> http://www.digitalmars.com/d/changelog.html

Just... wow!

Bet the turkey tastes good after all this!
November 25, 2005
"Georg Wrede" <georg.wrede@nospam.org> wrote in message news:43867C2F.6090907@nospam.org...
> Walter Bright wrote:
> > Template and complex number fixes. New name demangler!
> >
> > http://www.digitalmars.com/d/changelog.html
>
> Just... wow!
>
> Bet the turkey tastes good after all this!

I'm busy digesting at the moment. Happy T-Day to everyone!


November 25, 2005
By the way... how did you get around the symbol length issue for template string parameters?  Is a checksum part of the name or some such?


Sean
November 25, 2005
"Sean Kelly" <sean@f4.ca> wrote in message news:dm60ov$282h$1@digitaldaemon.com...
> By the way... how did you get around the symbol length issue for template string parameters?

I didn't. It's necessary to be conservative in how long a string you use.

> Is a checksum part of the name or some such?

No.


November 25, 2005
Walter Bright wrote:
> Template and complex number fixes. New name demangler!
> 
> http://www.digitalmars.com/d/changelog.html

Truly awesome! I'm itching to have to a play with these. Sounds like I can have a 90% hack reduction in my metaprogramming code!

BTW, in the changelog, the link to std.demangle doesn't work, and I couldn't find it on the phobos page, either.


November 25, 2005
"Don Clugston" <dac@nospam.com.au> wrote in message news:dm6g3h$2mv2$1@digitaldaemon.com...
> BTW, in the changelog, the link to std.demangle doesn't work, and I couldn't find it on the phobos page, either.

Done.


November 25, 2005
Walter Bright wrote:
> Template and complex number fixes. New name demangler!

"Added std.windows.charset (thanks to Stewart Gordon, D/28246)."

Excellent!  Only, I think you mean 28264 or 28426, not 28246.

And you mistyped my name in the comment to fromMBSz.

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, 2005
Stewart Gordon wrote:
> Walter Bright wrote:
>> Template and complex number fixes. New name demangler!
> 
> "Added std.windows.charset (thanks to Stewart Gordon, D/28246)."
> 
> Excellent!  Only, I think you mean 28264 or 28426, not 28246.
> 
> And you mistyped my name in the comment to fromMBSz.

More observations while I'm at it:

- The comment in std.file states that the toMBSz there is deprecated, but you haven't given it the deprecated attribute.

- toUTF8(wchar*) is nowhere to be seen.  OK, so it's a fairly trivial wrapper, but still....

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.
« First   ‹ Prev
1 2