lib/gc-gnulib.c


Log

Author Commit Date CI Message
Simon Josefsson a3379e2f 2007-09-13T11:53:38 (gc_hash_open): Catch NULL calloc return value. Reported by Bruno Haible <bruno@clisp.org>.
Paul Eggert eee00907 2007-03-15T22:58:36 * lib/quotearg.c: Include <wctype.h> early, before the definition of the iswprint macro. Needed on Solaris 2.5.1. 2007-03-12 Bruno Haible <bruno@clisp.org> * tests/test-printf-frexp.c (main): Declare x as volatile. 2007-03-12 Simon Josefsson <simon@josefsson.org> * doc/gnulib.texi (Build robot for gnulib): New section. 2007-03-12 Jim Meyering <jim@meyering.net> * build-aux/bootstrap: New file. * build-aux/bootstrap.conf: New file, from coreutils. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE. 2007-03-12 Simon Josefsson <simon@josefsson.org> * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to avoid collisions with 'des_setkey'. Reported by Bruno Haible <bruno@clisp.org>. Also change 'tripledes_' to '3des_'. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to compile, set LOCALE_TR_UTF8 to 'none' instead of empty. 2007-03-11 Bruno Haible <bruno@clisp.org> * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX formula. Needed for SunPRO C 5.0.
Bruno Haible 854ebf64 2007-01-14T11:32:10 New module 'fchdir'.
Bruno Haible c9426d5f 2007-01-08T20:48:03 Move module indicator macros from *.m4 files to the module descriptions.
Eric Blake a42e0dae 2006-10-29T21:52:55 * lib/arcfour.c: Assume config.h. * lib/arctwo.c: Likewise. * lib/base64.c: Likewise. * lib/check-version.c: Likewise. * lib/crc.c: Likewise. * lib/des.c: Likewise. * lib/gc-gnulib.c: Likewise. * lib/gc-libgcrypt.c: Likewise. * lib/gc-pbkdf2-sha1.c: Likewise. * lib/getaddrinfo.c: Likewise. * lib/getdelim.c: Likewise. * lib/getline.c: Likewise. * lib/hmac-md5.c: Likewise. * lib/hmac-sha1.c: Likewise. * lib/iconvme.c: Likewise. * lib/md2.c: Likewise. * lib/md4.c: Likewise. * lib/memxor.c: Likewise. * lib/read-file.c: Likewise. * lib/readline.c: Likewise. * lib/rijndael-alg-fst.c: Likewise. * lib/rijndael-api-fst.c: Likewise. * lib/xgetdomainname.c: Likewise.
Ralf Wildenhues 8b50a885 2006-09-22T16:54:11 * gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1. * md4.c (md4_process_block): Remove unused variable. * rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests parentheses for clarity.
Simon Josefsson e919c87e 2006-03-08T13:40:30 Fix gc-random module.
Simon Josefsson 216c04af 2006-03-07T13:17:10 Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson d0299ff4 2005-10-28T12:13:27 * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
Simon Josefsson c5d8261e 2005-10-28T12:09:31 Add MD2 and hash fixes.
Simon Josefsson a87030b6 2005-10-21T13:39:43 * gc-gnulib.c: Support ARCTWO in CBC mode.
Simon Josefsson 93d97d89 2005-10-21T12:56:13 Use "" instead of <> for gc.h include, from Bruno.
Simon Josefsson 6a58cb3f 2005-10-21T12:28:18 Add des, des-tests, gc-des, gc-des-tests modules.
Simon Josefsson 853ca59f 2005-10-21T12:03:17 Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson c4f00b7d 2005-10-19T15:40:26 Add gc-arcfour and gc-arcfour-tests modules.
Simon Josefsson 76990ea3 2005-10-19T14:54:32 Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson eecf6279 2005-10-18T23:35:50 Add gc-md4 and gc-md4-tests modules.
Simon Josefsson ecbe47ca 2005-10-12T11:57:13 * gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types, suggested by Bruno Haible <bruno@clisp.org>.
Simon Josefsson 3ebed7b6 2005-10-12T09:28:48 Add gc-hmac-sha1.
Simon Josefsson ea3ee2b5 2005-10-12T01:42:54 Add gc-sha1 module.
Simon Josefsson bb504c0f 2005-10-12T01:09:32 Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson a5f08cf2 2005-10-12T00:23:38 * gc-libgcrypt.c (gc_md5): Fix assert call. (gc_md5): Fix typo. * gc.h (gc_hash_buffer): Use gc_hash in prototype. * gc-libgcrypt.c (gc_hash_buffer): Ditto. * gc-gnulib.c (gc_hash_buffer): Ditto.
Simon Josefsson b2a551e0 2005-10-08T09:26:59 2005-10-08 Simon Josefsson <jas@extundo.com> * gc.h: Add gc_hash and gc_hash_buffer. * gc-gnulib.c (gc_hash_buffer): Add. Reorder #include's. * gc-libgcrypt.c (gc_hash_buffer): Add.
Simon Josefsson 5a01cacc 2005-10-08T08:33:07 Add generic crypto module.