phobos/std
Peter Alexander 8eb953ef1e Raw write fix and more appropriate function names.
Moved the raw write back into formatValue as it
would cause issues on big endian systems. Also
renamed formatInt to formatIntegral and formatUInt
to formatUnsigned to better signify their purpose.
2011-12-03 13:01:02 +00:00
..
c std.socket: Failed reverse lookups return null, not throw 2011-09-14 17:01:46 +03:00
internal fix 32 vs 64bit-ism in bituintcore.d 2011-11-26 14:42:31 -08:00
net Fix imports in isemail.d. 2011-10-10 19:21:24 +02:00
windows Move static ctor/dtor into internal module to avoid cycle dependency. 2011-10-03 03:55:51 +09:00
__fileinit.d
algorithm.d Documentation and struct staticness in std.algorithm fixes 2011-11-14 17:10:19 +03:00
array.d Bug 2128 has been resolved 2011-11-06 16:53:23 +01:00
ascii.d Improved module documentation for std.ascii and std.uni. 2011-06-22 21:00:09 -07:00
base64.d
bigint.d 6819 BigInt ^^ fails for some big numbers (powers) 2011-10-18 15:00:24 +02:00
bind.d Change struct const member variables to manifest constants. 2011-06-08 03:03:34 +09:00
bitmanip.d Made it so that the endian swapping functions work with bool. 2011-08-13 20:05:29 -07:00
compiler.d std.compiler: Recognize SDC. 2011-08-22 23:39:30 +02:00
complex.d fix sink to scope 2011-09-05 09:32:29 +09:00
concurrency.d replacing confusing comma expression with block statement 2011-08-03 16:42:02 -07:00
container.d Issue 5193 - SList cannot have struct elements that have immutable members. 2011-10-28 23:20:23 +09:00
contracts.d
conv.d Deprecated overloads for std.conv.to which use typedef. 2011-11-20 05:19:00 -08:00
cpuid.d Added comment about deprecation 2011-07-26 13:00:07 +02:00
cstream.d Fix imports to be in line with what the documentation says. 2011-05-25 08:28:06 +02:00
ctype.d Removed "scheduled for deprecation" pragmas. 2011-10-23 23:11:17 -07:00
date.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
datebase.d
dateparse.d Deprecated old date/time stuff. 2011-08-09 00:22:39 -07:00
datetime.d Size optimisation of std.datetime (saves 12KB) 2011-12-01 21:13:16 +00:00
demangle.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
encoding.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
exception.d Removed "scheduled for deprecation" pragmas. 2011-10-23 23:11:17 -07:00
file.d Made core.thread import in std.file non-selective. 2011-11-14 20:27:53 -08:00
format.d Raw write fix and more appropriate function names. 2011-12-03 13:01:02 +00:00
functional.d Reduce module dependencies. 2011-09-29 07:09:16 +09:00
getopt.d Unittest for bugzilla 6888. 2011-11-07 08:11:55 +01:00
gregorian.d Deprecated old date/time stuff. 2011-08-09 00:22:39 -07:00
intrinsic.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
json.d Improve std.json documentation 2011-07-26 04:52:41 +03:00
loader.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
math.d Documentation and struct staticness in std.algorithm fixes 2011-11-14 17:10:19 +03:00
mathspecial.d
md5.d Documentation and struct staticness in std.algorithm fixes 2011-11-14 17:10:19 +03:00
metastrings.d
mmfile.d Fix trivial oversight in the enum renaming in std.mmfile. 2011-08-13 23:30:44 -04:00
numeric.d flag findRoot delegates as scope 2011-10-30 21:42:32 +01:00
outbuffer.d Removed Boilerplate: tag 2011-09-08 01:50:58 -05:00
parallelism.d Documentation and struct staticness in std.algorithm fixes 2011-11-14 17:10:19 +03:00
path.d Fixed wrong C library lookups 2011-11-12 21:55:22 -06:00
perf.d Remove stray NUL character at the end of std/perf.d 2011-08-03 10:13:29 +03:00
process.d Fixed wrong C library lookups 2011-11-12 21:55:22 -06:00
random.d Fixed typo in documentation for dice function in std.random 2011-10-27 01:30:27 +02:00
range.d Documentation and struct staticness in std.algorithm fixes 2011-11-14 17:10:19 +03:00
regex.d add missing import of std.stdio 2011-11-24 18:29:53 +00:00
regexp.d Deprecated std.regexp. 2011-08-09 00:02:56 -07:00
signals.d Fixed 672 broken links 2011-06-09 09:48:53 -05:00
socket.d Build fix for OS X (fixes IPPROTO_RAW, … std.socket ambiguity errors). 2011-11-07 22:44:42 +01:00
socketstream.d std.socket, .socketstream: Remove ws2_32 notice, a pragma(lib) exists 2011-09-08 14:49:51 +03:00
stdarg.d
stdint.d
stdio.d fix build bug on win32 2011-11-01 01:57:30 +04:00
stdiobase.d
stream.d Adjustments to std.system. 2011-09-03 21:39:35 -07:00
string.d Minor fix to deprecation message on std.string.splitLines. 2011-11-22 19:04:03 -08:00
syserror.d
system.d Adjustments to std.system. 2011-09-03 21:39:35 -07:00
traits.d Issue 6973 - static assert(isOutputRange!(OutputRange!int, int)) is false 2011-11-25 19:45:10 +09:00
typecons.d reduce another import (only needed for tests) 2011-10-03 00:22:06 -07:00
typelist.d
typetuple.d std.typetuple.isSame fix 2011-11-05 13:57:40 +03:00
uni.d Add comma 2011-09-04 13:29:20 +09:00
uri.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
utf.d optimize std.utf.decode 2011-11-07 07:16:37 +01:00
variant.d Fix for issue 6695. 2011-10-06 17:02:41 +09:00
xml.d Fix for typeof(super) bug. 2011-10-25 15:07:49 +09:00
zip.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
zlib.d Fix build breakage due to std.zlib changes. 2011-11-06 01:01:31 -08:00