summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(usage): Don't bother normalizing exit status since the arg is already the correct exit status now.
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2004-01-21*** empty log message ***Jim Meyering
2004-01-21Include "exitfail.h".Jim Meyering
(STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
2004-01-21(obstack_exit_failure) [!defined _LIBC]:Jim Meyering
Now a macro referring to exit_failure, instead of a separate variable. Include "exitfail.h" to get it.
2004-01-21(parse_long_options): Use prototype for usage function arg.Jim Meyering
Pass it EXIT_SUCCESS rather than 0, for clarity.
2004-01-21Comment fix to match the above.Jim Meyering
2004-01-21(ARGMATCH_DIE) [! defined ARGMATCH_DIE]:Jim Meyering
Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
2004-01-21tweak comment: from Paul EggertJim Meyering
2004-01-21*** empty log message ***Jim Meyering
2004-01-21Remove `command' syntax.Jim Meyering
2004-01-21*** empty log message ***Jim Meyering
2004-01-21(__mktime_internal) [!_LIBC]: Define to mktime_internalJim Meyering
so as not to conflict with a different-sized __mktime_internal function in GNU libc.
2004-01-21.Jim Meyering
2004-01-21* tests/touch/relative: Test only year/month/day, not hours/min/sec,Jim Meyering
so as to avoid problems with systems using TAI clocks. Although it's no longer necessary, set TZ=UTC0 also for the initial touch command. Reported by Paul Jarc here: http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/1504
2004-01-21Use TZ=UTC0, not TZ=utc (which isn't portable).Jim Meyering
2004-01-20*** empty log message ***Jim Meyering
2004-01-20Add .mov to the list of media files.Jim Meyering
2004-01-20from Alexandre Duret-LutzJim Meyering
2004-01-20.Jim Meyering
2004-01-20*** empty log message ***Jim Meyering
2004-01-20Use TZ=UTC0, not TZ=utc (which isn't portable).Jim Meyering
Problem reported by Christian Krackowizer. Also, use +0000 rather than +0 to specify a time zone, as the documentation requires four digits.
2004-01-20*** empty log message ***Jim Meyering
2004-01-20Run envvar-check in case SIMPLE_BACKUP_SUFFIX is set.Jim Meyering
2004-01-20*** empty log message ***Jim Meyering
2004-01-19.Jim Meyering
2004-01-19don't bother to remove out.1Jim Meyering
2004-01-18Bump to 5.1.2Jim Meyering
2004-01-18fix typoJim Meyering
2004-01-17*** empty log message ***Jim Meyering
2004-01-17(print_changelog_deltas): Use .sig suffix, not .asc.Jim Meyering
2004-01-17.Jim Meyering
2004-01-17*** empty log message ***Jim Meyering
2004-01-17.Jim Meyering
2004-01-17.Jim Meyering
2004-01-17(PATH): Remove /vg.Jim Meyering
2004-01-17*** empty log message ***Jim Meyering
2004-01-17*** empty log message ***Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16(TESTS): Add relative.Jim Meyering
2004-01-16.Jim Meyering
2004-01-16.Jim Meyering
2004-01-16Test HAVE_DECL_GETC_UNLOCKED, rather than HAVE_GETC_UNLOCKED.Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16Merge from gnulib.Jim Meyering
Include <stdio.h>, so that the caller doesn't have to include <stdio.h> before us. (clearerr_unlocked, feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked, fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked): Define to the unlocked counterpart if not declared, so that we can use getpass.c code from libc without rewriting it. (flockfile, ftrylockfile, funlockfile): New macros.
2004-01-16*** empty log message ***Jim Meyering
2004-01-16Merge fnmatch patches from glibc.Jim Meyering
(mbsinit): Remove define. Add libc_hidden_ver (__fnmatch, fnmatch).
2004-01-16(ALLOCA_LIMIT): Remove macro, which collidedJim Meyering
with like-named macro in fnmatch.c. (EXT): Use an internal constant instead. Merge fnmatch patches from glibc. (FCT): Cast to int32_t and UCHAR when appropriate. Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.