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

root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5653 [5653] 05/09/11 11:12:12 Marenz removed old branch dmd-1.067
(edit) @5651 [5651] 04/26/11 09:58:48 Marenz added version symbol DigitalMarsX64 to make those special case more …
(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) @5103 [5103] 11/09/09 19:00:28 kris source for jake.exe
(edit) @5100 [5100] 11/09/09 18:52:33 larsivi bob binary for linux (32 bit)
(edit) @5099 [5099] 11/09/09 18:49:08 kris a place for build binaries (and related source)
(edit) @5098 [5098] 11/09/09 18:44:14 kris renamed
(edit) @5097 [5097] 11/09/09 18:13:37 kris fixed bogus cast
(edit) @5095 [5095] 11/09/09 15:21:08 kris typo fix
(edit) @5094 [5094] 11/09/09 15:13:22 kris Added a means of creating a new Value from a Value[]. Big thank-you to …
(edit) @5093 [5093] 11/09/09 14:05:44 kris typo fix
(edit) @5092 [5092] 11/09/09 13:38:34 kris copied [5088] change
(edit) @5091 [5091] 11/09/09 04:27:49 kris fixes #1762 :: tango.text.locale.Posix modifies environment …
(edit) @5090 [5090] 11/09/09 04:07:06 kris fixes #1514 :: Log hierarchy: parent level overwrites child thanks to …
(edit) @5089 [5089] 11/09/09 03:47:46 kris fixes #1753 :: TimeStamp? enhancement and ISO8601 support Kudos to …
(edit) @5087 [5087] 11/09/09 03:30:23 kris fixes #1723 :: HttpClient? socket close on exceptions thanks to …
(edit) @5086 [5086] 11/09/09 03:26:56 kris bah ... no version() inside an enum
(edit) @5085 [5085] 11/09/09 03:12:22 kris removed dead code
(edit) @5084 [5084] 11/09/09 03:06:09 kris fixes #1727 :: AppendFiles? constructor precondition overly …
(edit) @5083 [5083] 11/09/09 02:54:01 kris fixes #1473 :: Missing NT specific socket options thanks to ccutrer
(edit) @5082 [5082] 11/09/09 02:45:33 kris fixes #1663 :: Wrong arg type for some functions in PullParser? thanks to …
(edit) @5081 [5081] 11/09/09 02:28:07 kris added a debug test
(edit) @5080 [5080] 11/09/09 02:27:36 kris rename these to read/write in order to relay into the local buffer
(edit) @5079 [5079] 11/09/09 01:35:54 kris fixes #1532 :: tango.io.device.Array default arguments Array ctor now …
(edit) @5078 [5078] 11/09/09 01:18:49 kris partial fix for #1755
(edit) @5077 [5077] 11/09/09 01:10:37 kris fixes #1676 :: DataInput?.eat() should be public With thanks to wintervar
(edit) @5076 [5076] 11/09/09 00:47:13 kris fixes #1696 :: Simplify implementation of module File for Win32 With …
(edit) @5075 [5075] 11/09/09 00:19:16 kris fixes #1644 :: Query parameter removal for POST command in …
(edit) @5074 [5074] 11/08/09 23:38:42 kris fixes #1709 :: tango.io.device.File doesn't mention buffered-ness Thanks …
(edit) @5073 [5073] 11/08/09 22:55:25 kris fixes #1747 :: tango.util.container.more.Heap.push() should return the …
(edit) @5072 [5072] 11/08/09 22:49:13 kris fixes #1690 :: tango.net.device.Socket.write/read? erroneously diagnoses …
(edit) @5071 [5071] 11/08/09 22:36:08 kris removed dead code
(edit) @5070 [5070] 11/08/09 22:30:03 kris fixes #1389 :: toFloat() and parse() for "0.000000e+00" Thanks to od
(edit) @5069 [5069] 11/08/09 22:14:55 kris fixes #860 :: opAssign in FilePath? Removed the alias, though doing so …
(edit) @5068 [5068] 11/08/09 22:08:50 kris fixed issue with dmd 1.051
(edit) @5067 [5067] 11/08/09 21:52:41 kris fixes #1463 :: ByteSwap? example thanks to mwarning
(edit) @5066 [5066] 11/08/09 20:41:22 kris fixes #1419 :: tango.text.Util 64bit compatibility kudos to BlueZeniX
(edit) @5065 [5065] 11/08/09 20:28:13 kris fixes #1331 :: MulticastConduit? does not correctly bind on group Thanks …
(edit) @5064 [5064] 11/08/09 20:13:46 kris fixes #1303 :: x86_64 corrections for util.container Kudos to Cyborg16
(edit) @5063 [5063] 11/08/09 19:57:14 kris fixes #1751 :: big thanks to Kai for these
(edit) @5062 [5062] 11/08/09 19:14:19 kris from LDC site (lindquist) :: Fixed issue in exception runtime with recent …
(edit) @5061 [5061] 11/08/09 18:56:07 larsivi null -> 0
(edit) @5060 [5060] 11/08/09 17:53:59 kris added some additional debug tests
(edit) @5059 [5059] 11/08/09 17:37:17 kris removed warning on linux
(edit) @5058 [5058] 11/08/09 17:23:26 larsivi Removed unreachable statement.
(edit) @5057 [5057] 11/08/09 17:21:09 kris removed reference to DummyInputStream? ... should not be used
(edit) @5056 [5056] 11/08/09 17:12:07 kris fixed -w warnings from dmd 1.051
(edit) @5055 [5055] 11/08/09 17:07:43 kris redid larsivi's fixes from [5028]
(edit) @5054 [5054] 11/08/09 15:54:36 kris updated to trunk
(edit) @5053 [5053] 11/08/09 15:52:24 kris merged [4966]
(edit) @5052 [5052] 11/08/09 15:50:49 kris merged [4965]
(edit) @5051 [5051] 11/08/09 15:49:05 kris merged [4940]
(edit) @5050 [5050] 11/08/09 15:46:33 kris merged [4939]
(edit) @5049 [5049] 11/08/09 15:44:11 kris merged [4937]
(edit) @5048 [5048] 11/08/09 15:42:55 kris merged [4926]
(edit) @5047 [5047] 11/08/09 15:38:33 kris merged [4893]
(edit) @5046 [5046] 11/08/09 15:37:31 kris added eol-style:native
(edit) @5045 [5045] 11/08/09 15:30:07 kris merged [4888]
(edit) @5044 [5044] 11/08/09 15:27:07 kris merged [4876]
(edit) @5043 [5043] 11/08/09 15:23:45 kris updated to [4873]
(edit) @5042 [5042] 11/08/09 15:16:17 kris merged [4867]
(edit) @5041 [5041] 11/08/09 15:13:12 kris merged [4865]
(edit) @5040 [5040] 11/08/09 15:05:42 kris merged 4864
(edit) @5039 [5039] 11/08/09 14:57:29 kris merged 4861
(edit) @5038 [5038] 11/08/09 14:56:08 kris merged 4860
(edit) @5037 [5037] 11/08/09 14:49:23 kris merged 4858
(edit) @5036 [5036] 11/08/09 14:36:32 kris merged 4816
(edit) @5032 [5032] 11/07/09 19:53:56 kris fixes #1597 :: Broken pipe on SocketConduit?.output.write not …
(edit) @5029 [5029] 11/07/09 18:29:38 kris fixes #1766 :: simple example gives bad output in case of redirection with …
(edit) @5028 [5028] 11/07/09 15:13:36 larsivi fix void return type errors, closes #1758
(edit) @5027 [5027] 10/30/09 05:08:37 kris fixes #1750 :: Make finalizers separate from destructors thanks to …
(edit) @5026 [5026] 10/21/09 03:00:08 kris minor cleanup
(edit) @5025 [5025] 10/21/09 02:59:22 kris moved to mango
(edit) @5024 [5024] 10/21/09 02:58:54 kris some names changes
(edit) @5022 [5022] 10/19/09 19:43:20 kris pruning this code-branch
(edit) @5021 [5021] 10/19/09 18:28:32 kris fixed a couple of old comments
(edit) @5020 [5020] 10/19/09 18:27:52 kris updated with recent changes
(edit) @5019 [5019] 10/19/09 17:58:22 kris cleaned up the examples
Note: See TracRevisionLog for help on using the revision log.