gnulib.git
2002-12-03 Jim Meyering(safe_read): Change comment to mention SAFE_READ_ERROR.
2002-12-03 Jim Meyering.
2002-12-03 Jim Meyering safe-read.c, safe-write.c: Change variable names and...
2002-12-03 Jim Meyering * safe-read.c (IS_EINTR): Define.
2002-12-03 Jim Meyering(IS_EINTR): Define.
2002-12-02 Bruno HaibleSynchronize safe-write with safe-read.
2002-12-02 Jim Meyering * safe-read.c (EINTR): Define.
2002-12-02 Jim Meyering(EINTR): Define.
2002-12-02 Jim Meyering * safe-read.h (SAFE_READ_ERROR): Define.
2002-12-02 Jim Meyering(SAFE_READ_ERROR): Define.
2002-12-01 Jim Meyering * safe-read.c: (safe_read): Also exit the loop when...
2002-12-01 Jim Meyering(safe_read): Also exit the loop when read returns zero.
2002-12-01 Karl Berryprep update
2002-11-28 Paul Eggert* hash.c (hash_lookup, hash_get_first, hash_get_next...
2002-11-28 Paul Eggert(hash_lookup, hash_get_first, hash_get_next, hash_find_...
2002-11-26 Karl Berrycopy strdup.c from libc again.
2002-11-25 Karl Berryinstall-sh from automake, automake from cvs instead...
2002-11-25 Karl Berryupdate from automake for variable quoting, $0 in
2002-11-25 Karl Berryupdate from texinfo
2002-11-25 Karl Berry.
2002-11-25 Karl Berry($LIBCSRC/time/mktime.c lib gpl): new entry.
2002-11-25 Jim MeyeringReally sync with libc, not with my locally-modified...
2002-11-25 Karl Berryinitial
2002-11-25 Karl Berry($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new entry.
2002-11-25 Karl Berry.
2002-11-25 Karl Berrycopy from libc, meaning we now #include <strtol.c>
2002-11-25 Karl Berry.
2002-11-25 Jim Meyering*** empty log message ***
2002-11-25 Jim MeyeringSync from libc, now that it has the latest fix.
2002-11-25 Jim Meyeringremove trailing spaces
2002-11-25 Karl Berryrestore additional quoting on variables
2002-11-25 Karl Berryaccount for gnulib changing libc files to gpl
2002-11-25 Karl Berrysome libc files now not copyable, some newly copyable
2002-11-25 Karl Berrynew automake release/directory
2002-11-25 Karl Berrychange license to gpl.
2002-11-24 Jim Meyering.
2002-11-24 Jim MeyeringMerge in changes from libc.
2002-11-24 Jim Meyering.
2002-11-24 Jim MeyeringAvoid a link-time failure on some Linux systems.
2002-11-23 Jim Meyering.
2002-11-23 Jim Meyering(str2signum, sig2str): Avoid a warning from gcc:
2002-11-23 Jim Meyering.
2002-11-23 Jim Meyering[@BEGIN_LSTAT_ONLY@]: Include <string.h>.
2002-11-23 Jim Meyering.
2002-11-23 Jim MeyeringRemove unneeded parentheses around operands of `defined'.
2002-11-23 Jim MeyeringAdd copyright date of 2002.
2002-11-23 Paul EggertAdd copyright notice.
2002-11-23 Paul Eggerthash.c: Avoid use of <assert.h>.
2002-11-23 Paul EggertAvoid use of <assert.h>, as the GNU Coding Standards...
2002-11-23 Paul Eggertquotearg.c, quotearg.c changes to assume C89 and fix...
2002-11-23 Paul EggertInclude quotearg.h immediately after config.h.
2002-11-23 Paul EggertAllow multiple inclusion by surrounding with
2002-11-22 Bruno HaibleOrthogonal approach to read()/write() that handles...
2002-11-21 Bruno HaibleRemove case insensitive option matching.
2002-11-21 Bruno HaibleComment tweaks.
2002-11-21 Bruno HaibleComment tweak.
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim Meyering(strdup): Tweak comment and initial #if/#include.
2002-11-21 Jim MeyeringRemove strdup.c.
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim Meyering2002-09-25 Paul Eggert <eggert@twinsun.com>
2002-11-21 Jim Meyeringupdate copyright date
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim Meyering2002-07-13 Bruno Haible <bruno@clisp.org>
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim Meyering(make_path): Minor reformatting.
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim Meyering(make_path): Restore umask *before* creating the final...
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim MeyeringAdjust to work with new autoconf macros, AC_FUNC_MALLOC
2002-11-21 Jim Meyering*** empty log message ***
2002-11-21 Jim Meyering(ME_DUMMY): Don't count entries of type `auto' as dummy
2002-11-21 Paul EggertMerge argmatch cleanups from Bison. Assume C89.
2002-11-21 Paul EggertDo not include <config.h> or <sys/types.h>.
2002-11-21 Paul EggertInclude config.h here, not in argmatch.h.
2002-11-19 Bruno HaibleStandard specification idiom. Make mbswidth.h self...
2002-11-19 Bruno HaibleMove to ANSI C.
2002-11-19 Bruno HaibleMove to ANSI C.
2002-11-18 Dave Love(_GNU_SOURCE): Don't define.
2002-11-15 Bruno HaibleMinimize diffs to glibc. Modernize.
2002-11-15 Bruno HaibleAssume ANSI C.
2002-11-14 Karl Berry.
2002-11-14 Karl Berry`do' on separate line, instead of `for var; do'.
2002-11-14 Karl Berryupdate from prep
2002-11-12 Karl Berryupdate from prep
2002-11-07 Dave Love(regexec): Fix pmatch declaration.
2002-11-06 Bruno HaibleChange argument type to 'unsigned long'.
2002-11-05 Bruno HaibleGreatest common divisor.
2002-11-05 Bruno HaibleInclude gettext.h instead of <libintl.h> with #ifdefs.
2002-11-05 Karl Berryupdate from gnuorg
2002-11-04 Bruno HaibleNew header files.
2002-11-04 Bruno HaibleUpdate config.charset and localcharset.c to current...
2002-11-01 Bruno Haible * configure.in: Add AC_CONFIG_AUX_DIR call.
2002-11-01 Karl Berryupdate from texinfo
2002-10-31 Karl Berryupdate from texinfo
2002-10-26 Karl Berrytimestamp
2002-10-23 Karl Berryupdate from texinfo
2002-10-22 Karl Berryupdate
2002-10-18 Karl Berryupdate from texinfo
2002-10-02 Karl Berryupdate from texinfo
next