The standard library of the D programming language
Find a file
Lars T. Kyllingstad aa57a2a161 Renamed File.isPipe to isPopened
Now that std.process will support pipe creation, the name isPipe will
only cause confusion, as it will in fact be false for "normal" anonymous
pipes.  It is only true for files opened by popen(), and its purpose is
simply to ensure they are closed with pclose().
2013-04-30 21:07:33 +02:00
etc/c avoid "partial" quotes, it breaks forwarding on the command line 2013-03-08 12:54:23 +01:00
std Renamed File.isPipe to isPopened 2013-04-30 21:07:33 +02:00
.gitignore Added vim swap files to gitignore 2012-04-13 20:12:46 +12:00
changelog.dd DDoc tweaks and fixes 2013-04-18 23:49:06 +00:00
crc32.d Add new hash API 2012-09-16 12:25:43 +02:00
index.d Update index.d 2013-03-27 13:55:35 -03: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 Merge pull request #1264 from jmdavis/ctype 2013-04-21 04:34:15 -07:00
unittest.d Remove deprecated std.ctype, std.cpuid, and std.perf. 2013-04-17 23:27:12 -07:00
win32.mak Remove deprecated std.ctype, std.cpuid, and std.perf. 2013-04-17 23:27:12 -07:00
win64.mak Remove deprecated std.ctype, std.cpuid, and std.perf. 2013-04-17 23:27:12 -07:00