Trf

History of configure of bdff5564bea6e465
Login

History of configure of bdff5564bea6e465

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

History of file configure at check-in bdff5564bea6e465

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. file: [b51abfeaf6] check-in: [e6b653c046] user: [email protected] branch: trunk, size: 418069
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: file: [98a4e0dde7] check-in: [b7ded874f3] user: [email protected] branch: trunk, size: 418096
2008-12-05
21:36
* Updated everything to 2.1.3 for release. file: [d051d71b8d] check-in: [0c752327d1] user: [email protected] branch: trunk, size: 396930
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 file: [f098aa6768] check-in: [220f5b3316] user: [email protected] branch: trunk, size: 396930
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. file: [9f55753ce7] check-in: [bb47a8ba5d] user: [email protected] branch: trunk, size: 396930
2006-01-24
18:04
* tclconfig/tcl.m4: Updated to TEA 3.5 * configure.in: Ditto. * configure: Regenerated. file: [3ae71a5303] check-in: [20c5262c8d] user: [email protected] branch: trunk, size: 396689
2005-07-25
20:51
Updated toplevel buildsystem (configure, Makefile, tclconfig/*) to TEA 3.2. file: [187bbdb039] check-in: [5a84cad3de] user: [email protected] branch: trunk, size: 409770
2003-04-04
21:27
* configure.in: * tclconfig/tcl.m4: Updated to newest tcl.m4, regenerated configure's. file: [fa34c22966] check-in: [bdff5564be] user: [email protected] branch: trunk, size: 189799
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. file: [c9276c3fe0] check-in: [dc6c88e7a9] user: [email protected] branch: trunk, size: 166557
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. file: [ea87f04072] check-in: [590181c7f6] user: [email protected] branch: trunk, size: 160352
2002-10-16
17:09
aix fix file: [21c1bdc410] check-in: [87ad3c66b2] user: [email protected] branch: trunk, size: 160352
01:57
typo fix, regen'd configure. file: [d44587a514] check-in: [8ef5601e4b] user: [email protected] branch: trunk, size: 160352
2002-10-15
23:48
Regen'd configure for new tcl.m4. file: [1c0df6cb35] check-in: [91ae1f44e0] user: [email protected] branch: trunk, size: 160352
23:18
Regen'd TEA configure. file: [61e480ca94] check-in: [ec5b4bec8f] user: [email protected] branch: trunk, size: 160540
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. file: [f475786e7a] check-in: [a2bc57672b] user: [email protected] branch: trunk, size: 158432
2002-10-02
20:16
* configure.in (crypt): Check for crypt forced to false on Windows. file: [83ccc341f3] check-in: [c78802968d] user: [email protected] branch: trunk, size: 158407
2002-10-01
23:27
* configure.in: Readded check for 'eprintf'. file: [ba1cd18645] check-in: [c7fb1695a5] user: [email protected] branch: trunk, size: 158175
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. file: [8d0cc1f834] check-in: [9e0292b4f5] user: [email protected] branch: trunk, size: 157586
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. file: [d5c45aa639] check-in: [79cfdf1462] user: [email protected] branch: trunk, size: 157377
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. file: [79abace090] check-in: [f734fe60bb] user: [email protected] branch: trunk, size: 155180
2002-08-27
03:57
Added: nit. file: [d330efcc0e] check-in: [90c2cf89c6] user: tcl branch: trunk, size: 107700