platform/upstream/coreutils.git
21 years agoAdd a test for the new format, e.g., May-23-2003.
Jim Meyering [Tue, 10 Jun 2003 06:37:03 +0000 (06:37 +0000)]
Add a test for the new format, e.g., May-23-2003.

21 years agoAlso accept dates of the form May-23-2003.
Jim Meyering [Tue, 10 Jun 2003 06:28:00 +0000 (06:28 +0000)]
Also accept dates of the form May-23-2003.

21 years ago.
Jim Meyering [Mon, 9 Jun 2003 20:57:03 +0000 (20:57 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Mon, 9 Jun 2003 20:53:22 +0000 (20:53 +0000)]
*** empty log message ***

21 years agoAlso undefine gmtime.
Jim Meyering [Mon, 9 Jun 2003 20:53:15 +0000 (20:53 +0000)]
Also undefine gmtime.
(rpl_gmtime): New function.  Suggestion from Paul Eggert.

21 years ago*** empty log message ***
Jim Meyering [Mon, 9 Jun 2003 20:52:22 +0000 (20:52 +0000)]
*** empty log message ***

21 years ago(AC_FUNC_GETTIMEOFDAY_CLOBBER): Also define gmtime.
Jim Meyering [Mon, 9 Jun 2003 20:52:15 +0000 (20:52 +0000)]
(AC_FUNC_GETTIMEOFDAY_CLOBBER): Also define gmtime.

21 years ago(gl_FUNC_TZSET_CLOBBER): Also define gmtime.
Jim Meyering [Mon, 9 Jun 2003 20:51:46 +0000 (20:51 +0000)]
(gl_FUNC_TZSET_CLOBBER): Also define gmtime.

21 years ago*** empty log message ***
Jim Meyering [Sun, 8 Jun 2003 18:03:03 +0000 (18:03 +0000)]
*** empty log message ***

21 years ago[!_LIBC]: Ensure that the required autoconf test has been run.
Jim Meyering [Sun, 8 Jun 2003 18:03:01 +0000 (18:03 +0000)]
[!_LIBC]: Ensure that the required autoconf test has been run.

21 years ago*** empty log message ***
Jim Meyering [Sun, 8 Jun 2003 18:01:16 +0000 (18:01 +0000)]
*** empty log message ***

21 years agoUpdate from gnulib.
Jim Meyering [Sun, 8 Jun 2003 18:01:09 +0000 (18:01 +0000)]
Update from gnulib.

21 years ago.
Jim Meyering [Sun, 8 Jun 2003 17:45:11 +0000 (17:45 +0000)]
.

21 years ago.
Jim Meyering [Sun, 8 Jun 2003 17:44:21 +0000 (17:44 +0000)]
.

21 years agochange some names, reverse sense of tests
Jim Meyering [Sun, 8 Jun 2003 17:43:53 +0000 (17:43 +0000)]
change some names, reverse sense of tests
Also define TZSET_CLOBBERS_LOCALTIME_BUFFER.
Arrange to compile gettimeofday.

21 years ago*** empty log message ***
Jim Meyering [Sun, 8 Jun 2003 17:42:42 +0000 (17:42 +0000)]
*** empty log message ***

21 years ago(_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER.
Jim Meyering [Sun, 8 Jun 2003 17:42:31 +0000 (17:42 +0000)]
(_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER.

21 years agoClean up, as part of merge with emacs version of strftime.c.
Jim Meyering [Sun, 8 Jun 2003 17:41:07 +0000 (17:41 +0000)]
Clean up, as part of merge with emacs version of strftime.c.
(my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
Remove function, now that we can rely on a working tzset function.
Ensure that the required autoconf test has been run.

21 years agoAlso undef tzset.
Jim Meyering [Sun, 8 Jun 2003 17:37:48 +0000 (17:37 +0000)]
Also undef tzset.
(rpl_tzset): New function.

21 years ago*** empty log message ***
Jim Meyering [Sat, 7 Jun 2003 16:30:04 +0000 (16:30 +0000)]
*** empty log message ***

21 years agoNew file. Used by strftime.m4.
Jim Meyering [Sat, 7 Jun 2003 16:30:02 +0000 (16:30 +0000)]
New file. Used by strftime.m4.

21 years ago*** empty log message ***
Jim Meyering [Sat, 7 Jun 2003 16:28:39 +0000 (16:28 +0000)]
*** empty log message ***

21 years agoNew file, used by strftime.m4.
Jim Meyering [Sat, 7 Jun 2003 16:28:23 +0000 (16:28 +0000)]
New file, used by strftime.m4.

21 years agoUpdate from gnulib.
Jim Meyering [Sat, 7 Jun 2003 16:27:44 +0000 (16:27 +0000)]
Update from gnulib.

21 years agoRemove definition and uses of __P.
Jim Meyering [Sat, 7 Jun 2003 10:27:54 +0000 (10:27 +0000)]
Remove definition and uses of __P.

21 years agoAdd copyright notice.
Jim Meyering [Sat, 7 Jun 2003 10:27:08 +0000 (10:27 +0000)]
Add copyright notice.
Include <stdio.h>.

21 years ago*** empty log message ***
Jim Meyering [Sat, 7 Jun 2003 10:20:52 +0000 (10:20 +0000)]
*** empty log message ***

21 years agoInclude alloca.h unconditionally.
Jim Meyering [Sat, 7 Jun 2003 10:20:42 +0000 (10:20 +0000)]
Include alloca.h unconditionally.

21 years ago*** empty log message ***
Jim Meyering [Sat, 7 Jun 2003 10:15:15 +0000 (10:15 +0000)]
*** empty log message ***

21 years agoRemove unnecessary parentheses around malloc.
Jim Meyering [Sat, 7 Jun 2003 10:15:12 +0000 (10:15 +0000)]
Remove unnecessary parentheses around malloc.

21 years ago*** empty log message ***
Jim Meyering [Sat, 7 Jun 2003 10:13:50 +0000 (10:13 +0000)]
*** empty log message ***

21 years agoPut `Free Software Foundation' in place of my name
Jim Meyering [Sat, 7 Jun 2003 10:13:29 +0000 (10:13 +0000)]
Put `Free Software Foundation' in place of my name
in the copyright comment.

21 years ago*** empty log message ***
Jim Meyering [Sat, 7 Jun 2003 10:11:56 +0000 (10:11 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h>.
Jim Meyering [Sat, 7 Jun 2003 10:11:39 +0000 (10:11 +0000)]
Include <stddef.h>.

21 years agoadd copyright years from gnulib
Jim Meyering [Sat, 7 Jun 2003 10:09:18 +0000 (10:09 +0000)]
add copyright years from gnulib

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 23:08:00 +0000 (23:08 +0000)]
*** empty log message ***

21 years ago(syntax-check): Add commented-out (over-aggressive) rule.
Jim Meyering [Fri, 6 Jun 2003 23:07:53 +0000 (23:07 +0000)]
(syntax-check): Add commented-out (over-aggressive) rule.

21 years ago.
Jim Meyering [Fri, 6 Jun 2003 23:06:42 +0000 (23:06 +0000)]
.

21 years ago.
Jim Meyering [Fri, 6 Jun 2003 23:04:56 +0000 (23:04 +0000)]
.

21 years ago(MOSTLYCLEANFILES): Add alloca.h and alloca.ht.
Jim Meyering [Fri, 6 Jun 2003 23:04:39 +0000 (23:04 +0000)]
(MOSTLYCLEANFILES): Add alloca.h and alloca.ht.
(MOSTLYCLEANFILES): Add stdbool.ht.

21 years ago.
Jim Meyering [Fri, 6 Jun 2003 22:54:40 +0000 (22:54 +0000)]
.

21 years ago.
Jim Meyering [Fri, 6 Jun 2003 22:46:44 +0000 (22:46 +0000)]
.

21 years agoNew file. From gnulib.
Jim Meyering [Fri, 6 Jun 2003 22:46:09 +0000 (22:46 +0000)]
New file.  From gnulib.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 22:37:28 +0000 (22:37 +0000)]
*** empty log message ***

21 years agoInclude <stdio.h>, once again, for declaration of sprintf.
Jim Meyering [Fri, 6 Jun 2003 22:37:23 +0000 (22:37 +0000)]
Include <stdio.h>, once again, for declaration of sprintf.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 22:34:12 +0000 (22:34 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h> unconditionally.
Jim Meyering [Fri, 6 Jun 2003 22:34:04 +0000 (22:34 +0000)]
Include <stddef.h> unconditionally.
Include <inttypes.h> as an alternative to <stdint.h>.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 22:30:51 +0000 (22:30 +0000)]
*** empty log message ***

21 years agoInclude <stdint.h> as an alternative to <inttypes.h>.
Jim Meyering [Fri, 6 Jun 2003 22:30:28 +0000 (22:30 +0000)]
Include <stdint.h> as an alternative to <inttypes.h>.

21 years agoInclude <stdint.h> as an alternative to <inttypes.h>.
Jim Meyering [Fri, 6 Jun 2003 22:30:03 +0000 (22:30 +0000)]
Include <stdint.h> as an alternative to <inttypes.h>.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 22:20:31 +0000 (22:20 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h>, not <sys/types.h>.
Jim Meyering [Fri, 6 Jun 2003 22:20:29 +0000 (22:20 +0000)]
Include <stddef.h>, not <sys/types.h>.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 22:18:01 +0000 (22:18 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h>.
Jim Meyering [Fri, 6 Jun 2003 22:17:57 +0000 (22:17 +0000)]
Include <stddef.h>.
(NULL): Don't define, since <stddef.h> does that.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 21:04:32 +0000 (21:04 +0000)]
*** empty log message ***

21 years agoInclude <limits.h> without checking for HAVE_LIMITS_H.
Jim Meyering [Fri, 6 Jun 2003 21:04:15 +0000 (21:04 +0000)]
Include <limits.h> without checking for HAVE_LIMITS_H.
Include <stddefs.h> unconditionally.
(NULL): Don't define, since <stddef.h> does that.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 21:01:55 +0000 (21:01 +0000)]
*** empty log message ***

21 years ago#undef rename before defining rpl_rename.
Jim Meyering [Fri, 6 Jun 2003 21:01:52 +0000 (21:01 +0000)]
#undef rename before defining rpl_rename.
[HAVE_CONFIG_H]: Guard inclusion of config.h.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 21:00:20 +0000 (21:00 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h> rather than <sys/types.h>, as we merely need size_t.
Jim Meyering [Fri, 6 Jun 2003 21:00:16 +0000 (21:00 +0000)]
Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:48:48 +0000 (20:48 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h> rather than <sys/types.h>, as we merely need size_t.
Jim Meyering [Fri, 6 Jun 2003 20:48:43 +0000 (20:48 +0000)]
Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:45:53 +0000 (20:45 +0000)]
*** empty log message ***

21 years agoDont include <stddef.h> or <sys/types.h>; not needed.
Jim Meyering [Fri, 6 Jun 2003 20:45:46 +0000 (20:45 +0000)]
Dont include <stddef.h> or <sys/types.h>; not needed.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:19:53 +0000 (20:19 +0000)]
*** empty log message ***

21 years agofrom gnulib
Jim Meyering [Fri, 6 Jun 2003 20:19:37 +0000 (20:19 +0000)]
from gnulib

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:18:17 +0000 (20:18 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h>.
Jim Meyering [Fri, 6 Jun 2003 20:17:37 +0000 (20:17 +0000)]
Include <stddef.h>.
(NULL): Don't define, since <stddef.h> does that.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:14:10 +0000 (20:14 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h>, to get size_t.
Jim Meyering [Fri, 6 Jun 2003 20:14:02 +0000 (20:14 +0000)]
Include <stddef.h>, to get size_t.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:13:05 +0000 (20:13 +0000)]
*** empty log message ***

21 years agoInclude "memcoll.h", which gets us size_t and checks
Jim Meyering [Fri, 6 Jun 2003 20:12:59 +0000 (20:12 +0000)]
Include "memcoll.h", which gets us size_t and checks
our interface, instead of including <sys/types.h>
(memcoll): Fall back on a simple algorithm using
memcmp if strcoll doesn't work.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:10:24 +0000 (20:10 +0000)]
*** empty log message ***

21 years agoInclude <stddef.h>. From gnulib.
Jim Meyering [Fri, 6 Jun 2003 20:10:20 +0000 (20:10 +0000)]
Include <stddef.h>.  From gnulib.

21 years agoDon't include <sys/types.h>. From gnulib.
Jim Meyering [Fri, 6 Jun 2003 20:08:58 +0000 (20:08 +0000)]
Don't include <sys/types.h>.  From gnulib.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 20:04:53 +0000 (20:04 +0000)]
*** empty log message ***

21 years ago(main): Avoid newer 3-arg form of open,
Jim Meyering [Fri, 6 Jun 2003 20:04:39 +0000 (20:04 +0000)]
(main): Avoid newer 3-arg form of open,
so this script works also with e.g., perl5.005_03.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 19:58:32 +0000 (19:58 +0000)]
*** empty log message ***

21 years ago(EXTRA_DIST): Add alloca_.h.
Jim Meyering [Fri, 6 Jun 2003 19:58:26 +0000 (19:58 +0000)]
(EXTRA_DIST): Add alloca_.h.
(all-local $(lib_OBJECTS)): Depend on $(ALLOCA_H).
(alloca.h): New rule.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 19:54:20 +0000 (19:54 +0000)]
*** empty log message ***

21 years agofrom gnulib
Jim Meyering [Fri, 6 Jun 2003 19:54:14 +0000 (19:54 +0000)]
from gnulib

21 years agoRequire gl_FUNC_ALLOCA.
Jim Meyering [Fri, 6 Jun 2003 19:54:05 +0000 (19:54 +0000)]
Require gl_FUNC_ALLOCA.

21 years agoMerge from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:46:45 +0000 (19:46 +0000)]
Merge from gnulib.

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:42:03 +0000 (19:42 +0000)]
Update from gnulib.

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:41:19 +0000 (19:41 +0000)]
Update from gnulib.

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:40:14 +0000 (19:40 +0000)]
Update from gnulib.

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:39:07 +0000 (19:39 +0000)]
Update from gnulib.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 19:37:43 +0000 (19:37 +0000)]
*** empty log message ***

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:37:13 +0000 (19:37 +0000)]
Update from gnulib.

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:36:28 +0000 (19:36 +0000)]
Update from gnulib.

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:36:00 +0000 (19:36 +0000)]
Update from gnulib.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 19:33:47 +0000 (19:33 +0000)]
*** empty log message ***

21 years agoUpdate from gnulib.
Jim Meyering [Fri, 6 Jun 2003 19:33:44 +0000 (19:33 +0000)]
Update from gnulib.

21 years agoInclude <string.h> and <stdlib.h> unconditionally.
Jim Meyering [Fri, 6 Jun 2003 19:32:21 +0000 (19:32 +0000)]
Include <string.h> and <stdlib.h> unconditionally.
(memcpy): Remove definition.

21 years ago.
Jim Meyering [Fri, 6 Jun 2003 19:19:57 +0000 (19:19 +0000)]
.

21 years agoInclude <stdbool.h> unconditionally.
Jim Meyering [Fri, 6 Jun 2003 19:18:54 +0000 (19:18 +0000)]
Include <stdbool.h> unconditionally.

21 years ago.
Jim Meyering [Fri, 6 Jun 2003 19:18:18 +0000 (19:18 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Fri, 6 Jun 2003 19:17:54 +0000 (19:17 +0000)]
*** empty log message ***

21 years agoInclude <stdbool.h> unconditionally.
Jim Meyering [Fri, 6 Jun 2003 19:17:37 +0000 (19:17 +0000)]
Include <stdbool.h> unconditionally.

21 years agoInclude <stdbool.h> unconditionally.
Jim Meyering [Fri, 6 Jun 2003 19:16:31 +0000 (19:16 +0000)]
Include <stdbool.h> unconditionally.