|
|
|
@5703
|
[5703]
|
03/20/12 14:47:25 |
Marenz |
Properly fixing contract error with dmd 1.069, fixes #2067, thanks luca |
|
|
|
@5684
|
[5684]
|
10/15/11 19:50:16 |
mwarning |
fixes #2081 :: tango.io.Path.join doesn't work correctly; thanks doob |
|
|
|
@5676
|
[5676]
|
08/14/11 11:47:09 |
dhasenan |
Describe why we deprecated FileScan?. |
|
|
|
@5663
|
[5663]
|
07/19/11 07:43:00 |
Marenz |
temp fix for compilation error with dmd v1.069, see #2067 |
|
|
|
@5659
|
[5659]
|
05/24/11 18:29:50 |
mwarning |
fixes #2047 :: EpollSelector?: Keys must be removed from associative array … |
|
|
|
@5652
|
[5652]
|
05/09/11 11:08:40 |
Marenz |
Merged branch dmd-1.067 into trunk |
|
|
|
@5615
|
[5615]
|
02/11/11 13:02:39 |
mwarning |
fixes #2035 :: Fixed Ddoc comments for modules in tango.io; thanks to aziz |
|
|
|
@5602
|
[5602]
|
11/27/10 13:55:56 |
kris |
fixes #2018 :: Path.join always append '/'
kudos to mwarning and … |
|
|
|
@5600
|
[5600]
|
11/15/10 12:43:33 |
mwarning |
fixes #1968 :: reduce/fix 64bit compile warnings for 64bit |
|
|
|
@5593
|
[5593]
|
11/01/10 15:12:45 |
mwarning |
fixes 2012 :: Move ZipSubFolder? before ZipFolder? to avoid dmd regression; … |
|
|
|
@5584
|
[5584]
|
10/25/10 17:42:38 |
mwarning |
fixes #2007 :: Deprecate FileScan?, please use FilePath?.toList or … |
|
|
|
@5553
|
[5553]
|
09/11/10 13:15:34 |
mwarning |
fixes #1986 :: ThreadPipe? allocates void[]; thanks wm4 |
|
|
|
@5550
|
[5550]
|
09/08/10 15:29:09 |
Marenz |
fixed patch #1983 (thanks to html and me) |
|
|
|
@5545
|
[5545]
|
08/30/10 16:36:42 |
mwarning |
fixes #1952 :: Avoid in-loop gc_malloc in EpollSelector?; thanks rawler |
|
|
|
@5538
|
[5538]
|
08/23/10 10:04:07 |
fawzi |
a quick fix for #1967, maybe not the best, should be reviewed |
|
|
|
@5533
|
[5533]
|
08/22/10 22:47:39 |
kris |
fixed some comments |
|
|
|
@5532
|
[5532]
|
08/22/10 22:45:07 |
kris |
added tentative get/put methods as a means of combining Conduit with … |
|
|
|
@5531
|
[5531]
|
08/22/10 22:41:00 |
kris |
cleaned up synch() method |
|
|
|
@5514
|
[5514]
|
08/01/10 18:17:39 |
mwarning |
fix compile error, classes are expected not to have any abtract methods |
|
|
|
@5510
|
[5510]
|
07/31/10 16:00:44 |
mwarning |
fixes #1964 :: Console module dtor should synchronize on Cerr.stream … |
|
|
|
@5506
|
[5506]
|
07/24/10 16:40:24 |
mwarning |
fixes #1960 :: remove ldc workaround; thanks rawler |
|
|
|
@5505
|
[5505]
|
07/20/10 17:37:50 |
mwarning |
fixes #1961: tango.io.device.File needs sync() call; thanks rawler |
|
|
|
@5502
|
[5502]
|
07/18/10 13:30:50 |
kris |
doc updates |
|
|
|
@5501
|
[5501]
|
07/18/10 13:24:03 |
mwarning |
fix iterator documentation |
|
|
|
@5499
|
[5499]
|
07/16/10 20:05:27 |
mwarning |
fixes #1957 :: use single memmove declaration; thanks wm4 |
|
|
|
@5490
|
[5490]
|
06/27/10 18:53:38 |
mwarning |
fixes 1943 :: expose number of keys in Selector |
|
|
|
@5486
|
[5486]
|
06/20/10 16:15:34 |
mwarning |
fixes #1934 :: IConduit.load() description; thanks nablaoperator |
|
|
|
@5485
|
[5485]
|
06/20/10 09:44:51 |
mwarning |
fixes #1923 :: tango.core.tools.Cpuid causes bus error on Snow Leopard, … |
|
|
|
@5481
|
[5481]
|
06/18/10 01:00:41 |
kris |
fixes #1931 :: memcpy in Buffered
kudos to nablaoperator |
|
|
|
@5475
|
[5475]
|
05/30/10 13:07:53 |
mwarning |
fix #1926 :: D code block comments are used for non-D, thanks llucax and … |
|
|
|
@5459
|
[5459]
|
05/10/10 02:05:03 |
kris |
fixes #1911 :: Path unittests fail on linux
thanks larsivi |
|
|
|
@5453
|
[5453]
|
05/10/10 01:05:48 |
kris |
fixes #1863 :: Bob on LDC/Windows
Kudos to klickverbot |
|
|
|
@5449
|
[5449]
|
05/10/10 00:14:49 |
kris |
closes #1893 :: FilePath?.pop removes the trailing path separator
also … |
|
|
|
@5448
|
[5448]
|
05/09/10 23:43:24 |
kris |
fixes #1891 :: FilePath?.opEquals considers trailing path separator as a … |
|
|
|
@5447
|
[5447]
|
05/09/10 23:13:52 |
kris |
added a pop() method to the PathParser?, and a parent() method to the … |
|
|
|
@5445
|
[5445]
|
05/09/10 20:53:23 |
kris |
fixes #1895 :: FilePath?.isFolder(bool) should ensure that the path has a … |
|
|
|
@5438
|
[5438]
|
05/09/10 17:23:11 |
kris |
added .nl alias for .newline |
|
|
|
@5425
|
[5425]
|
03/29/10 08:12:23 |
larsivi |
version->debug (UnitTest?), Unittest -> UnitTest? ++ |
|
|
|
@5407
|
[5407]
|
03/20/10 13:52:41 |
kris |
cleaned up some documentation |
|
|
|
@5406
|
[5406]
|
03/20/10 13:51:38 |
kris |
added a little debug harness |
|
|
|
@5404
|
[5404]
|
03/20/10 13:50:23 |
kris |
moved Daniels zip wrappers to their permanent home |
|
|
|
@5376
|
[5376]
|
02/15/10 12:28:10 |
larsivi |
Comment orphaned if, my mistake, thanks mwarning and wm4 for finding it, … |
|
|
|
@5367
|
[5367]
|
02/12/10 01:19:02 |
kris |
post-release cleanup time - huzzah! |
|
|
|
@5361
|
[5361]
|
02/09/10 23:55:36 |
kris |
post-release cleanup time - huzzah! |
|
|
|
@5343
|
[5343]
|
02/02/10 14:14:51 |
larsivi |
Comment non-working code, closes #1840, thanks doob |
|
|
|
@5342
|
[5342]
|
02/02/10 01:08:00 |
kris |
fixed #5330 :: Changeset [5330] broke Tango
With thanks to doob |
|
|
|
@5340
|
[5340]
|
02/01/10 15:15:12 |
larsivi |
Remove maxSpeed - a real use case seems to be missing for it, in addition … |
|
|
|
@5339
|
[5339]
|
02/01/10 12:26:20 |
larsivi |
Some missing speeds for darwin, refs #1749 |
|
|
|
@5332
|
[5332]
|
01/31/10 20:55:26 |
kris |
cleaned up the timeout comments |
|
|
|
@5331
|
[5331]
|
01/31/10 20:12:32 |
kris |
removed commented-out methods from interface |
|
|
|
@5330
|
[5330]
|
01/31/10 19:46:29 |
kris |
made Win32 HANDLE a void* rather than an int, in order to be 64bit … |
|
|
|
@5328
|
[5328]
|
01/31/10 09:55:16 |
larsivi |
Adds support for non-posix baudrates, add function maxSpeed (but it needs … |
|
|
|
@5316
|
[5316]
|
01/26/10 00:58:54 |
DRK |
Closes #1130.
Removed references to memory-mapped files from … |
|
|
|
@5315
|
[5315]
|
01/26/10 00:46:25 |
DRK |
Closes #1724.
ZlibInput/Output?.reset now correctly reassigns the … |
|
|
|
@5309
|
[5309]
|
01/24/10 03:10:12 |
kris |
made writer() visible |
|
|
|
@5308
|
[5308]
|
01/24/10 03:06:24 |
kris |
fixed a comment |
|
|
|
@5300
|
[5300]
|
01/16/10 19:54:48 |
kris |
fixed a comment |
|
|
|
@5291
|
[5291]
|
01/12/10 02:23:40 |
kris |
fixes #1809 :: Quotes!(char) Doesn't escape well or work correctly with … |
|
|
|
@5260
|
[5260]
|
12/08/09 00:41:37 |
kris |
fixes #1808 :: FilePath?("/usr/bin").toList() returns empty array (Mac OS X … |
|
|
|
@5254
|
[5254]
|
12/01/09 22:09:47 |
kris |
removed debug decl |
|
|
|
@5253
|
[5253]
|
12/01/09 21:15:06 |
kris |
fixes #1807 :: Win32 console not correctly accepting redirected … |
|
|
|
@5252
|
[5252]
|
12/01/09 13:49:45 |
kris |
removed comma-expressions to simplify maintenance |
|
|
|
@5248
|
[5248]
|
11/29/09 12:50:31 |
larsivi |
Change inout to ref, thanks Christian Kamm |
|
|
|
@5245
|
[5245]
|
11/25/09 12:08:49 |
kris |
tentative fix for filtering breakage |
|
|
|
@5238
|
[5238]
|
11/24/09 04:57:52 |
kris |
added missing host names to seek messages |
|
|
|
@5237
|
[5237]
|
11/24/09 01:55:44 |
kris |
dmd is a tad sloppy about private imports … |
|
|
|
@5236
|
[5236]
|
11/24/09 00:46:26 |
DRK |
Removed stray import. Thanks, Kris. this.head.applyTo(desk); |
|
|
|
@5235
|
[5235]
|
11/24/09 00:42:12 |
DRK |
Zip.extractArchive now correctly sets modified timestamps. |
|
|
|
@5234
|
[5234]
|
11/24/09 00:26:34 |
DRK |
Closes #1669. Thanks d0c. |
|
|
|
@5233
|
[5233]
|
11/24/09 00:15:50 |
DRK |
Closes #1204. createArchive now fills in the modified time. Note that … |
|
|
|
@5232
|
[5232]
|
11/23/09 23:59:57 |
DRK |
Closes #1659. Removed the erroneous tests and fixed the bug relating to … |
|
|
|
@5221
|
[5221]
|
11/23/09 17:57:41 |
kris |
closes #1116 :: support for atime,mtime,ctime
modified time only for now. … |
|
|
|
@5218
|
[5218]
|
11/23/09 01:59:38 |
kris |
fixes #861 :: It is impossible to enumerate hidden/system files on … |
|
|
|
@5217
|
[5217]
|
11/23/09 01:05:05 |
kris |
fixes #1670 :: FileFolder?.clear : not documentation-conform
Kudos to d0c |
|
|
|
@5216
|
[5216]
|
11/22/09 23:36:50 |
kris |
a little more efficiency |
|
|
|
@5210
|
[5210]
|
11/22/09 18:23:41 |
kris |
added notes about memory-allocation |
|
|
|
@5209
|
[5209]
|
11/22/09 18:05:43 |
kris |
fixed some old comments |
|
|
|
@5208
|
[5208]
|
11/22/09 18:02:40 |
kris |
added "Since:" doc |
|
|
|
@5207
|
[5207]
|
11/22/09 18:00:26 |
kris |
revised how pattern-based remove() operates: now expects a char[][] as … |
|
|
|
@5206
|
[5206]
|
11/22/09 17:49:52 |
kris |
added collate(path, pattern, recurse) and remove(path, pattern, … |
|
|
|
@5202
|
[5202]
|
11/22/09 16:04:25 |
kris |
closes #1391 :: interface IConduit.Truncate (though not a full … |
|
|
|
@5195
|
[5195]
|
11/21/09 00:40:24 |
kris |
default timeout is now -1, so fixed Socket.wait() to respect that |
|
|
|
@5194
|
[5194]
|
11/20/09 20:54:20 |
kris |
updated to point at permanent home |
|
|
|
@5193
|
[5193]
|
11/20/09 20:51:44 |
kris |
moved to permanent home |
|
|
|
@5191
|
[5191]
|
11/20/09 19:42:43 |
kris |
fixes #1792 :: File.seek(0, Conduit.Anchor.Current) on Windows doubles … |
|
|
|
@5183
|
[5183]
|
11/20/09 17:24:46 |
kris |
can't use "const" as an import name (using "consts" instead) |
|
|
|
@5166
|
[5166]
|
11/18/09 14:50:26 |
kris |
added explicit FileInfo? import (dmd didn't care about it) |
|
|
|
@5163
|
[5163]
|
11/18/09 01:26:56 |
kris |
fixed .ptr error |
|
|
|
@5162
|
[5162]
|
11/18/09 01:20:37 |
kris |
sloppy fixes |
|
|
|
@5161
|
[5161]
|
11/18/09 01:10:22 |
kris |
fixed bogus utimbuf names |
|
|
|
@5160
|
[5160]
|
11/18/09 01:02:46 |
kris |
removed bogus comments |
|
|
|
@5157
|
[5157]
|
11/16/09 23:40:17 |
kris |
fixed #1238 :: Add support for setting file times (created, modified, … |
|
|
|
@5155
|
[5155]
|
11/16/09 20:13:12 |
kris |
made VFS share a common struct with Path.d |
|
|
|
@5146
|
[5146]
|
11/14/09 02:42:39 |
kris |
fixed some -debug names |
|
|
|
@5145
|
[5145]
|
11/14/09 02:42:20 |
kris |
fixes #1359 :: UtfInput?, UtfOutput? should provide strongly typed … |
|
|
|
@5129
|
[5129]
|
11/13/09 15:14:47 |
kris |
fixes #1615 :: TextFileOutput? is not buffered
Thanks to torhu |
|
|
|
@5128
|
[5128]
|
11/13/09 05:27:26 |
kris |
more cleanup |
|
|
|
@5127
|
[5127]
|
11/13/09 02:47:19 |
kris |
some cleanup |
|
|
|
@5125
|
[5125]
|
11/13/09 01:15:04 |
kris |
updated to operate more effectively with OVERLAPPED struct |
|
|
|
@5109
|
[5109]
|
11/10/09 05:12:16 |
kris |
on second thoughts, this should be like all the others |