Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file generic/haval/haval.c version d618d9fbe3
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 | |