summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2004-01-16Remove dependency on xalloc module.Jim Meyering
(xalloc_die): Remove. (memory_full) [!defined emacs]: New macro. [!defined emacs]: Don't include xalloc.h. (alloca): Invoke memory_full, not xalloc_die, if malloc fails or address arithmetic overflows. Change datatypes a bit to avoid unnecessary casts.
2004-01-16update copyright to sync from gnulibJim Meyering
2004-01-16.Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16Sync with version from gettext-0.13.1.Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16(_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.Jim Meyering
This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' followed by '#define fnmatch fnmatch_posix' gives an error.
2004-01-16solely comment (serial-number line) changeJim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16(gl_PREREQ_GETPASS): Check for stdio_ext.h.Jim Meyering
2004-01-16content-free sync-from-gnulibJim Meyering
2004-01-16bump serial number to sync with gnulibJim Meyering
2004-01-16.Jim Meyering
2004-01-16*** empty log message ***Jim Meyering
2004-01-16(touch invocation): touch -r and -d can nowJim Meyering
both be specified, with -r specifying the origin for -d.
2004-01-15.Jim Meyering
2004-01-15*** empty log message ***Jim Meyering
2004-01-15(flexible_date): Remove static var.Jim Meyering
(get_reldate): New function. (main): Use it, to implement this new behavior.
2004-01-15*** empty log message ***Jim Meyering
2004-01-15Factor out some common options.Jim Meyering
(Common options): Define macros here. (What information is listed, cp invocation): Use the macro(s). (install invocation, mv invocation, ln invocation): Likewise. (df invocation, du invocation): Likewise.
2004-01-15(gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.Jim Meyering
2004-01-15*** empty log message ***Jim Meyering
2004-01-15Include posixver.h.Jim Meyering
2004-01-13reapply my SPACE-TAB-related changesJim Meyering
2004-01-13update from automake-1.8.2Jim Meyering
2004-01-13*** empty log message ***Jim Meyering