Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-23 | remove trailing blanks | Jim Meyering | |
2004-11-23 | Sync from gnulib. | Paul Eggert | |
2004-11-23 | utimens upgrade to support futimes. | Paul Eggert | |
2004-11-23 | (__attribute__, ATTRIBUTE_UNUSED): New macros. | Paul Eggert | |
(futimens): New function, which uses futimes if available. (futimens, utimens): Support timespec==NULL, with same semantics as utime and utimens. | |||
2004-11-23 | (futimens): New decl. | Paul Eggert | |
2004-11-23 | add a comment | Jim Meyering | |
2004-11-23 | *** empty log message *** | Jim Meyering | |
2004-11-23 | Revert last change, since it seems EBADF is always defined. | Jim Meyering | |
2004-11-22 | *** empty log message *** | Jim Meyering | |
2004-11-22 | (EBADF): Fail with `#error ...' if it's not defined, | Jim Meyering | |
asking the user to report the problem. | |||
2004-11-17 | Sync from gnulib. | Paul Eggert | |
2004-11-17 | * xgetcwd.c: Work around Solaris 9 bug. | Paul Eggert | |
2004-11-17 | Include <limits.h>, for PATH_MAX. | Paul Eggert | |
(xgetcwd): Set errno correctly when failing. Work around Solaris 9 bug: getcwd sets errno==ERANGE even though the failure is actually due to a PATH_MAX problem. | |||
2004-11-17 | Merge from gnulib. | Paul Eggert | |
2004-11-17 | Recent checkins for getopt, canon-host. | Paul Eggert | |
2004-11-17 | (_getopt_internal, _getopt_internal_r, | Paul Eggert | |
_getopt_long_r, _getopt_long_only_r): argv is 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_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 | |