gnulib.git
2004-12-28 Simon Josefsson* tests/test-base64.c: Include required header files...
2004-12-24 Karl Berryautoupdate
2004-12-24 Paul Eggert* c-strtod.m4 (gl_C99_STRTOLD): New macro.
2004-12-24 Paul Eggert(gl_C99_STRTOLD): New macro.
2004-12-24 Paul Eggert* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD,...
2004-12-24 Paul Eggert(STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STR...
2004-12-24 Paul Eggert(parser_init): Omit unnecessary alignments, and comment...
2004-12-24 Paul EggertInclude <stddef.h>.
2004-12-24 Paul Eggert* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
2004-12-24 Paul Eggert(gl_GETDATE): Remove AC_FUNC_ALLOCA.
2004-12-24 Paul Eggert* modules/getdate (Depends-on): Remove alloca-opt.
2004-12-24 Paul Eggert(Depends-on): Remove alloca-opt.
2004-12-24 Paul Eggert* getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since...
2004-12-24 Paul Eggert(YYSTACK_USE_ALLOCA): Define to 0, since there's no...
2004-12-24 Paul Eggert* getdate.y (YYINITDEPTH): New macro.
2004-12-24 Paul Eggert(YYINITDEPTH): New macro, so that the initial stack...
2004-12-22 Sergey PoznyakoffUpdated
2004-12-22 Sergey Poznyakoff(parser_init): Avoid arithmetics on void pointers.
2004-12-20 Paul EggertFix typo in comment in previous change.
2004-12-20 Paul Eggert* modules/regex (lib_SOURCES): Undo previous change.
2004-12-20 Paul EggertUndo previous change.
2004-12-19 Paul Eggert* modules/getdate: Depend on alloca-opt, not alloca.
2004-12-19 Paul EggertDepend on alloca-opt, not alloca.
2004-12-19 Paul Eggert* alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not...
2004-12-18 Bruno HaiblePortability fix: Don't assume sigaction(). (mingw doesn...
2004-12-18 Bruno HaibleSignals whose handler is set to SIG_IGN are not fatal.
2004-12-18 Bruno HaibleDocumentation of 'alloca' and 'alloca-opt' modules.
2004-12-18 Simon Josefsson* modules/alloca: Depend on alloca-opt, instead of...
2004-12-17 Jim Meyeringupdate scriptversion, but not copyright date
2004-12-17 Jim Meyering*** empty log message ***
2004-12-17 Jim MeyeringUse `(exit N); exit N', not `(exit N); exit'.
2004-12-16 Simon JosefssonTypo.
2004-12-16 Simon JosefssonAdd license.
2004-12-15 Paul Eggert* gnulib-tool (func_emit_lib_Makefile_am): Shorten...
2004-12-15 Paul Eggert(func_emit_lib_Makefile_am): Shorten a long sed command.
2004-12-13 Karl Berry.
2004-12-12 Paul EggertFix typo in previous change.
2004-12-12 Paul Eggert(Files): Add m4/d-ino.m4
2004-12-12 Paul Eggert* modules/getcwd (Depends-on): Add m4/d-ino.m4.
2004-12-12 Karl Berrytexmfroot
2004-12-09 Karl Berryautoupdate
2004-12-08 Paul EggertMerge from coreutils.
2004-12-07 Paul Eggert* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previo...
2004-12-07 Paul Eggert(AC_FUNC_GETMNTENT): Fix typo in previous change:
2004-12-06 Paul EggertFix typo in file name.
2004-12-06 Paul Eggert* ls-mnt-fs.m4 (AC_FUNC_GETMNTENT): New macro.
2004-12-06 Paul Eggert(AC_FUNC_GETMNTENT): New macro, to work around bug
2004-12-06 Karl Berryautoupdate
2004-12-06 Karl Berry.
2004-12-05 Paul Eggert* modules/hard-locale (Depends-on): Add strdup.
2004-12-05 Paul Eggert(Depends-on): Add strdup.
2004-12-05 Paul EggertImport chamges from coreutils, so that the code now...
2004-12-04 Simon Josefssonmodules/getaddrinfo (License): Add LGPL, reported by...
2004-12-03 Paul Eggert.
2004-12-03 Paul Eggert* mktime.c (__mktime_internal): If SEC_REQUESTED !...
2004-12-03 Paul Eggert(__mktime_internal): If SEC_REQUESTED != SEC,
2004-12-01 Paul EggertImport getcwd and readutmp changes from coreutils.
2004-12-01 Paul EggertImport readutmp and getcwd changes from gnulib.
2004-12-01 Paul Eggert(gl_READUTMP): Don't check for sys/param.h.
2004-12-01 Paul EggertDon't include <errno.h>,
2004-12-01 Paul EggertInclude readutmp.h first.
2004-12-01 Paul Eggert(gl_FUNC_GETCWD_PATH_MAX):
2004-12-01 Paul Eggert(is_ENAMETOOLONG): New macro.
2004-11-30 Simon JosefssonAdd base64.
2004-11-30 Simon Josefsson(License): Change to LGPL.
2004-11-30 Simon JosefssonAdd copyright and copying conditions.
2004-11-29 Karl Berryupdate from gnustandards
2004-11-28 Paul Eggert* getcwd.h: New file, which I forgot to check in on...
2004-11-28 Paul EggertInitial revision, imported from coreutils.
2004-11-26 Karl Berryupdate from texinfo
2004-11-26 Paul EggertMerge from coreutils for getcwd and HP-UX 11.
2004-11-23 Jim Meyering*** empty log message ***
2004-11-23 Jim Meyeringremove trailing blanks
2004-11-23 Paul Eggert(gl_UTIMENS): Check for futimes function.
2004-11-23 Paul Eggert* utimens.m4 (gl_UTIMENS): Check for futimes function.
2004-11-23 Paul Eggert(futimens): New decl.
2004-11-23 Paul Eggert(__attribute__, ATTRIBUTE_UNUSED): New macros.
2004-11-23 Paul EggertAdd comment.
2004-11-23 Paul EggertMerge from coreutils.
2004-11-23 Karl Berryupdate from texinfo
2004-11-23 Karl Berry.
2004-11-23 Paul Eggert* modules/canonicalize (Depends-on): Add xreadlink.
2004-11-23 Paul Eggert(Depends-on): Add xreadlink.
2004-11-23 Sergey Poznyakoff(gl_GETOPT): Check if GETOPT_H is already set, in
2004-11-23 Sergey Poznyakoff(gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
2004-11-23 Sergey PoznyakoffRe-addition of __getopt_argv_const caused
2004-11-23 Sergey PoznyakoffUpdated
2004-11-21 Paul EggertUpdate log to match latest getopt checkin.
2004-11-21 Paul EggertFix brain cramp in previous checkin.
2004-11-21 Paul Eggert* getopt_.h: Use __CONCAT rather than ## directly.
2004-11-21 Paul Eggert(__CONCAT): New macro.
2004-11-19 Bruno HaibleMove comments from strtok_r.c to strtok_r.h.
2004-11-19 Karl Berrycannot sync getopt_int.h any more
2004-11-19 Karl Berryupdate from texinfo
2004-11-17 Paul Eggertrealloc, calloc portability fixes.
2004-11-17 Paul Eggert* calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy callo...
2004-11-17 Paul Eggert(_AC_FUNC_CALLOC_IF): Check for buggy calloc implementa...
2004-11-17 Paul Eggert(rpl_calloc): Defend against buggy calloc implementations
2004-11-17 Paul EggertFix header comment to match module title.
2004-11-17 Paul Eggert(rpl_realloc): Call 'free' if n==0, since realloc might...
next