summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2004-11-16Include "strdup.h".Paul Eggert
(canon_host): Use getaddrinfo if available, so that IPv6 works. Use strdup instead of malloc/strcpy to duplicate strings.
2004-11-16* getdate.y (tORDINAL): New token.Paul Eggert
2004-11-16(tORDINAL): New token.Paul Eggert
(day, relunit): Allow it for relative times. (relative_time_table): Use tORDINAL for ordinals.
2004-11-16Support for human_space_before_unit.Paul Eggert
2004-11-16(human_readable): Support human_space_before_unit.Paul Eggert
2004-11-16(LONGEST_HUMAN_READABLE): Add 1 for space before unit.Paul Eggert
(human_space_before_unit): New constant.
2004-11-14*** empty log message ***Jim Meyering
2004-11-14.Jim Meyering
2004-11-14(close_stdout): Don't fail just because stdout wasJim Meyering
closed initially, since some programs don't write to stdout in the normal course of operation (other than --version and --help), and we don't want this function to make e.g. `cp 1 2 >&-' fail. But do fail if it was closed and someone has tried to write to it. E.g., printf 'foo' >&-
2004-11-14(libfetish_a_SOURCES): Add __fpending.h.Jim Meyering
2004-11-14Restore these files. They're useful after all.Jim Meyering
2004-11-12Sync from gnulib and regenerate.Paul Eggert
2004-11-11remove trailing blanksJim Meyering
2004-11-11Sync from gnulib.Paul Eggert
2004-11-11Sync from gnulib.Paul Eggert
2004-11-09Sync from gnulib.Paul Eggert
2004-11-06.Jim Meyering
2004-11-06remove now-unused filesJim Meyering
2004-11-06.Jim Meyering
2004-11-06(libfetish_a_SOURCES): Remove __fpending.h, now that it's no longer used.Jim Meyering
2004-11-06*** empty log message ***Jim Meyering
2004-11-06Ensure that no close failure goes unreported.Jim Meyering
(close_stdout): Always close stdout. I.e., don't return early when it seems there's nothing to flush. Don't include __fpending.h.
2004-11-04Regenerate.Paul Eggert
2004-11-03remove trailing spacesJim Meyering
2004-11-03Log recent getdate-etc. related changes.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-11-03(libfetish_a_SOURCES): Remove setenv.c.Paul Eggert
2004-11-03.Jim Meyering
2004-11-03.Jim Meyering
2004-11-03(libfetish_a_SOURCES): Add setenv.c and setenv.h.Jim Meyering
2004-11-03remove trailing blanksJim Meyering
2004-11-03Import from gnulib.Paul Eggert
2004-11-03Regenerate.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-10-29Sync from gnulib (for getdate changes).Paul Eggert
2004-10-29Sync from gnulib.Paul Eggert
2004-10-24* mktime.c (leapyear): Arg is long int, not int.Paul Eggert
2004-10-24(leapyear): Arg is long int, not int. Change imported from gnulib.Paul Eggert
2004-10-18pathchk cleanups, gnulib mergePaul Eggert
2004-10-18Sync from gnulib.Paul Eggert
2004-10-13*** empty log message ***Jim Meyering
2004-10-13(fts_read): When about to fail (by returning NULL) dueJim Meyering
to a failed fchdir or failed fts_safe_changedir call, set `sp->fts_cur = p'. Do this by removing the explicit `return NULL;' statements and setting p->fts_errno so execution falls through to the common-case code below. Otherwise, after such a failure, calling fts_close would attempt to free an already-freed buffer. Reported by Luis Lopez Lopez in http://bugs.debian.org/276352.
2004-10-05Regenerate.Paul Eggert
2004-10-05Rename xclone to xmemdup. Remove obsolete xalloc macros.Paul Eggert
Remove xstrdup.c and move xstrdup implementation to xmalloc.c.
2004-10-05Sync from gnulib.Paul Eggert
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert
2004-10-04Regenerate.Paul Eggert
2004-10-04Sync from gnulib.Paul Eggert
2004-10-04Sync from gnulib.Paul Eggert
2004-09-24* modechange.c (mode_compile): Don't decrement past start of string.Paul Eggert