Richard Stallman [Wed, 30 Dec 1998 20:44:39 +0000 (20:44 +0000)]
(re_compile_fastmap): Do something similar to the
previous change, for charset_not, wordchar, notwordchar,
categoryspec, notcategoryspec.
Jim Meyering [Sat, 19 Dec 1998 17:21:00 +0000 (17:21 +0000)]
*** empty log message ***
Jim Meyering [Sat, 19 Dec 1998 17:20:03 +0000 (17:20 +0000)]
break long line
Jim Meyering [Sat, 19 Dec 1998 17:19:13 +0000 (17:19 +0000)]
break long line
Jim Meyering [Sat, 19 Dec 1998 17:18:23 +0000 (17:18 +0000)]
split long line
Jim Meyering [Sat, 19 Dec 1998 13:54:04 +0000 (13:54 +0000)]
.
Jim Meyering [Fri, 18 Dec 1998 22:11:39 +0000 (22:11 +0000)]
.
Jim Meyering [Fri, 18 Dec 1998 15:32:54 +0000 (15:32 +0000)]
remove semicolon -- from Lars
Jim Meyering [Fri, 18 Dec 1998 15:32:29 +0000 (15:32 +0000)]
*** empty log message ***
Jim Meyering [Fri, 18 Dec 1998 14:49:38 +0000 (14:49 +0000)]
*** empty log message ***
Jim Meyering [Fri, 18 Dec 1998 14:49:30 +0000 (14:49 +0000)]
*** empty log message ***
Jim Meyering [Fri, 18 Dec 1998 14:49:01 +0000 (14:49 +0000)]
(Makefile.am): Simplify rule.
Based on suggestion from Lars Hecking.
Jim Meyering [Sun, 13 Dec 1998 19:19:07 +0000 (19:19 +0000)]
.
Jim Meyering [Sun, 13 Dec 1998 18:04:11 +0000 (18:04 +0000)]
Don't include stdlib.h and declare malloc and free.
This works around Solaris 2.7's conflicting prototype.
Reported by Karl Berry.
Jim Meyering [Sun, 13 Dec 1998 17:19:51 +0000 (17:19 +0000)]
(EXTRA_DIST): Add xstat.in.
Jim Meyering [Sat, 12 Dec 1998 05:46:02 +0000 (05:46 +0000)]
(lstat.c): Add rule to generate this from xstat.in.
(stat.c): Likewise.
Jim Meyering [Sat, 12 Dec 1998 05:45:39 +0000 (05:45 +0000)]
*** empty log message ***
Jim Meyering [Sat, 12 Dec 1998 05:45:29 +0000 (05:45 +0000)]
.
Jim Meyering [Fri, 11 Dec 1998 14:14:16 +0000 (14:14 +0000)]
(quotearg_buffer): Use `7' as the mask, not `3'.
From Bruno Haible.
Karl Heuer [Thu, 10 Dec 1998 03:09:12 +0000 (03:09 +0000)]
(re_compile_fastmap): For anychar, set all fastmap
elements for all possible unibyte chars (except newline).
Jim Meyering [Mon, 7 Dec 1998 06:25:54 +0000 (06:25 +0000)]
(dir_name): Rename from dirname.
Make argument `const'. Include "dirname.h"
Jim Meyering [Mon, 7 Dec 1998 06:25:29 +0000 (06:25 +0000)]
(noinst_HEADERS): Add dirname.h.
Jim Meyering [Mon, 7 Dec 1998 06:24:28 +0000 (06:24 +0000)]
.
Jim Meyering [Mon, 7 Dec 1998 05:54:49 +0000 (05:54 +0000)]
.
Jim Meyering [Mon, 7 Dec 1998 05:54:29 +0000 (05:54 +0000)]
*** empty log message ***
Jim Meyering [Mon, 7 Dec 1998 05:14:07 +0000 (05:14 +0000)]
(rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'.
From Karl Heuer.
Jim Meyering [Mon, 7 Dec 1998 03:12:10 +0000 (03:12 +0000)]
ansideclify
Jim Meyering [Sun, 6 Dec 1998 22:18:17 +0000 (22:18 +0000)]
Redefine putenv before including stdlib.h to work
around Solaris 2.7's conflicting prototype. Reported by Karl Berry.
Jim Meyering [Tue, 17 Nov 1998 02:14:16 +0000 (02:14 +0000)]
*** empty log message ***
Jim Meyering [Tue, 17 Nov 1998 02:14:12 +0000 (02:14 +0000)]
Double-quote the `uname...` expression.
Jim Meyering [Tue, 17 Nov 1998 02:09:52 +0000 (02:09 +0000)]
(AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
Jim Meyering [Sun, 15 Nov 1998 17:35:34 +0000 (17:35 +0000)]
(error): Don't use strerror_r's return value.
Jim Meyering [Sat, 14 Nov 1998 13:23:08 +0000 (13:23 +0000)]
*** empty log message ***
Jim Meyering [Sat, 14 Nov 1998 13:22:58 +0000 (13:22 +0000)]
Correct comment. POSIX does not permit it to succeed.
Jim Meyering [Sat, 14 Nov 1998 13:17:34 +0000 (13:17 +0000)]
revert-to-4.0-b7
Jim Meyering [Sat, 14 Nov 1998 13:13:10 +0000 (13:13 +0000)]
revert-last-change
Jim Meyering [Wed, 11 Nov 1998 05:16:09 +0000 (05:16 +0000)]
back out last change: there is a better way
Jim Meyering [Wed, 11 Nov 1998 05:01:26 +0000 (05:01 +0000)]
(BACKUPFILE_EXIT_FAILURE): Define.
(get_version): Use it in place of EXIT_FAILURE.
Karl Heuer [Tue, 10 Nov 1998 07:03:05 +0000 (07:03 +0000)]
(regex_compile): Handle translation of multibyte
exact-match characters.
Jim Meyering [Tue, 10 Nov 1998 05:57:56 +0000 (05:57 +0000)]
[EXIT_FAILURE]: Define.
(get_version): Use EXIT_FAILURE as exit status rather than
hard-coding `2'. From François Pinard.
Jim Meyering [Sun, 8 Nov 1998 03:49:22 +0000 (03:49 +0000)]
.
Jim Meyering [Sun, 8 Nov 1998 03:42:44 +0000 (03:42 +0000)]
*** empty log message ***
Jim Meyering [Sun, 8 Nov 1998 03:42:35 +0000 (03:42 +0000)]
Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
Jim Meyering [Sun, 8 Nov 1998 03:42:20 +0000 (03:42 +0000)]
Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
Jim Meyering [Sun, 8 Nov 1998 03:40:04 +0000 (03:40 +0000)]
[lstat]: Remove #undef.
(rpl_lstat): Protoize. Use ENOENT, not EINVAL, to be consistent
with lib/stat.c.
Jim Meyering [Sun, 8 Nov 1998 03:39:42 +0000 (03:39 +0000)]
(rpl_stat): Protoize.
(stat): Remove #undef.
Jim Meyering [Sun, 1 Nov 1998 01:02:24 +0000 (01:02 +0000)]
.
Jim Meyering [Sun, 18 Oct 1998 14:14:14 +0000 (14:14 +0000)]
.
Jim Meyering [Sun, 18 Oct 1998 14:09:48 +0000 (14:09 +0000)]
Don't invoke localtime_r or gmtime_r unless it's the GNU C
library's localtime_r and gmtime_r; there are too many buggy
implementations of localtime_r and gmtime_r out there, and
it's not worth keeping track of all the different bugs.
* strftime.c (__EXTENSIONS__): Remove.
(my_strftime_gmtime_r): Renamed from gmtime_r; all uses changed.
(my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
Base them on localtime/gmtime if not _LIBC.
Jim Meyering [Sun, 18 Oct 1998 14:08:35 +0000 (14:08 +0000)]
Don't invoke localtime_r or gmtime_r unless it's the GNU C
library's localtime_r and gmtime_r; there are too many buggy
implementations of localtime_r and gmtime_r out there, and
it's not worth keeping track of all the different bugs.
* mktime.c (__EXTENSIONS__, HAVE_LOCALTIME_R): Remove.
(my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
Base it on localtime unless _LIBC.
Jim Meyering [Sun, 18 Oct 1998 14:08:09 +0000 (14:08 +0000)]
(jm_CHECK_DECL_LOCALTIME_R): Remove macro.
Jim Meyering [Sun, 18 Oct 1998 01:10:21 +0000 (01:10 +0000)]
Declare localtime_r if necessary.
Jim Meyering [Sun, 18 Oct 1998 01:08:54 +0000 (01:08 +0000)]
*** empty log message ***
Jim Meyering [Sun, 18 Oct 1998 01:08:22 +0000 (01:08 +0000)]
(jm_CHECK_DECLS): Reflect interface change.
(jm_CHECK_DECL_LOCALTIME_R): New macro.
Jim Meyering [Sun, 18 Oct 1998 01:07:17 +0000 (01:07 +0000)]
(jm_CHECK_DECLARATION): Don't hard-code which headers to
include, though we still hard-code the `require'-like AC_CHECK_HEADERS
calls for those previously hard-coded headers. Instead, take a new parameter.
(jm_CHECK_DECLARATIONS): Reflect interface change.
Jim Meyering [Sun, 18 Oct 1998 00:58:07 +0000 (00:58 +0000)]
Test for spring-forward gap before long-running test.
Jim Meyering [Sat, 17 Oct 1998 12:39:30 +0000 (12:39 +0000)]
Some systems require <unistd.h> to be included before <time.h> for
localtime_r to be declared properly.
Jim Meyering [Wed, 14 Oct 1998 21:27:52 +0000 (21:27 +0000)]
Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
instead of "TZ=America/Vancouver". From Paul Eggert.
Jim Meyering [Mon, 12 Oct 1998 03:50:24 +0000 (03:50 +0000)]
.
Jim Meyering [Mon, 12 Oct 1998 03:20:21 +0000 (03:20 +0000)]
add jm_ prefix to cache variable
Jim Meyering [Mon, 12 Oct 1998 02:56:35 +0000 (02:56 +0000)]
*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:55:35 +0000 (02:55 +0000)]
*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:55:28 +0000 (02:55 +0000)]
Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
Jim Meyering [Mon, 12 Oct 1998 02:55:17 +0000 (02:55 +0000)]
(jm_AM_FUNC_MKTIME): New file and macro.
Jim Meyering [Mon, 12 Oct 1998 02:51:10 +0000 (02:51 +0000)]
.
Jim Meyering [Mon, 12 Oct 1998 02:00:59 +0000 (02:00 +0000)]
(_REENTRANT): Define again -- linux-2.0.33 needs it.
Jim Meyering [Sun, 11 Oct 1998 23:03:41 +0000 (23:03 +0000)]
(__mktime_internal): When the requested time falls
in a spring-forward gap of size DT, return a time that is DT
away from the requested time, preferring a time whose tm_isdst
differs from the requested value. Bump the max number of
probes from 4 to 6 to account for the extra probes needed to
discover a spring-forward gap in the worst case.
Jim Meyering [Thu, 8 Oct 1998 12:19:48 +0000 (12:19 +0000)]
(my_mktime_localtime_r): Renamed from localtime_r.
Define also if HAVE_LOCALTIME_R && defined (localtime_r), with
a body that merely expands localtime_r; this works around a
bug in Digital Unix 4.0A and 4.0D.
Jim Meyering [Mon, 5 Oct 1998 04:21:39 +0000 (04:21 +0000)]
.
Jim Meyering [Sat, 3 Oct 1998 04:43:55 +0000 (04:43 +0000)]
.
Jim Meyering [Fri, 2 Oct 1998 14:31:24 +0000 (14:31 +0000)]
*** empty log message ***
Jim Meyering [Fri, 2 Oct 1998 14:31:11 +0000 (14:31 +0000)]
*** empty log message ***
Jim Meyering [Tue, 29 Sep 1998 03:12:27 +0000 (03:12 +0000)]
.
Jim Meyering [Sun, 27 Sep 1998 17:44:49 +0000 (17:44 +0000)]
Protect against multiple inclusion.
From Akim Demaille.
Jim Meyering [Sun, 27 Sep 1998 17:36:17 +0000 (17:36 +0000)]
*** empty log message ***
Jim Meyering [Sun, 27 Sep 1998 17:31:29 +0000 (17:31 +0000)]
add missing close paren
Jim Meyering [Sun, 27 Sep 1998 17:27:38 +0000 (17:27 +0000)]
.
Jim Meyering [Sun, 27 Sep 1998 17:26:55 +0000 (17:26 +0000)]
(jm_MACROS): Require jm_FUNC_FNMATCH.
Jim Meyering [Sun, 27 Sep 1998 16:45:42 +0000 (16:45 +0000)]
.
Jim Meyering [Sun, 27 Sep 1998 16:45:21 +0000 (16:45 +0000)]
Makefile.am
Jim Meyering [Sun, 27 Sep 1998 16:41:04 +0000 (16:41 +0000)]
*** empty log message ***
Jim Meyering [Sun, 27 Sep 1998 16:40:09 +0000 (16:40 +0000)]
indent
Jim Meyering [Sun, 27 Sep 1998 16:39:53 +0000 (16:39 +0000)]
.
Jim Meyering [Sun, 27 Sep 1998 12:45:33 +0000 (12:45 +0000)]
(my_strftime): Update from FSF.
Jim Meyering [Sat, 26 Sep 1998 19:11:23 +0000 (19:11 +0000)]
(__xstrtol) [STRING_TO_UNSIGNED]: Return
LONGINT_INVALID for strings that begin with `-'.
Jim Meyering [Mon, 21 Sep 1998 12:05:49 +0000 (12:05 +0000)]
Declare locals: before, after. From Andries Brouwer.
Jim Meyering [Sat, 19 Sep 1998 13:11:23 +0000 (13:11 +0000)]
Fix post-protoization typo.
Jim Meyering [Thu, 17 Sep 1998 13:48:20 +0000 (13:48 +0000)]
(PARAMS): Define and use.
From Kaveh Ghazi.
Jim Meyering [Wed, 9 Sep 1998 15:39:13 +0000 (15:39 +0000)]
(oatoi): declare arg to be const
Jim Meyering [Wed, 9 Sep 1998 14:21:16 +0000 (14:21 +0000)]
Protoize.
Jim Meyering [Mon, 7 Sep 1998 17:03:50 +0000 (17:03 +0000)]
.
Jim Meyering [Mon, 7 Sep 1998 03:23:30 +0000 (03:23 +0000)]
add test harness
Jim Meyering [Mon, 7 Sep 1998 02:38:28 +0000 (02:38 +0000)]
*** empty log message ***
Jim Meyering [Mon, 7 Sep 1998 02:36:36 +0000 (02:36 +0000)]
*** empty log message ***
Jim Meyering [Mon, 7 Sep 1998 02:21:19 +0000 (02:21 +0000)]
(libfu_a_SOURCES): Change posixtm.y to posixtm.c.
(noinst_HEADERS): Add posixtm.h.
Jim Meyering [Mon, 7 Sep 1998 02:18:43 +0000 (02:18 +0000)]
*** empty log message ***
Jim Meyering [Mon, 7 Sep 1998 02:17:55 +0000 (02:17 +0000)]
.
Jim Meyering [Sun, 6 Sep 1998 22:57:00 +0000 (22:57 +0000)]
rewrite from yacc-based version
Jim Meyering [Sun, 6 Sep 1998 22:55:47 +0000 (22:55 +0000)]
.
Jim Meyering [Sun, 6 Sep 1998 22:53:59 +0000 (22:53 +0000)]
*** empty log message ***