Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-17 | (getopt_long, _getopt_long_r, getopt_long_only, | Paul Eggert | |
_getopt_long_only_r): Argv is now char**, not char *__getopt_argv_const*. | |||
2004-11-17 | (getopt_long, _getopt_long_r, getopt_long_only, | Paul Eggert | |
_getopt_long_only_r): Argv is now char **, not char *__getopt_argv_const*. | |||
2004-11-17 | (_getopt_initialize, _getopt_internal_r, _getopt_internal): | Paul Eggert | |
New arg POSIXLY_CORRECT. All callers changed. (getopt): Argv is now char * const *, as per standard. (_getopt_internal_r, _getopt_internal): Argv is now char **, not char *__getopt_argv_const *. | |||
2004-11-16 | Include "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-16 | Support 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 was | Jim 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-14 | Restore these files. They're useful after all. | Jim Meyering | |
2004-11-12 | Sync from gnulib and regenerate. | Paul Eggert | |
2004-11-11 | remove trailing blanks | Jim Meyering | |
2004-11-11 | Sync from gnulib. | Paul Eggert | |
2004-11-11 | Sync from gnulib. | Paul Eggert | |
2004-11-09 | Sync from gnulib. | Paul Eggert | |
2004-11-06 | . | Jim Meyering | |
2004-11-06 | remove now-unused files | Jim 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-06 | Ensure 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-04 | Regenerate. | Paul Eggert | |
2004-11-03 | remove trailing spaces | Jim Meyering | |
2004-11-03 | Log recent getdate-etc. related changes. | Paul Eggert | |
2004-11-03 | Sync 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-03 | remove trailing blanks | Jim Meyering | |
2004-11-03 | Import from gnulib. | Paul Eggert | |
2004-11-03 | Regenerate. | Paul Eggert | |
2004-11-03 | Sync from gnulib. | Paul Eggert | |
2004-10-29 | Sync from gnulib (for getdate changes). | Paul Eggert | |
2004-10-29 | Sync 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-18 | pathchk cleanups, gnulib merge | Paul Eggert | |
2004-10-18 | Sync from gnulib. | Paul Eggert | |
2004-10-13 | *** empty log message *** | Jim Meyering | |
2004-10-13 | (fts_read): When about to fail (by returning NULL) due | Jim 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-05 | Regenerate. | Paul Eggert | |
2004-10-05 | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | |
Remove xstrdup.c and move xstrdup implementation to xmalloc.c. | |||
2004-10-05 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-10-04 | Regenerate. | Paul Eggert | |