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) @5693 [5693] 01/26/12 10:21:41 Marenz fixing unittests, fixes #2103, thanks to SiegeLord?
(edit) @5692 [5692] 01/26/12 10:15:32 Marenz replaced decl. with import, fixes #2104 thanks luca
(edit) @5691 [5691] 11/10/11 11:03:21 dhasenan Oops. Fixing previous commit.
(edit) @5690 [5690] 11/10/11 11:00:25 dhasenan Applied Luca's logging buffer patch to allow user-allocated buffers in log …
(edit) @5689 [5689] 11/10/11 10:10:05 Marenz Fixes #2098, thanks to luca
(edit) @5688 [5688] 10/25/11 09:45:09 dhasenan Reordered parameters for external member syntax …
(edit) @5687 [5687] 10/24/11 23:46:58 dhasenan Documentation fixes.
(edit) @5686 [5686] 10/24/11 23:37:50 dhasenan Luca wouldn't let me keep the map/reduce implementations that only work …
(edit) @5685 [5685] 10/24/11 23:23:23 dhasenan Added map, filter, reduce to tango.core.Array. Thanks to luca for the …
(edit) @5684 [5684] 10/15/11 19:50:16 mwarning fixes #2081 :: tango.io.Path.join doesn't work correctly; thanks doob
(edit) @5683 [5683] 10/10/11 11:35:56 Marenz Fixed a Bug in AppendSyslog?: logger wasn't taking care of its dead …
(edit) @5682 [5682] 09/26/11 09:37:17 Marenz * GC.disable did not disable early_collect
(edit) @5681 [5681] 09/23/11 11:32:34 Marenz Fix in cdgc, mostly affecting removeRange. Thanks to Gavin, Mwarning and …
(edit) @5680 [5680] 09/21/11 18:40:34 Marenz + Added AppendSyslog?, a file appender behaving like syslog
(edit) @5679 [5679] 09/21/11 07:38:11 Marenz * Process: added comments to c'tor args
(edit) @5678 [5678] 09/14/11 08:31:50 Marenz * Fixes #2075 thanks to denis-shel
(edit) @5677 [5677] 09/05/11 05:16:15 mwarning fixes 2074 :: compareString in tango.text.locale.Posix is broken; thanks …
(edit) @5676 [5676] 08/14/11 11:47:09 dhasenan Describe why we deprecated FileScan?.
(edit) @5675 [5675] 08/03/11 16:14:22 dhasenan Fix #2066: allocate less when searching for a Logger. Thanks to Marenz …
(edit) @5674 [5674] 08/03/11 13:32:59 rawler Add some doc-notes to log.AppendFiles?.
(edit) @5673 [5673] 08/02/11 23:01:55 dhasenan Added some basic unittests.
(edit) @5672 [5672] 08/02/11 22:07:53 dhasenan Regex dot operator matches non-Latin characters. Following the example of …
(edit) @5671 [5671] 07/31/11 18:34:53 mwarning fixes #2062 :: Incorrect CreateProcessAsUserA, SHGetFileInfoW and …
(edit) @5670 [5670] 07/29/11 13:37:21 dhasenan Resolve GC deadlocks when locking on one object, allocating, and …
(edit) @5669 [5669] 07/28/11 17:28:09 dhasenan Fix windows build.
(edit) @5668 [5668] 07/27/11 17:37:36 mwarning Updated binary, ref #2069
(edit) @5667 [5667] 07/27/11 17:26:20 larsivi Updated binary, ref #2069
(edit) @5666 [5666] 07/27/11 16:09:42 mwarning fixes #2069 :: bob doesn't work without -m32/-m64
(edit) @5665 [5665] 07/27/11 11:50:59 dhasenan Rearrange a couple functions in stacktracing setup. This lets people opt …
(edit) @5664 [5664] 07/20/11 22:48:48 mwarning fixes #2064 :: Memory corruption; thanks denis-shel
(edit) @5663 [5663] 07/19/11 07:43:00 Marenz temp fix for compilation error with dmd v1.069, see #2067
(edit) @5662 [5662] 07/03/11 12:57:13 mwarning fixes #2060 :: Replacing internal string convert functions with …
(edit) @5661 [5661] 06/24/11 04:34:48 larsivi Simplifies API !Breaking change! closes #2058, thanks rawler
(edit) @5660 [5660] 06/23/11 15:50:35 larsivi Improve performance a lot in the Ciphers by reducing GC usage. Closes …
(edit) @5659 [5659] 05/24/11 18:29:50 mwarning fixes #2047 :: EpollSelector?: Keys must be removed from associative array …
(edit) @5658 [5658] 05/23/11 13:37:01 Marenz fixed compiler error
(edit) @5657 [5657] 05/22/11 14:39:12 mwarning fixes #2053 :: Compiled bob for Mac OS X isn't properly working; thanks …
(edit) @5656 [5656] 05/21/11 12:56:50 Marenz fixed: JsonParser? would segfault if called with an empty slice
(edit) @5655 [5655] 05/20/11 11:03:12 mwarning fixes #2052 :: misspelled cmpxchg8b
(edit) @5654 [5654] 05/17/11 16:47:45 mwarning fixes #2051 :: Bob binaries not up to date; thanks doob
(edit) @5653 [5653] 05/09/11 11:12:12 Marenz removed old branch dmd-1.067
(edit) @5652 [5652] 05/09/11 11:08:40 Marenz Merged branch dmd-1.067 into trunk
(edit) @5651 [5651] 04/26/11 09:58:48 Marenz added version symbol DigitalMarsX64 to make those special case more …
(edit) @5650 [5650] 04/25/11 14:03:10 mwarning use strlen declaration from tango.stdc.string
(edit) @5649 [5649] 04/21/11 14:33:42 Marenz fixed unittest for LinuxStackTrace? (I broke it, too)
(edit) @5648 [5648] 04/21/11 13:13:15 Marenz adding const to make struct usable in constants
(edit) @5647 [5647] 04/21/11 12:23:59 Marenz fixed bob/unittest for dmd/ldc changed assert to if() in regex.d to …
(edit) @5646 [5646] 04/21/11 11:26:08 Marenz tought bob 32/64bit compilation, cleaned up unittest.sh
(edit) @5645 [5645] 04/21/11 11:25:07 Marenz forgot va_arg change in Text.d
(edit) @5644 [5644] 04/21/11 11:23:08 Marenz remove debug code
(edit) @5643 [5643] 04/21/11 11:16:06 Marenz fixes segfaults with ldc/gdc (and probably dmd) 64bit
(edit) @5642 [5642] 04/20/11 16:24:29 ibuclaw Update gdc tango runtime for 1.067.
(edit) @5641 [5641] 04/20/11 14:20:29 Marenz patch by ibuclaw
(edit) @5640 [5640] 04/19/11 12:49:23 Marenz some fixes for dmd and some debugging output
(edit) @5639 [5639] 04/18/11 08:29:37 Marenz gdc, too has some runtime function changes for x64.. I think? unittest …
(edit) @5638 [5638] 04/18/11 05:39:32 Marenz gdb compiles now
(edit) @5637 [5637] 04/15/11 16:08:40 Marenz Some fixes and "todo"s for gdc
(edit) @5636 [5636] 04/15/11 15:59:08 Marenz ldc compiles & segfaults at the unittest gdc compiles partly.
(edit) @5635 [5635] 04/15/11 15:22:53 Marenz mixed up some function signatures while copying dmd -> gdc
(edit) @5634 [5634] 04/15/11 15:02:05 Marenz some helpless tries to fix varargs with gdc on x64
(edit) @5633 [5633] 04/15/11 10:09:30 Marenz forgot else
(edit) @5632 [5632] 04/15/11 08:16:57 Marenz again, previous fix didn't really work, again took the implementation of …
(edit) @5631 [5631] 04/15/11 08:03:54 Marenz previous fix for gdc was copied from phobos and didn't work. copied it …
(edit) @5630 [5630] 04/15/11 07:55:50 Marenz fix for dmd/gdc 64bit: changed type from uint to size_t in testSet
(edit) @5629 [5629] 04/15/11 07:40:28 Marenz gdc needs the same asm as dmd here
(edit) @5628 [5628] 04/15/11 07:21:37 Marenz applied patch from ticket 2038 to branch
(edit) @5627 [5627] 04/15/11 07:14:08 Marenz created branch for dmd 1.067, new gdc interface and 64bit dmd
(edit) @5626 [5626] 04/11/11 22:07:40 mwarning ref #2044
(edit) @5625 [5625] 04/11/11 21:56:32 mwarning ref #2044
(edit) @5624 [5624] 04/11/11 21:39:50 mwarning ref #2044
(edit) @5623 [5623] 04/11/11 21:34:50 mwarning fixes #2045 :: Bob executable for osx is not up to date with the source …
(edit) @5622 [5622] 04/11/11 21:32:25 mwarning fixes #2044 :: Bob continues on error; thanks doob
(edit) @5621 [5621] 04/11/11 15:19:18 mwarning fixes #2043 :: Trunk fails to build on Mac OS X; thanks doob
(edit) @5620 [5620] 04/05/11 16:08:47 mwarning fixes #2041 :: HttpClient? doesn't use the query parameters in the original …
(edit) @5619 [5619] 03/03/11 07:42:04 Marenz fixes #2001 -> makes name and help public
(edit) @5618 [5618] 02/24/11 06:49:43 mwarning revert some 64bit changes from [5600]
(edit) @5617 [5617] 02/23/11 17:40:53 mwarning fixes #2039 :: Incorrect string representation of truncated floating point …
(edit) @5616 [5616] 02/15/11 10:27:48 Marenz fixes #2037
(edit) @5615 [5615] 02/11/11 13:02:39 mwarning fixes #2035 :: Fixed Ddoc comments for modules in tango.io; thanks to aziz
(edit) @5614 [5614] 01/29/11 09:33:42 mwarning refs #1997 :: new bob binary for win32
(edit) @5613 [5613] 01/28/11 18:14:15 mwarning ref #1997 :: update linux32/64 bob binaries
(edit) @5612 [5612] 01/28/11 18:12:26 mwarning ref #1997 :: add cdgc build option to bob.rb
(edit) @5611 [5611] 01/28/11 17:10:50 mwarning fixes #1997 :: Missing files for CDGC
(edit) @5610 [5610] 01/28/11 17:08:35 mwarning refs #1997 :: Apply patch for CDGC; thanks&crumpets for llucax
(edit) @5609 [5609] 01/28/11 17:04:59 mwarning refs #1997 :: Apply patch to support for pointer maps if compiler supports …
(edit) @5608 [5608] 01/28/11 14:33:36 Marenz Adds aliases array to Argument. Closes ticket #2001
(edit) @5607 [5607] 01/16/11 04:34:32 mwarning fixes #2022 :: Fixed Ddoc comments for modules in tango.core; thanks to …
(edit) @5606 [5606] 01/02/11 19:06:11 ibuclaw Removed workaround for GDC in core.Traits, no longer required.
(edit) @5605 [5605] 01/02/11 18:37:18 ibuclaw Remove dependency on libdl for GDC rt.memory; rename gcc.builtins so it …
(edit) @5604 [5604] 12/14/10 06:15:11 ibuclaw Use builtin frame_address to get stack top in gdc.
(edit) @5603 [5603] 12/08/10 03:21:27 mwarning fixes #2020 :: Add a version to remove the C main from runtime; thanks to …
(edit) @5602 [5602] 11/27/10 13:55:56 kris fixes #2018 :: Path.join always append '/' kudos to mwarning and …
(edit) @5601 [5601] 11/15/10 12:53:22 mwarning refs #2014 :: Failing unittests
(edit) @5600 [5600] 11/15/10 12:43:33 mwarning fixes #1968 :: reduce/fix 64bit compile warnings for 64bit
(edit) @5599 [5599] 11/09/10 11:51:41 mwarning fix unresolved symbols on FreeBSD; thanks rubenbb
(edit) @5598 [5598] 11/08/10 09:27:00 fawzi be verbose about exceptions that happen in module initializers
(edit) @5597 [5597] 11/07/10 15:08:36 kris fixes #2013 :: Json.print needs to format Float with more decimals Kudos …
(edit) @5596 [5596] 11/05/10 21:37:20 mwarning add missing import for XmlException?; thanks rubenbb
(edit) @5595 [5595] 11/04/10 16:45:56 mwarning add missing return
(edit) @5594 [5594] 11/02/10 08:15:11 mwarning fixes #2010 :: update intrinsics / GDC runtime support; lots of thanks to …
Note: See TracRevisionLog for help on using the revision log.