Port obstack to the AS/400.
[gnulib.git] / lib / ChangeLog
2004-05-17 Paul EggertPort obstack to the AS/400.
2004-05-17 Paul Eggertalloca cleanup: always include <alloca.h>.
2004-05-16 Paul Eggertgetline cleanup. This changes the getndelim2 API:...
2004-05-13 Paul Eggertnanosleep merge from coreutils
2004-05-13 Paul EggertDon't assume that gettimeofday and settimeofday exist...
2004-05-12 Jim MeyeringPrior to this change, the save_cwd caller required...
2004-05-07 Paul EggertImport obstack changes from libc.
2004-04-28 Bruno HaibleTreat Cygwin like Windows regarding pathname syntax.
2004-04-25 Jim Meyering.
2004-04-20 Bruno HaibleAvoid memory leak upon realloc failure.
2004-04-19 Jim Meyering.
2004-04-12 Paul Eggert* inttostr.h: Assume C89 for <limits.h> and CHAR_BIT.
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-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 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-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-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-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-18 Bruno HaibleAvoid alloca with too large size.
2003-11-17 Jim Meyering*** empty log message ***
2003-11-17 Bruno HaibleUse xsize.h to protect against memory size overflows.
2003-11-17 Bruno HaibleNew function xmax.
2003-11-13 Paul EggertRemove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
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 HaibleNew module 'xsize'.
2003-11-03 Bruno HaibleUse waitid if possible.
2003-11-03 Jim Meyering*** empty log message ***
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 Meyering* linebuffer.c: Include <string.h> for declaration...
2003-10-30 Bruno HaibleCheck for overflow when converting from size_t to ...
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-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-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 Jim Meyering.
2003-10-16 Paul EggertFix address-arithmetic and alloca bugs in fnmatch.
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.
2003-10-06 Bruno HaibleRemove version-etc-2 module.
2003-10-06 Bruno HaibleMerge version-etc-2 back into version-etc: Better way...
2003-10-06 Bruno HaibleNew module 'fatal-signal'.
2003-10-04 Karl Berryargp update from libc
2003-10-01 Bruno HaibleDon't echo the password on Solaris, HP-UX, AIX, OSF/1.
2003-09-30 Paul Eggert* strftime.c (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg...
2003-09-28 Jim Meyering.
2003-09-27 Paul EggertOmit the special code that used __typeof__ for MIN...
2003-09-27 Paul EggertAdd 'free' module.
2003-09-27 Paul Eggert* error.c (error_tail): Move some declarations
2003-09-26 Bruno HaibleBetter handling of collision with AIX stpncpy() function.
2003-09-26 Paul EggertDocument recent checkins.
2003-09-25 Karl Berryupdates from libc,automake
2003-09-25 Bruno HaibleNew module 'version-etc-2'.
2003-09-25 Bruno HaibleNew modules 'xgetdomainname'.
2003-09-25 Bruno HaibleNew module 'getdomainname'.
2003-09-21 Karl Berry.
2003-09-16 Paul Eggertlinebuffer.c (readlinebuffer): Return NULL immediately...
2003-09-15 Paul EggertDon't trash errno when a read fails.
next