* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
[gnulib.git] / lib / ChangeLog
2005-12-07 Paul Eggert* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS...
2005-12-02 Bruno HaibleFix portability bug w.r.t. Microsoft's csc compiler.
2005-11-30 Paul Eggert* stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
2005-11-29 Paul Eggert* modules/savedir (Depends-on): Add openat.
2005-11-15 Paul Eggert* xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS...
2005-11-14 Jim Meyering*** empty log message ***
2005-11-10 Paul Eggert* modules/gethrxtime (Depends-on): Add gettime.
2005-11-10 Simon Josefsson* readline.c: Remove EOL.
2005-11-09 Simon Josefsson* inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
2005-11-08 Simon Josefsson* getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_D...
2005-10-30 Paul EggertFix typo in previous change.
2005-10-30 Paul Eggert* lib/utimens.c (futimens) [HAVE_WORKING_UTIMES &&...
2005-10-30 Paul Eggert* getcwd.c (__getcwd): Don't assume that system calls...
2005-10-28 Paul Eggert* savedir.c (savedir): Don't assume that xrealloc etc...
2005-10-28 Simon JosefssonFix inet_ntop on mingw32.
2005-10-28 Simon Josefsson* md5.h, md5.c: Simplify buffer handling visavi alignment,
2005-10-28 Simon Josefsson* gc-gnulib.c, gc-libgcrypt.c: Check calloc return...
2005-10-28 Simon JosefssonAdd MD2 and hash fixes.
2005-10-24 Simon Josefsson* md4.h: Shrink buffer size, now that we changed the...
2005-10-22 Simon JosefssonFix arcfour module.
2005-10-22 Simon Josefsson* md4.c, md4.c: Simplify buffer handling visavi alignment,
2005-10-22 Simon Josefsson* crc.h: Include stddef.h, for size_t.
2005-10-21 Simon Josefsson* arctwo.h (arctwo_setkey): Protect variable in CPP...
2005-10-21 Simon Josefsson* rijndael-api-fst.c: Fix bugs in CBC mode for more...
2005-10-21 Simon Josefsson* gc-gnulib.c: Support ARCTWO in CBC mode.
2005-10-21 Simon Josefsson* hmac-md5.c (hmac_md5): Add comments, suggested by...
2005-10-21 Simon Josefsson* crc.c (crc32_update): Actually use crc parameter...
2005-10-21 Simon Josefsson* crc.h: Include stdint.h directly, suggested by Bruno...
2005-10-21 Simon JosefssonAdd des, des-tests, gc-des, gc-des-tests modules.
2005-10-21 Simon JosefssonAdd, forgotten in last commit.
2005-10-21 Simon Josefsson* gc-libgcrypt.c (gc_cipher_open): Handle ECB.
2005-10-19 Simon JosefssonAdd gc-arcfour and gc-arcfour-tests modules.
2005-10-19 Simon JosefssonAdd gc-rijndael and gc-rijndael-tests modules.
2005-10-18 Simon JosefssonInclude memxor.h.
2005-10-18 Simon JosefssonAdd gc-md4 and gc-md4-tests modules.
2005-10-18 Simon JosefssonAdd md4 module.
2005-10-17 Simon Josefsson* gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
2005-10-17 Simon Josefsson* gc.h (gc_nonce, gc_pseudo_random, gc_random): Add...
2005-10-17 Simon JosefssonAdd more hash functions.
2005-10-17 Simon JosefssonAdd ciphers.
2005-10-17 Simon JosefssonSeparate sha1 from md5. Use stdint.h in both modules.
2005-10-15 Simon JosefssonAdd rijndael module.
2005-10-15 Simon JosefssonAdd arcfour module.
2005-10-14 Paul Eggert* config/srclist.txt: Add glibc bug 321 for obstack...
2005-10-13 Simon Josefsson* gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL...
2005-10-12 Simon JosefssonAdd gc-pbkdf2-sha1 module.
2005-10-12 Simon Josefsson* gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for...
2005-10-12 Simon JosefssonAdd gc-hmac-sha1.
2005-10-12 Simon JosefssonAdd gc-sha1 module.
2005-10-12 Simon JosefssonSplit parts of the gc module into gc-md5 and gc-hmac...
2005-10-12 Simon Josefsson* gc-libgcrypt.c (gc_md5): Fix assert call.
2005-10-11 Bruno HaibleNew module 'c-strcasestr'.
2005-10-11 Bruno HaibleNew module 'c-strcase'.
2005-10-11 Simon JosefssonAdd (I forgot to install this together with the actual...
2005-10-11 Simon JosefssonAdd crc module.
2005-10-11 Simon Josefsson* gc.h (gc_hash_buffer): Add doc.
2005-10-11 Bruno HaibleAvoid integer overflow on exotic platforms.
2005-10-06 Simon JosefssonAdd hmac-md5 module.
2005-10-06 Simon Josefsson* memxor.c (memxor): Avoid casts and warnings.
2005-10-05 Derek R. Price* lib/getdelim.c (SIZE_MAX): New macro, if not already...
2005-10-05 Simon Josefsson* memxor.c (memxor): Fix compiler error.
2005-10-05 Simon Josefsson* md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see...
2005-10-05 Simon JosefssonAdd memxor.
2005-10-05 Simon JosefssonAlso remove HAVE_NETDB_H test, for
2005-10-05 Simon JosefssonRemove HAVE_SYS_SOCKET_H test too, to see if
2005-10-05 Simon JosefssonDon't protect sys/types.h with HAVE_SYS_TYPES_H,
2005-10-05 Paul Eggert* verify.h (verify_true): Provide alternative definitio...
2005-10-04 Simon Josefsson* getaddrinfo.h: Move sys/types.h include first, report...
2005-10-03 Paul Eggert* getdelim.c: Include getdelim.h first. Include <limit...
2005-10-01 Simon Josefsson2005-09-30 Eric Blake <ebb9@byu.net> (tiny change)
2005-10-01 Simon Josefsson2005-10-01 Simon Josefsson <jas@extundo.com>
2005-09-29 Paul Eggert* xtime.h (XTIME_PRECISION): Now of type int, not long...
2005-09-27 Jim Meyering*** empty log message ***
2005-09-27 Paul Eggert* verify.h (verify_expr): Remove, replacing with:
2005-09-25 Paul Eggert* utimens.c (ENOSYS): Define if not already defined.
2005-09-25 Paul Eggert* regex_internal.h (__GNUC_PREREQ, always_inline, inlin...
2005-09-24 Paul Eggert* regex_internal.h (__attribute): Define to nothing...
2005-09-24 Paul EggertYesterday's changes.
2005-09-23 Jim Meyering*** empty log message ***
2005-09-23 Paul EggertSync from coreutils.
2005-09-22 Paul EggertLog first part of merge from coreutils.
2005-09-21 Bruno HaibleAdd back unicode_to_mb declaration that was lost on...
2005-09-20 Derek R. Price* getaddrinfo.c: Don't include <netdb.h> included from...
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-09-16 Paul Eggert* utimecmp.c: Include stat-time.h.
2005-09-16 Paul Eggert* MODULES.html.sh (File system functions): Add stat...
2005-09-16 Derek R. Price* regcomp.c, regexec.c, regex_internal.c: Back out...
2005-09-15 Derek R. Price* regex_internal.h: Blank `pure' for GNUC < 3.
2005-09-15 Bruno HaibleFix redefinition problem: strstr may be defined as...
2005-09-13 Derek R. Price* canon-host.c (canon_host_r): Set *cherror on memory...
2005-09-13 Jim Meyering*** empty log message ***
2005-09-13 Simon Josefsson2005-09-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de...
2005-09-13 Derek R. Price* modules/canon-host: Add canon-host.h. Depend on...
2005-09-13 Derek R. Price* modules/glob (Files): Add glob-libc.h.
2005-09-12 Paul EggertMerge glibc and coreutils changes into gnulib, plus...
2005-09-12 Derek R. Price* gai_strerror.c: Include config.h when available....
2005-09-08 Paul Eggert* lib/glob.c (glob, globfree, __glob_pattern_p): Use...
2005-09-06 Paul Eggert* regex_internal.h (bitset_not): Add parens to avoid...
2005-09-06 Simon Josefsson* getpass.c (getpass): Fix typo, test for HAVE_TCSETATT...
2005-09-06 Paul EggertChange bitset word type from unsigned int to unsigned...
next