Jim Meyering
5c67c91bb1
.
2000-02-05 08:10:05 +00:00
Jim Meyering
b1a7c1d3f6
*** empty log message ***
2000-02-03 12:21:15 +00:00
Jim Meyering
07730c119b
(read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
...
rather than with `#if HAVE_UTMPNAME'.
2000-02-03 12:20:59 +00:00
Jim Meyering
84b2bdcb3a
(UT_USER): Add parens. From Andreas Schwab.
2000-02-01 16:23:30 +00:00
Jim Meyering
715f1c67f9
*** empty log message ***
2000-01-31 22:42:59 +00:00
Jim Meyering
490bf3d6e9
(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.
2000-01-31 22:38:04 +00:00
Jim Meyering
70ac08368a
fix typo. sheesh
2000-01-31 08:42:45 +00:00
Jim Meyering
c3a1a2a912
*** empty log message ***
2000-01-31 08:36:51 +00:00
Jim Meyering
348f0efabe
*** empty log message ***
2000-01-31 08:27:58 +00:00
Jim Meyering
5b2acd8d30
(ISASCII): Add #undef and move definition to follow
...
inclusion of wctype.h to work around solaris2.6 namespace pollution.
(ISPRINT): Likewise.
2000-01-31 08:27:51 +00:00
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