Commit graph

512 commits

Author SHA1 Message Date
Andrei Alexandrescu
80e711a986 added File.getFP() with type FILE* 2009-04-19 20:39:08 +00:00
Andrei Alexandrescu
1b28fbcc4b added deprecated aliases for TicksPerSecond et al 2009-04-19 20:13:51 +00:00
Andrei Alexandrescu
2951b4005f added File.getFP() 2009-04-19 20:13:31 +00:00
Walter Bright
a68aeb595b more socket unittest problems 2009-04-19 17:43:10 +00:00
Walter Bright
b47db76c31 epmap on Windows 2009-04-19 17:38:38 +00:00
Andrei Alexandrescu
04a3e40b2e minor 2009-04-19 17:20:58 +00:00
Andrei Alexandrescu
cb817dd1c8 unlisted bug fix 2009-04-19 17:20:46 +00:00
Andrei Alexandrescu
8ac32901db unlisted bug fix 2009-04-19 17:20:11 +00:00
Andrei Alexandrescu
52380d0fed added entropy, kullbackLeiblerDivergence, jensenShannonDivergence 2009-04-19 17:19:43 +00:00
Andrei Alexandrescu
66635666e6 added uniformDistribution, fixed docs 2009-04-19 17:19:02 +00:00
Andrei Alexandrescu
6805bbc855 minor 2009-04-19 17:18:44 +00:00
Andrei Alexandrescu
25075d3d43 readded toString and atoi, albeit as deprecated 2009-04-19 17:18:27 +00:00
Andrei Alexandrescu
c5ad7272fa minor 2009-04-19 17:18:03 +00:00
Walter Bright
5232cd844a typo 2009-04-18 18:23:18 +00:00
Don Clugston
02bfae247a Implemented log1p using the new intrinsics. All log functions and atanh, acosh, and asinh are now pure nothrow. 2009-04-14 06:51:52 +00:00
Andrei Alexandrescu
7b631c942e Readded atoi as deprecated inside std.string 2009-04-13 21:58:42 +00:00
Andrei Alexandrescu
d763ccf80b readded (as deprecated) functions std.string.toString, std.random.rand_seed, and std.random.random 2009-04-13 20:46:04 +00:00
Andrei Alexandrescu
5cf3d7dd8b Introduced workaround for ddoc bug for std.random 2009-04-13 19:34:15 +00:00
Andrei Alexandrescu
dfef2a7214 Replaced next, retreat, head, and toe with (respectively) popFront, popBack, front, and back 2009-04-13 19:10:58 +00:00
Andrei Alexandrescu
0bfb918025 capitalization 2009-04-11 20:51:18 +00:00
Andrei Alexandrescu
21797c63a5 Change Tuple.Type to Tuple.Types 2009-04-11 20:41:22 +00:00
Andrei Alexandrescu
ec9054c283 naming and doc fixes prompted by Lars Kyllingstad 2009-04-11 20:40:43 +00:00
Andrei Alexandrescu
c64411af03 added template constraint to uniform() 2009-04-11 20:39:53 +00:00
Andrei Alexandrescu
d929e706b0 fixed pow 2009-04-11 20:39:24 +00:00
Andrei Alexandrescu
abd1f93a75 added curry 2009-04-11 20:38:58 +00:00
Andrei Alexandrescu
4548c91a41 minor 2009-04-11 20:38:41 +00:00
Andrei Alexandrescu
c8982096a2 refactored 2009-04-11 20:38:13 +00:00
Andrei Alexandrescu
f5f14dd469 tabs 2009-04-11 20:37:06 +00:00
Andrei Alexandrescu
8e67f7a22f changed delegate in enforce to scope to make it faster 2009-04-11 20:36:10 +00:00
Andrei Alexandrescu
d891bd2ba7 minor 2009-04-11 20:35:10 +00:00
Andrei Alexandrescu
fe6e624d12 Deprecation process concluded with replacement of bitarray with bitmanip 2009-04-10 23:17:30 +00:00
Andrei Alexandrescu
78c647c485 Implementation overhaul 2009-04-10 14:19:19 +00:00
Walter Bright
dd89bdf4fa add yl2x 2009-04-09 18:40:31 +00:00
Sean Kelly
67cf1f1be7 * Changed a few version(linux) blocks to version(Posix).
* Changed some declarations from explicit to auto.
* Changed "mkdir --parents" in Makefile to "mkdir -p" since OSX doesn't support the long version.
* REMAINING ISSUE: The "ln -sf" for installing the libraries at the end will fail if the DMD installation point is not owned by the user performing the build.  A "sudo ln..." fixes this, but it still may not be ideal to have a system-level link to a user-level file.  This should probably simply be copied instead.  Also, this copy should perhaps be done manually or in an "install" step, since a user may want to build Phobos and test it out without affecting other users.
2009-04-09 18:32:01 +00:00
Don Clugston
c71920b5f0 Bare minimum changes to allow Phobos to compile in Windows. (Segfaults running unittest, though. I managed to coax an error message out of it. std\algorithm.d(575) Error: cannot modify const). 2009-04-07 20:17:17 +00:00
Andrei Alexandrescu
8637de419d Fixes stdio circular dependency. 2009-04-06 20:49:28 +00:00
Andrei Alexandrescu
3daad438f5 New regular expression package. 2009-04-06 20:49:13 +00:00
Andrei Alexandrescu
49f646271b Range operations. 2009-04-06 20:48:41 +00:00
Andrei Alexandrescu
f686fc8dbb Fixes date and dateparse circular dependency. 2009-04-06 20:48:27 +00:00
Andrei Alexandrescu
75d047a923 unittest commented out in release mode, takes too long to compile 2009-04-06 20:46:22 +00:00
Andrei Alexandrescu
035af5a1b0 fileno only on Posix 2009-04-06 20:45:40 +00:00
Andrei Alexandrescu
29480d7df6 minor 2009-04-06 20:45:10 +00:00
Andrei Alexandrescu
9eab2e47a5 merged Windows/Posix specific code into generic 2009-04-06 20:44:48 +00:00
Andrei Alexandrescu
2f80b94bec getenv, setenv only on Posix. 2009-04-06 20:44:17 +00:00
Andrei Alexandrescu
cd8dd20137 minor 2009-04-06 20:43:47 +00:00
Andrei Alexandrescu
5492fcbd42 minor 2009-04-06 20:43:27 +00:00
Andrei Alexandrescu
96b35bcaa7 fixes for exists and setTimes 2009-04-06 20:42:54 +00:00
Andrei Alexandrescu
e4e66b0d88 commented failing unittest 2009-04-06 20:39:35 +00:00
Andrei Alexandrescu
058fb734e3 * Added declarations for struct_stat64, stat64, and fstat64. 2009-04-06 19:46:45 +00:00
Andrei Alexandrescu
71226e5948 * Added constructors, assignment operator, length, toString, and slice
to Tuple.
2009-04-06 18:35:00 +00:00