Trf

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

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
2003-01-10
18:31
Squash WINAPI when zlibtcl is present. Hack to avoid compile error on Windows. Needs better resolution. check-in: 31f4ed27c5 user: [email protected] tags: trunk
2003-01-09
21:26
* ./tclconfig/tcl.m4: Added code to look for and load * ./Makefile.in: the package zlibtcl if possible. * ./configure.in: This makes loading zip functionality * ./generic/adler.c: considerably easier (if present). * ./generic/zlib.c: We will fall back to libz.so if * ./generic/transformInt.h: zlibtcl was not present at runtime. * ./generic/crc_zlib.c: Some declarations were changed to * ./generic/zip.c: avoid a clashing of names (and * ./generic/bz2.c: subsequent compiler errors due to * ./configure: expansion of macros in the wrong place. check-in: dc6c88e7a9 user: [email protected] tags: trunk
2002-11-22
17:18
* Makefile.in: Deactivated target for MD5 library. HPUX balked with a syntax error because the variable to the left of the colon is now empty. check-in: 16df8cf496 user: [email protected] tags: trunk
2002-11-05
00:20
* The changes below fix the following bug reports: ActiveState Bugzilla 21643. ActiveState Bugzilla 21628. SourceForge 619404. * md5-crypt/md5.c: (HAVE_MEMCPY): Enforce usage on Windows. * md5-crypt/md5.c: * compat/stpncpy.c: Added tcl header on Win32 to get definitions like size_t. * md5-crypt/md5-crypt.c: Excluded header not known on Win32. * generic/loadman.c: * generic/md5dig.c: * generic/otpmd5.c: * configure.in: Changed code to compile md5 functionality directly into the trf library if 'md5crypt' is not accessible via '-lcrypt'. This eliminates any trouble with a missing md5crypt library and is easier to do than creating and installing a second (helper) library. * configure: Regenerated. check-in: 590181c7f6 user: [email protected] tags: trunk
2002-10-16
17:09
aix fix check-in: 87ad3c66b2 user: [email protected] tags: trunk
01:57
typo fix, regen'd configure. check-in: 8ef5601e4b user: [email protected] tags: trunk
2002-10-15
23:48
Regen'd configure for new tcl.m4. check-in: 91ae1f44e0 user: [email protected] tags: trunk
23:18
Regen'd TEA configure. check-in: ec5b4bec8f user: [email protected] tags: trunk
17:33
* Makefile.in (Trf_INCLUDES): Continuation to empty line followed by comment tripped the HP make. It extended the continuation over the emppty line to include the comment, thus disabling the code generation. Fixed by removing the continuation. * configure.in: Changed to propagate an initial CFLAGS value to the final definition. A TEA condition (SHARED_BUILD == 1) squashed it, causing it the build system to loose the +DAportable we specify for the AS PA-RISC2.2 build host. This is a problem for _all_ TEA and TEA 2 based configure files. check-in: a2bc57672b user: [email protected] tags: trunk
07:09
Fixed syntax problem with cont. lines (HP make). check-in: f84b7bdc5f user: [email protected] tags: trunk
2002-10-03
16:33
Stupid typo in stub lib generation. check-in: e3db056553 user: [email protected] tags: trunk
2002-10-02
20:28
Preparation for generation of stubs. check-in: 87fd8b555c user: [email protected] tags: trunk
20:16
* configure.in (crypt): Check for crypt forced to false on Windows. check-in: c78802968d user: [email protected] tags: trunk
2002-10-01
23:27
* configure.in: Readded check for 'eprintf'. check-in: c7fb1695a5 user: [email protected] tags: trunk
23:01
* compat/tclLoadShl.c (dlopen): mode is 'unsigned int'. * trf.m4: Moved the calls to CYGPATH behind the corresponding 'test -z' conditions as the result of that call generates a non-empty string from an empty string on some platforms. Missing paths are set to '.' so that they do not disturb the interpretation of -I / -L options by the compiler. check-in: 9e0292b4f5 user: [email protected] tags: trunk
22:19
* configure.in: Readded check for endianess. Moved ltoa, etc. block just after tea_setup_compiler. Detemrination of flags for shared build messes up these tests. check-in: 79cfdf1462 user: [email protected] tags: trunk
2002-09-28
01:01
* compat/tclLoadWin.c: Removed inclusion of windows header to prevent clashes between winsock and winsock2/ * configure.in: * Makefile.in: * aclocal.m4: * trf.m4: * tclconfig: Rewritten build system, now based on TEA 2. check-in: f734fe60bb user: [email protected] tags: trunk
2002-09-15
01:06
* tools/htdocs_setup: * ./tools/rules/site: * ./tools/rules/trf: * ./tools/htdocs_refresh: Made code more robust for case of non yet existing manpages. Also added markers to distinguish output from memchan. check-in: 3b79abdf64 user: [email protected] tags: trunk
2002-08-27
04:03
* generic/registry.c (ChannelHandlerTimer): Fix of bug found by Michael A. Cleverly <[email protected]>. check-in: a8fa9f800f user: tcl tags: trunk
03:57
nit. check-in: 90c2cf89c6 user: tcl tags: trunk
03:51
* Big cleanup and restructuring in prepration of moving this CVS to SourceForge. check-in: ff64bc6aa8 user: tcl tags: trunk
2001-08-21
05:51
See ChangeLog. check-in: 78a5403743 user: tcl tags: trunk
2001-03-27
14:13
Integrated an updated tcl.m4 check-in: ad259e7026 user: tcl tags: trunk
13:41
p2 Release. check-in: 0a0beb5324 user: tcl tags: trunk
13:08
See ChangeLog. check-in: 1b143b776b user: tcl tags: trunk
10:41
Updated reference to zip. check-in: 05326df0c6 user: tcl tags: trunk
2000-11-26
16:01
nit check-in: 0494916c1a user: [email protected] tags: trunk
15:57
See ChangeLog. check-in: 10ce796fcc user: [email protected] tags: trunk, trf-2-1-p1
2000-11-24
19:44
Switch to new scheme of generating binary distributions. check-in: 568ffa055a user: [email protected] tags: trunk
2000-11-23
19:49
nit check-in: 53061778b3 user: [email protected] tags: trunk
2000-11-22
17:08
See ChangeLog. check-in: 6e83e3227a user: [email protected] tags: trunk
2000-11-18
22:42
See ChangeLog check-in: 2daba6da79 user: [email protected] tags: trunk