May 14, 2013 [D-runtime] [D-Programming-Language/druntime] 205267: Issue 10081 - Incorrect char array comparison | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 2052670ce6620af0e29c4061be7484b3ca63cd53 https://github.com/D-Programming-Language/druntime/commit/2052670ce6620af0e29c4061be7484b3ca63cd53 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/rt/adi.d M src/rt/typeinfo/ti_Ag.d Log Message: ----------- Issue 10081 - Incorrect char array comparison `char[]` type info is incorrectly inherited from `byte[]` type info instead of `ubyte[]` one so char arrays are compared like arrays of signed bytes. Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=10081 Commit: cbf95d5dd857905fb23f8f131e0fd98d07d02997 https://github.com/D-Programming-Language/druntime/commit/cbf95d5dd857905fb23f8f131e0fd98d07d02997 Author: Martin Nowak <code@dawg.eu> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/rt/adi.d M src/rt/typeinfo/ti_Ag.d Log Message: ----------- Merge pull request #486 from denis-sh/fix-Issue-10081 Issue 10081 - Incorrect char array comparison Compare: https://github.com/D-Programming-Language/druntime/compare/0c27473421bf...cbf95d5dd857 |
Copyright © 1999-2021 by the D Language Foundation