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

Timeline

and .

10/13/08:

17:29 Ticket #1325 (enhancement) closed by kris
invalid: It's already there, Frank: […]
16:39 Ticket #1326 (enhancement) created by keinfarbton
Lets have FilePath and Path have a "isFile" test
16:16 Ticket #1325 (enhancement) created by keinfarbton
Let tango.io.Path have more convinient functions to avoid FilePath instances.
11:35 Ticket #1324 (defect) closed by Don Clugston
fixed: GDC should work with rev 4004. This ain't a fix, it's GDC that's broken.
11:32 Changeset [4004] by Don Clugston
One more sacrifice to the steaming turd that is GDC.

10/12/08:

20:51 Changeset [4003] by Jim Panic
Added #line feature, so error messages display the line number in the .dtc …
12:35 Ticket #1324 (defect) created by MrSunshine
Cache fails to compile with GDC

10/11/08:

03:19 Ticket #1323 (enhancement) created by Abscissa
DataStream Needs Better Endian-Handling
02:57 ChapterIoStreamProtocol edited by Abscissa
Updated DataStream? examples to use "get*"/"put*" instead of the outdated … (diff)
02:56 ChapterIoFileSystem edited by Abscissa
Fixed error in FileConduit/DataStream? example (diff)
02:43 ChapterIoFileSystem edited by Abscissa
Changed a FileConduit? example to use DataStream?, which is preferred to … (diff)
00:58 Changeset [4002] by kris
added some more doc

10/10/08:

22:07 Writing a string to a file and reading it back Changed by kris
In Forum: Tango HowTo
22:06 Changeset [4001] by kris
added a [tentative] DataInput?.get() wrapper for allocating array memory
21:48 Writing a string to a file and reading it back Created by kris
In Forum: Tango HowTo
21:46 Writing a string to a file and reading it back Created by kris
In Forum: Tango HowTo
20:24 Writing a string to a file and reading it back Created by eriatarka
In Forum: Tango HowTo
20:19 Writing a string to a file and reading it back Created by eriatarka
In Forum: Tango HowTo
18:52 Having trouble with SharedLib Created by torhu
In Forum: Tango HowTo
13:30 Changeset [4000] by lmartin92
Fixed line ending stuff.
11:44 Having trouble with SharedLib Created by wendell
In Forum: Tango HowTo
08:20 Ticket #1322 (task) created by doob
Tango package, not a 4-way universal binary
04:27 Changeset [3999] by Don Clugston
Extended the list of features.

10/09/08:

23:24 Changeset [3998] by kris
cleaned up the documentation regarding Win32 '\' characters. FilePath? does …
13:53 Ticket #1321 (enhancement) closed by kris
wontfix: the stream package is much more recent, whereas the protocol package is …
13:10 Changeset [3997] by larsivi
Fixes #1302, thanks Cyborg16
13:10 Ticket #1302 (defect) closed by larsivi
fixed: (In [3997]) Fixes #1302, thanks Cyborg16
13:04 Changeset [3996] by larsivi
Fix for bash, thanks Cyborg16, refs #1302
03:00 Changeset [3995] by Don Clugston
Added Cache, which is a complete replacement for Phobos' std.cpuid, and …
02:09 Having trouble with SharedLib Created by keinfarbton
In Forum: Tango HowTo

10/08/08:

18:07 Ticket #1321 (enhancement) created by Abscissa
EndianProtocol Needs To Adjust For Native Endianness
15:55 Ticket #1320 (defect) closed by kris
fixed: (In [3994]) fixes #1320 :: Incorrect enum values in win32 Types …
15:55 Changeset [3994] by kris
fixes #1320 :: Incorrect enum values in win32 Types module Big thank-you …
15:48 Ticket #1320 (defect) created by BenjiSmith
Incorrect enum values in win32 Types module.
15:45 Having trouble with SharedLib Created by wendell
In Forum: Tango HowTo
12:46 Changeset [3993] by Jim Panic
booh.
12:37 Ticket #1319 (defect) closed by kris
fixed: * Per substitute() ... in D, it is perfectly feasible to pass a single …
12:09 Changeset [3992] by kris
changed return type
12:07 Changeset [3991] by Jim Panic
Fixed some more bugs and finally added file & line information to error …
05:27 Ticket #1319 (defect) reopened by KeYeR
1) thx for count() function 2) not quite, according to the soruce: …
00:44 Changeset [3990] by Jim Panic
Fixed bug #2: Segfault in Adapter’s constructor during while loop… weird …

10/07/08:

23:48 Changeset [3989] by Jim Panic
added first alpha test releases
23:27 Ticket #1319 (defect) closed by kris
fixed: * [3988] adds a count() function. * Function substitute() will remove …
23:23 Changeset [3988] by kris
added count()
23:01 Changeset [3987] by Jim Panic
Fixed bug #1 -- wrong module declaration in generated D file
22:28 Changeset [3986] by Jim Panic
stuff.
21:44 Changeset [3985] by Jim Panic
Added license comments
20:22 Changeset [3984] by Jim Panic
--
20:22 Changeset [3983] by Jim Panic
README & dsss.conf
20:12 Changeset [3982] by Jim Panic
…stupid ASCII
20:11 Changeset [3981] by Jim Panic
Added basic arguments, README file and fixtures block for dtc
20:07 Ticket #1319 (defect) created by KeYeR
Lack of functionalities in tango.text.Util
16:38 Ticket #1318 (defect) closed by schveiguy
fixed: (In [3980]) Added scope braces around static if statements. Fixes #1318
16:38 Changeset [3980] by schveiguy
Added scope braces around static if statements. Fixes #1318
15:02 Changeset [3979] by schveiguy
Fixed scattered carriage returns
13:18 Ticket #1318 (defect) created by Cyborg16
container.Slink - static if braces
12:14 Changeset [3978] by Jim Panic
Got most of the stuff working so far, but there is still a fair amount of …
08:50 Ticket #1317 (defect) created by strangequark
Float can't format very large numbers
06:51 Ticket #1316 (defect) closed by bobef
invalid: The problem is not present in Tango trunk. Sorry.
05:14 TempFile security Created by bobef
In Forum: Tango HowTo
05:03 Ticket #1316 (defect) created by bobef
TempFile crashes

10/06/08:

18:47 Changeset [3977] by schveiguy
Updated to use bool for opEquals Fixed Layout issue with const, invariant, …
17:27 ChapterStorage edited by keinfarbton
more about using, iterator (diff)
16:43 ChapterStorage edited by keinfarbton
start of container doc (diff)
15:51 Manual edited by keinfarbton
link to deprecated collection class wiki (diff)
15:49 ChapterStorageCollection edited by keinfarbton
Copied collection wiki from ChapterStorage, befor starting the collection …
12:40 Contributors edited by larsivi
Added dhasenan (diff)
12:25 Ticket #1213 (defect) closed by Jim Panic
fixed
11:41 Detecting position and EOF when using Reader? Created by schveiguy
In Forum: Tango HowTo
07:50 Detecting position and EOF when using Reader? Created by Abscissa
In Forum: Tango HowTo

10/05/08:

15:45 Changeset [3976] by kris
fixed shared seed
15:36 Changeset [3975] by kris
another name change :|
15:16 Changeset [3974] by kris
method renaming
14:47 JSON, simple example? Created by tomD
In Forum: Tango HowTo
02:54 Pluggable formatting Created by kris
In Forum: Tango Wish List
02:37 0_99_8_BreakingChanges edited by kris
added container changes (diff)
02:32 Ticket #728 (defect) closed by kris
wontfix: Seem like this is a dead ticket ... reopen as required :)
02:27 Ticket #770 (defect) closed by kris
wontfix
02:26 Ticket #695 (enhancement) closed by kris
wontfix: In the end I think it is simpler to just cast() instead :(
02:24 Ticket #369 (wishlist) closed by kris
wontfix
02:19 Ticket #1284 (defect) closed by kris
wontfix: Yeah, this has to be handled at a higher level (such as UnicodeFile? or …
01:58 Ticket #863 (task) closed by kris
wontfix: I recall this was resolved -- closing since there's no further commentary. …
01:52 Ticket #356 (enhancement) closed by kris
fixed: You can do this with a CircularList? and with a SortedMap?. Perhaps that may …
01:45 Ticket #1281 (wishlist) closed by kris
wontfix: Currently each container stops iterating once all elements have been …
01:40 Ticket #1234 (enhancement) closed by kris
fixed: (In [3973]) fixes #1234 :: added firstKey() and lastKey() Kudos to …
01:40 Changeset [3973] by kris
fixes #1234 :: added firstKey() and lastKey() Kudos to Keinfarbton
01:39 Changeset [3972] by kris
fixed a warning
01:24 Pluggable formatting Created by dhasenan
In Forum: Tango Wish List
00:59 Ticket #1244 (wishlist) closed by kris
fixed: (In [3971]) fixes #1244 :: SortedMap? now supports directional iterators, …
00:59 Changeset [3971] by kris
fixes #1244 :: SortedMap? now supports directional iterators, plus proximal …
00:55 Pluggable formatting Changed by dhasenan
In Forum: Tango Wish List
00:35 Pluggable formatting Created by dhasenan
In Forum: Tango Wish List
00:04 Changeset [3970] by kris
added support for Identity, per #1271

10/04/08:

23:49 Changeset [3969] by kris
renamed a private method
23:47 Ticket #1247 (enhancement) closed by kris
wontfix: all primitives wind up being dispatched through one of those three …
23:20 Changeset [3968] by kris
fixes #1253 :: User data in XML nodes Added a public 'node.user' …
23:20 Ticket #1253 (enhancement) closed by kris
fixed: (In [3968]) fixes #1253 :: User data in XML nodes Added a public …
23:09 Ticket #1296 (enhancement) closed by kris
wontfix: Seems to be no further comments, and SocketConduit derivatives are …
23:06 Ticket #1304 (defect) closed by kris
fixed: (In [3967]) fixes #1304 :: xml attribute incorrect functioning Thanks to …
23:06 Changeset [3967] by kris
fixes #1304 :: xml attribute incorrect functioning Thanks to rracaru
22:33 Ticket #1315 (defect) created by Abscissa
RegExpT.opIndex(0) returns too much (regression)
22:10 Changeset [3966] by kris
Updated iterators to expose pointers, and doubled traversal rate
19:20 Changeset [3965] by kris
added seed() to opCall
16:22 Ticket #1314 (defect) created by sleek
Extracting a zip causes access violation
15:16 Changeset [3964] by kris
exposed element-pointers via the iterator
15:09 Changeset [3963] by kris
removed tabs
15:07 Ticket #1175 (wishlist) closed by kris
fixed: (In [3962]) fixes #1175 :: Adding Mersenne Twister to Tango Thanks to …
15:07 Changeset [3962] by kris
fixes #1175 :: Adding Mersenne Twister to Tango Thanks to Keyer
10:23 Ticket #1313 (defect) created by ChristianK
unittests in tango.math.IEEE expect real.nan to be quiet
04:24 Small calendar issue Created by kris
In Forum: Tango Issues
04:23 Ticket #1312 (defect) created by kris
Small calendar issue
02:57 Small calendar issue Created by Tachyon
In Forum: Tango Issues
02:13 Changeset [3961] by kris
minor allocation cleanup. TODO: need something smarter than doubling the …
01:57 Changeset [3960] by kris
removed main()
01:54 Ticket #1306 (enhancement) closed by kris
fixed: (In [3959]) fixes #1306 :: Add a minheap and a maxheap data structure to …
01:54 Changeset [3959] by kris
fixes #1306 :: Add a minheap and a maxheap data structure to …
00:44 Ticket #1307 (enhancement) closed by kris
wontfix: closing, unless there are further comments?

10/03/08:

22:23 Changeset [3958] by kris
changed visibility to address #1309 (note that LogEvent? is package instead …
21:49 Changeset [3957] by kris
added option for stricter end of input
20:48 Ticket #1225 (defect) closed by sean
fixed: (In [3956]) Applied patch to fix stdc support on freebsd. This closes …
20:48 Changeset [3956] by sean
Applied patch to fix stdc support on freebsd. This closes #1225
19:26 Ticket #1311 (defect) created by sean
ASM Fiber context-switching code doesn't work for GDC/linux
17:04 Ticket #1310 (defect) closed by schveiguy
wontfix: The appropriate functionality exists in tango.text.convert.TimeStamp, use …
16:57 Changeset [3955] by schveiguy
Made GregorianBased? public, references #1309
14:35 Ticket #1310 (defect) created by dhasenan
No toString methods in tango.time.Time
11:41 SortedMap with custom comparator Created by Cyborg16
In Forum: Tango HowTo
11:36 Ticket #1309 (defect) created by ChristianK
symbol visibility bugs
07:51 MacOSXInstall edited by afb
Leopard GDC (diff)
06:08 HttpServerExample edited by tomD
Initial version
04:18 SortedMap with custom comparator Created by lars_kirchhoff
In Forum: Tango HowTo

10/02/08:

15:11 Changeset [3954] by Don Clugston
A bit of refactoring of the leftshift code to give MUCH better speed on …
14:36 Changeset [3953] by Don Clugston
BigInt?: Update for left shift. Much smaller code now.
13:12 Tango future Created by fawzi
In Forum: Tango Wish List
10:26 Changeset [3952] by Gregor
dsss.conf, lib/gdc-posix.mak, lib/install-gdc.sh: Fixed GDC build.
03:14 Changeset [3951] by Don Clugston
Bignum asm: Added an MMX left shift, which is much faster than the …

10/01/08:

17:53 Tango future Created by larsivi
In Forum: Tango Wish List
17:19 Ticket #1308 (enhancement) created by Hxal
Allow overriding Exception.info in constructor
12:57 INI files Changed by lars_kirchhoff
In Forum: Tango HowTo
12:20 INI files Created by schveiguy
In Forum: Tango HowTo
10:45 INI files Created by lars_kirchhoff
In Forum: Tango HowTo
08:10 Ticket #1307 (enhancement) created by dhasenan
tango containers should be classes
07:32 Ticket #1306 (enhancement) created by dhasenan
Add a minheap and a maxheap data structure to tango.util.container
07:19 Changeset [3950] by Jim Panic
Initial import
07:17 Changeset [3949] by Jim Panic
Creating Tango test framework branch
01:49 Ticket #1218 (defect) closed by kris
duplicate: same as #1304 ... to be fixed
01:47 Ticket #1161 (defect) closed by kris
fixed: fixed, though relative paths starting with '/' are not supported
01:45 Changeset [3948] by kris
fixes #1161 :: tango.net.Uri handles relative paths incorrectly Thanks …
00:50 Ticket #1203 (enhancement) closed by kris
fixed: (In [3947]) added Conduit from Fawzi. Fixes #1203 Thanks!
00:50 Changeset [3947] by kris
added Conduit from Fawzi. Fixes #1203 Thanks!

09/30/08:

17:02 Tango future Created by fawzi
In Forum: Tango Wish List
10:31 Process Execution Created by schveiguy
In Forum: Tango Wish List
04:12 Process Execution Created by D-Crypt
In Forum: Tango Wish List
02:54 Random anyone? Created by D-Crypt
In Forum: Tango Issues

09/29/08:

23:09 Process Execution Created by schveiguy
In Forum: Tango Wish List
22:52 INI files Created by schveiguy
In Forum: Tango HowTo
15:15 Changeset [3946] by Don Clugston
Added timing results for AMD K7. Better than expected!
14:43 Changeset [3945] by Don Clugston
Bigint: Simple asm performance tests. Preparation for using cpuid …
12:42 Linux tango SVN success story. Created by Nthalk
In Forum: Tango HowTo
12:16 Random anyone? Created by kris
In Forum: Tango Issues
07:38 Linux tango SVN success story. Created by D-Crypt
In Forum: Tango HowTo
04:35 Random anyone? Created by D-Crypt
In Forum: Tango Issues

Note: See TracTimeline for information about the timeline view.