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

root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @3896 [3896] 08/19/08 20:48:07 keinfarbton Typeinfo changes for DMD 2.018
(edit) @3895 [3895] 08/19/08 20:36:22 keinfarbton Make example compile
(edit) @3894 [3894] 08/19/08 13:11:02 keinfarbton all compiles now for DMD 2.018 on linux
(edit) @3893 [3893] 08/19/08 12:37:00 keinfarbton More compile fixes. Regex and RegexIterator? now ok. Remaining files with …
(edit) @3892 [3892] 08/18/08 21:19:25 kris fixed #1256 :: Stream not closed correctly in ZipBlockReader? Thanks to …
(edit) @3891 [3891] 08/18/08 19:45:53 keinfarbton Fix more compile errors. Files still not …
(edit) @3890 [3890] 08/18/08 17:57:17 keinfarbton Fixed many compile error, but DMD 2.018 on linux segfaulted on 30 …
(edit) @3889 [3889] 08/18/08 15:05:53 keinfarbton merged from trunk -r 3856:3885
(edit) @3888 [3888] 08/18/08 14:54:01 keinfarbton merged from trunk -r 3855:3856
(edit) @3887 [3887] 08/18/08 14:44:53 keinfarbton merged from trunk -r 3830:3855
(edit) @3886 [3886] 08/18/08 14:39:49 keinfarbton merged from trunk -r 3716:3830
(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
(edit) @3863 [3863] 08/07/08 14:01:32 Nietsnie Modified StreamIterator? to allow override of set Updated ChunkInput? in …
(edit) @3862 [3862] 08/07/08 04:15:23 kris reverted the earlier visibility change to select()
(edit) @3861 [3861] 08/06/08 17:40:57 kris removing deprecated files from last release. FileScan? is still present …
(edit) @3860 [3860] 08/06/08 08:10:14 larsivi Make zlib and libbz2 available from svn
(edit) @3859 [3859] 08/05/08 20:19:39 kris added tentative format8601()
(edit) @3858 [3858] 08/05/08 19:40:14 kris removing deprecated group package
(edit) @3857 [3857] 08/05/08 11:59:05 schveiguy Changed static TimeSpan? methods to be e.g. fromSeconds instead of seconds. …
(edit) @3856 [3856] 08/05/08 02:47:30 kris moved Conduit and friends into tango.io.device in an effort to bring …
(edit) @3855 [3855] 08/04/08 21:57:49 kris fixed a typo
(edit) @3854 [3854] 08/04/08 21:52:43 kris --
(edit) @3853 [3853] 08/04/08 21:35:54 kris removed a memory allocation
(edit) @3852 [3852] 08/04/08 21:32:11 kris removed a memory allocation
(edit) @3851 [3851] 08/04/08 16:24:57 schveiguy Deprecating ISelector.reregister, call register instead. Applied patch …
(edit) @3850 [3850] 08/04/08 14:23:41 schveiguy Updated to inherit from Conduit, now that Conduit is decoupled from …
(edit) @3849 [3849] 08/03/08 17:48:34 kris more fixes related to #1210 Now have to convert paths on each call to …
(edit) @3848 [3848] 08/03/08 17:22:49 kris Fixed issue with TempFile? name, and potential duplicate delete-operation
(edit) @3847 [3847] 08/03/08 17:20:15 lmartin92 Added items …
(edit) @3846 [3846] 08/03/08 17:20:02 lmartin92 Removed file/folder
(edit) @3845 [3845] 08/03/08 17:19:25 lmartin92 Added items …
(edit) @3844 [3844] 08/03/08 17:19:05 lmartin92 Removed file/folder
(edit) @3843 [3843] 08/03/08 16:53:10 kris fixes #1210 :: Path.standard does not convert FilePath? does automatic …
(edit) @3842 [3842] 08/03/08 15:22:35 kris fixes #1187 :: Digest.update() return Digest instead of void Thanks, and …
(edit) @3841 [3841] 08/03/08 15:15:04 kris fixes #1141 :: IConduit should be reexamined Applied patch from …
(edit) @3840 [3840] 08/03/08 14:39:44 kris fixes 1172 :: PathParser? does not parse extension properly suffix() is …
(edit) @3839 [3839] 08/03/08 14:05:44 kris tentative change of visibility to one of the select() decls ... let's see …
(edit) @3838 [3838] 08/03/08 13:47:38 kris fixes #1188 :: "Token is too large to fit within buffer" while using …
(edit) @3837 [3837] 08/03/08 13:31:02 kris fixes #1186 :: tango.text.convert.TimeStamp? does not parse times …
(edit) @3836 [3836] 08/03/08 13:17:34 kris fixes #1157 :: tango.io.digest.Crc32 speed-up (with version, for …
(edit) @3835 [3835] 08/03/08 13:02:39 kris updated TempFile? to use char[] instead of FilePath?
(edit) @3834 [3834] 08/02/08 17:10:02 larsivi Fix issue with \ in paths in existing archives - thanks mgen for reporting
(edit) @3833 [3833] 08/02/08 17:01:32 larsivi Account for SpecialPath?
(edit) @3832 [3832] 08/02/08 11:59:04 larsivi VFS examples were mostly missing
(edit) @3831 [3831] 07/31/08 16:16:02 Don Clugston Moved bignum 'impl' stuff into internal. Fixed memory alloc bug (man this …
(edit) @3830 [3830] 07/31/08 13:30:36 kris --
(edit) @3829 [3829] 07/31/08 03:43:58 Don Clugston Added higher-level sub and integer division. Made asm functions private.
(edit) @3828 [3828] 07/31/08 01:02:53 kris reverted temporary test
(edit) @3827 [3827] 07/31/08 00:53:02 kris ignoring more garbage at eof
(edit) @3826 [3826] 07/30/08 23:49:04 kris added an EOF sanity check for documents with trailing garbage, and removed …
(edit) @3825 [3825] 07/30/08 03:27:59 Don Clugston Fixed licensing, a couple of improvements to comments.
(edit) @3824 [3824] 07/29/08 10:02:56 Don Clugston Fix for #1217. GDC strikes again.
(edit) @3823 [3823] 07/29/08 04:04:41 Don Clugston * More precise names for multibyte div & increment. * Karatsuba …
Note: See TracRevisionLog for help on using the revision log.