|
|
|
@3976
|
[3976]
|
10/05/08 15:45:43 |
kris |
fixed shared seed |
|
|
|
@3975
|
[3975]
|
10/05/08 15:36:41 |
kris |
another name change :| |
|
|
|
@3974
|
[3974]
|
10/05/08 15:16:48 |
kris |
method renaming |
|
|
|
@3973
|
[3973]
|
10/05/08 01:40:29 |
kris |
fixes #1234 :: added firstKey() and lastKey()
Kudos to Keinfarbton |
|
|
|
@3972
|
[3972]
|
10/05/08 01:39:13 |
kris |
fixed a warning |
|
|
|
@3971
|
[3971]
|
10/05/08 00:59:53 |
kris |
fixes #1244 :: SortedMap? now supports directional iterators, plus proximal … |
|
|
|
@3970
|
[3970]
|
10/05/08 00:04:14 |
kris |
added support for Identity, per #1271 |
|
|
|
@3969
|
[3969]
|
10/04/08 23:49:05 |
kris |
renamed a private method |
|
|
|
@3968
|
[3968]
|
10/04/08 23:20:55 |
kris |
fixes #1253 :: User data in XML nodes
Added a public 'node.user' … |
|
|
|
@3967
|
[3967]
|
10/04/08 23:06:31 |
kris |
fixes #1304 :: xml attribute incorrect functioning
Thanks to rracaru |
|
|
|
@3966
|
[3966]
|
10/04/08 22:10:48 |
kris |
Updated iterators to expose pointers, and doubled traversal rate |
|
|
|
@3965
|
[3965]
|
10/04/08 19:20:53 |
kris |
added seed() to opCall |
|
|
|
@3964
|
[3964]
|
10/04/08 15:16:45 |
kris |
exposed element-pointers via the iterator |
|
|
|
@3963
|
[3963]
|
10/04/08 15:09:31 |
kris |
removed tabs |
|
|
|
@3962
|
[3962]
|
10/04/08 15:07:07 |
kris |
fixes #1175 :: Adding Mersenne Twister to Tango
Thanks to Keyer |
|
|
|
@3961
|
[3961]
|
10/04/08 02:13:58 |
kris |
minor allocation cleanup. TODO: need something smarter than doubling the … |
|
|
|
@3960
|
[3960]
|
10/04/08 01:57:57 |
kris |
removed main() |
|
|
|
@3959
|
[3959]
|
10/04/08 01:54:19 |
kris |
fixes #1306 :: Add a minheap and a maxheap data structure to … |
|
|
|
@3958
|
[3958]
|
10/03/08 22:23:05 |
kris |
changed visibility to address #1309 (note that LogEvent? is package instead … |
|
|
|
@3957
|
[3957]
|
10/03/08 21:49:37 |
kris |
added option for stricter end of input |
|
|
|
@3956
|
[3956]
|
10/03/08 20:48:18 |
sean |
Applied patch to fix stdc support on freebsd. This closes #1225 |
|
|
|
@3955
|
[3955]
|
10/03/08 16:57:25 |
schveiguy |
Made GregorianBased? public, references #1309 |
|
|
|
@3954
|
[3954]
|
10/02/08 15:11:47 |
Don Clugston |
A bit of refactoring of the leftshift code to give MUCH better speed on … |
|
|
|
@3953
|
[3953]
|
10/02/08 14:36:20 |
Don Clugston |
BigInt?: Update for left shift. Much smaller code now. |
|
|
|
@3952
|
[3952]
|
10/02/08 10:26:24 |
Gregor |
dsss.conf, lib/gdc-posix.mak, lib/install-gdc.sh: Fixed GDC build. |
|
|
|
@3951
|
[3951]
|
10/02/08 03:14:33 |
Don Clugston |
Bignum asm: Added an MMX left shift, which is much faster than the … |
|
|
|
@3948
|
[3948]
|
10/01/08 01:45:56 |
kris |
fixes #1161 :: tango.net.Uri handles relative paths incorrectly
Thanks … |
|
|
|
@3947
|
[3947]
|
10/01/08 00:50:42 |
kris |
added Conduit from Fawzi. Fixes #1203
Thanks! |
|
|
|
@3946
|
[3946]
|
09/29/08 15:15:28 |
Don Clugston |
Added timing results for AMD K7. Better than expected! |
|
|
|
@3945
|
[3945]
|
09/29/08 14:43:38 |
Don Clugston |
Bigint: Simple asm performance tests. Preparation for using cpuid … |
|
|
|
@3944
|
[3944]
|
09/22/08 15:41:48 |
sean |
Dropped the 'const' from "const FILE*" declarations because this is … |
|
|
|
@3943
|
[3943]
|
09/21/08 14:45:53 |
kris |
fixes #1290 :: HttpClient? truncates POST requests with URI-encoded … |
|
|
|
@3942
|
[3942]
|
09/21/08 14:00:25 |
kris |
fixes #1286 :: tango.util.container.LinkedList?.removeAt() is removing the … |
|
|
|
@3941
|
[3941]
|
09/21/08 12:51:37 |
larsivi |
Fixed cast for x86_64, thanks lord Sauron, closes #1295, fixed linendings |
|
|
|
@3939
|
[3939]
|
09/19/08 02:58:14 |
Don Clugston |
Fix for #1291 |
|
|
|
@3938
|
[3938]
|
09/15/08 19:16:10 |
sean |
Fixed another now invalid uses of typeof(). |
|
|
|
@3937
|
[3937]
|
09/15/08 19:12:04 |
sean |
Fixed some now invalid uses of typeof(). Hopefully they're the only such … |
|
|
|
@3936
|
[3936]
|
09/10/08 17:05:19 |
sean |
Hopefully fixed install routine to support .di files in the gcc directory. |
|
|
|
@3935
|
[3935]
|
09/09/08 15:48:01 |
sean |
Fixed (unused) sentinel code to compile. |
|
|
|
@3934
|
[3934]
|
09/09/08 15:27:54 |
sean |
Renamed builtins.d to builtins.di to prevent DSSS from trying to build … |
|
|
|
@3933
|
[3933]
|
09/09/08 15:23:44 |
sean |
Removed gcc/builtins.o from the GDC makefiles. This is a header file … |
|
|
|
@3932
|
[3932]
|
09/09/08 14:57:54 |
sean |
Added new ctor to Mutex that allows it to be automatically applied as the … |
|
|
|
@3931
|
[3931]
|
09/08/08 16:46:21 |
sean |
Lengthened timeout for unittest. Hopefully this closes #1049 |
|
|
|
@3930
|
[3930]
|
09/08/08 16:42:19 |
sean |
Applied changes per #1265. This closes #1265 |
|
|
|
@3929
|
[3929]
|
09/08/08 16:36:46 |
sean |
Applied patch to fix atomicIncrement/atomicDecrement. This closes #1221 |
|
|
|
@3928
|
[3928]
|
09/08/08 16:29:43 |
sean |
Fixed previous decl to make new IUnknown interface the same as the … |
|
|
|
@3927
|
[3927]
|
09/08/08 16:28:51 |
sean |
Added IUnknown interface and changed current class to a mixin template. … |
|
|
|
@3926
|
[3926]
|
09/08/08 16:22:51 |
sean |
Removed redundant isPointerType template. This closes #1223 |
|
|
|
@3925
|
[3925]
|
09/08/08 16:14:52 |
sean |
Modified POSIX headers to be compatible with D2 by adding "in" qualifiers … |
|
|
|
@3924
|
[3924]
|
09/08/08 15:16:16 |
sean |
Modified C99 headers to be compatible with D2 by adding "in" qualifiers … |
|
|
|
@3923
|
[3923]
|
09/07/08 18:43:25 |
kris |
fixes #1280 :: assertion with foreach when empty
thanks to cyborg16 for … |
|
|
|
@3922
|
[3922]
|
08/29/08 14:24:12 |
sean |
Now properly preserving the keyti value for AA rehashes. |
|
|
|
@3921
|
[3921]
|
08/29/08 14:19:14 |
sean |
Rolled back the previous change regarding array sorting for structs. The … |
|
|
|
@3920
|
[3920]
|
08/28/08 17:11:55 |
kris |
added numeric 'E' check |
|
|
|
@3919
|
[3919]
|
08/28/08 16:08:13 |
kris |
fixes #1272 :: tango.util.log.Trace synchronizes on incorrect … |
|
|
|
@3918
|
[3918]
|
08/28/08 07:04:20 |
keinfarbton |
windows struct init |
|
|
|
@3917
|
[3917]
|
08/27/08 18:54:41 |
Nietsnie |
Added darwin support to SerialConduit? |
|
|
|
@3916
|
[3916]
|
08/27/08 18:50:47 |
Nietsnie |
Updated termios to include darwin consts and definitions |
|
|
|
@3915
|
[3915]
|
08/27/08 02:50:44 |
Don Clugston |
Conversion from decimal is now done by the constructor. Some parsing … |
|
|
|
@3914
|
[3914]
|
08/26/08 00:07:05 |
Don Clugston |
Major refactoring of the internal code. BigInt? is now implemented purely … |
|
|
|
@3913
|
[3913]
|
08/25/08 22:55:58 |
kris |
made parser a bit faster (again) |
|
|
|
@3912
|
[3912]
|
08/25/08 22:36:45 |
kris |
made parser a bit faster |
|
|
|
@3911
|
[3911]
|
08/25/08 02:53:21 |
Don Clugston |
Asm implementation of subMul. This speeds up division enormously. |
|
|
|
@3910
|
[3910]
|
08/24/08 23:29:46 |
kris |
fixes #1135 :: SerialConduit?: simple access to serial ports (aka … |
|
|
|
@3909
|
[3909]
|
08/24/08 23:05:41 |
kris |
made parser faster |
|
|
|
@3908
|
[3908]
|
08/24/08 21:13:56 |
kris |
added "if (log.info)" shortcuts for enabled-testing |
|
|
|
@3907
|
[3907]
|
08/24/08 17:39:30 |
larsivi |
Fix shadowed variable in unittest, thanks fawzi, closes #1267 |
|
|
|
@3906
|
[3906]
|
08/24/08 17:21:47 |
larsivi |
lseek for non-linux, thanks fawzi, closes #1264 |
|
|
|
@3905
|
[3905]
|
08/24/08 17:17:35 |
larsivi |
Exclude IUnknown on non-windows, thanks fawzi |
|
|
|
@3904
|
[3904]
|
08/24/08 10:37:49 |
larsivi |
Normalize double slashes into single slashes, thanks aziz |
|
|
|
@3903
|
[3903]
|
08/23/08 01:55:47 |
Don Clugston |
And here's mod. That was easy. |
|
|
|
@3902
|
[3902]
|
08/22/08 16:27:06 |
sean |
Reversed TypeInfo?_Struct.compare() result when the supplied structs have … |
|
|
|
@3901
|
[3901]
|
08/22/08 16:08:42 |
sean |
Fixed docs to use the proper package name. |
|
|
|
@3900
|
[3900]
|
08/22/08 12:22:11 |
Don Clugston |
Added division. Bugfix for the return value of shl in asm. Numerous small … |
|
|
|
@3899
|
[3899]
|
08/20/08 14:20:43 |
kris |
re-added eof check |
|
|
|
@3898
|
[3898]
|
08/20/08 14:07:55 |
larsivi |
Make Variant use Traits where applicable, fixes broken unittest and … |
|
|
|
@3897
|
[3897]
|
08/20/08 13:40:00 |
larsivi |
Flush module name before running tests, thanks kamm. |
|
|
|
@3892
|
[3892]
|
08/18/08 21:19:25 |
kris |
fixed #1256 :: Stream not closed correctly in ZipBlockReader?
Thanks to … |
|
|
|
@3885
|
[3885]
|
08/18/08 04:28:34 |
Don Clugston |
BigInt? Initial commit. Some functions are still missing (most importantly … |
|
|
|
@3884
|
[3884]
|
08/18/08 03:09:56 |
Don Clugston |
* multibyteShl() now returns the msb.
* bugfix in Karatsuba multiply for … |
|
|
|
@3883
|
[3883]
|
08/16/08 18:08:42 |
keinfarbton |
ddoc edits |
|
|
|
@3882
|
[3882]
|
08/16/08 13:52:06 |
h3r3tic |
fix for #1249 |
|
|
|
@3881
|
[3881]
|
08/15/08 23:17:24 |
kris |
fixes #1246 :: Documentation error in tango.text.Ascii
kudos to CyaNox? |
|
|
|
@3880
|
[3880]
|
08/14/08 18:24:31 |
sean |
Brought stub GC up to date. |
|
|
|
@3879
|
[3879]
|
08/14/08 18:10:10 |
sean |
Merged in DMD 1.034 changes. |
|
|
|
@3878
|
[3878]
|
08/14/08 08:32:03 |
Don Clugston |
Fix for Phobos bugzilla 2269. |
|
|
|
@3877
|
[3877]
|
08/14/08 02:58:10 |
Don Clugston |
Added biguintMulInt. Improved comments. |
|
|
|
@3876
|
[3876]
|
08/12/08 03:54:09 |
Don Clugston |
Better memory efficiency in the asymmetric multiply case |
|
|
|
@3875
|
[3875]
|
08/11/08 16:36:02 |
kris |
added a bit of doc |
|
|
|
@3874
|
[3874]
|
08/11/08 04:21:33 |
Don Clugston |
bignum: Major speedup for asymmetric multiplication: now ensures Karatsuba … |
|
|
|
@3873
|
[3873]
|
08/11/08 02:04:10 |
kris |
fixes #1230 :: wrong time complexity in LinkedList? documentation.
kudos … |
|
|
|
@3872
|
[3872]
|
08/11/08 00:48:33 |
kris |
new JSON package |
|
|
|
@3871
|
[3871]
|
08/11/08 00:47:21 |
kris |
Added new DocEntity? module, and moved Util.unentity() there instead |
|
|
|
@3870
|
[3870]
|
08/10/08 22:29:17 |
kris |
deprecated old package. Please use tango.util.container instead |
|
|
|
@3869
|
[3869]
|
08/10/08 17:39:22 |
kris |
removed deprecated class |
|
|
|
@3868
|
[3868]
|
08/09/08 17:14:42 |
kris |
fixed the opIn() doc |
|
|
|
@3867
|
[3867]
|
08/09/08 17:13:12 |
kris |
fixes #1232 :: opIn_r for SortedMap?
thanks to keinfarbton |
|
|
|
@3866
|
[3866]
|
08/09/08 17:05:02 |
kris |
fixes #1231 :: LinkedList? doesn't allow iterating over empty list
thanks … |
|
|
|
@3865
|
[3865]
|
08/08/08 17:50:28 |
schveiguy |
Fixed selector example to work with new TimeSpan? and Selector code, fixed … |
|
|
|
@3864
|
[3864]
|
08/07/08 14:05:11 |
kris |
fixed formatting |