root/trunk/phobos


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2373 [2373] 01/23/11 10:44:03 andrei findSplit, findSplitBefore, findSplitAfter
(edit) @2372 [2372] 01/22/11 23:45:34 braddr add -mMODEL to the ddoc flags
(edit) @2371 [2371] 01/22/11 23:40:15 braddr remove assert that was copied from d1, sizes are different? Definitly …
(edit) @2370 [2370] 01/22/11 23:15:06 braddr Making an already bad situation worse, but it does fix stat related stuff …
(edit) @2369 [2369] 01/22/11 18:56:12 andrei Fix for issue 5152
(edit) @2368 [2368] 01/22/11 17:20:54 andrei Fix for issue 4994
(edit) @2367 [2367] 01/22/11 16:36:53 andrei Replaced ddoc symbol with the D_Ddoc built-in throughout
(edit) @2366 [2366] 01/22/11 16:26:54 andrei Added findParts and takeExactly
(edit) @2365 [2365] 01/22/11 16:19:26 andrei Added replaceFirst
(edit) @2364 [2364] 01/22/11 14:17:40 andrei Fix for issue 4942
(edit) @2363 [2363] 01/22/11 12:12:13 andrei addendum to changeset 2359
(edit) @2362 [2362] 01/22/11 10:49:03 jmdavis More documentation fixes.
(edit) @2361 [2361] 01/22/11 04:48:29 jmdavis Various adjustments to the documentation in std.datetime and …
(edit) @2359 [2359] 01/22/11 01:35:11 andrei Fix for bug 4922
(edit) @2358 [2358] 01/21/11 22:54:45 andrei Changed replaceInPlace back to replace as it cannot be confused
(edit) @2357 [2357] 01/21/11 22:49:13 andrei Fixed documentation build
(edit) @2356 [2356] 01/21/11 04:01:31 andrei Added rsync command for uploading the full website
(edit) @2355 [2355] 01/21/11 04:00:32 andrei quick fixes for many osx unittest failures
(edit) @2354 [2354] 01/21/11 03:39:39 andrei Improvements to replicate(); documented splitter() for strings; renamed …
(edit) @2353 [2353] 01/20/11 05:20:05 jmdavis Some tweaks to some of the std.datetime unit tests. Also, the …
(edit) @2352 [2352] 01/20/11 00:06:08 jmdavis Fixed some issues with time zone names which worked on wine but not an …
(edit) @2351 [2351] 01/19/11 06:10:18 jmdavis Phobos has now been changed to use std.datetime. Also, bug# 3848 has been …
(edit) @2350 [2350] 01/19/11 04:04:29 andrei Moved replace from string to array
(edit) @2349 [2349] 01/19/11 01:44:46 andrei Moved split from string to array, made one more pass through array
(edit) @2348 [2348] 01/18/11 23:50:58 braddr enable std.mathspecial's unittests
(edit) @2346 [2346] 01/18/11 04:52:05 braddr enable more fixed at some point in the past tests
(edit) @2345 [2345] 01/18/11 03:41:35 braddr Fix 64 bit issues throughout regex and regexp and enable those tests
(edit) @2343 [2343] 01/17/11 15:43:54 andrei Moved join from std.string to std.array, plus a few cosmetic changes
(edit) @2342 [2342] 01/17/11 11:46:35 andrei Moved cmp to std.algorithm
(edit) @2341 [2341] 01/17/11 03:40:01 andrei Removed last occurrences of std.algorithm.indexOf
(edit) @2340 [2340] 01/17/11 03:36:59 andrei Changed signature of findSkip, scheduled indexOf for deprecation, removed …
(edit) @2339 [2339] 01/16/11 22:31:12 andrei Moved count from std.string to std.algorithm, which works toward fixing …
(edit) @2338 [2338] 01/16/11 07:38:36 jmdavis Some updates to std.datetime. Among other things, fixes unit test failure …
(edit) @2337 [2337] 01/15/11 22:35:54 andrei Fixed spurious merge issue
(edit) @2336 [2336] 01/15/11 22:07:56 andrei Put binaries in different dirs depending on MODEL
(edit) @2331 [2331] 01/14/11 06:36:15 jmdavis Re-enabled std.datetime for Windows but disabled its unit tests for …
(edit) @2330 [2330] 01/14/11 03:01:49 Don Clugston Don't throw non-Throwables
(edit) @2329 [2329] 01/13/11 06:55:14 jmdavis Made a unit test more lenient, so it won't result in semi-random failures.
(edit) @2328 [2328] 01/13/11 03:55:45 jmdavis Temporarily disabling std.datetime on Windows.
(edit) @2323 [2323] 01/12/11 22:50:55 braddr Fix and enable std.outbuffer's tests for 64 bit
(edit) @2322 [2322] 01/12/11 22:37:13 braddr Enable all the tests that were disabled due to failing under -O builds, …
(edit) @2321 [2321] 01/12/11 22:34:23 braddr Enable std.base64 unit test on 64 bit builds.
(edit) @2320 [2320] 01/12/11 06:18:31 jmdavis Some fixes for the Windows build.
(edit) @2319 [2319] 01/12/11 04:13:50 jmdavis New std.datetime added. Nothing in Phobos has been made to use it yet and …
(edit) @2318 [2318] 01/12/11 03:41:31 braddr fix std.string to pass it's unittests on 64 bit and remove it from the …
(edit) @2317 [2317] 01/11/11 21:38:02 ibuclaw Fix for bugzilla 5366
(edit) @2316 [2316] 01/11/11 20:06:28 andrei Unlisted bug in levenshteinDistanceAndPath, removed spurious comment
(edit) @2315 [2315] 01/11/11 20:05:49 andrei Unlisted bug in levenshteinDistanceAndPath
(edit) @2312 [2312] 01/11/11 13:54:12 walter build break in zlib
(edit) @2311 [2311] 01/11/11 11:02:32 SHOO Minor update.
(edit) @2310 [2310] 01/11/11 04:37:17 andrei Minor optimization in cmp and icmp
(edit) @2309 [2309] 01/11/11 03:32:11 walter fix screwed up formatting
(edit) @2307 [2307] 01/11/11 03:18:28 walter detab
(edit) @2306 [2306] 01/11/11 03:17:59 walter fix 64 bit zip support
(edit) @2305 [2305] 01/11/11 03:13:59 andrei Reverted cmp and icmp to return int, take 2
(edit) @2303 [2303] 01/11/11 02:10:42 andrei Reverted cmp and icmp to return int
(edit) @2302 [2302] 01/11/11 00:46:40 andrei Fixed type of cmp result
(edit) @2301 [2301] 01/11/11 00:11:37 andrei Made replace more general
(edit) @2300 [2300] 01/10/11 22:21:31 andrei Fixes and improvements to cmp
(edit) @2298 [2298] 01/10/11 19:50:45 andrei Fixes for bugzilla 3313 and 5443
(edit) @2297 [2297] 01/10/11 13:19:12 Masahiro Nakagawa Fix std.random.XorshiftEngine? for 64bit environment
(edit) @2296 [2296] 01/10/11 10:56:40 Masahiro Nakagawa Add max / min properties to Xorshift
(edit) @2295 [2295] 01/10/11 10:27:55 Masahiro Nakagawa Added Xorshift to std.random
(edit) @2294 [2294] 01/09/11 16:44:03 andrei http://d.puremagic.com/issues/show_bug.cgi?id=3317
(edit) @2293 [2293] 01/09/11 15:47:20 andrei unconditionalized unittest for round
(edit) @2292 [2292] 01/09/11 15:43:19 andrei conditionalized unittest for round
(edit) @2290 [2290] 01/09/11 14:56:04 Don Clugston Fix broken math unittest build on Windows
(edit) @2289 [2289] 01/09/11 11:38:15 andrei Added unittests for http://d.puremagic.com/issues/show_bug.cgi?id=2944
(edit) @2287 [2287] 01/09/11 02:29:31 andrei unittest for http://d.puremagic.com/issues/show_bug.cgi?id=3531
(edit) @2286 [2286] 01/09/11 02:25:27 andrei unittest cleans after itself
(edit) @2285 [2285] 01/09/11 02:00:39 andrei http://d.puremagic.com/issues/show_bug.cgi?id=3369
(edit) @2284 [2284] 01/09/11 01:58:12 andrei Added size property to File
(edit) @2276 [2276] 01/04/11 17:15:32 Don Clugston Fix 64-bit segfaults in std.math.
(edit) @2274 [2274] 01/03/11 23:34:30 braddr set the svn:eol-style to native
(edit) @2273 [2273] 01/03/11 23:23:15 braddr disable std.functional unittest run on x86-64
(edit) @2272 [2272] 01/03/11 22:52:04 andrei Added link to memoize documentation
(edit) @2271 [2271] 01/03/11 22:46:01 andrei Added memoize
(edit) @2270 [2270] 01/03/11 12:54:35 andrei Added filterBidirectional for completeness
(edit) @2269 [2269] 01/03/11 10:27:01 andrei Readded Filter unittests. Minor fix for move
(edit) @2267 [2267] 01/03/11 00:01:51 braddr more boxer removal, this time the windows only unittest.d
(edit) @2266 [2266] 01/02/11 23:48:22 braddr Fix bad %.*s usage.
(edit) @2265 [2265] 01/02/11 23:31:01 braddr untested removal of boxer from win32.mak, ought to fix the last of the …
(edit) @2264 [2264] 01/02/11 22:22:43 andrei Removed std.boxer
(edit) @2263 [2263] 01/02/11 22:21:09 andrei Undeprecated std.regexp
(edit) @2262 [2262] 01/02/11 21:06:28 andrei approxEqual misses -infinity
(edit) @2261 [2261] 01/02/11 20:30:20 andrei deprecated module doesn't work
(edit) @2260 [2260] 01/02/11 20:15:22 sean Changed thisTid to construct a MessageBox? if one doesn't exist (true for …
(edit) @2259 [2259] 01/02/11 18:31:31 andrei Deprecated std.regexp
(edit) @2258 [2258] 01/02/11 18:22:02 andrei std.boxer deprecated and eliminated from posix.mak and documentation
(edit) @2257 [2257] 01/02/11 18:21:12 andrei std.boxer deprecated and eliminated from posix.mak and documentation
(edit) @2256 [2256] 01/02/11 18:16:50 andrei marked std.bind as deprecated in case someone uses it
(edit) @2254 [2254] 01/02/11 17:49:00 andrei Replaced ell with en in the complexity column for better readability
(edit) @2252 [2252] 01/01/11 18:25:59 braddr Integrate changes from the d1 branch, still not enough to pass the …
(edit) @2247 [2247] 12/31/10 13:09:07 braddr Enable a now-working test for 64 bit
(edit) @2246 [2246] 12/31/10 04:38:01 walter start on 64 bit math by Don
(edit) @2243 [2243] 12/29/10 08:34:45 andrei Fix spurious message during compilation of Phobos
(edit) @2240 [2240] 12/28/10 22:54:46 sean Removed openrj.
(edit) @2238 [2238] 12/27/10 14:40:19 schveiguy Fixed reserve function to use GC.extend when possible.
(edit) @2237 [2237] 12/27/10 14:02:40 schveiguy Fixed std.array.Appender so it uses the newcapacity function to determine …
(edit) @2236 [2236] 12/25/10 07:37:48 Kenji Hara Fixed the fail of dmd test.
Note: See TracRevisionLog for help on using the revision log.