-
andreas_kupries made 1 file-release changes.
2009-10-26 20:58:01 UTC by andreas_kupries
-
andreas_kupries made 2 file-release changes.
2009-10-26 20:57:01 UTC by andreas_kupries
-
Trying to compress and decompress attached 32kB of data using the following command fails:
bz2 -mode decompress -- [bz2 -mode compress -- [fileutil::cat -translation binary bz2failure]]
The decompressor throws "sequence error". I found a similar bug fixed in 1999 in the changelog - http://www.oche.de/~akupries/soft/trf/trf_changelog.html. Perhaps it is the same, but that was for channels...
2009-08-14 13:06:03 UTC by zoro2
-
andreas_kupries changed the 2.1.4 file release.
2009-06-17 15:59:13 UTC by andreas_kupries
-
andreas_kupries created the 2.1.4 file release.
2009-06-17 15:59:00 UTC by andreas_kupries
-
Fixes committed to CVS. Version bumped to 2.1.4.
2009-05-07 05:31:37 UTC by andreas_kupries
-
andreas_kupries committed patchset 513 of module trf to the Tcl Trf CVS repository, changing 26 files.
2009-05-07 05:30:34 UTC by andreas_kupries
-
andreas_kupries committed patchset 512 of module trf to the Tcl Trf CVS repository, changing 23 files.
2009-05-07 04:57:25 UTC by andreas_kupries
-
Ok, the dig_opt.c leak was trickier. The xxxDestination information is allocated in CreateOptions, deallocated in DeleteOptions, which are all called correctly. However, in between, in Create(De/En)coder the informaiton is transfered out of the option structure into the (en/de)coder structure, field 'destHandle'. And this field is not freed in Delete(De/En)coder. Doing so fixed this leak as well.
2009-05-07 04:24:33 UTC by andreas_kupries
-
Leak {registry.c 2649} is fixed by adding a "ckfree (trans)" at the end of TrfClose().
2009-05-07 03:48:17 UTC by andreas_kupries