Thread overview
[phobos] [D-Programming-Language/phobos] c07dc7: Issue 6609 - std.conv.parse!Integer should conside...
Sep 10, 2011
David Simcha
Sep 10, 2011
kenji hara
September 10, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: c07dc78b12645b8b1b68cc02da60c57765869c64
      https://github.com/D-Programming-Language/phobos/commit/c07dc78b12645b8b1b68cc02da60c57765869c64
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-09 (Fri, 09 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Issue 6609 - std.conv.parse!Integer should consider sign when radix == 10


  Commit: c16f64c3c2e7a3dfcf45c95dd4df9110f0c7dddd
      https://github.com/D-Programming-Language/phobos/commit/c16f64c3c2e7a3dfcf45c95dd4df9110f0c7dddd
  Author: David Simcha <dsimcha at gmail.com>
  Date:   2011-09-10 (Sat, 10 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Merge pull request #250 from 9rnsr/fix6609

Issue 6609 - std.conv.parse!Integer should consider sign when radix == 10


Compare: https://github.com/D-Programming-Language/phobos/compare/9328e95...c16f64c
September 10, 2011
For some strange reason, this patch seems to cause segfaults only on Linux/FreeBSD 32.

On 9/10/2011 10:31 AM, noreply at github.com wrote:
>    Branch: refs/heads/master
>    Home:   https://github.com/D-Programming-Language/phobos
>
>    Commit: c07dc78b12645b8b1b68cc02da60c57765869c64
>        https://github.com/D-Programming-Language/phobos/commit/c07dc78b12645b8b1b68cc02da60c57765869c64
>    Author: k-hara<k.hara.pg at gmail.com>
>    Date:   2011-09-09 (Fri, 09 Sep 2011)
>
>    Changed paths:
>      M std/conv.d
>
>    Log Message:
>    -----------
>    Issue 6609 - std.conv.parse!Integer should consider sign when radix == 10
>
>
>    Commit: c16f64c3c2e7a3dfcf45c95dd4df9110f0c7dddd
>        https://github.com/D-Programming-Language/phobos/commit/c16f64c3c2e7a3dfcf45c95dd4df9110f0c7dddd
>    Author: David Simcha<dsimcha at gmail.com>
>    Date:   2011-09-10 (Sat, 10 Sep 2011)
>
>    Changed paths:
>      M std/conv.d
>
>    Log Message:
>    -----------
>    Merge pull request #250 from 9rnsr/fix6609
>
> Issue 6609 - std.conv.parse!Integer should consider sign when radix == 10
>
>
> Compare: https://github.com/D-Programming-Language/phobos/compare/9328e95...c16f64c
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>

September 10, 2011
Please give me the fix of 4539!!

Posted https://github.com/D-Programming-Language/phobos/pull/251

Kenji Hara

2011/9/10 David Simcha <dsimcha at gmail.com>:
> For some strange reason, this patch seems to cause segfaults only on Linux/FreeBSD 32.
>
> On 9/10/2011 10:31 AM, noreply at github.com wrote:
>>
>> ? Branch: refs/heads/master
>> ? Home: ? https://github.com/D-Programming-Language/phobos
>>
>> ? Commit: c07dc78b12645b8b1b68cc02da60c57765869c64
>>
>> https://github.com/D-Programming-Language/phobos/commit/c07dc78b12645b8b1b68cc02da60c57765869c64
>> ? Author: k-hara<k.hara.pg at gmail.com>
>> ? Date: ? 2011-09-09 (Fri, 09 Sep 2011)
>>
>> ? Changed paths:
>> ? ? M std/conv.d
>>
>> ? Log Message:
>> ? -----------
>> ? Issue 6609 - std.conv.parse!Integer should consider sign when radix ==
>> 10
>>
>>
>> ? Commit: c16f64c3c2e7a3dfcf45c95dd4df9110f0c7dddd
>>
>> https://github.com/D-Programming-Language/phobos/commit/c16f64c3c2e7a3dfcf45c95dd4df9110f0c7dddd
>> ? Author: David Simcha<dsimcha at gmail.com>
>> ? Date: ? 2011-09-10 (Sat, 10 Sep 2011)
>>
>> ? Changed paths:
>> ? ? M std/conv.d
>>
>> ? Log Message:
>> ? -----------
>> ? Merge pull request #250 from 9rnsr/fix6609
>>
>> Issue 6609 - std.conv.parse!Integer should consider sign when radix == 10
>>
>>
>> Compare:
>> https://github.com/D-Programming-Language/phobos/compare/9328e95...c16f64c
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>