|
|
|
@874
|
[874]
|
11/22/08 17:14:11 |
walter |
updated to pass test suite |
|
|
|
@862
|
[862]
|
10/20/08 01:50:16 |
walter |
fix to accommodate new warnings |
|
|
|
@854
|
[854]
|
10/12/08 15:05:54 |
walter |
fold in changes |
|
|
|
@843
|
[843]
|
08/31/08 02:28:13 |
walter |
rollup |
|
|
|
@841
|
[841]
|
08/29/08 10:26:31 |
Don Clugston |
This obj is present in phobos2, but missing from phobos1. By including it, … |
|
|
|
@834
|
[834]
|
08/10/08 14:26:50 |
walter |
v1.034 |
|
|
|
@823
|
[823]
|
07/25/08 22:40:12 |
walter |
update unittests |
|
|
|
@815
|
[815]
|
07/09/08 05:01:56 |
walter |
ready for release |
|
|
|
@811
|
[811]
|
07/08/08 16:53:16 |
walter |
update makefile |
|
|
|
@778
|
[778]
|
07/02/08 17:10:14 |
walter |
rollup of changes |
|
|
|
@744
|
[744]
|
06/16/08 20:21:29 |
walter |
fix rollup |
|
|
|
@734
|
[734]
|
05/28/08 03:08:15 |
Don Clugston |
Fixes for bugzilla #2092 |
|
|
|
@722
|
[722]
|
05/17/08 01:05:52 |
walter |
final |
|
|
|
@682
|
[682]
|
05/02/08 08:36:21 |
Don Clugston |
Bugfix(typo) for issubnormal() on non-X86 systems. |
|
|
|
@677
|
[677]
|
04/23/08 11:42:24 |
Don Clugston |
std.math: Applied Tango/Phobos2 bugfixes to Phobos1: support for 64 and … |
|
|
|
@676
|
[676]
|
04/23/08 03:40:48 |
walter |
rollup |
|
|
|
@655
|
[655]
|
03/07/08 02:25:35 |
braddr |
Merge r561 from trunk to branch/phobos-1.x: Fix out contract of toStringz |
|
|
|
@627
|
[627]
|
03/05/08 15:29:59 |
walter |
merge in fixes |
|
|
|
@622
|
[622]
|
03/01/08 15:21:06 |
walter |
folded in Don's doc changes to std.math.atan2 |
|
|
|
@583
|
[583]
|
02/19/08 01:14:21 |
walter |
accumulation |
|
|
|
@547
|
[547]
|
01/25/08 15:26:11 |
walter |
add callinterfacefinalizer |
|
|
|
@546
|
[546]
|
01/20/08 03:32:04 |
walter |
bugzilla 1725 |
|
|
|
@540
|
[540]
|
12/31/07 05:04:01 |
walter |
missing import |
|
|
|
@538
|
[538]
|
12/28/07 05:28:39 |
walter |
bugzilla 1749 |
|
|
|
@533
|
[533]
|
12/09/07 22:14:12 |
braddr |
fix build and clean steps to correctly and completely clean previous … |
|
|
|
@532
|
[532]
|
12/09/07 21:22:58 |
braddr |
merge r531 from trunk to phobos-1.x branch, documentation updates for … |
|
|
|
@525
|
[525]
|
12/09/07 16:21:56 |
braddr |
Add missing space in NotImplemented? exception message |
|
|
|
@509
|
[509]
|
11/19/07 04:18:43 |
braddr |
revert change 487 until after unit tests have been written to test it for … |
|
|
|
@487
|
[487]
|
11/04/07 03:02:03 |
braddr |
swap order of parameters, essentially cosmetic since all uses of the … |
|
|
|
@481
|
[481]
|
10/31/07 05:45:50 |
walter |
fix 733 |
|
|
|
@479
|
[479]
|
10/28/07 15:26:17 |
walter |
fix -w error |
|
|
|
@478
|
[478]
|
10/28/07 15:25:28 |
walter |
fix 1609 |
|
|
|
@475
|
[475]
|
10/28/07 04:45:05 |
braddr |
integrate patch from Frits van Bommel to use ubyte[] rather than void[] in … |
|
|
|
@474
|
[474]
|
10/27/07 17:53:55 |
braddr |
fix spelling of endianness in documentation |
|
|
|
@471
|
[471]
|
10/27/07 14:16:47 |
braddr |
Convert printf error message to fprintf(stderr,...) |
|
|
|
@469
|
[469]
|
10/27/07 13:08:57 |
braddr |
Fix bugs 318, 322, 645
-- Rework thread cleanup semantics related to … |
|
|
|
@392
|
[392]
|
10/14/07 17:30:48 |
braddr |
Synchronized globally, not per class instance. |
|
|
|
@385
|
[385]
|
10/14/07 01:06:15 |
braddr |
Fix bug 1491
Add std.socket to the base unittest suite. |
|
|
|
@366
|
[366]
|
10/13/07 21:07:49 |
braddr |
Synchronize calls to non-thread safe network api calls: gethostbyname and … |
|
|
|
@359
|
[359]
|
10/13/07 20:54:44 |
braddr |
Add () to the invariant pseudo-functions since 1.x supports it these days … |
|
|
|
@355
|
[355]
|
10/13/07 18:48:01 |
braddr |
Fix a typo in the gc consolidation, only affected win32 builds |
|
|
|
@352
|
[352]
|
10/13/07 17:24:10 |
braddr |
Clear the memory between the end of the requested region and the end of … |
|
|
|
@351
|
[351]
|
10/13/07 17:20:33 |
braddr |
Fix up the synchronization mechanism to match Tango. It's almost … |
|
|
|
@350
|
[350]
|
10/13/07 16:29:59 |
braddr |
Converge the finalize logic a little towards what Tangos has |
|
|
|
@349
|
[349]
|
10/13/07 16:00:49 |
braddr |
Rename noptrs to noscan to match Tango |
|
|
|
@348
|
[348]
|
10/13/07 15:59:41 |
braddr |
Fixup some trivial differences |
|
|
|
@347
|
[347]
|
10/13/07 15:55:43 |
braddr |
Convert from uint to size_t for better 64 bit support |
|
|
|
@346
|
[346]
|
10/13/07 15:36:48 |
braddr |
Introduce some helper functions similar to Tango's gcx.d, but local to … |
|
|
|
@345
|
[345]
|
10/13/07 15:32:48 |
braddr |
Fix a compilation error from a previous submit |
|
|
|
@344
|
[344]
|
10/13/07 15:31:53 |
braddr |
Change imports to facilitate Tango/Phobos gc conversion |
|
|
|
@343
|
[343]
|
10/13/07 15:21:50 |
braddr |
Move enable/disable to match Tango's function order |
|
|
|
@342
|
[342]
|
10/13/07 15:19:56 |
braddr |
Update comments to match Tango's gcx.d |
|
|
|
@341
|
[341]
|
10/13/07 15:01:08 |
braddr |
Add and remove blank lines to match Tango's gcx.d. |
|
|
|
@312
|
[312]
|
10/04/07 20:45:19 |
braddr |
Revert change to linux.mak (don't want debug/unittest mode on by default) |
|
|
|
@311
|
[311]
|
10/04/07 20:40:54 |
braddr |
Fix several unittest failures in std/demangle.d and std/boxer.d |
|
|
|
@310
|
[310]
|
10/04/07 15:58:51 |
walter |
remove 2.0-ism |
|
|
|
@308
|
[308]
|
10/02/07 16:43:20 |
walter |
added struct dirent64 |
|
|
|
@306
|
[306]
|
10/02/07 15:59:45 |
walter |
removed forward references to resolve bug 217 |
|
|
|
@303
|
[303]
|
10/02/07 02:34:52 |
walter |
remove obsolete bit support |
|
|
|
@301
|
[301]
|
10/02/07 02:32:03 |
walter |
remove obsolete bit support |
|
|
|
@299
|
[299]
|
10/02/07 02:27:14 |
walter |
remove html from std.math |
|
|
|
@295
|
[295]
|
10/01/07 10:27:50 |
braddr |
Whoops. Commit the rest of the eol-style changes |
|
|
|
@266
|
[266]
|
09/10/07 02:37:45 |
braddr |
phobos 1.021 |
|
|
|
@263
|
[263]
|
09/10/07 02:31:40 |
braddr |
phobos 1.019 |
|
|
|
@261
|
[261]
|
09/10/07 02:31:14 |
braddr |
phobos 1.018 |
|
|
|
@259
|
[259]
|
09/10/07 02:30:27 |
braddr |
phobos 1.017 |
|
|
|
@257
|
[257]
|
09/10/07 02:28:10 |
braddr |
phobos 1.016 |
|
|
|
@256
|
[256]
|
09/10/07 02:20:30 |
braddr |
Create branch phobos-1.x |
|
copied from trunk:
|
|
|
|
@254
|
[254]
|
09/10/07 02:06:07 |
braddr |
phobos 1.015 |