Commit graph

4086 commits

Author SHA1 Message Date
Andrei Alexandrescu
4176152b0f Added "production" target that does
ln -s releaselib productionlib

The "release" target does not do that anymore.
2009-04-23 09:07:37 +00:00
Andrei Alexandrescu
196cfd9cac added File.byChunk 2009-04-23 09:04:18 +00:00
Andrei Alexandrescu
02243ab1f3 minor 2009-04-23 09:03:47 +00:00
Andrei Alexandrescu
ccfe097389 added raw specifier for reading 2009-04-23 09:03:16 +00:00
Andrei Alexandrescu
9ae66bb416 added raw specifier for reading 2009-04-23 09:01:55 +00:00
Andrei Alexandrescu
12c0a9d7bd Added minPos 2009-04-23 08:57:31 +00:00
Andrei Alexandrescu
8b8703107b fixed unlisted bug in MersenneTwister.popFront 2009-04-22 23:30:48 +00:00
Don Clugston
c602c4506f I've commented out two broken unit tests. They now print a pragma(msg), so they won't be forgotten. With these changes, tests now pass on Windows. 2009-04-22 09:17:21 +00:00
Andrei Alexandrescu
5ba3fd53bd Updated documentation and unittest for cons() in wake of fixing bug 2676 2009-04-21 12:36:06 +00:00
Andrei Alexandrescu
a0bb7dda47 undeprecated rand_seed 2009-04-20 15:25:14 +00:00
Andrei Alexandrescu
71be590ef6 Fixed documentation for completeSort 2009-04-20 13:51:36 +00:00
Walter Bright
e9fadb37b2 update 2009-04-20 01:39:19 +00:00
Walter Bright
e646af89c0 no fopen64() on OSX 2009-04-19 23:30:27 +00:00
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
e5aa453e8a minor 2009-04-19 17:22:39 +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
c89dc55aa5 Changed name Makefile with GNUmakefile 2009-04-13 19:13:25 +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
Don Clugston
a937f845c0 Remove references to bitarray 2009-04-13 18:46:15 +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