.. |
c
|
Resolved differences between Posix and Windows declarations for BSD socket routines by standardizing on the Posix declaration (which is likely the correct one). This required reverting some changes to std.socket and changing the type of SOCKET from uint to int, which shoudl be fine since they're both 4 bytes anyway.
|
2009-03-26 18:04:44 +00:00 |
windows
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
__fileinit.d
|
fix bugzilla 2727
|
2009-03-10 18:13:37 +00:00 |
algorithm.d
|
$(Simplified $(B std.algorithm) by fusing together higher-order functions taking an alias and their counterparts taking a string.)
|
2008-07-08 03:12:47 +00:00 |
array.d
|
fix broken unittests
|
2008-11-23 06:38:57 +00:00 |
atomics.d
|
Started atomics for the x86
|
2008-08-03 19:26:00 +00:00 |
base64.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
bigint.d
|
Removed my bigint asm code. It's out-of-date, and not used by bigint. It will return once the tango-phobos merger is more complete.
|
2008-11-25 12:25:50 +00:00 |
bind.d
|
Apply attachment from bug 2570 from Aziz to cleanup some bad html in ddoc comments
|
2009-03-29 06:32:11 +00:00 |
bitarray.d
|
Initial merge of candidate to trunk for r459:513
|
2007-11-27 20:28:40 +00:00 |
bitmanip.d
|
Added 'name'_min and 'name'_max for all bitfields. Added range asserts to avoid loss in assignment.
|
2009-01-23 15:45:35 +00:00 |
boxer.d
|
update to reflect this is now a reference type
|
2008-11-04 22:08:40 +00:00 |
compiler.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
complex.d
|
added complex and iterator modules
|
2008-02-19 07:02:13 +00:00 |
contracts.d
|
The std.c modules now simply wrap the corresponding core.stdc modules to expose standard C declarations. std.c.os remains unchanged thus far, but will likely be altered as well. This unfortunately eliminates the auto doc generation for the std.c modules, since the modules are now largely empty. If the user wants to know what they contain, how the functions work, etc, I suggest for now simply referring to a C library spec--the core.stdc modules conform almost exactly to the C99 library definition.
|
2009-03-20 18:52:45 +00:00 |
conv.d
|
* Disabled pure nothrow for double & float functions, because of bug 2756
|
2009-03-24 08:49:38 +00:00 |
cpuid.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
cstream.d
|
fold in some OSX changes
|
2009-02-10 02:21:15 +00:00 |
ctype.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
date.d
|
|
2009-03-26 15:13:53 +00:00 |
dateparse.d
|
rollup
|
2008-12-12 10:45:36 +00:00 |
demangle.d
|
fix unittest
|
2009-03-29 18:01:11 +00:00 |
encoding.d
|
commented out failing unit test
|
2009-03-05 09:17:17 +00:00 |
file.d
|
|
2009-03-26 15:13:53 +00:00 |
format.d
|
added overload for enums
|
2009-03-01 21:10:13 +00:00 |
functional.d
|
minor improvements
|
2009-01-23 16:24:14 +00:00 |
getopt.d
|
minor improvements
|
2009-01-23 16:25:21 +00:00 |
intrinsic.d
|
add purity and nothrow
|
2009-02-24 11:02:48 +00:00 |
iterator.d
|
get unit tests to work
|
2008-11-05 02:57:49 +00:00 |
loader.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
math.d
|
Apply attachment from bug 2570 from Aziz to cleanup some bad html in ddoc comments
|
2009-03-29 06:32:11 +00:00 |
md5.d
|
update to reflect this is now a reference type
|
2008-11-04 22:08:40 +00:00 |
metastrings.d
|
Manually cleanup remaining differences between candidate and trunk. std/variant.d is the only file with differences remaining.
|
2007-11-27 21:10:16 +00:00 |
mmfile.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
numeric.d
|
* Disabled pure nothrow for double & float functions, because of bug 2756
|
2009-03-24 08:49:38 +00:00 |
openrj.d
|
updates for const and for coverage analysis
|
2007-11-26 05:26:11 +00:00 |
outbuffer.d
|
fold in some OSX changes
|
2009-02-10 02:21:15 +00:00 |
path.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
perf.d
|
fold in some OSX changes
|
2009-02-10 02:21:15 +00:00 |
process.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
random.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
regexp.d
|
Apply attachment from bug 2570 from Aziz to cleanup some bad html in ddoc comments
|
2009-03-29 06:32:11 +00:00 |
signals.d
|
Modified Phobos to reference the new core package in druntime.
|
2008-10-17 01:01:18 +00:00 |
socket.d
|
Resolved differences between Posix and Windows declarations for BSD socket routines by standardizing on the Posix declaration (which is likely the correct one). This required reverting some changes to std.socket and changing the type of SOCKET from uint to int, which shoudl be fine since they're both 4 bytes anyway.
|
2009-03-26 18:04:44 +00:00 |
socketstream.d
|
updates for new const regime
|
2007-12-21 00:01:31 +00:00 |
stdarg.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
stdint.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
stdio.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
stream.d
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
string.d
|
Apply attachment from bug 2570 from Aziz to cleanup some bad html in ddoc comments
|
2009-03-29 06:32:11 +00:00 |
syserror.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
system.d
|
fold in some OSX changes
|
2009-02-10 02:21:15 +00:00 |
traits.d
|
fix isIntegral, isFloatingPoint, add unit tests
|
2009-03-30 03:04:18 +00:00 |
typecons.d
|
Added TypeCons.AlignForSize for optimising struct layout (requested by dsimcha).
|
2009-01-22 07:08:32 +00:00 |
typetuple.d
|
merge r387:397 from candidate to trunk
|
2007-10-14 23:04:19 +00:00 |
uni.d
|
fixed std.uni for -debug compile
|
2008-08-29 05:19:34 +00:00 |
uri.d
|
Deprecated isEmail and isUrl in std.string.
|
2008-05-16 17:19:55 +00:00 |
utf.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
variant.d
|
rollup
|
2008-12-12 10:45:36 +00:00 |
xml.d
|
bugzilla 2752
|
2009-03-30 06:58:10 +00:00 |
zip.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
zlib.d
|
rollup
|
2008-12-12 10:45:36 +00:00 |