summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c (tzname): Don't declare if it is already #defined.Paul Eggert2006-01-042-2/+7
* * xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): UsePaul Eggert2006-01-032-5/+12
* from coreutilsJim Meyering2005-12-162-0/+19
* *** empty log message ***Jim Meyering2005-12-161-0/+4
* autoupdateKarl Berry2005-12-122-21/+3
* UpdateSergey Poznyakoff2005-12-101-0/+7
* (fill_in_uparams): Check if the constructedSergey Poznyakoff2005-12-101-79/+114
* (__argp_fmtstream_update): Fix coredumpSergey Poznyakoff2005-12-101-3/+4
* UpdateSergey Poznyakoff2005-12-091-0/+12
* Define program_invocation_name and program_invocation_short_name on systems t...Sergey Poznyakoff2005-12-091-0/+28
* (argp_def): Use gettext wrappersSergey Poznyakoff2005-12-091-12/+5
* Define program_invocation_name andSergey Poznyakoff2005-12-091-0/+17
* (__argp_base_name): New functionSergey Poznyakoff2005-12-091-2/+11
* Fix typo in previous log entry.Paul Eggert2005-12-071-1/+1
* * m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check forPaul Eggert2005-12-072-1/+12
* Fix portability bug w.r.t. Microsoft's csc compiler.Bruno Haible2005-12-023-3/+10
* * stdint_.h (intmax_t) [defined intmax_t]: Do not declare.Paul Eggert2005-11-302-1/+20
* * modules/savedir (Depends-on): Add openat.Paul Eggert2005-11-293-11/+42
* * xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, asPaul Eggert2005-11-152-6/+7
* *** empty log message ***Jim Meyering2005-11-141-0/+5
* Include <config.h>, required for possible replacement of mkstemp.Jim Meyering2005-11-141-0/+4
* * modules/gethrxtime (Depends-on): Add gettime.Paul Eggert2005-11-103-21/+21
* Fix last commit (ChangeLog entry still applicable).Simon Josefsson2005-11-101-3/+2
* * readline.c: Remove EOL.Simon Josefsson2005-11-102-0/+10
* * inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.Simon Josefsson2005-11-092-1/+5
* * getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.Simon Josefsson2005-11-082-3/+7
* Fix typo in previous change.Paul Eggert2005-10-301-1/+1
* * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:Paul Eggert2005-10-302-11/+15
* * getcwd.c (__getcwd): Don't assume that system calls after readdirPaul Eggert2005-10-302-40/+46
* * savedir.c (savedir): Don't assume that xrealloc etc. leavePaul Eggert2005-10-282-5/+16
* Fix inet_ntop on mingw32.Simon Josefsson2005-10-283-116/+162
* * md5.h, md5.c: Simplify buffer handling visavi alignment,Simon Josefsson2005-10-283-71/+73
* * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.Simon Josefsson2005-10-283-0/+6
* Add MD2 and hash fixes.Simon Josefsson2005-10-286-21/+722
* Fix typo.Simon Josefsson2005-10-281-1/+1
* * md4.h: Shrink buffer size, now that we changed the type.Simon Josefsson2005-10-242-1/+5
* Fix arcfour module.Simon Josefsson2005-10-223-5/+12
* * md4.c, md4.c: Simplify buffer handling visavi alignment,Simon Josefsson2005-10-223-10/+15
* * crc.h: Include stddef.h, for size_t.Simon Josefsson2005-10-222-0/+5
* * arctwo.h (arctwo_setkey): Protect variable in CPP macro,Simon Josefsson2005-10-212-1/+6
* * rijndael-api-fst.c: Fix bugs in CBC mode for more than oneSimon Josefsson2005-10-212-2/+8
* * gc-gnulib.c: Support ARCTWO in CBC mode.Simon Josefsson2005-10-212-2/+60
* Use "" instead of <> for gc.h include, from Bruno.Simon Josefsson2005-10-211-1/+1
* Doc fix, from Bruno.Simon Josefsson2005-10-211-1/+1
* * hmac-md5.c (hmac_md5): Add comments, suggested by Bruno HaibleSimon Josefsson2005-10-213-0/+17
* Fix GNU indent bugs, suggested by Bruno.Simon Josefsson2005-10-211-4/+4
* Whitespace fix, from Bruno.Simon Josefsson2005-10-211-1/+1
* * crc.c (crc32_update): Actually use crc parameter, suggested bySimon Josefsson2005-10-212-1/+4
* * crc.h: Include stdint.h directly, suggested by Bruno HaibleSimon Josefsson2005-10-212-7/+6
* Add des, des-tests, gc-des, gc-des-tests modules.Simon Josefsson2005-10-214-0/+844