summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
AgeCommit message (Collapse)Author
2005-05-28fts.c: Don't worry about debugging on pre-C99-comopatible hosts.Paul Eggert
2005-05-27Break integer-in-string comparison code out from src/sort.Paul Eggert
2005-05-22(fd_safer) [_LGPL_PACKAGE]: New static function,Paul Eggert
so that unistd-safer.h (GPL'ed code) need not be included.
2005-05-21*** empty log message ***Jim Meyering
2005-05-20Import chown fixes from gnulib.Paul Eggert
2005-05-20Split fts into LGPL'ed and GPL'ed parts.Paul Eggert
2005-05-20*** empty log message ***Jim Meyering
2005-05-19*** empty log message ***Jim Meyering
2005-05-18Remove some dependencies and old cruft from fts etc.Paul Eggert
2005-05-14* unlinkdir.c, unlinkdir.h: New files.Paul Eggert
2005-05-14Correct cpp indentationJim Meyering
2005-05-09(fts_sort): Optimize the common case where all pointers smell the same.Paul Eggert
2005-05-09* fts_.h, fts.c: More C89 portability fixes.Paul Eggert
2005-05-08* yesno.c: Include getline.h, not ctype.h.Paul Eggert
(yesno): Don't remove leading white space; POSIX doesn't allow it. Use getline to remove arbitrary restriction on response length.
2005-05-05* makepath.c (make_path): chdir to "//", not "/", if the file namePaul Eggert
starts with exactly two slashes.
2005-05-02Sync from gnulib.Paul Eggert
2005-05-01* modechange.h (mode_free): Remove; all callers changed to invoke 'free'.Paul Eggert
* modechange.c: Likewise. Simplify internals a bit. Prohibit "+0".
2005-04-30Log yesterday's changes.Paul Eggert
2005-04-18fetish -> coreutils in some more placesPaul Eggert
2005-04-13* getdate.y (zone): Allow relunit_snumber after tZONE.Paul Eggert
2005-04-12* getdate.y: Fix problem with parsing GMT time stamps during London summers.Paul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-09.Jim Meyering
2005-04-09*** empty log message ***Jim Meyering
2005-04-09*** empty log message ***Jim Meyering
2005-04-09*** empty log message ***Jim Meyering
2005-04-09Signal-handling cleanup motivated by core dumps in dd.Paul Eggert
2005-04-04getdate patch for empty string near dst changes.Paul Eggert
2005-03-30* readutmp.c (read_utmp) [!defined UTMP_NAME_FUNCTION]: Don't assumePaul Eggert
utmp file is a regular file.
2005-03-30readutmp changes to allow checking for live pidsPaul Eggert
2005-03-29*** empty log message ***Jim Meyering
2005-03-27*** empty log message ***Jim Meyering
2005-03-26Propagate intprops.h comment fixes to mktime.c and strftime.c.Paul Eggert
2005-03-26one's complement -> ones' complementPaul Eggert
2005-03-26Fix comment nits in intprops.h.Paul Eggert
2005-03-23*** empty log message ***Jim Meyering
2005-03-21* Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,Paul Eggert
as they are now done by Autoconf macros.
2005-03-21Sync from gnulib.Paul Eggert
2005-03-19* strftime.c (my_strftime): If the underlying strftime returns 0Paul Eggert
(which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0.
2005-03-16* strftime.c (my_strftime): Prepend space to format.Paul Eggert
2005-03-15Sync mktime.c and strtol.c macros from intprops.h.Paul Eggert
2005-03-14* strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENTPaul Eggert
&& HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[].
2005-03-11*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-09Factor int-properties macros into a single file, except forPaul Eggert
glibc-related files.
2005-03-09.Jim Meyering
2005-03-09.Jim Meyering
2005-03-04Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts.Paul Eggert
2005-02-28*** empty log message ***Jim Meyering