summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-01-31(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.Jim Meyering
2000-01-31fix typo. sheeshJim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31(ISASCII): Add #undef and move definition to followJim Meyering
inclusion of wctype.h to work around solaris2.6 namespace pollution. (ISPRINT): Likewise.
2000-01-30redo it on per-header basisJim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(extract_trimmed_name): Use UT_USER instead of hard-codingJim Meyering
uses of ->ut_name. The latter doesn't work with new Linux header files where only utmpx.ut_user is declared.
2000-01-30(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.Jim Meyering
2000-01-23.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(libfetish_a_SOURCES): Remove explicit mention of obstack.c.Jim Meyering
2000-01-23version-control: neverJim 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-22tack on the one from fileutils/libJim 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 quoteJim Meyering
alert, backslash, formfeed, and vertical tab unnecessarily in shell quoting style.
2000-01-17*** empty log message ***Jim Meyering
2000-01-16Sync with sh-utils/lib/Makefile.am.Jim Meyering
2000-01-16alphabetize a littleJim Meyering
2000-01-16.Jim Meyering
2000-01-16Sync 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-15Quote 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 unsignedJim Meyering
long, to parse numeric modes. Check for any unknown bits, not just unknown bits left of the leftmost known bit.
2000-01-12Update copyright notice.Jim Meyering
2000-01-12Sync to the slightly more general version of GNU tar.Jim Meyering
2000-01-11(memcpy): Protoize.Jim Meyering
2000-01-11s/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-08remove stray define before _LIBCJim 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-07Sync with the GNU C library.Jim Meyering
2000-01-07tweak commentJim Meyering
2000-01-07add copyright/no-warranty commentJim Meyering
2000-01-07*** empty log message ***Jim Meyering