gnulib.git
28 years ago(basename): Rewrite so it doesn't rely on strrchr, FILEUTILS-3_12l
Jim Meyering [Fri, 19 Apr 1996 04:41:27 +0000 (04:41 +0000)]
(basename): Rewrite so it doesn't rely on strrchr,
and hence doesn't need to include string.h -- on some alpha-based
OSF systems, there's a conflicting prototype for basename in string.h.
Reported by Kaveh Ghazi.

28 years agoIndent cpp-directives. TEXTUTILS-1_14b
Jim Meyering [Thu, 18 Apr 1996 23:02:17 +0000 (23:02 +0000)]
Indent cpp-directives.

28 years agoTest cpp-defined __sun as well as sun, because
Jim Meyering [Sun, 14 Apr 1996 02:12:46 +0000 (02:12 +0000)]
Test cpp-defined __sun as well as sun, because
in strict ANSI mode, only __sun is defined.  From Kaveh Ghazi.

28 years agoUnprotoize.
Jim Meyering [Sat, 13 Apr 1996 18:13:09 +0000 (18:13 +0000)]
Unprotoize.
[ISASCII]: Define.
[ISUPPER]: Define.

28 years ago.
Jim Meyering [Sat, 13 Apr 1996 03:58:33 +0000 (03:58 +0000)]
.

28 years ago(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.
Richard Stallman [Fri, 12 Apr 1996 22:57:28 +0000 (22:57 +0000)]
(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.

28 years ago.
Jim Meyering [Wed, 10 Apr 1996 04:03:47 +0000 (04:03 +0000)]
.

28 years ago.
Jim Meyering [Wed, 10 Apr 1996 03:29:05 +0000 (03:29 +0000)]
.

28 years ago(mon_week_ISO): New function to implement new %V format.
Jim Meyering [Mon, 8 Apr 1996 04:53:54 +0000 (04:53 +0000)]
(mon_week_ISO): New function to implement new %V format.
(sun_week): Make TM parameter `const'.
(mon_week): Likewise.
(mon_week): Rewrite to correctly implement %W format..

28 years ago(sun_week): Make %U work properly.
Jim Meyering [Fri, 5 Apr 1996 23:33:09 +0000 (23:33 +0000)]
(sun_week): Make %U work properly.
Before, `date -d '1 Jan 1995' +%U' output `00'.  Now it prints `01'.

28 years ago.
Jim Meyering [Fri, 5 Apr 1996 03:27:21 +0000 (03:27 +0000)]
.

28 years ago.
Jim Meyering [Wed, 3 Apr 1996 13:19:59 +0000 (13:19 +0000)]
.

28 years agoInclude stdio.h before grp.h.
Jim Meyering [Wed, 3 Apr 1996 13:19:16 +0000 (13:19 +0000)]
Include stdio.h before grp.h.
Because <grp.h> on alpha OSF1 V2.0 uses "FILE *".  From Kaveh Ghazi.

28 years ago.
Jim Meyering [Wed, 3 Apr 1996 12:33:23 +0000 (12:33 +0000)]
.

28 years ago(unsetenv): unprotoize.
Jim Meyering [Mon, 1 Apr 1996 04:29:28 +0000 (04:29 +0000)]
(unsetenv): unprotoize.

28 years ago.
Jim Meyering [Mon, 1 Apr 1996 00:16:11 +0000 (00:16 +0000)]
.

28 years ago.
Jim Meyering [Sun, 31 Mar 1996 23:30:43 +0000 (23:30 +0000)]
.

28 years agoupdate from FSF:/home/gd/gnu/lib
Jim Meyering [Sat, 30 Mar 1996 14:26:16 +0000 (14:26 +0000)]
update from FSF:/home/gd/gnu/lib

28 years agoUpdate from libc. SH-UTILS-1_12g
Jim Meyering [Sat, 30 Mar 1996 12:39:36 +0000 (12:39 +0000)]
Update from libc.

28 years ago.
Jim Meyering [Fri, 29 Mar 1996 04:54:46 +0000 (04:54 +0000)]
.

28 years ago. SH-UTILS-1_12f
Jim Meyering [Sun, 24 Mar 1996 18:23:44 +0000 (18:23 +0000)]
.

28 years ago.
Jim Meyering [Sun, 24 Mar 1996 18:20:25 +0000 (18:20 +0000)]
.

28 years ago.
Jim Meyering [Sun, 24 Mar 1996 18:13:56 +0000 (18:13 +0000)]
.

28 years ago.
Jim Meyering [Thu, 14 Mar 1996 05:21:44 +0000 (05:21 +0000)]
.

28 years agoadd ## comment on first line
Jim Meyering [Thu, 14 Mar 1996 05:15:16 +0000 (05:15 +0000)]
add ## comment on first line

28 years ago(EXTRA_DIST): Renamed form DIST_OTHER.
Jim Meyering [Thu, 14 Mar 1996 05:05:22 +0000 (05:05 +0000)]
(EXTRA_DIST): Renamed form DIST_OTHER.

28 years ago. FILEUTILS-3_12j
Jim Meyering [Tue, 12 Mar 1996 04:14:47 +0000 (04:14 +0000)]
.

28 years ago(max_backup_version): Declare file_name_length to be of type size_t.
Jim Meyering [Tue, 12 Mar 1996 03:58:25 +0000 (03:58 +0000)]
(max_backup_version): Declare file_name_length to be of type size_t.

28 years agoMerge changes from FSF. SH-UTILS-1_12d
Jim Meyering [Sun, 10 Mar 1996 05:00:20 +0000 (05:00 +0000)]
Merge changes from FSF.

28 years ago(RelativeMonth): Add 1900 to the year so that relative date specs
Jim Meyering [Wed, 6 Mar 1996 04:57:01 +0000 (04:57 +0000)]
(RelativeMonth): Add 1900 to the year so that relative date specs
that push the year through the end of the century work.  For example,
`date -d "01/01/1998 3 years" +%Y' now prints 2001.
From Peter Dalgaard (pd@kubism.ku.dk).

28 years ago.
Jim Meyering [Thu, 29 Feb 1996 02:27:43 +0000 (02:27 +0000)]
.

28 years agoAdapt for automake-0.30.
Jim Meyering [Wed, 28 Feb 1996 05:10:05 +0000 (05:10 +0000)]
Adapt for automake-0.30.
(noinst_HEADERS): Rename from HEADERS.

28 years ago.
Jim Meyering [Wed, 28 Feb 1996 05:05:22 +0000 (05:05 +0000)]
.

28 years agoRevert last change. Comment didn't add anything. TEXTUTILS-1_14a
Jim Meyering [Tue, 27 Feb 1996 03:57:49 +0000 (03:57 +0000)]
Revert last change.  Comment didn't add anything.

28 years agoElaborate comment.
Jim Meyering [Tue, 27 Feb 1996 03:33:23 +0000 (03:33 +0000)]
Elaborate comment.

28 years agoUnprotoize.
Jim Meyering [Sat, 24 Feb 1996 18:30:46 +0000 (18:30 +0000)]
Unprotoize.

28 years ago[HAVE_SYS_SOCKET_H]: Include <sys/socket.h> for definition of AF_INET
Jim Meyering [Fri, 23 Feb 1996 16:14:27 +0000 (16:14 +0000)]
[HAVE_SYS_SOCKET_H]: Include <sys/socket.h> for definition of AF_INET
on at least SunOS 4.

28 years ago.
Jim Meyering [Fri, 16 Feb 1996 03:30:58 +0000 (03:30 +0000)]
.

28 years agoBe careful to always return something.
Jim Meyering [Tue, 13 Feb 1996 05:28:38 +0000 (05:28 +0000)]
Be careful to always return something.

28 years ago(CONFIG_HEADER): Don't define. Automake now does it.
Jim Meyering [Tue, 13 Feb 1996 05:21:12 +0000 (05:21 +0000)]
(CONFIG_HEADER): Don't define.  Automake now does it.

28 years ago.
Jim Meyering [Tue, 13 Feb 1996 05:17:52 +0000 (05:17 +0000)]
.

28 years ago(canon_host): Cast returned he->h_name to char*.
Jim Meyering [Sun, 4 Feb 1996 13:22:22 +0000 (13:22 +0000)]
(canon_host): Cast returned he->h_name to char*.

28 years ago.
Jim Meyering [Sun, 4 Feb 1996 12:47:33 +0000 (12:47 +0000)]
.

28 years ago__P-protect dcls.
Jim Meyering [Thu, 1 Feb 1996 06:13:54 +0000 (06:13 +0000)]
__P-protect dcls.

28 years ago(add_num_tz): New function.
Jim Meyering [Thu, 1 Feb 1996 05:40:32 +0000 (05:40 +0000)]
(add_num_tz): New function.
(strftime): Handle new %z format.
From H. Peter Anvin (hpa@storm.net).
Don't use local, LENGTH, before it's defined.

28 years ago(getdate.c, posixtm.c): Add rules for building these.
Jim Meyering [Thu, 1 Feb 1996 03:43:49 +0000 (03:43 +0000)]
(getdate.c, posixtm.c): Add rules for building these.

28 years ago.
Jim Meyering [Wed, 31 Jan 1996 17:01:05 +0000 (17:01 +0000)]
.

28 years ago.
Jim Meyering [Wed, 31 Jan 1996 14:53:03 +0000 (14:53 +0000)]
.

28 years agoUpdate FSF address in comment.
Karl Heuer [Mon, 29 Jan 1996 22:25:51 +0000 (22:25 +0000)]
Update FSF address in comment.

28 years ago.
Jim Meyering [Fri, 26 Jan 1996 05:25:09 +0000 (05:25 +0000)]
.

28 years ago.
Jim Meyering [Thu, 25 Jan 1996 12:00:18 +0000 (12:00 +0000)]
.

28 years ago(BUILT_SOURCES): Set to posixtm.c getdate.c.
Jim Meyering [Sat, 20 Jan 1996 12:35:06 +0000 (12:35 +0000)]
(BUILT_SOURCES): Set to posixtm.c getdate.c.

28 years ago.
Jim Meyering [Mon, 8 Jan 1996 06:16:00 +0000 (06:16 +0000)]
.

28 years ago[SYNTAX]: Rename from SYNTAX_TABLE. TEXTUTILS-1_14
Jim Meyering [Fri, 5 Jan 1996 02:35:39 +0000 (02:35 +0000)]
[SYNTAX]: Rename from SYNTAX_TABLE.
[SYNTAX_TABLE]: Remove extern dcl or re_syntax_table.
(RE_SEARCH_2_FN): Cast string1 and string2 to avoid pointer type
mismatch errors from e.g. SunOS's /bin/cc.
Reported by Kaveh Ghazi.

28 years agoFix comments. TEXTUTILS-1_13j
Jim Meyering [Wed, 3 Jan 1996 05:55:26 +0000 (05:55 +0000)]
Fix comments.

28 years ago.
Jim Meyering [Sat, 23 Dec 1995 18:19:27 +0000 (18:19 +0000)]
.

28 years ago.
Jim Meyering [Fri, 22 Dec 1995 06:39:47 +0000 (06:39 +0000)]
.

28 years ago(argmatch): Add const attribute to parameters.
Jim Meyering [Fri, 22 Dec 1995 05:17:31 +0000 (05:17 +0000)]
(argmatch): Add const attribute to parameters.
(invalid_arg): Add const attribute to parameters.

28 years ago.
Jim Meyering [Fri, 22 Dec 1995 05:16:11 +0000 (05:16 +0000)]
.

28 years ago(HEADERS): Add argmatch.h.
Jim Meyering [Thu, 21 Dec 1995 23:06:40 +0000 (23:06 +0000)]
(HEADERS): Add argmatch.h.

28 years ago.
Jim Meyering [Thu, 21 Dec 1995 23:05:56 +0000 (23:05 +0000)]
.

28 years ago. FILEUTILS-3_12g
Jim Meyering [Tue, 19 Dec 1995 04:25:24 +0000 (04:25 +0000)]
.

28 years ago(noinst_LIBRARIES): Define this, not plain LIBRARIES.
Jim Meyering [Sun, 17 Dec 1995 22:28:45 +0000 (22:28 +0000)]
(noinst_LIBRARIES): Define this, not plain LIBRARIES.

28 years agonew version from FSF TEXTUTILS-1_13i
Jim Meyering [Fri, 15 Dec 1995 15:35:15 +0000 (15:35 +0000)]
new version from FSF

28 years agoApply the usual REL_ALLOC patch.
Jim Meyering [Fri, 15 Dec 1995 15:34:07 +0000 (15:34 +0000)]
Apply the usual REL_ALLOC patch.

28 years agonew, from FSF
Jim Meyering [Fri, 15 Dec 1995 15:33:36 +0000 (15:33 +0000)]
new, from FSF

28 years agoRemove trailing white space.
Jim Meyering [Fri, 15 Dec 1995 15:31:09 +0000 (15:31 +0000)]
Remove trailing white space.

28 years agoInclude config.h.
Jim Meyering [Fri, 15 Dec 1995 15:18:43 +0000 (15:18 +0000)]
Include config.h.

28 years agoUpdate from latest.
Jim Meyering [Fri, 15 Dec 1995 15:12:58 +0000 (15:12 +0000)]
Update from latest.

28 years ago(AT_WORD_BOUNDARY): Disable macro.
Karl Heuer [Wed, 13 Dec 1995 02:52:23 +0000 (02:52 +0000)]
(AT_WORD_BOUNDARY): Disable macro.
(re_match_2_internal): Work around compiler bug.

28 years ago.
Jim Meyering [Fri, 8 Dec 1995 22:44:18 +0000 (22:44 +0000)]
.

28 years ago.
Jim Meyering [Fri, 8 Dec 1995 20:18:41 +0000 (20:18 +0000)]
.

28 years agoAdd copyright.
Jim Meyering [Fri, 8 Dec 1995 04:50:48 +0000 (04:50 +0000)]
Add copyright.

28 years agoUpdate to look like the one from textutils.
Jim Meyering [Sun, 3 Dec 1995 04:36:25 +0000 (04:36 +0000)]
Update to look like the one from textutils.

28 years agoRemove autodep junk.
Jim Meyering [Sat, 18 Nov 1995 06:36:47 +0000 (06:36 +0000)]
Remove autodep junk.

28 years ago(gettext_noop): New macro, identity fn.
Roland McGrath [Thu, 16 Nov 1995 02:51:19 +0000 (02:51 +0000)]
(gettext_noop): New macro, identity fn.
(re_error_msgid): Mark strings with that, to ease message catalog creation.

28 years agoUse __P. TEXTUTILS-1_13g
Jim Meyering [Wed, 15 Nov 1995 21:59:55 +0000 (21:59 +0000)]
Use __P.

28 years ago.
Jim Meyering [Wed, 15 Nov 1995 21:58:58 +0000 (21:58 +0000)]
.

28 years agoIndent.
Jim Meyering [Wed, 15 Nov 1995 15:04:51 +0000 (15:04 +0000)]
Indent.

28 years ago(NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):
Richard Stallman [Sat, 11 Nov 1995 20:51:37 +0000 (20:51 +0000)]
(NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):
Do not test for backtracking--do the same thing with or without.

(_GNU_SOURCE): Undef before defining.

(re_max_failures): Initialize to just 20000.

28 years agoFrom FSF.
Jim Meyering [Mon, 6 Nov 1995 17:06:24 +0000 (17:06 +0000)]
From FSF.

28 years agoNew version from glibc. FILEUTILS-3_12f
Jim Meyering [Fri, 3 Nov 1995 20:02:00 +0000 (20:02 +0000)]
New version from glibc.

28 years agoNew version from glibc.
Jim Meyering [Fri, 3 Nov 1995 19:56:08 +0000 (19:56 +0000)]
New version from glibc.

28 years ago(eaccess_stat): Make static.
Jim Meyering [Mon, 30 Oct 1995 18:00:05 +0000 (18:00 +0000)]
(eaccess_stat): Make static.

28 years ago(POP_FAILURE_POINT): Use .word.integer.
Richard Stallman [Sun, 29 Oct 1995 19:36:39 +0000 (19:36 +0000)]
(POP_FAILURE_POINT): Use .word.integer.

28 years ago(distclean): Remove .deps.
Jim Meyering [Sun, 29 Oct 1995 14:23:11 +0000 (14:23 +0000)]
(distclean): Remove .deps.

28 years ago(INCLUDE, COMPILE): New variables.
Jim Meyering [Sun, 29 Oct 1995 12:14:37 +0000 (12:14 +0000)]
(INCLUDE, COMPILE): New variables.
(.c.o): Rewrite to be more like src/Makefile.in.
Add line that (--with-autodeps) will include mkdep-Makefile.

28 years agoDon't declare alloca.
Richard Stallman [Sun, 22 Oct 1995 17:47:13 +0000 (17:47 +0000)]
Don't declare alloca.

28 years agoNew version from FSF.
Jim Meyering [Thu, 19 Oct 1995 14:21:35 +0000 (14:21 +0000)]
New version from FSF.

28 years ago(TRANSLATE, PATFETCH): Cast elt of `translate'.
Richard Stallman [Thu, 19 Oct 1995 00:50:51 +0000 (00:50 +0000)]
(TRANSLATE, PATFETCH): Cast elt of `translate'.
Don't define if already defined.
(regex_compile): Use RE_TRANSLATE_TYPE for `translate'.
(compile_range, re_search_2, re_match_2_internal, bcmp_translate)
(regcomp): Use RE_TRANSLATE_TYPE for `translate'.

28 years ago(RE_TRANSLATE_TYPE): Define, if not already defined.
Richard Stallman [Thu, 19 Oct 1995 00:50:14 +0000 (00:50 +0000)]
(RE_TRANSLATE_TYPE): Define, if not already defined.
(struct re_pattern_buffer): Use RE_TRANSLATE_TYPE.

28 years ago[HAVE_ENDGRENT]: Define away endgrent.
Jim Meyering [Wed, 18 Oct 1995 15:59:12 +0000 (15:59 +0000)]
[HAVE_ENDGRENT]: Define away endgrent.
[HAVE_ENDPWENT]: Define away endpwent.

28 years agoUse _POSIX_VERSION, not _POSIX_SOURCE.
Jim Meyering [Wed, 18 Oct 1995 15:57:50 +0000 (15:57 +0000)]
Use _POSIX_VERSION, not _POSIX_SOURCE.

28 years agoMerge latest change from FSF.
Jim Meyering [Wed, 18 Oct 1995 14:31:14 +0000 (14:31 +0000)]
Merge latest change from FSF.

28 years agoGet latest from FSF.
Jim Meyering [Wed, 18 Oct 1995 14:29:16 +0000 (14:29 +0000)]
Get latest from FSF.

28 years agoIndent cpp directives to reflect nesting.
Jim Meyering [Mon, 9 Oct 1995 03:48:08 +0000 (03:48 +0000)]
Indent cpp directives to reflect nesting.

28 years agoModified from glibc copy.
Jim Meyering [Mon, 9 Oct 1995 03:46:41 +0000 (03:46 +0000)]
Modified from glibc copy.

28 years ago.
Jim Meyering [Mon, 9 Oct 1995 03:42:11 +0000 (03:42 +0000)]
.

28 years ago(read_filesystem_list): Cast -1 to dev_t before assignment.
Jim Meyering [Thu, 5 Oct 1995 14:14:45 +0000 (14:14 +0000)]
(read_filesystem_list): Cast -1 to dev_t before assignment.

28 years agoRemove trailing whitespace.
Jim Meyering [Sun, 1 Oct 1995 22:49:07 +0000 (22:49 +0000)]
Remove trailing whitespace.