Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-23 | (libfetish_a_SOURCES): Remove explicit mention of obstack.c. | Jim Meyering | |
2000-01-23 | version-control: never | Jim Meyering | |
2000-01-23 | . | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | |
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. [TESTING] (main): New function. | |||
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | [HAVE_WCTYPE_H]: Include <wctype.h>. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (dir_name): Support for DOS-style file names with drive letters. | Jim Meyering | |
2000-01-22 | tack on the one from fileutils/lib | Jim Meyering | |
2000-01-22 | . | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (ISDIGIT): Define. | Jim Meyering | |
(strverscmp): Use ISDIGIT, not isdigit. | |||
2000-01-18 | *** empty log message *** | Jim Meyering | |
2000-01-18 | (nanosleep): | Jim Meyering | |
Don't use SA_INTERRUPT to decide whether to call sigaction, as POSIX.1 doesn't require SA_INTERRUPT and some systems (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; it's been part of POSIX.1 since day 1 (in 1988). | |||
2000-01-17 | *** empty log message *** | Jim Meyering | |
2000-01-17 | . | Jim Meyering | |
2000-01-17 | (quotearg_buffer_restyled): Do not quote | Jim Meyering | |
alert, backslash, formfeed, and vertical tab unnecessarily in shell quoting style. | |||
2000-01-17 | *** empty log message *** | Jim Meyering | |
2000-01-16 | Sync with sh-utils/lib/Makefile.am. | Jim Meyering | |
2000-01-16 | alphabetize a little | Jim Meyering | |
2000-01-16 | . | Jim Meyering | |
2000-01-16 | Sync with the version from emacs-20.5. | Jim Meyering | |
(<string.h>): Include if HAVE_STRING_H. (<stdlib.h>): Include if HAVE_STDLIB_H. (alloca): Abort if malloc fails. | |||
2000-01-15 | Quote multibyte characters correctly. | Jim Meyering | |
(ISGRAPH): Remove. (ISPRINT): New macro. (<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H. (isprint, mbrtowc, mbsinit, mbstate_t): New macros, defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H). (quotearg_buffer_restyled): New function, with most of the old quotearg_buffer's contents. Major rewrite to support multibyte characters. (quotearg_buffer): Now just calls quotearg_buffer_restyled. | |||
2000-01-12 | (mode_compile): Use uintmax_t, not unsigned | Jim Meyering | |
long, to parse numeric modes. Check for any unknown bits, not just unknown bits left of the leftmost known bit. | |||
2000-01-12 | Update copyright notice. | Jim Meyering | |
2000-01-12 | Sync to the slightly more general version of GNU tar. | Jim Meyering | |
2000-01-11 | (memcpy): Protoize. | Jim Meyering | |
2000-01-11 | s/fu/fetish/ | Jim Meyering | |
2000-01-11 | (hash_initialize): Fix typo in comment. | Jim Meyering | |
2000-01-10 | . | Jim Meyering | |
2000-01-10 | (noinst_HEADERS): Add nanosleep.h. | Jim Meyering | |
2000-01-08 | remove stray define before _LIBC | Jim Meyering | |
2000-01-08 | (error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R. | Jim Meyering | |
(error_at_line): Likewise. | |||
2000-01-07 | Sync with the GNU C library. | Jim Meyering | |
2000-01-07 | tweak comment | Jim Meyering | |
2000-01-07 | add copyright/no-warranty comment | Jim Meyering | |
2000-01-07 | *** empty log message *** | Jim Meyering | |
2000-01-07 | tweak copyright line | Jim Meyering | |
2000-01-07 | (strpbrk): Ansideclify. | Jim Meyering | |
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'. | |||
2000-01-07 | Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'. | Jim Meyering | |
Capitalize all macro parameters. (memcasecmp): Ansideclify. Don't cast away `const'ness of parameters. Suggestions from François Pinard. | |||
2000-01-06 | Sync with the GNU C Library. | Jim Meyering | |
2000-01-06 | Add #pragma STDC FENV_ACCESS ON if C99. | Jim Meyering | |
2000-01-06 | Sync tm_diff with the GNU C Library. | Jim Meyering | |
(TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed. (tm_diff): Renamed from difftm. All uses changed. Replace body with that taken from GNU C Library 2.1.3pre1. (get_date): Prefer tm_gmtoff to tm_diff if available. | |||
2000-01-05 | whoops. fix typos | Jim Meyering | |
2000-01-05 | Include nanosleep.h. | Jim Meyering | |
Don't include time.h or sys/time.h here. | |||
2000-01-05 | *** empty log message *** | Jim Meyering | |
2000-01-04 | (savedir): Don't store past the end of an array if | Jim Meyering | |
name_size is zero and the directory is empty. | |||
2000-01-02 | . | Jim Meyering | |