[phobos] [D-Programming-Language/phobos] 4197f7: Bugfix in std.conv.parseEscape
GitHub
noreply at github.com
Mon Mar 25 05:10:09 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 4197f797f47f2ce9ed89a802731086277db5235b
https://github.com/D-Programming-Language/phobos/commit/4197f797f47f2ce9ed89a802731086277db5235b
Author: unknown <monarchdodra at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Bugfix in std.conv.parseEscape
parseEscape was not parsing the escapes:
\
0
'
"
?
Commit: 0512f7ca21bcea1381a66339fe8be9e1854c83ef
https://github.com/D-Programming-Language/phobos/commit/0512f7ca21bcea1381a66339fe8be9e1854c83ef
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
unittests for parseEscape
Commit: 901da0ca297b38f99ad65cb38e2f09c22c9cb19c
https://github.com/D-Programming-Language/phobos/commit/901da0ca297b38f99ad65cb38e2f09c22c9cb19c
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-01 (Fri, 01 Mar 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Update unittest to take into account...
...Octal escapes and named character entities. These still don't work, but there was a test checking octal would throw, which is wrong.
Commit: 48707415759b453c3dbe0f291f76516282336490
https://github.com/D-Programming-Language/phobos/commit/48707415759b453c3dbe0f291f76516282336490
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Fix typo in comment
Commit: fa378eea4871df3770505471060fa26daf4a7f3c
https://github.com/D-Programming-Language/phobos/commit/fa378eea4871df3770505471060fa26daf4a7f3c
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Merge pull request #1181 from monarchdodra/convEscape
Bugfix in std.conv.parseEscape
Compare: https://github.com/D-Programming-Language/phobos/compare/e09940470d98...fa378eea4871
More information about the phobos
mailing list