Trailing whitespace deleted.
[gnulib.git] / lib /
2003-01-31 Bruno HaibleMake this module usable in shared libraries.
2003-01-30 Bruno HaibleNew modules vasnprintf and vasprintf.
2003-01-29 Bruno HaibleNew module stpncpy.
2003-01-28 Bruno HaibleOptimization and comments.
2003-01-28 Bruno HaibleNew module c-ctype.
2003-01-27 Bruno HaibleNew module xsetenv.
2003-01-24 Bruno HaibleComments.
2003-01-23 Bruno HaibleNew module minmax.
2003-01-22 Bruno HaibleNew module 'exit'.
2003-01-15 Bruno HaibleUse ANSI C function declarations.
2003-01-14 Jim Meyering.
2003-01-14 Jim Meyering*** empty log message ***
2003-01-14 Bruno HaibleOptimization: Avoid unnecessary stat() calls.
2003-01-14 Bruno HaibleAvoid bug with non-ASCII characters.
2003-01-14 Bruno HaibleAdd comment about low quality of this function.
2003-01-13 Bruno HaibleChange copyright to LGPL, so it can be used by libasprintf.
2003-01-13 Paul EggertFinish renaming getstr -> getdelim2 and readline -...
2003-01-13 Paul Eggert(readlinebuffer): Renamed from readline.
2003-01-13 Paul Eggert(readlinebuffer): Renamed from readline.
2003-01-13 Paul EggertInclude "getline.h", to check interface.
2003-01-13 Paul Eggert(libfetish_a_SOURCES): Remove getstr.c, getstr.h.
2003-01-12 Jim Meyering*** empty log message ***
2003-01-12 Jim MeyeringDon't test HAVE_ERRNO_H. It's not necessary.
2003-01-10 Bruno HaibleMake it possibly to simply write: #include <alloca.h>.
2003-01-09 Bruno HaibleMake it possible to #include <stdbool.h> without any...
2003-01-08 Bruno HaibleInclude specification first.
2003-01-08 Jim Meyering*** empty log message ***
2003-01-08 Jim MeyeringUndefine and define-away `const' after inclusion
2003-01-07 Jim Meyering*** empty log message ***
2003-01-07 Jim MeyeringRework so that it may serve to define full_read, too.
2003-01-07 Jim MeyeringSimply #define FULL_READ and include full-write.c.
2003-01-07 Bruno HaibleMore consistent inttypes.h / stdint.h handling.
2003-01-06 Jim Meyering*** empty log message ***
2003-01-06 Jim MeyeringUpdate year in translatable copyright string.
2003-01-06 Bruno HaibleMore consistent inttypes.h / stdint.h handling.
2002-12-31 Paul Eggert* memcoll.c (memcoll): Fall back on a simple algorithm...
2002-12-31 Paul Eggert(memcoll): Fall back on a simple algorithm using
2002-12-31 Bruno HaibleNew file localcharset.h.
2002-12-31 Bruno HaibleDon't call ftruncate() when it's not needed.
2002-12-31 Bruno HaibleDon't use strcoll if it is broken.
2002-12-31 Bruno HaibleAvoid function names used in standard libraries.
2002-12-31 Bruno HaibleTest HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
2002-12-31 Bruno HaibleMake getline.h and unicodeio.h self-contained.
2002-12-20 Paul EggertRemove stime.c (was supposed to be done 2002-02-27).
2002-12-17 Bruno HaibleMisc changes.
2002-12-17 Bruno HaibleUpdate for changed signature of safe_read.
2002-12-17 Bruno HaibleUse full_read instead of safe_read.
2002-12-17 Bruno HaibleRemove unused declaration.
2002-12-16 Bruno HaibleRewritten to cope with systems that have setenv() but...
2002-12-11 Bruno HaibleAdd setenv, unsetenv.
2002-12-11 Bruno Haiblesetenv and unsetenv.
2002-12-10 Paul EggertPort exclude.c and exclude.h to more non-GNU systems...
2002-12-10 Paul Eggert(FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
2002-12-10 Paul Eggert(EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
2002-12-06 Jim Meyering*** empty log message ***
2002-12-06 Jim MeyeringBe consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
2002-12-06 Jim Meyering*** empty log message ***
2002-12-06 Jim MeyeringMerge in changes from libc's misc/error.c, in preparation
2002-12-05 Paul EggertMerge some alloca.c changes from Emacs.
2002-12-05 Paul Eggert[defined emacs]: Include "lisp.h".
2002-12-04 Paul EggertDo not generate unlocked-io.h automatically, since...
2002-12-04 Paul EggertAdd copyright notice.
2002-12-04 Paul Eggertunlocked-io.h is now maintained by hand.
2002-12-04 Paul EggertNew file, from GNU diffutils, but with proper copyright...
2002-12-04 Jim Meyering*** empty log message ***
2002-12-04 Jim MeyeringReflect the fact that stat.c and lstat.c are no longer...
2002-12-04 Jim MeyeringNew file. Simply #define LSTAT and include stat.c.
2002-12-04 Jim Meyering* stat.c: New file. Contents mostly from xstat.in.
2002-12-04 Jim Meyering* xstat.in: Remove file. Contents moved into stat.c.
2002-12-04 Jim Meyering*** empty log message ***
2002-12-04 Jim MeyeringSimply #define SAFE_WRITE and include safe-read.c.
2002-12-04 Jim MeyeringRework so that it may serve to define safe_write, too.
2002-12-03 Jim Meyering(safe_write): Change comment to mention SAFE_WRITE_ERROR.
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-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 Jim MeyeringReally sync with libc, not with my locally-modified...
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 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.
next