Re: Is this a bug in execvp of std.process

2011-09-22 Thread Jonathan M Davis
On Thursday, September 22, 2011 02:40:32 Cheng Wei wrote: == Repost the article of Cheng Wei (riverch...@gmail.com) == Posted at 2011/09/21 00:30 to digitalmars.D.learn #import�std.process void�main()�{ execvp(ip,�route); } result: Object�ute�is�unknown,�try�ip�help.

Re: Is it a bug ?

2009-05-08 Thread Du Liang
Jarrett Billingsley Wrote: On Thu, May 7, 2009 at 10:21 AM, Du Liang duliang...@163.com wrote: ??? B:A.AS ?as1; ?/// : : : : ? ? ? ?B : A . AS ?? B: is a label. It's not a Bug I know ! Thanks!

Re: Is it a bug ?

2009-05-07 Thread Jarrett Billingsley
On Thu, May 7, 2009 at 10:21 AM, Du Liang duliang...@163.com wrote:        B:A.AS   as1;   /// : : : : ? ? ?   B : A . AS ?? B: is a label.

Re: D2 phobos BigInt bug

2009-02-06 Thread Simen Kjaeraas
Don wrote: I don't think that will ever get fixed (unless you make a patch yourself). Phobos BigInt was created by Janice, and she seems to have completely disappeared. I'm working on Tango BigInt, which is completely independent, and will replace Phobos BigInt eventually. ( == as soon as