Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-09-24 | * modechange.c (mode_compile): Don't decrement past start of string. | Paul Eggert | |
2004-09-24 | (mode_compile): Don't decrement a pointer that | Paul Eggert | |
points to the start of a string, as the C Standard says the resulting behavior is undefined. | |||
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | Remove trailing blanks. | Jim Meyering | |
2004-09-22 | Remove extraneous spaces before TAB. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | Remove trailing blank. | Jim Meyering | |
2004-09-13 | Rename backup enum to avoid shadowing problems. | Paul Eggert | |
2004-09-13 | (enum backuptype): Rename none -> no_backups, | Paul Eggert | |
simple -> simple_backups, numbered_existing -> numbered_existing_backups, numbered -> numbered_backups to avoid shadowing problems. All uses changed. (VALID_BACKUP_TYPE): Don't evaluate arg more than once. |