* human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
[gnulib.git] / lib / ChangeLog
2005-01-04 Paul Eggert* human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
2004-12-29 Paul Eggert* error.c: Remove dependency on gettext and libintl.
2004-12-24 Paul Eggert* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD,...
2004-12-24 Paul Eggert* getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since...
2004-12-24 Paul Eggert* getdate.y (YYINITDEPTH): New macro.
2004-12-22 Sergey PoznyakoffUpdated
2004-12-19 Paul Eggert* alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not...
2004-12-18 Bruno HaibleSignals whose handler is set to SIG_IGN are not fatal.
2004-12-08 Paul EggertMerge from coreutils.
2004-12-05 Paul EggertImport chamges from coreutils, so that the code now...
2004-12-03 Paul Eggert* mktime.c (__mktime_internal): If SEC_REQUESTED !...
2004-12-01 Paul EggertImport readutmp and getcwd changes from gnulib.
2004-11-30 Simon JosefssonAdd base64.
2004-11-28 Paul Eggert* getcwd.h: New file, which I forgot to check in on...
2004-11-26 Paul EggertMerge from coreutils for getcwd and HP-UX 11.
2004-11-23 Jim Meyering*** empty log message ***
2004-11-23 Paul EggertMerge from coreutils.
2004-11-23 Sergey PoznyakoffUpdated
2004-11-21 Paul EggertUpdate log to match latest getopt checkin.
2004-11-21 Paul Eggert* getopt_.h: Use __CONCAT rather than ## directly.
2004-11-19 Bruno HaibleMove comments from strtok_r.c to strtok_r.h.
2004-11-17 Paul Eggertrealloc, calloc portability fixes.
2004-11-17 Paul EggertAdd log for human.h, xgetcwd.c (import from coreutils).
2004-11-17 Paul EggertImport from coreutils.
2004-11-17 Paul EggertFurther getopt changes to make it more acceptable to...
2004-11-17 Paul EggertMerge from coreutils to support a more-standard getopt.
2004-11-16 Paul Eggert* getdate.y (tORDINAL): New token.
2004-11-15 Jim Meyering.
2004-11-12 Simon JosefssonAdd strtok_r.
2004-11-11 Paul Eggert* getopt_.h: Add __getopt_argv_const. Include <stdlib...
2004-11-11 Paul Eggert* getopt_.h: rename getopt to __GETOPT_PREFIX##getopt...
2004-11-11 Jim Meyering*** empty log message ***
2004-11-11 Paul EggertFix >> problems in getdate.y, strftime.c, quotearg.c.
2004-11-11 Paul Eggert* mktime.c (SHR): New macro.
2004-11-10 Simon JosefssonAdd getaddrinfo.
2004-11-10 Jim Meyering*** empty log message ***
2004-11-09 Paul Eggert* strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
2004-11-05 Bruno HaibleMake sure size_t is defined.
2004-11-04 Bruno HaibleUpgrade allocsa module from GNU gettext.
2004-11-03 Paul Eggert* xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
2004-11-02 Paul Eggertxreadlink problems with SSIZE_MAX.
2004-11-02 Paul Eggert* getdate.y [!TEST]: Include <stdio.h>, since we use...
2004-11-02 Bruno HaibleProvide a return value for unsetenv() if the system...
2004-11-01 Simon Josefsson(fflush_unlocked, flockfile, funlockfile)
2004-10-29 Paul Eggertgetdate support for TZ="foo", and documentation.
2004-10-27 Paul Eggert* mktime.c (not_equal_tm): Remove redundant check.
2004-10-25 Paul Eggert* getdate.y: Use Bison 1.875 features, and some minor...
2004-10-22 Paul Eggertgetpagesize module shouldn't assume sys/param.h exists.
2004-10-22 Paul Eggert* mktime.c (leapyear): Arg is long int, not int.
2004-10-18 Paul EggertUpdate from glibc.
2004-10-12 Simon Josefsson* getpass.c (fflush_unlocked, flockfile, funlockfile)
2004-10-11 Bruno HaibleNew module 'vsnprintf'.
2004-10-07 Bruno HaibleAvoid a memory allocation when possible.
2004-10-06 Paul Eggert* diacrit.c, diacrit.h: Add GPL notice.
2004-10-06 Paul Eggert* atanl.c, logl.c: Add GPL notice, and make the code...
2004-10-05 Bruno HaibleDon't redeclare strsep if the system already has it.
2004-10-05 Paul EggertFix typo in previous log.
2004-10-05 Paul EggertRename xclone to xmemdup. Remove obsolete xalloc macros.
2004-10-04 Paul Eggert* regex.c (re_comp): Cast gettext return value to char *,
2004-10-04 Simon Josefssonerror.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO'...
2004-10-04 Paul EggertRemove dependencies on unlocked-io.
2004-10-04 Bruno HaibleNew module 'memmem', from Simon Josefsson.
2004-10-04 Paul EggertSync from coreutils.
2004-10-02 Jim Meyering*** empty log message ***
2004-10-01 Paul Eggert* snprintf.c: Remove comments as to why each header...
2004-10-01 Bruno HaibleNew module 'strsep'.
2004-10-01 Bruno HaibleAnother fix to snprintf().
2004-10-01 Bruno HaibleFixes, mostly from Simon Josefsson.
2004-10-01 Bruno HaibleEnsure memcpy is declared.
2004-09-30 Paul EggertNew snprintf module from Simon Josefsson.
2004-09-30 Paul Eggertargp fixes from Sergey.
2004-09-29 Bruno HaibleFixing a stupid typo in xvasprintf.c... from Oskar...
2004-09-28 Paul Eggertdummy.c: Change copyright notice to FSF, and license...
2004-09-13 Paul Eggert* argp-pvh.c (argp_program_version_hook): Provide initi...
2004-09-11 Paul Eggert* mempcpy.h: Wrap the entire include file inside #ifnde...
2004-09-08 Paul EggertUndo previous change.
2004-09-08 Paul Eggert* c-strtod.c (C_STRTOD) [!defined LC_ALL_MASK]: Set...
2004-09-08 Bruno HaibleNew module 'stdint'.
2004-09-08 Bruno HaibleNew module 'xvasprintf'.
2004-09-08 Bruno HaibleImprove handling of the case length > INT_MAX.
2004-08-20 Paul EggertImport userspec from coreutils.
2004-08-12 Paul Eggertgetopt, argp fixes.
2004-08-11 Paul EggertMerge from coreutils.
2004-08-10 Paul Eggertobstack, chown fixes.
2004-08-09 Paul EggertAdd getpass.h, so it's properly declared.
2004-08-09 Paul Eggertxgethostname simplification
2004-08-09 Paul EggertAdd copyright notices.
2004-08-09 Paul EggertRemove dependency of xalloc in exitfail, error, gettext.
2004-08-09 Paul EggertAdd uint32_t.m4, uintptr_t.m4, and finish renaming...
2004-08-08 Bruno HaibleRename FILESYSTEM_PREFIX_LEN.
2004-08-07 Paul EggertMerge argp-help from tar.
2004-08-07 Paul EggertOnly declare strdup if it isn't declared by the system.
2004-08-07 Paul EggertMerge from coreutils.
2004-08-06 Bruno Haible2004-08-03 Simon Josefsson <jas@extundo.com>
2004-08-06 Bruno Haible2004-08-01 Simon Josefsson <jas@extundo.com>
2004-08-06 Bruno HaibleNew module 'getsubopt'.
2004-08-06 Paul EggertMore merges from coreutils.
2004-08-06 Paul EggertMerge from coreutils (first part).
2004-08-03 Paul EggertRemove "fatal" module.
2004-07-19 Bruno HaibleNew module 'dummy'.
next