gnulib.git
2005-04-11 Bruno HaibleAdd comment about possible integer overflow.
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering(posixtime) [lint]: Avoid spurious warning from gcc-4's
2005-04-04 Paul Eggert(parser_control): rels_seen is now a boolean, not a
2005-04-04 Paul Eggertgetdate.y patch for parsing empty string near DST bound...
2005-04-02 Simon Josefsson*** empty log message ***
2005-04-02 Simon JosefssonFix OpenBSD compilation failure, inspired by tiny patch...
2005-04-02 Paul EggertFix spellings in comment.
2005-03-29 Jim Meyering.
2005-03-29 Jim MeyeringReturn success on systems such as Cygwin
2005-03-28 Jim MeyeringRemove my never-committed entry from Mar 26.
2005-03-27 Jim Meyering*** empty log message ***
2005-03-27 Jim Meyering(argmatch): Clarify comment: null-terminated -> NULL...
2005-03-27 Karl Berryautoupdate
2005-03-27 Karl Berry.
2005-03-26 Paul EggertPropagate intprops.h comment fixes to mktime.c and...
2005-03-26 Paul Eggertone's complement -> ones' complement
2005-03-26 Paul Eggertone's complement -> ones' complement (as per Knuth)
2005-03-26 Paul Eggert* intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
2005-03-26 Paul Eggert(INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
2005-03-26 Jim Meyering*** empty log message ***
2005-03-26 Jim Meyeringrename from modules/check-include-files
2005-03-26 Jim Meyeringrename to ../check-module
2005-03-26 Jim Meyering*** empty log message ***
2005-03-26 Jim MeyeringComment nits.
2005-03-25 Jim Meyering*** empty log message ***
2005-03-25 Jim Meyering(Files): Add xalloc.h.
2005-03-23 Paul Eggertconfig/config.rpath -> build-aux/config.rpath
2005-03-23 Paul Eggertconfig -> build-aux
2005-03-23 Jim Meyering*** empty log message ***
2005-03-23 Jim MeyeringClean up comments.
2005-03-23 Jim Meyeringdon't `use Coda;'
2005-03-23 Jim MeyeringNew script to check for missing dependencies, multiple...
2005-03-23 Jim Meyering*** empty log message ***
2005-03-23 Jim Meyering(Depends-on): Add xalloc.
2005-03-23 Jim Meyeringwhoops. alphabetize
2005-03-23 Jim Meyering(Depends-on): Add xalloc.
2005-03-23 Jim Meyering*** empty log message ***
2005-03-23 Jim MeyeringRemove duplicate `#include "stat-macros.h"'.
2005-03-23 Jim Meyering(Files): Add lib/gethrxtime.h.
2005-03-23 Jim Meyering(Files): Add lib/inttostr.h.
2005-03-22 Bruno HaibleMoved most files to build-aux/.
2005-03-22 Bruno HaibleMoved here from config/texinfo.tex.
2005-03-22 Bruno HaibleMove to build-aux/texinfo.tex.
2005-03-22 Bruno HaibleMoved here from config/mkinstalldirs.
2005-03-22 Bruno HaibleMove to build-aux/mkinstalldirs.
2005-03-22 Bruno HaibleMoved here from config/missing.
2005-03-22 Bruno HaibleMove to build-aux/missing.
2005-03-22 Bruno HaibleMoved here from config/mdate-sh.
2005-03-22 Bruno HaibleMove to build-aux/mdate-sh.
2005-03-22 Bruno HaibleMoved here from config/install-sh.
2005-03-22 Bruno HaibleMove to build-aux/install-sh.
2005-03-22 Bruno HaibleMoved here from config/depcomp.
2005-03-22 Bruno HaibleMove to build-aux/depcomp.
2005-03-22 Bruno HaibleMoved here from config/config.sub.
2005-03-22 Bruno HaibleMove to build-aux/config.sub.
2005-03-22 Bruno HaibleMoved here from config/config.rpath.
2005-03-22 Bruno HaibleMove to build-aux/config.rpath.
2005-03-22 Bruno HaibleMoved here from config/config.guess.
2005-03-22 Bruno HaibleMove to build-aux/config.guess.
2005-03-22 Karl Berry.
2005-03-22 Jim Meyering.
2005-03-22 Jim Meyering*** empty log message ***
2005-03-22 Jim Meyering(gl_STAT_MACROS): New file/macro.
2005-03-22 Jim MeyeringDepend on new stat-macros module
2005-03-22 Jim MeyeringNew module.
2005-03-22 Karl Berryupdate from texinfo
2005-03-21 Paul EggertImport changes from coreutils.
2005-03-21 Paul EggertRemove lib_SOURCES line from Makefile.am section of...
2005-03-21 Paul EggertUse AC_LIBSOURCES and AC_LIBOBJ to indicate source...
2005-03-21 Paul Eggert(Depends-on): Add mempcpy.
2005-03-21 Paul Eggert(gl_FUNC_MEMRCHR): Check for memrchr decl.
2005-03-21 Paul Eggert(gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
2005-03-21 Paul Eggert* path-concat.c: Don't include assert.h.
2005-03-21 Paul EggertDon't include xalloc.h.
2005-03-19 Paul Eggert* strftime.c (my_strftime): If the underlying strftime...
2005-03-19 Paul Eggert(my_strftime): If the underlying strftime returns 0
2005-03-17 Bruno HaibleRename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
2005-03-16 Paul Eggert* strftime.c (my_strftime): Prepend space to format.
2005-03-16 Paul Eggert(my_strftime): Prepend space to format so that we can
2005-03-15 Simon JosefssonSync with libc.
2005-03-15 Karl Berryconfig.rpath update
2005-03-15 Bruno HaibleCast the malloc/realloc results. Needed when CC=g++.
2005-03-15 Bruno HaibleAvoid goto-ing inside the scope of a local variable...
2005-03-15 Bruno HaibleRename local variable 'not'. Needed when CC=g++.
2005-03-15 Paul EggertFix comments and indenting.
2005-03-15 Paul Eggert* mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
2005-03-14 Simon Josefsson*** empty log message ***
2005-03-14 Simon JosefssonUse proper prototype CPP guards, reported by Dave Love...
2005-03-14 Paul Eggert* strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
2005-03-14 Bruno HaibleUpgrade to GNU gettext 0.14.3.
2005-03-13 Karl Berrymktime.c unsync
2005-03-10 Jim Meyering*** empty log message ***
2005-03-10 Jim Meyering(gl_SAVE_CWD): Check for fchdir.
2005-03-10 Karl Berry.
2005-03-09 Jim Meyeringreplace leading spaces with TABs
2005-03-09 Paul EggertAdd TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE...
2005-03-09 Jim Meyering*** empty log message ***
2005-03-09 Jim Meyering[!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
2005-03-09 Paul EggertFactor int-properties macros into a single file, except for
next