The standard library of the D programming language
Find a file
jmdavis 76e1cfd2e9 Replaced calls to std.ctype.isspace with std.ctype.isWhite.
In a few places, I replaced it with std.uni.isUniWhite, but for the most
part, I replaced it with std.ctype.isWhite.
2011-06-12 16:59:50 -07:00
etc fix htod error and correct some ints to be c_long 2011-06-12 22:41:01 +02:00
std Replaced calls to std.ctype.isspace with std.ctype.isWhite. 2011-06-12 16:59:50 -07:00
.gitignore Added .gitignore file 2011-04-10 21:02:54 -05:00
changelog.dd Merge in Pull Request #81 for D-Programming-Language / phobos. 2011-06-08 08:46:52 -07:00
crc32.d add shared 2009-05-08 05:00:12 +00:00
index.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
LICENSE_1_0.txt 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. 2009-09-16 18:19:51 +00:00
posix.mak Switching the order of some stuff seems to fix the linux build. 2011-06-12 03:44:46 -07:00
unittest.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
win32.mak [Workaround] Split unittest sources for Out of Memory Error. 2011-06-05 14:06:54 +09:00