platform/upstream/coreutils.git
21 years ago*** empty log message ***
Jim Meyering [Sun, 25 Aug 2002 14:32:21 +0000 (14:32 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 25 Aug 2002 14:32:10 +0000 (14:32 +0000)]
*** empty log message ***

21 years ago(main): Close STDIN_FILENO rather than a literal `0'.
Jim Meyering [Sun, 25 Aug 2002 14:32:02 +0000 (14:32 +0000)]
(main): Close STDIN_FILENO rather than a literal `0'.

21 years agolatest
Jim Meyering [Sun, 25 Aug 2002 07:35:00 +0000 (07:35 +0000)]
latest

21 years ago*** empty log message ***
Jim Meyering [Tue, 20 Aug 2002 16:53:43 +0000 (16:53 +0000)]
*** empty log message ***

21 years agoRewrite not to use `: ${VAR=not_set}' paradigm.
Jim Meyering [Tue, 20 Aug 2002 16:53:33 +0000 (16:53 +0000)]
Rewrite not to use `: ${VAR=not_set}' paradigm.

21 years ago*** empty log message ***
Jim Meyering [Tue, 20 Aug 2002 10:19:18 +0000 (10:19 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Tue, 20 Aug 2002 10:18:19 +0000 (10:18 +0000)]
.

21 years ago.
Jim Meyering [Wed, 14 Aug 2002 13:44:19 +0000 (13:44 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 Aug 2002 09:58:02 +0000 (09:58 +0000)]
*** empty log message ***

21 years agoDon't use "exec --"; it's not portable and shouldn't be needed.
Jim Meyering [Sat, 10 Aug 2002 09:57:57 +0000 (09:57 +0000)]
Don't use "exec --"; it's not portable and shouldn't be needed.

21 years ago.
Jim Meyering [Fri, 9 Aug 2002 22:13:49 +0000 (22:13 +0000)]
.

21 years ago[col-last]: New test for the above.
Jim Meyering [Fri, 9 Aug 2002 22:13:37 +0000 (22:13 +0000)]
[col-last]: New test for the above.

21 years ago*** empty log message ***
Jim Meyering [Fri, 9 Aug 2002 10:04:19 +0000 (10:04 +0000)]
*** empty log message ***

21 years ago(main): Don't ignore -COLUMN if it's the last option.
Jim Meyering [Fri, 9 Aug 2002 10:03:58 +0000 (10:03 +0000)]
(main): Don't ignore -COLUMN if it's the last option.
(usage): Clarify help text for the -COLUMN option.

21 years agoStart with version 4.5.1, chosen so that it's larger than
Jim Meyering [Fri, 9 Aug 2002 10:00:25 +0000 (10:00 +0000)]
Start with version 4.5.1, chosen so that it's larger than
the latest version numbers of the component packages.

21 years ago(check-x-vs-1): Set and export PATH so we use programs in ../src.
Jim Meyering [Fri, 9 Aug 2002 06:12:29 +0000 (06:12 +0000)]
(check-x-vs-1): Set and export PATH so we use programs in ../src.

21 years ago*** empty log message ***
Jim Meyering [Fri, 9 Aug 2002 06:12:18 +0000 (06:12 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Thu, 8 Aug 2002 17:05:13 +0000 (17:05 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Thu, 8 Aug 2002 16:38:29 +0000 (16:38 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 8 Aug 2002 16:37:27 +0000 (16:37 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 8 Aug 2002 16:36:52 +0000 (16:36 +0000)]
*** empty log message ***

21 years agoGuard inclusion of <langinfo.h> with
Jim Meyering [Thu, 8 Aug 2002 16:36:33 +0000 (16:36 +0000)]
Guard inclusion of <langinfo.h> with
`#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'.

21 years ago*** empty log message *** SH-UTILS-2_0_15
Jim Meyering [Thu, 8 Aug 2002 09:08:09 +0000 (09:08 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 8 Aug 2002 09:07:45 +0000 (09:07 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 8 Aug 2002 09:02:10 +0000 (09:02 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 7 Aug 2002 22:04:42 +0000 (22:04 +0000)]
*** empty log message ***

21 years ago(main): Adjust to posixtime signature change.
Jim Meyering [Wed, 7 Aug 2002 22:04:37 +0000 (22:04 +0000)]
(main): Adjust to posixtime signature change.
Remove unnecessary initialization.
Use localtime, not posixtm, to warn about obsolete "touch".

21 years ago(main): Adjust to posixtime signature change.
Jim Meyering [Wed, 7 Aug 2002 22:04:01 +0000 (22:04 +0000)]
(main): Adjust to posixtime signature change.

21 years ago*** empty log message ***
Jim Meyering [Wed, 7 Aug 2002 22:03:24 +0000 (22:03 +0000)]
*** empty log message ***

21 years ago(posixtime): Return bool instead of time_t, so
Jim Meyering [Wed, 7 Aug 2002 22:02:52 +0000 (22:02 +0000)]
(posixtime): Return bool instead of time_t, so
that we can return (time_t) -1 successfully.

21 years agoFix some minor time-related bugs with POSIX time arguments.
Jim Meyering [Wed, 7 Aug 2002 22:02:23 +0000 (22:02 +0000)]
Fix some minor time-related bugs with POSIX time arguments.
Some valid time stamps were being rejected (notably -1, and
time stamps before 1900 on 64-bit hosts).  And some invalid
time stamps were being accepted, e.g. September 31.

* lib/posixtm.h (posixtime): Return bool instead of time_t, so
that we can return (time_t) -1 successfully.
* lib/posixtm.c: Likewise.
[HAVE_STDBOOL_H]: Include <stdbool.h>.
(bool, false, true) [!HAVE_STDBOOL_H]: New type.
(t): Remove static var.
(year, posix_time_parse): Now takes struct tm * arg to modify, instead
of static var.  All uses changed.
(year): Do not reject years before 1900; they can occur with
64-bit time_t.
(posix_time_parse): Do not check for out-of-range components;
that is now the caller's responsibility, since our checks were
only approximations.
(posixtime): Use mktime to check for out-of-range components,
since it knows them exactly.
If mktime returns (time_t) -1, check whether an error actually occurred
by invoking localtime on -1.
(main) [TEST_POSIXTIME]: Check for input data errors, and report
posixtime failures better.
Improve the test data (in comments only).

21 years agoChange $am_cv_sys_posix_termios to $ac_cv_sys_posix_termios.
Jim Meyering [Mon, 5 Aug 2002 12:21:42 +0000 (12:21 +0000)]
Change $am_cv_sys_posix_termios to $ac_cv_sys_posix_termios.
From Andreas Schwab.

21 years ago*** empty log message ***
Jim Meyering [Mon, 5 Aug 2002 12:20:55 +0000 (12:20 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Mon, 5 Aug 2002 12:20:42 +0000 (12:20 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Mon, 5 Aug 2002 11:51:50 +0000 (11:51 +0000)]
*** empty log message ***

21 years agoAlso change use of $am_cv_sys_posix_termios
Jim Meyering [Mon, 5 Aug 2002 11:51:42 +0000 (11:51 +0000)]
Also change use of $am_cv_sys_posix_termios
to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.

21 years ago.
Jim Meyering [Mon, 5 Aug 2002 10:53:37 +0000 (10:53 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Mon, 5 Aug 2002 10:11:54 +0000 (10:11 +0000)]
*** empty log message ***

21 years ago(TESTS): Add nice and pathchk1.
Jim Meyering [Mon, 5 Aug 2002 08:28:29 +0000 (08:28 +0000)]
(TESTS): Add nice and pathchk1.

21 years ago.
Jim Meyering [Mon, 5 Aug 2002 08:27:56 +0000 (08:27 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 13:48:07 +0000 (13:48 +0000)]
*** empty log message ***

21 years ago. SH-UTILS-2_0_14
Jim Meyering [Sun, 4 Aug 2002 13:47:09 +0000 (13:47 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 13:46:33 +0000 (13:46 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 4 Aug 2002 13:46:16 +0000 (13:46 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 13:41:29 +0000 (13:41 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 4 Aug 2002 13:40:26 +0000 (13:40 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 13:36:39 +0000 (13:36 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 4 Aug 2002 11:04:56 +0000 (11:04 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 11:04:38 +0000 (11:04 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 11:03:20 +0000 (11:03 +0000)]
*** empty log message ***

21 years ago(check-README): New target/rule.
Jim Meyering [Sun, 4 Aug 2002 11:03:08 +0000 (11:03 +0000)]
(check-README): New target/rule.
(check): Depend on it.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 11:02:44 +0000 (11:02 +0000)]
*** empty log message ***

21 years ago(AC_CONFIG_FILES): Add old/Makefile and old/*/Makefile.
Jim Meyering [Sun, 4 Aug 2002 11:02:26 +0000 (11:02 +0000)]
(AC_CONFIG_FILES): Add old/Makefile and old/*/Makefile.

21 years ago.
Jim Meyering [Sun, 4 Aug 2002 11:01:30 +0000 (11:01 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 09:38:47 +0000 (09:38 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 Aug 2002 06:15:41 +0000 (06:15 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 Aug 2002 17:42:53 +0000 (17:42 +0000)]
*** empty log message ***

21 years ago(SUBDIRS): Add old.
Jim Meyering [Sat, 3 Aug 2002 16:49:20 +0000 (16:49 +0000)]
(SUBDIRS): Add old.

21 years ago.
Jim Meyering [Sat, 3 Aug 2002 16:48:17 +0000 (16:48 +0000)]
.

21 years ago.
Jim Meyering [Sat, 3 Aug 2002 16:47:21 +0000 (16:47 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 Aug 2002 16:44:43 +0000 (16:44 +0000)]
*** empty log message ***

21 years ago(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.
Jim Meyering [Sat, 3 Aug 2002 16:44:33 +0000 (16:44 +0000)]
(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 Aug 2002 14:57:15 +0000 (14:57 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 Aug 2002 14:55:25 +0000 (14:55 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 Aug 2002 14:55:21 +0000 (14:55 +0000)]
*** empty log message ***

21 years agoRequire AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
Jim Meyering [Sat, 3 Aug 2002 14:54:21 +0000 (14:54 +0000)]
Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 Aug 2002 14:01:20 +0000 (14:01 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 2 Aug 2002 14:49:52 +0000 (14:49 +0000)]
*** empty log message ***

21 years agouniq now obeys LC_COLLATE.
Jim Meyering [Fri, 2 Aug 2002 14:49:29 +0000 (14:49 +0000)]
uniq now obeys LC_COLLATE.

21 years ago*** empty log message ***
Jim Meyering [Fri, 2 Aug 2002 14:42:45 +0000 (14:42 +0000)]
*** empty log message ***

21 years agoInclude hard-locale.h, xmemcoll.h.
Jim Meyering [Fri, 2 Aug 2002 14:42:37 +0000 (14:42 +0000)]
Include hard-locale.h, xmemcoll.h.
(hard_LC_COLLATE): New var.
(different): Args are now char *, not const char *.
Use xmemcoll instead of memcmp to compare lines, so that
LC_COLLATE has effect.  However, use memcmp if it is an
easy locale.
(check_file): Do not include newline in comparison, so that
xmemcoll has a byte to stomp on temporarily.
(main): Set hard_LC_COLLATE.

21 years ago*** empty log message ***
Jim Meyering [Thu, 1 Aug 2002 21:37:04 +0000 (21:37 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 1 Aug 2002 09:19:30 +0000 (09:19 +0000)]
*** empty log message ***

21 years ago(run_shell): Exit with status 126 or 127 when execvp or
Jim Meyering [Thu, 1 Aug 2002 09:19:24 +0000 (09:19 +0000)]
(run_shell): Exit with status 126 or 127 when execvp or
execv fails, for consistency with POSIX commands like env and nice.

21 years ago(main): Exit with status 126 or 127 when execvp or
Jim Meyering [Thu, 1 Aug 2002 08:50:19 +0000 (08:50 +0000)]
(main): Exit with status 126 or 127 when execvp or
execv fails, for consistency with POSIX commands like env and nice.

21 years agoChange behavior to conform to POSIX 1003.1-2001:
Jim Meyering [Thu, 1 Aug 2002 08:47:33 +0000 (08:47 +0000)]
Change behavior to conform to POSIX 1003.1-2001:
  - Do not adjust scheduling priority.
  - Redirects stderr to stdout, if stderr is not a terminal.
  - Exit status is now 126 if command was found but not invoked,
    127 if nohup failed or if command was not found.
  Fix bug: command was run if nohup.out wasn't writeable.

21 years ago*** empty log message ***
Jim Meyering [Thu, 1 Aug 2002 08:32:00 +0000 (08:32 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 1 Aug 2002 07:02:51 +0000 (07:02 +0000)]
*** empty log message ***

21 years ago(jm_PREREQ_TEMPNAME): lib/tempname.c may use uintmax_t,
Jim Meyering [Thu, 1 Aug 2002 07:02:47 +0000 (07:02 +0000)]
(jm_PREREQ_TEMPNAME): lib/tempname.c may use uintmax_t,
so require require jm_AC_TYPE_UINTMAX_T.  Patch by Joe Orton.

21 years agonohup changes
Jim Meyering [Mon, 29 Jul 2002 12:19:12 +0000 (12:19 +0000)]
nohup changes

21 years ago*** empty log message ***
Jim Meyering [Mon, 29 Jul 2002 12:18:35 +0000 (12:18 +0000)]
*** empty log message ***

21 years agoChange behavior to conform to POSIX 1003.1-2001:
Jim Meyering [Mon, 29 Jul 2002 12:17:42 +0000 (12:17 +0000)]
Change behavior to conform to POSIX 1003.1-2001:
- Do not adjust scheduling priority.
- Redirects stderr to stdout, if stderr is not a terminal.
- Exit status is now 126 if command was found but not invoked,
  127 if nohup failed or if command was not found.

21 years ago.
Jim Meyering [Mon, 29 Jul 2002 11:05:52 +0000 (11:05 +0000)]
.

21 years ago.
Jim Meyering [Mon, 29 Jul 2002 11:04:59 +0000 (11:04 +0000)]
.

21 years agorequire automake-1.6b
Jim Meyering [Mon, 29 Jul 2002 10:57:12 +0000 (10:57 +0000)]
require automake-1.6b

21 years ago.
Jim Meyering [Mon, 29 Jul 2002 10:55:22 +0000 (10:55 +0000)]
.

21 years ago.
Jim Meyering [Mon, 29 Jul 2002 10:54:44 +0000 (10:54 +0000)]
.

21 years ago.
Jim Meyering [Mon, 29 Jul 2002 10:37:33 +0000 (10:37 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Mon, 29 Jul 2002 10:35:22 +0000 (10:35 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Mon, 29 Jul 2002 10:35:17 +0000 (10:35 +0000)]
*** empty log message ***

21 years ago(SUBDIRS): Remove djgpp, for now.
Jim Meyering [Mon, 29 Jul 2002 10:35:11 +0000 (10:35 +0000)]
(SUBDIRS): Remove djgpp, for now.

21 years ago.
Jim Meyering [Mon, 29 Jul 2002 10:34:32 +0000 (10:34 +0000)]
.

21 years agoSupply exit arg for both invocations of exit.
Jim Meyering [Mon, 29 Jul 2002 09:54:40 +0000 (09:54 +0000)]
Supply exit arg for both invocations of exit.

21 years ago*** empty log message *** TEXTUTILS-2_1
Jim Meyering [Mon, 29 Jul 2002 08:40:50 +0000 (08:40 +0000)]
*** empty log message ***

21 years agoAdjust command examples in comments to use POSIX 1003.1-2001 option syntax.
Jim Meyering [Mon, 29 Jul 2002 08:40:10 +0000 (08:40 +0000)]
Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.
From Paul Eggert.

21 years ago*** empty log message ***
Jim Meyering [Sun, 28 Jul 2002 21:48:41 +0000 (21:48 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 28 Jul 2002 21:45:04 +0000 (21:45 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 28 Jul 2002 20:11:43 +0000 (20:11 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 28 Jul 2002 20:10:56 +0000 (20:10 +0000)]
*** empty log message ***