* inttostr.h: Assume C89 for <limits.h> and CHAR_BIT.
[gnulib.git] / lib /
2004-04-12 Paul Eggert* inttostr.h: Assume C89 for <limits.h> and CHAR_BIT.
2004-04-04 Karl Berryupdate from glibc
2004-03-31 Paul EggertMerge from coreutils.
2004-03-31 Paul EggertMerge from coreutils.
2004-03-31 Paul EggertMerge from coreutils.
2004-03-31 Paul EggertMerge from coreutils.
2004-03-31 Paul Eggert(humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
2004-03-31 Paul EggertMerge from coreutils.
2004-03-31 Paul EggertNew module inttostr.
2004-03-30 Paul Eggertcloexec returns int not bool, to be more consistent...
2004-03-30 Paul Eggert(getloadavg): Don't assume setlocale returns nonnull.
2004-03-29 Paul EggertMerge changes to getloadavg.c from coreutils and Emacs...
2004-03-19 Paul Eggertgetopt.h: Sync with libc CVS.
2004-03-18 Bruno HaibleFix portability problem with Tru64 and BSD/OS.
2004-03-15 Paul EggertFix typo "it it" in changelog entry.
2004-03-11 Karl Berryautoupdate
2004-03-09 Paul EggertSync getopt and argp from libc CVS.
2004-03-07 Paul EggertFix c-stack.c portability bug on IRIX 5.3.
2004-02-25 Bruno Haiblestrdup declaration, from Simon Josefsson.
2004-02-25 Bruno HaibleInclude strdup.h. From Simon Josefsson.
2004-02-06 Karl Berryupdate from gettext 0.14.1
2004-02-05 Bruno HaibleMove misplaced ChangeLog entry.
2004-02-05 Paul EggertNew function quotearg_alloc. Treat { } = as special...
2004-02-03 Bruno HaibleNew module 'pipe'.
2004-01-27 Bruno HaibleNew module 'execute'.
2004-01-24 Paul EggertExit-status fixes from coreutils.
2004-01-21 Jim Meyering*** empty log message ***
2004-01-21 Jim Meyering(__mktime_internal) [!_LIBC]: Define to mktime_internal
2004-01-20 Bruno HaibleUse allocsa instead of alloca.
2004-01-20 Bruno HaibleAvoid compilation warnings on Cygwin.
2004-01-20 Bruno HaibleUpdate from gettext.
2004-01-20 Bruno HaibleNew module 'xallocsa'.
2004-01-20 Bruno HaibleNew module 'allocsa'.
2004-01-20 Bruno HaibleNew module 'eealloc'.
2004-01-18 Paul EggertMerge from diffutils.
2004-01-16 Jim MeyeringUpdate copyright year to include _2003_ (year of most...
2004-01-16 Paul EggertMerge from coreutils.
2004-01-14 Paul Eggert* fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which...
2004-01-14 Paul EggertMerge fnmatch patches from glibc.
2003-12-24 uid65818updates from savannah outage
2003-12-03 Paul Eggert* getgroups.c (getgroups): xmalloc takes one argument...
2003-11-29 Karl Berryargp update from libc
2003-11-25 Bruno HaibleUse size_t instead of ssize_t.
2003-11-24 Paul EggertRemove dependency of alloca on xalloc.
2003-11-22 Jim Meyering.
2003-11-22 Jim Meyering(x2nrealloc_inline): Fix typos in comments: s/size...
2003-11-18 Bruno HaibleAvoid alloca with too large size.
2003-11-17 Jim Meyering*** empty log message ***
2003-11-17 Jim MeyeringOn systems without utime and without a utimes function...
2003-11-17 Bruno HaibleUse xsize.h to protect against memory size overflows.
2003-11-17 Bruno HaibleMerge support for wide characters, from GNU gettext.
2003-11-17 Bruno HaibleNew function xmax.
2003-11-13 Paul EggertRemove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
2003-11-13 Paul Eggertxstrtol.c (__xstrtol): Remove "break" immediately after
2003-11-11 Bruno HaibleRely on SIZE_MAX and PTRDIFF_MAX as defined by ISO...
2003-11-10 Paul EggertFix off-by-one error in xalloc_oversized.
2003-11-06 Paul EggertReject allocations of exactly SIZE_MAX bytes.
2003-11-05 Bruno HaibleSolaris portability problem.
2003-11-04 Bruno HaibleUse xsize.
2003-11-04 Bruno HaibleNew module 'xsize'.
2003-11-03 Bruno HaibleUse waitid if possible.
2003-11-03 Jim Meyering*** empty log message ***
2003-11-03 Jim Meyeringnew file
2003-11-03 Jim MeyeringInclude "userspec.h".
2003-11-01 Paul EggertCatch size calculation overflow problem on Alphas runni...
2003-10-31 Jim Meyering*hash.c: Include "xalloc.h" for use of xalloc_oversized.
2003-10-31 Jim MeyeringInclude "xalloc.h" for use of xalloc_oversized.
2003-10-31 Jim Meyering* linebuffer.c: Include <string.h> for declaration...
2003-10-31 Jim MeyeringInclude <string.h> for declaration of memset.
2003-10-30 Bruno HaibleCheck for overflow when converting from size_t to ...
2003-10-30 Bruno HaibleAdd comment.
2003-10-30 Paul EggertRevamp xalloc_oversized so that its count arg need...
2003-10-30 Paul EggertSimplify the code by using new xalloc.h features.
2003-10-29 Paul EggertLog xrealloc -> free+xmalloc changes for getgroups...
2003-10-29 Paul Eggert(quotearg_n_options): Use free/xmalloc rather than...
2003-10-29 Paul Eggert(getgroups): Don't use xrealloc, since we don't need...
2003-10-27 Bruno HaibleImproved support for BeOS: Avoid compilation error...
2003-10-27 Paul EggertModify exclude.c to use new xalloc primitives, for...
2003-10-27 Paul Eggertxalloc.h now uses inline, so includers need to configur...
2003-10-27 Paul EggertNew function xalloc_oversized.
2003-10-27 Paul EggertAdd x2realloc, x2nrealloc. Port to C99 inline.
2003-10-27 Paul Eggert(alloca): xmalloc cannot return NULL, so don't test...
2003-10-26 Paul EggertFix several address-calculation bugs in the hash modules,
2003-10-22 Paul EggertMeyers -> Myers
2003-10-22 Paul Eggert(getndelim2): When size calculation overflows,
2003-10-22 Paul EggertMerge changes from glibc obstack; minor cleanups to...
2003-10-22 Paul EggertDon't use lvalue casts, as GCC plans to remove support...
2003-10-20 Bruno HaibleNew module 'wait-process'.
2003-10-20 Bruno HaiblePortability to HP-UX 10, found by Jim Meyering.
2003-10-16 Paul Eggertgetgroups.c: minor fixups.
2003-10-16 Paul EggertInclude <errno.h>, <stdlib.h>.
2003-10-16 Jim Meyering.
2003-10-16 Jim MeyeringInclude <string.h>, for declarations of memset and...
2003-10-16 Paul EggertFix address-arithmetic and alloca bugs in fnmatch.
2003-10-16 Paul EggertCheck for address arithmetic overflow.
2003-10-16 Paul EggertDo not include <inttypes.h> or <stdint.h>.
2003-10-14 Paul EggertHandle invalid suffixes and overflow independently...
2003-10-14 Bruno HaibleImproved 'fatal-signal' module.
2003-10-13 Paul EggertRevamp xalloc interface so that it can check for addres...
2003-10-08 Paul EggertMerge getpass from libc, plus a few fixes.
next