|
2e328d5a
|
2000-01-23T09:52:35
|
|
(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
|
|
657160c5
|
2000-01-23T09:52:02
|
|
*** empty log message ***
|
|
baaa0787
|
2000-01-23T09:31:09
|
|
*** empty log message ***
|
|
e563336f
|
2000-01-23T09:31:06
|
|
(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
AC_SUBST these here, rather than just in sh-util/configure.in, so
that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
all the same.
|
|
db4af7a7
|
2000-01-23T09:19:33
|
|
version-control: never
|
|
e8f706de
|
2000-01-23T09:08:39
|
|
.
|
|
3c8064cd
|
2000-01-22T22:43:37
|
|
*** empty log message ***
|
|
f9d65f16
|
2000-01-22T22:43:31
|
|
[! HAVE_DECL_STRTOUL]: Declare strtoul.
[! HAVE_DECL_STRTOULL]: Declare strtoull.
Required for some AIX systems. Reported by Christian Krackowizer.
[TESTING] (main): New function.
|
|
3c410496
|
2000-01-22T22:25:25
|
|
Call AC_PROG_CC_STDC just before AC_C_CONST.
|
|
fb01bd93
|
2000-01-22T22:21:32
|
|
*** empty log message ***
|
|
b18806b6
|
2000-01-22T22:20:08
|
|
*** empty log message ***
|
|
cbdd6c8a
|
2000-01-22T22:19:48
|
|
[HAVE_WCTYPE_H]: Include <wctype.h>.
|
|
2a7789b7
|
2000-01-22T22:19:12
|
|
(jm_PREREQ_QUOTEARG): Add wctype.h.
|
|
1c23f22b
|
2000-01-22T22:08:50
|
|
*** empty log message ***
|
|
a03a0ab5
|
2000-01-22T22:08:08
|
|
Merge the three lists of headers.
|
|
52a9f4aa
|
2000-01-22T22:04:33
|
|
(AC_CHECK_HEADERS): Add checks from textutils' configure.in
|
|
566be1f8
|
2000-01-22T22:03:12
|
|
*** empty log message ***
|
|
bfdbfdb2
|
2000-01-22T22:03:01
|
|
(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in
|
|
7550309e
|
2000-01-22T22:00:31
|
|
*** empty log message ***
|
|
797d0973
|
2000-01-22T22:00:17
|
|
(AC_CHECK_HEADERS): Add checks from fileutils' configure.in
|
|
7d7857f0
|
2000-01-22T21:52:02
|
|
*** empty log message ***
|
|
77001f1c
|
2000-01-22T21:51:57
|
|
(jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in.
|
|
7c04104a
|
2000-01-22T21:29:10
|
|
*** empty log message ***
|
|
373d8ea1
|
2000-01-22T21:29:02
|
|
(dir_name): Support for DOS-style file names with drive letters.
|
|
90221012
|
2000-01-22T18:03:21
|
|
tack on the one from fileutils/lib
|
|
695db10a
|
2000-01-22T14:27:13
|
|
.
|
|
b5519c4e
|
2000-01-22T14:24:50
|
|
Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
|
|
8a722e6b
|
2000-01-22T14:22:42
|
|
(_jm_DECL_HEADERS): Define new function.
(jm_CHECK_DECLARATIONS): Require it.
|
|
56bde584
|
2000-01-22T14:07:23
|
|
Revert to using #if HAVE_STDLIB_H
to guard inclusion of <stdlib.h>.
|
|
d833adac
|
2000-01-22T13:53:10
|
|
Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',
not `#if HAVE_STDLIB_H'. The former wasn't defined.
Use #if rather than #ifdef.
Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
(jm_CHECK_DECLARATIONS): Add strtoul strtoull.
|
|
9acb2a8e
|
2000-01-22T09:44:23
|
|
.
|
|
fe15c068
|
2000-01-22T09:43:37
|
|
*** empty log message ***
|
|
a67c0960
|
2000-01-22T09:43:23
|
|
(ISDIGIT): Define.
(strverscmp): Use ISDIGIT, not isdigit.
|
|
ef451b1f
|
2000-01-19T20:41:06
|
|
*** empty log message ***
|
|
b740dfa7
|
2000-01-19T20:40:51
|
|
(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc
defines `struct timespec' in <sys/time.h>
|
|
b757c7b8
|
2000-01-19T14:01:03
|
|
*** empty log message ***
|
|
d8cca1cf
|
2000-01-19T13:57:51
|
|
*** empty log message ***
|
|
41501298
|
2000-01-19T13:57:42
|
|
Remove uses of changequote altogether.
|
|
5c988498
|
2000-01-19T08:17:47
|
|
.
|
|
f8169cd8
|
2000-01-19T08:17:16
|
|
.
|
|
3a24b4cb
|
2000-01-19T07:56:52
|
|
.
|
|
33394ab9
|
2000-01-18T20:11:41
|
|
(re_compile_fastmap): While checking a range table for
`charset', skip flag bits for a character class correctly.
|
|
3dfe5516
|
2000-01-18T07:26:07
|
|
*** empty log message ***
|
|
19e03725
|
2000-01-18T07:25:53
|
|
(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).
|
|
cc93db83
|
2000-01-17T22:37:32
|
|
*** empty log message ***
|
|
1ddc7fd4
|
2000-01-17T22:36:01
|
|
.
|
|
d123872d
|
2000-01-17T10:00:37
|
|
*** empty log message ***
|
|
06beba33
|
2000-01-17T10:00:30
|
|
fix typo
|
|
328bfcd9
|
2000-01-17T10:00:19
|
|
Revert this change (they're not the same):
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
|
|
35c6eecd
|
2000-01-17T08:01:40
|
|
(quotearg_buffer_restyled): Do not quote
alert, backslash, formfeed, and vertical tab unnecessarily in
shell quoting style.
|
|
a655ee23
|
2000-01-17T08:01:30
|
|
*** empty log message ***
|
|
9454c62e
|
2000-01-16T22:15:32
|
|
Sync with sh-utils/lib/Makefile.am.
|
|
7ee01a94
|
2000-01-16T20:15:58
|
|
alphabetize a little
|
|
6c9a867c
|
2000-01-16T16:48:57
|
|
Remove these for now (they're with related code in sh-utils' configure.in)
AM_SYS_POSIX_TERMIOS
jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
|
|
6bdadc7f
|
2000-01-16T16:42:24
|
|
Require AM_FUNC_GETLOADAVG, jm_SYS_PROC_UPTIME, AM_SYS_POSIX_TERMIOS, and
jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.
|
|
380cd06a
|
2000-01-16T16:39:20
|
|
Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, and AC_FUNC_ALLOCA.
|
|
19026f65
|
2000-01-16T13:08:07
|
|
.
|
|
d8280601
|
2000-01-16T12:59:09
|
|
*** empty log message ***
|
|
e6a08507
|
2000-01-16T12:59:00
|
|
Use `changequote(<<,>>)', rather than `changequote(, )'
because the latter didn't work.
|
|
b97a6ce0
|
2000-01-16T12:40:26
|
|
.
|
|
0051df28
|
2000-01-16T12:39:31
|
|
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
|
|
35d18110
|
2000-01-16T12:35:49
|
|
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.
|
|
39acf403
|
2000-01-15T16:09:56
|
|
.
|
|
fe3e6e53
|
2000-01-15T15:58:54
|
|
.
|
|
26b763cd
|
2000-01-15T13:57:04
|
|
sheesh: fix it right this time: gethostname getusershell
|
|
37d09466
|
2000-01-15T12:13:13
|
|
Fix typo
s/stpbrk/strpbrk
|
|
4c876d5d
|
2000-01-15T12:07:53
|
|
(AC_REPLACE_FUNCS):
Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
|
|
de00aa44
|
2000-01-15T12:02:58
|
|
(AC_REPLACE_FUNCS): Add strpbrk.
|
|
e3b7f9e9
|
2000-01-15T12:00:20
|
|
*** empty log message ***
|
|
0583d8fe
|
2000-01-15T11:59:15
|
|
(AC_REPLACE_FUNCS):
Add these, too: stime strcspn stpcpy strstr strtol strtoul.
|
|
c4b7f3f8
|
2000-01-15T11:57:11
|
|
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.
|
|
cd4f1fde
|
2000-01-15T11:48:10
|
|
fix typo in last change
|
|
6ebdbb02
|
2000-01-15T11:47:12
|
|
(AC_REPLACE_FUNCS): Add memcpy and memset.
|
|
b5dc77c1
|
2000-01-15T11:45:52
|
|
*** empty log message ***
|
|
8cdc5705
|
2000-01-15T11:41:08
|
|
(AC_REPLACE_FUNCS): Add gethostname and getusershell
|
|
912ce237
|
2000-01-15T07:07:41
|
|
tweak comment
|
|
f5415b93
|
2000-01-12T08:17:41
|
|
*** empty log message ***
|
|
b1a34f5a
|
2000-01-12T08:17:30
|
|
(jm_PREREQ_READUTMP): New macro.
(jm_PREREQ): Use it.
|
|
7075d0f8
|
2000-01-12T08:07:29
|
|
*** empty log message ***
|
|
8377120d
|
2000-01-12T08:06:27
|
|
(jm_PREREQ_CANON_HOST): Move code from su/configure.in.
|
|
b27f4c8d
|
2000-01-12T07:58:22
|
|
(jm_PREREQ_CANON_HOST): New macro.
(jm_PREREQ): Use it.
|
|
187cbb75
|
2000-01-12T06:56:54
|
|
*** empty log message ***
|
|
31c82d0d
|
2000-01-12T06:53:32
|
|
(jm_PREREQ_QUOTEARG): New macro.
(jm_PREREQ): Use it.
|
|
cf8c8ba4
|
2000-01-12T06:49:59
|
|
(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.
|
|
79df4125
|
2000-01-12T06:46:46
|
|
Update copyright notice.
|
|
f1931318
|
2000-01-12T06:40:10
|
|
Port to autoconf 2.13.
|
|
e9897e1c
|
2000-01-12T06:37:30
|
|
Sync to the slightly more general version of GNU tar.
|
|
cada80c3
|
2000-01-11T14:05:28
|
|
(memcpy): Protoize.
|
|
e0c32dcc
|
2000-01-11T08:43:16
|
|
s/fu/fetish/
|
|
b19c419e
|
2000-01-11T07:48:23
|
|
(hash_initialize): Fix typo in comment.
|
|
8b94df3a
|
2000-01-11T07:28:22
|
|
.
|
|
514738b0
|
2000-01-10T09:20:49
|
|
.
|
|
e0420c66
|
2000-01-10T07:31:14
|
|
(noinst_HEADERS): Add nanosleep.h.
|
|
eb0bfaed
|
2000-01-08T17:53:35
|
|
remove stray define before _LIBC
|
|
5ae77ce5
|
2000-01-08T17:53:21
|
|
*** empty log message ***
|
|
3e633964
|
2000-01-08T16:44:19
|
|
(error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R.
(error_at_line): Likewise.
|
|
f446a6ba
|
2000-01-08T16:32:02
|
|
.
|
|
24552d14
|
2000-01-08T16:31:29
|
|
*** empty log message ***
|
|
daceb50a
|
2000-01-08T16:30:49
|
|
(jm_FUNC_STRERROR_R): New file/macro.
|
|
8726974c
|
2000-01-08T16:25:57
|
|
(jm_FUNC_STRERROR_R): Require it.
|