digitalmars.D - DMD 0.96 release
- Walter (2/2) Jul 22 2004 Bug fixes.
- Sean Kelly (4/4) Jul 22 2004 Does this mean utf.d has been changed since 0.95? And if so, were there...
- Sean Kelly (3/6) Jul 22 2004 Never mind, they compare the same in a diff.
- Ant (10/14) Jul 24 2004 my linux system doesn't have execvpe,
- Walter (3/16) Jul 25 2004 Hmm. I guess it needs revisiting.
- Daniel Kos (6/8) Jul 24 2004 DWT from dsource.org still crashes the compiler when I try to compile th...
- J C Calvarese (7/15) Jul 24 2004 Ummm. You might want to talk to the DWT team about that:
- Stewart Gordon (22/25) Jul 26 2004 "Added std.perf (thanks to Matthew Wilson)"
- Walter (6/22) Jul 26 2004 Matthew has promised to write the .html bit for it.
Bug fixes. http://www.digitalmars.com/d/changelog.html
Jul 22 2004
Does this mean utf.d has been changed since 0.95? And if so, were there any changes to encode/decode? (just wondering if I should rewrite the changes I made based on what's in 0.96) Sean
Jul 22 2004
In article <cdphin$171q$1 digitaldaemon.com>, Sean Kelly says...Does this mean utf.d has been changed since 0.95? And if so, were there any changes to encode/decode? (just wondering if I should rewrite the changes I made based on what's in 0.96)Never mind, they compare the same in a diff. Sean
Jul 22 2004
On Thu, 22 Jul 2004 13:42:06 -0700, Walter wrote:Bug fixes. http://www.digitalmars.com/d/changelog.htmlfrom d change log for 0.96Added exec* functions to std.process. (thanks to Matthew Wilson)my linux system doesn't have execvpe, from http://haskell.cs.yale.edu/ghc/docs/5.02.3/set/process-primitives.html (the first one that come up from google) "Note that execvpe is not provided by the POSIX standard, and must be written by hand." do we really want it to be on phobos like it is now? Ant
Jul 24 2004
"Ant" <duitoolkit yahoo.ca> wrote in message news:pan.2004.07.24.21.54.49.545093 yahoo.ca...On Thu, 22 Jul 2004 13:42:06 -0700, Walter wrote:Hmm. I guess it needs revisiting.Bug fixes. http://www.digitalmars.com/d/changelog.htmlfrom d change log for 0.96Added exec* functions to std.process. (thanks to Matthew Wilson)my linux system doesn't have execvpe, from http://haskell.cs.yale.edu/ghc/docs/5.02.3/set/process-primitives.html (the first one that come up from google) "Note that execvpe is not provided by the POSIX standard, and must be written by hand." do we really want it to be on phobos like it is now?
Jul 25 2004
DWT from dsource.org still crashes the compiler when I try to compile the project. Dnia Thu, 22 Jul 2004 13:42:06 -0700, Walter <newshound digitalmars.com> napisał:Bug fixes. http://www.digitalmars.com/d/changelog.html-- uno (unodgs tlen.pl)
Jul 24 2004
Daniel Kos wrote:DWT from dsource.org still crashes the compiler when I try to compile the project.Ummm. You might want to talk to the DWT team about that: http://www.dsource.org/forums/viewforum.php?f=1 (By the way, they've been trying to get it to compile, too.)Dnia Thu, 22 Jul 2004 13:42:06 -0700, Walter <newshound digitalmars.com> napisał:-- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/Bug fixes. http://www.digitalmars.com/d/changelog.html
Jul 24 2004
Walter wrote:Bug fixes. http://www.digitalmars.com/d/changelog.html"Added std.perf (thanks to Matthew Wilson)" We have quite a few undocumented bits of Phobos already, but it's something of an occasion to see a whole module undocumented. Is this going to be fixed soon? "Fixed mishandling of out parameters in variadic functions." Unless I keep blinking, I don't see anything on how to use inout/out variadically. Or is this talking about out among the fixed parameters preceding the ...? We could actually do with inout/out variadicity, perhaps with the obvious syntax void qwert(out ...); at least if we're going to eventually create a successor to scanf. And please see http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/5809 (sorry, I meant to post that on d.D.bugs) http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/5810 Stewart. -- My e-mail is valid but not my primary mailbox, aside from its being the unfortunate victim of intensive mail-bombing at the moment. Please keep replies on the 'group where everyone may benefit.
Jul 26 2004
"Stewart Gordon" <smjg_1998 yahoo.com> wrote in message news:ce2n03$oi2$2 digitaldaemon.com...Walter wrote:Matthew has promised to write the .html bit for it.Bug fixes. http://www.digitalmars.com/d/changelog.html"Added std.perf (thanks to Matthew Wilson)" We have quite a few undocumented bits of Phobos already, but it's something of an occasion to see a whole module undocumented. Is this going to be fixed soon?"Fixed mishandling of out parameters in variadic functions." Unless I keep blinking, I don't see anything on how to use inout/out variadically. Or is this talking about out among the fixed parameters preceding the ...?The latter. There was a reported bug with out parameters appearing before the ...And please see http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/5809 (sorry, I meant to post that on d.D.bugs) http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/5810Thanks!
Jul 26 2004