DannyArends
1fd19c2366
Fix of Issue 11338
...
- URIerror renamed to URIexception
- URIexception class inherits from Exception
2013-10-24 11:50:13 +02:00
Andrej Mitrovic
1abf0e0d5b
Merge pull request #1359 from qznc/more-coverage
...
Unittesting uriLength and emailLength
2013-07-04 19:49:01 -07:00
k-hara
03a32d6fa4
Fix issue 313 & 314
2013-06-25 08:38:30 +09:00
Andreas Zwinkau
62d7f30cb1
Style fixes in std/uri
...
- indentation within blocks
- braces on their own lines
2013-06-21 12:44:16 +02:00
Andreas Zwinkau
29cfa67a2b
Remove debug printfs from std/uri
2013-06-21 12:40:59 +02:00
Andreas Zwinkau
fde07f22f2
Unittesting uriLength and emailLength
...
Previously untested. Pushes code coverage from 57% to 79%.
2013-06-21 12:25:45 +02:00
jmdavis
dd3a0c20a2
Created std.ascii to replace std.ctype.
...
All of the new, properly camelcased functions in std.ctype have been
moved to std.ascii, and std.ctype has been scheduled for deprecation.
2011-06-14 04:06:54 -07:00
jmdavis
11cdd6ce17
Replaced calls to std.ctype.isxdigit with isHexDigit.
2011-06-12 16:59:51 -07:00
jmdavis
3d3c342a69
Replaced calls to std.ctype.isalnum and std.ctype.isalpha.
2011-06-12 16:59:50 -07:00
Walter Bright
046e1b36db
add source links
2011-02-06 15:46:50 -08:00
Don Clugston
84477a5d3e
Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output.
2010-11-24 19:34:47 +00:00
Andrei Alexandrescu
3f2b8c12ea
64-bit compatibility work
2010-08-22 20:55:22 +00:00
Andrei Alexandrescu
432e3fdfc8
Replaced std.contracts with std.exception throughout
2010-07-04 22:09:03 +00:00
Walter Bright
53a3eec534
invariant => immutable
2010-05-05 22:19:49 +00:00
Sean Kelly
9be950356b
Converted "static this" to "shared static this" where appropriate.
2010-03-09 03:54:06 +00:00
Sean Kelly
747f3cf1e4
Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules.
...
Removed std.openrj.
2009-09-16 18:19:51 +00:00
Walter Bright
cf644a325a
add shared
2009-05-08 05:00:12 +00:00
Janice Caron
2757014cac
Deprecated isEmail and isUrl in std.string.
...
Replaced with emailLength and uriLength in std.uri.
2008-05-16 17:19:55 +00:00
Brad Roberts
a9bc53273c
merge r387:397 from candidate to trunk
...
-- new module std.contracts
-- migrate callers to it where appropriate
2007-10-14 23:04:19 +00:00
Brad Roberts
eec6be69ed
Merge r297:387 from candidate to trunk.
...
-- add std.getopt
-- add std.variant
-- switch strings over to be invariant rather than const
-- hopefully the last big linux makefile overhaul
-- fix for bug 1579: write[ln] fails for obj.toString()
-- fix negative precision handling in std.format
-- add some file and directory iterator helpers
-- among other little changes here and there...
2007-10-14 09:22:50 +00:00
Brad Roberts
8f79f3ec35
phobos 2.003
2007-09-10 07:28:23 +00:00
Brad Roberts
de971890b0
phobos 2.000
2007-09-10 06:45:08 +00:00
Brad Roberts
7371485bf8
phobos 0.177
2007-09-10 05:36:45 +00:00
Brad Roberts
b76c21ccf9
phobos 0.161
2007-09-10 05:24:49 +00:00
Brad Roberts
d6ac036aff
phobos 0.149
2007-09-10 05:11:52 +00:00
Brad Roberts
b029d8c452
phobos 0.147
2007-09-10 05:03:22 +00:00
Brad Roberts
96892ebf9e
phobos 0.143
2007-09-10 04:58:30 +00:00
Brad Roberts
14f0405250
phobos 0.141
2007-09-10 04:57:41 +00:00
Brad Roberts
f5e542b7da
phobos 0.114
2007-09-10 04:31:54 +00:00
Brad Roberts
15465290ea
phobos 0.110
2007-09-10 04:25:53 +00:00
Brad Roberts
2fd7d60c13
phobos 0.96
2007-09-10 04:05:01 +00:00
Brad Roberts
c91550a714
phobos 0.94
2007-09-10 04:02:50 +00:00
Brad Roberts
97c64f349e
phobos 0.93
2007-09-10 04:01:57 +00:00
Brad Roberts
99f2734db6
phobos 0.88
2007-09-10 03:56:33 +00:00
Brad Roberts
35a12fec2f
phobos 0.76
2007-09-10 03:11:55 +00:00
Brad Roberts
fa1bc52ba2
phobos 0.75
2007-09-10 03:06:06 +00:00