1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-13 13:06:22 +02:00
Commit Graph

1360 Commits

Author SHA1 Message Date
Jim Meyering 3d64706c7e redo it on per-header basis 2000-01-30 16:45:17 +00:00
Jim Meyering 774786b0cd *** empty log message *** 2000-01-30 16:41:30 +00:00
Jim Meyering 22cb099f3c (extract_trimmed_name): Use UT_USER instead of hard-coding
uses of ->ut_name.  The latter doesn't work with new Linux header files
where only utmpx.ut_user is declared.
2000-01-30 16:41:25 +00:00
Jim Meyering b737ed325a (UT_USER): Define. Accessor macro for the member named ut_user or ut_name. 2000-01-30 16:39:08 +00:00
Jim Meyering d5eb5821c6 . 2000-01-23 14:01:32 +00:00
Jim Meyering 2c702c93fe *** empty log message *** 2000-01-23 09:53:53 +00:00
Jim Meyering c91b47d64f (libfetish_a_SOURCES): Remove explicit mention of obstack.c. 2000-01-23 09:53:48 +00:00
Jim Meyering 08e09e9ab4 version-control: never 2000-01-23 09:19:33 +00:00
Jim Meyering f3f4a60164 . 2000-01-23 09:08:39 +00:00
Jim Meyering 1a50efcd03 *** empty log message *** 2000-01-22 22:43:37 +00:00
Jim Meyering 86a839108c [! HAVE_DECL_STRTOUL]: Declare strtoul.
[! HAVE_DECL_STRTOULL]: Declare strtoull.
Required for some AIX systems.  Reported by Christian Krackowizer.
[TESTING] (main): New function.
2000-01-22 22:43:31 +00:00
Jim Meyering f23d5119d8 *** empty log message *** 2000-01-22 22:21:32 +00:00
Jim Meyering 0d9735fbb4 *** empty log message *** 2000-01-22 22:20:08 +00:00
Jim Meyering 0b7e06d203 [HAVE_WCTYPE_H]: Include <wctype.h>. 2000-01-22 22:19:48 +00:00
Jim Meyering d4db66a0fb *** empty log message *** 2000-01-22 21:29:10 +00:00
Jim Meyering 09f1b5f940 (dir_name): Support for DOS-style file names with drive letters. 2000-01-22 21:29:02 +00:00
Jim Meyering a2e435c395 tack on the one from fileutils/lib 2000-01-22 18:03:21 +00:00
Jim Meyering 625a560403 . 2000-01-22 09:44:23 +00:00
Jim Meyering f3a2399998 *** empty log message *** 2000-01-22 09:43:37 +00:00
Jim Meyering fc32116042 (ISDIGIT): Define.
(strverscmp): Use ISDIGIT, not isdigit.
2000-01-22 09:43:23 +00:00
Jim Meyering 1fe0bff2f4 *** empty log message *** 2000-01-18 07:26:07 +00:00
Jim Meyering c829e00d78 (nanosleep):
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-18 07:25:53 +00:00
Jim Meyering 95b4ba5e0d *** empty log message *** 2000-01-17 22:37:32 +00:00
Jim Meyering f106184dd2 . 2000-01-17 22:36:01 +00:00
Jim Meyering 4d034357da (quotearg_buffer_restyled): Do not quote
alert, backslash, formfeed, and vertical tab unnecessarily in
shell quoting style.
2000-01-17 08:01:40 +00:00
Jim Meyering ea51a6cbaa *** empty log message *** 2000-01-17 08:01:30 +00:00
Jim Meyering e9296ad49f Sync with sh-utils/lib/Makefile.am. 2000-01-16 22:15:32 +00:00
Jim Meyering ccd763bee2 alphabetize a little 2000-01-16 20:15:58 +00:00
Jim Meyering 11d24c8713 . 2000-01-16 13:08:07 +00:00
Jim Meyering 5fae922bab Sync with the version from emacs-20.5.
(<string.h>): Include if HAVE_STRING_H.
(<stdlib.h>): Include if HAVE_STDLIB_H.
(alloca): Abort if malloc fails.
2000-01-16 12:35:49 +00:00
Jim Meyering c3f357adf5 Quote multibyte characters correctly.
(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-15 11:57:11 +00:00
Jim Meyering 551ab8474b (mode_compile): Use uintmax_t, not unsigned
long, to parse numeric modes.  Check for any unknown bits, not
just unknown bits left of the leftmost known bit.
2000-01-12 06:49:59 +00:00
Jim Meyering 12d6e4b1cd Update copyright notice. 2000-01-12 06:46:46 +00:00
Jim Meyering 0d47b4be52 Sync to the slightly more general version of GNU tar. 2000-01-12 06:37:30 +00:00
Jim Meyering 1c4c285999 (memcpy): Protoize. 2000-01-11 14:05:28 +00:00
Jim Meyering 1b84791bc8 s/fu/fetish/ 2000-01-11 08:43:16 +00:00
Jim Meyering 126e14b161 (hash_initialize): Fix typo in comment. 2000-01-11 07:48:23 +00:00
Jim Meyering f488edddf7 . 2000-01-10 09:21:14 +00:00
Jim Meyering 6f06aad852 (noinst_HEADERS): Add nanosleep.h. 2000-01-10 07:31:14 +00:00
Jim Meyering fee7991cbc remove stray define before _LIBC 2000-01-08 17:53:35 +00:00
Jim Meyering 58edea6508 (error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R.
(error_at_line): Likewise.
2000-01-08 16:44:19 +00:00
Jim Meyering 5693e5c586 Sync with the GNU C library. 2000-01-07 14:29:26 +00:00
Jim Meyering 923a32a0a8 tweak comment 2000-01-07 09:18:15 +00:00
Jim Meyering aac32d403c add copyright/no-warranty comment 2000-01-07 07:33:19 +00:00
Jim Meyering 8606b093e4 *** empty log message *** 2000-01-07 07:31:03 +00:00
Jim Meyering 4e4c0e24d5 tweak copyright line 2000-01-07 07:03:01 +00:00
Jim Meyering 76bc7db5e2 (strpbrk): Ansideclify.
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'.
2000-01-07 07:01:45 +00:00
Jim Meyering fd3e041f5b Use #if' instead of #ifdef' for `HAVE_CONFIG_H'.
Capitalize all macro parameters.
(memcasecmp): Ansideclify.
Don't cast away `const'ness of parameters.
Suggestions from Fran?ois Pinard.
2000-01-07 06:59:36 +00:00
Jim Meyering f8c6ea241d Sync with the GNU C Library. 2000-01-06 21:31:48 +00:00
Jim Meyering 6784d83a62 Add #pragma STDC FENV_ACCESS ON if C99. 2000-01-06 21:01:06 +00:00