Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file tools/mpexpand version 4fab892feb
2024-07-23
| ||
08:23 | chore: transition to fossil; favicon and modern README. Leaf check-in: cdab37793a user: aku tags: trunk | |
2009-05-07
| ||
05:30 | * generic/digest.c (DeleteEncoder, DeleteDecoder): Fixed the * generic/registry.c (TrfClose): memory leaks reported by [Bug 2788106]. * configure.in: Version bumped to 2.1.4. * configure: Regenerated. check-in: e6b653c046 user: [email protected] tags: trunk | |
04:57 | * generic/asc85code.c: Replaced all uses of Tcl_Alloc/Free/Realloc * generic/b64code.c: with ckalloc, ckfree, and ckrealloc. The Tcl_ * generic/bincode.c: functions are apparently not respecting a * generic/binio.c: TCL_MEM_DEBUG setting. * generic/bz2.c: * generic/bz2_opt.c: * generic/convert.c: * generic/dig_opt.c: * generic/digest.c: * generic/hexcode.c: * generic/octcode.c: * generic/otpcode.c: * generic/qpcode.c: * generic/ref_opt.c: * generic/reflect.c: * generic/registry.c: * generic/rs_ecc.c: * generic/uucode.c: * generic/zip.c: * generic/zip_opt.c: * generic/templates/cvt_template.c: check-in: 2f8299d194 user: [email protected] tags: trunk | |
2008-12-11
| ||
19:04 | * Makefile.in: Applied Daniel Steffen's OSX patch, plus an * configure: ActiveState fix for building on HPUX-IA64. The * configure.in: patch updates handling of bz2 compression, md5, * test.setup.in: updates to TEA 3.7, adds some darwin specific * trf.m4: ifdef's in the digests to properly handle 64bit. * compat/tclLoadShl.c: * generic/bz2lib.c: * generic/loadman.c: * generic/loadman.h: * generic/md5dig.c: * generic/transformInt.h: * generic/haval.1996/haval.h: * generic/ripemd/rmd128.h: * generic/ripemd/rmd160.h: * generic/rs-ecc/Makefile.in: * generic/sha/sha.h: * tclconfig/tcl.m4: check-in: b7ded874f3 user: [email protected] tags: trunk | |
2008-12-05
| ||
21:36 | * Updated everything to 2.1.3 for release. check-in: 0c752327d1 user: [email protected] tags: trunk, trf-2-1-3 | |
2007-11-13
| ||
23:37 | * teapot.txt: New file, basic meta data of the package for TEApot compatible repositories. check-in: 0f56620bad user: [email protected] tags: trunk | |
2007-10-12
| ||
22:49 | * generic/zip.c: Fixed problem in the zip (de)compressor. Had a * configure.in: possible case where it thought output space was * configure: exhausted and requiring more operations, with no input to process. Now aborting the loop if there is no input. Version bumped to 2.1.2 check-in: 220f5b3316 user: [email protected] tags: trunk | |
2007-10-05
| ||
23:12 | * configure.in: Version bumped to 2.1.1. Source directory belongs into the list of include paths. Accept MINGW32_NT as indication of a Win32 system. * configure: Regenerated. * tclconfig/tcl.m4: Added definition which allows us to recognize building for OS X. * compat/tclLoadWin.c: Added cast to silence compiler warning. * generic/init.c: Ditto. * generic/loadman.c: Recognize building on OS X and choose appropriate library names. * generic/loadman.h: Use __P (of trf_features.h) over _ANSI_ARGS_ to silence warnings. * generic/registry.c: Changed name of macro DELAY to avoid clash with system macro, and constification. * generic/sha.c: Reordered things a bit for proper set up of endianess definitions. * generic/transformInt.h: Added more checks for proper set up of endianess on OS X for universal builds. * generic/trfStubLib.c: Constification and cast to silence warnings. * generic/util.c: Changed name of macro MASK to avoid clash with system macro. * generic/haval/haval.c: Added inclusion of transformInt.h to get * generic/haval/havalapp.h: proper set up of endianess. * generic/haval.1996/havalapp.h: * md5-crypt/md5.c: Ditto. check-in: bb47a8ba5d user: [email protected] tags: trunk | |
2006-01-24
| ||
18:04 | * tclconfig/tcl.m4: Updated to TEA 3.5 * configure.in: Ditto. * configure: Regenerated. check-in: 20c5262c8d user: [email protected] tags: trunk | |
2005-10-06
| ||
18:05 | * generic/rmd128.c (MDrmd128_UpdateBuf): Fixed length-dependent * generic/rmd160.c (MDrmd160_UpdateBuf): miscalculation of the hash value. A bad condition for the loop processing the chunks in the incoming buffer caused it to ignore the last one if we got full multiples of 64 bytes. Fixes [SF Trf Bug 1119773]. check-in: 86c5d8401a user: [email protected] tags: trunk | |
2005-07-25
| ||
20:51 | Updated toplevel buildsystem (configure, Makefile, tclconfig/*) to TEA 3.2. check-in: 5a84cad3de user: [email protected] tags: trunk | |
2004-02-18
| ||
19:07 | * tests/base64.test: Extended the tests to use not only memchan, but also files as data source. For comparison. check-in: c5888305e9 user: [email protected] tags: trunk | |
2003-04-04
| ||
21:27 | * configure.in: * tclconfig/tcl.m4: Updated to newest tcl.m4, regenerated configure's. check-in: bdff5564be user: [email protected] tags: trunk | |
2003-03-28
| ||
00:57 | * tea.tests/base64_bb.test: * tests/base64.test: * generic/b64code.c (Decode): Added code to ignore any illegal character found in the input. This makes the [base64] command conform to RFC 2045. Changed the test-case base64-2.0 to reflect this. This fixes bug #696325 reported by Keith Vetter <[email protected]>. check-in: d17c887891 user: [email protected] tags: trunk | |
00:17 | * md5-crypt/md5.c (md5_process_bytes): Accepted patch #667168 by Olly Stephens <[email protected]>. Without the the patch new md5 test-case (see yesterday) causes a crash on the solaris machine, and with it the new test passes cleanly (also generates the expected result). check-in: f031d4c198 user: [email protected] tags: trunk | |
2003-03-27
| ||
07:51 | * tools/svfiles: Added 'doc/common/trf_version.inc' to list of files which have to be patched when updating the version of the package. * doc/common/trf_version.inc: Set true version, 2.1p2. * tea.tests/md5_crash.test: * tests/md5_crash.test: Added tests to check against/for bug #667168. Preparation of tests on machine reproducing the bug and that the patch actually fixes the problem. ... Note: The test suite should be converted to use the tcltest package instead of its own set of commands, which are near to tcltest, but not quite the same, as they are older. * tests/defs: Made it a bit nearer to the same command in tcltest (returning the path of the file). check-in: cb738fe8a3 user: [email protected] tags: trunk | |
2003-03-13
| ||
00:39 | * doc/adler.man: Added doctools based documentation to Trf. * doc/ascii85.man: * doc/base64.man: * doc/bin.man: * doc/bz2.man: * doc/common/options.inc: * doc/common/sections.inc: * doc/common/trf_header.inc: * doc/common/trf_version.inc: * doc/compress/footer.inc: * doc/compress/header.inc: * doc/compress/middle.inc: * doc/compress/options.inc: * doc/crc-zlib.man: * doc/crc.man: * doc/crypt.man: * doc/digest/footer.inc: * doc/digest/header.inc: * doc/digest/main.inc: * doc/digest/options.inc: * doc/digest/ripemd.inc: * doc/encoding/footer.inc: * doc/encoding/header.inc: * doc/encoding/middle.inc: * doc/encoding/options.inc: * doc/haval.man: * doc/hex.man: * doc/md2.man: * doc/md5.man: * doc/md5_otp.man: * doc/md5crypt.man: * doc/oct.man: * doc/otp_words.man: * doc/quoted-printable.man: * doc/ripemd128.man: * doc/ripemd160.man: * doc/rs_ecc.man: * doc/sha.man: * doc/sha1.man: * doc/sha1_otp.man: * doc/transform.man: * doc/trf.man: * doc/unstack.man: * doc/uuencode.man: * doc/zip.man: check-in: ba62552fb6 user: [email protected] tags: trunk | |
2003-01-20
| ||
23:50 | * tools/rules/manpage.html.site: Redone in the likeness of memchan. * tools/mpexpand: Now ready for documentation of trf * tools/manpage_regen: in doctools format. * tools/nroff_regen: * tools/watch_cvs: check-in: e06530d9d7 user: [email protected] tags: trunk | |