Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

root/trunk


Mode:

Legend:

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