Commit graph

18 commits

Author SHA1 Message Date
Tomoya Tanjo
c1441c1dcf Add missing std.traits.isSomeString 2014-10-03 17:06:25 +09:00
Tomoya Tanjo
6b19164b37 Parameterize a string type for error message 2014-10-03 14:35:32 +09:00
Tomoya Tanjo
b3c9178931 Fix the arguments for std.windows.syserror.wenforce 2014-09-29 16:05:39 +09:00
Vladimir Panteleev
b1418c958b fix Issue 13450 - Add WindowsException and wenforce to std.exception
Also expose ErrnoException's errno field as a documented property
for consistency.
2014-09-11 15:41:20 +00:00
Jakob Ovrum
e0d5308ef5 Fix issue 11283 - Remove sysErrorString unittest 2013-10-17 18:34:53 +09:00
Jakob Ovrum
b97b4e9620 fix issue 11232 - rewritten std.windows.syserror.sysErrorString
Fixed for Unicode-correctness; now works on non-English Windows systems.
Added unit test.
Throws an Exception if the given error code or language combination
was invalid.
2013-10-14 11:45:46 +09:00
Tomoya Tanjo
2cbf66989d Fix the position of LocalFree 2013-09-11 23:25:27 +09:00
Tomoya Tanjo
58668c1829 Make std.windows.syserror.sysErrorString @trusted 2013-08-11 11:25:25 +09:00
Martin Nowak
54e91f266c add version (Windows): too all windows only sources 2013-07-21 03:34:56 +02:00
Walter Bright
b8ce58ccd1 detab sources 2010-08-23 02:14:45 +00:00
Walter Bright
53a3eec534 invariant => immutable 2010-05-05 22:19:49 +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
5046982cb3 fixed numerous compilation errors 2007-10-15 01:42:59 +00:00
Brad Roberts
de971890b0 phobos 2.000 2007-09-10 06:45:08 +00:00
Brad Roberts
96892ebf9e phobos 0.143 2007-09-10 04:58:30 +00:00
Brad Roberts
0c3ebe937f phobos 0.121 2007-09-10 04:38:59 +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
Renamed from syserror.d (Browse further)