Thread overview
[phobos] phobos commit, revision 2283
Jan 09, 2011
dsource.org
Jan 09, 2011
Brad Roberts
Jan 09, 2011
Walter Bright
Jan 09, 2011
Brad Roberts
Jan 09, 2011
Walter Bright
Jan 09, 2011
Walter Bright
January 09, 2011
phobos commit, revision 2283


user: walter

msg:
remove reliance on varargs

http://www.dsource.org/projects/phobos/changeset/2283

paths changed:
U   branches/phobos-1.x/phobos/internal/aaA.d
U   branches/phobos-1.x/phobos/internal/deh.d
U   branches/phobos-1.x/phobos/internal/gc/gc.d
U   branches/phobos-1.x/phobos/linux.mak
U   branches/phobos-1.x/phobos/win32.mak

January 08, 2011
On 1/8/2011 9:56 PM, dsource.org wrote:
> phobos commit, revision 2283
> 
> 
> user: walter
> 
> msg:
> remove reliance on varargs
> 
> http://www.dsource.org/projects/phobos/changeset/2283
> 
> paths changed:
> U   branches/phobos-1.x/phobos/internal/aaA.d
> U   branches/phobos-1.x/phobos/internal/deh.d
> U   branches/phobos-1.x/phobos/internal/gc/gc.d
> U   branches/phobos-1.x/phobos/linux.mak
> U   branches/phobos-1.x/phobos/win32.mak

Walter, looks like you reverted part of Don's changes to win32.mak.


January 08, 2011

Brad Roberts wrote:
> On 1/8/2011 9:56 PM, dsource.org wrote:
> 
>> phobos commit, revision 2283
>>
>>
>> user: walter
>>
>> msg:
>> remove reliance on varargs
>>
>> http://www.dsource.org/projects/phobos/changeset/2283
>>
>> paths changed:
>> U   branches/phobos-1.x/phobos/internal/aaA.d
>> U   branches/phobos-1.x/phobos/internal/deh.d
>> U   branches/phobos-1.x/phobos/internal/gc/gc.d
>> U   branches/phobos-1.x/phobos/linux.mak
>> U   branches/phobos-1.x/phobos/win32.mak
>> 
>
> Walter, looks like you reverted part of Don's changes to win32.mak.
>
> 

Yes, they didn't work. make -cov failed.
January 08, 2011
On 1/8/2011 11:48 PM, Walter Bright wrote:
> 
> 
> Brad Roberts wrote:
>> On 1/8/2011 9:56 PM, dsource.org wrote:
>> 
>>> phobos commit, revision 2283
>>>
>>>
>>> user: walter
>>>
>>> msg:
>>> remove reliance on varargs
>>>
>>> http://www.dsource.org/projects/phobos/changeset/2283
>>>
>>> paths changed:
>>> U   branches/phobos-1.x/phobos/internal/aaA.d
>>> U   branches/phobos-1.x/phobos/internal/deh.d
>>> U   branches/phobos-1.x/phobos/internal/gc/gc.d
>>> U   branches/phobos-1.x/phobos/linux.mak
>>> U   branches/phobos-1.x/phobos/win32.mak
>>> 
>>
>> Walter, looks like you reverted part of Don's changes to win32.mak.
>>
>> 
> 
> Yes, they didn't work. make -cov failed.

Ok, as long as it was intentional.  All too often reverts are due to collisions and bad merges. :)
January 08, 2011

Walter Bright wrote:
>
>
> Brad Roberts wrote:
>> On 1/8/2011 9:56 PM, dsource.org wrote:
>> 
>>> phobos commit, revision 2283
>>>

I also fixed linux.mak so it will build the 32 bit libraries into lib32/libphobos.a and the 64 bit libraries into lib64/libphobos.a
January 09, 2011

Brad Roberts wrote:
> On 1/8/2011 11:48 PM, Walter Bright wrote:
> 
>> Brad Roberts wrote:
>> 
>>> On 1/8/2011 9:56 PM, dsource.org wrote:
>>> 
>>> 
>>>> phobos commit, revision 2283
>>>>
>>>>
>>>> user: walter
>>>>
>>>> msg:
>>>> remove reliance on varargs
>>>>
>>>> http://www.dsource.org/projects/phobos/changeset/2283
>>>>
>>>> paths changed:
>>>> U   branches/phobos-1.x/phobos/internal/aaA.d
>>>> U   branches/phobos-1.x/phobos/internal/deh.d
>>>> U   branches/phobos-1.x/phobos/internal/gc/gc.d
>>>> U   branches/phobos-1.x/phobos/linux.mak
>>>> U   branches/phobos-1.x/phobos/win32.mak
>>>> 
>>>> 
>>> Walter, looks like you reverted part of Don's changes to win32.mak.
>>>
>>> 
>>> 
>> Yes, they didn't work. make -cov failed.
>> 
>
> Ok, as long as it was intentional.  All too often reverts are due to collisions and bad merges. :)
>
> 

The aaA.d and gc.d changes have to go into D2, as well as the D2 e2ir changes (which I haven't done yet).