platform/upstream/coreutils.git
26 years ago*** empty log message ***
Jim Meyering [Sun, 19 Oct 1997 02:38:31 +0000 (02:38 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sun, 19 Oct 1997 02:37:12 +0000 (02:37 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 18 Oct 1997 20:14:50 +0000 (20:14 +0000)]
.

26 years ago(LONG_MAX): Define if not defined.
Jim Meyering [Sat, 18 Oct 1997 19:49:50 +0000 (19:49 +0000)]
(LONG_MAX): Define if not defined.

26 years ago*** empty log message ***
Jim Meyering [Fri, 17 Oct 1997 19:05:07 +0000 (19:05 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Fri, 17 Oct 1997 18:58:04 +0000 (18:58 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Fri, 17 Oct 1997 18:57:46 +0000 (18:57 +0000)]
.

26 years ago(remove_cwd_entries): Change the while(dp...) to a while(1) loop,
Jim Meyering [Fri, 17 Oct 1997 18:06:34 +0000 (18:06 +0000)]
(remove_cwd_entries): Change the while(dp...) to a while(1) loop,
and move dcl and assignment of dp into the loop.

26 years ago*** empty log message ***
Jim Meyering [Fri, 17 Oct 1997 15:21:27 +0000 (15:21 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Fri, 17 Oct 1997 15:20:17 +0000 (15:20 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 17 Oct 1997 15:20:08 +0000 (15:20 +0000)]
*** empty log message ***

26 years agoindent
Jim Meyering [Thu, 16 Oct 1997 15:34:26 +0000 (15:34 +0000)]
indent

26 years agoAdd comments. From Orn.
Jim Meyering [Thu, 16 Oct 1997 15:29:15 +0000 (15:29 +0000)]
Add comments.  From Orn.

26 years agoadd assertions
Jim Meyering [Thu, 16 Oct 1997 15:03:54 +0000 (15:03 +0000)]
add assertions

26 years ago.
Jim Meyering [Thu, 16 Oct 1997 15:01:58 +0000 (15:01 +0000)]
.

26 years ago(look_for_fraction): Patch from Orn Hansen.
Jim Meyering [Thu, 16 Oct 1997 14:54:58 +0000 (14:54 +0000)]
(look_for_fraction): Patch from Orn Hansen.
(getmonth): Compare the two month names only to the length of the
string in the month table.  Patch from Orn Hansen.
(NLS_STRNCMP): New macro.
(strncoll_s2_readonly): New function.
(inittables): Don't use temporary `comp' to hide type of comparator function.
(nls_sort_month_comp): Declare parameters to be void* to match
comparator function type required for qsort.
(getmonth): Use NLS_STRNCMP rather than #ifdef.
Use do-while, rather than while-loop.

26 years agobegin merging Orn's changes
Jim Meyering [Thu, 16 Oct 1997 13:12:13 +0000 (13:12 +0000)]
begin merging Orn's changes

26 years ago*** empty log message ***
Jim Meyering [Wed, 15 Oct 1997 21:38:08 +0000 (21:38 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Wed, 15 Oct 1997 05:12:00 +0000 (05:12 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Wed, 15 Oct 1997 05:00:41 +0000 (05:00 +0000)]
*** empty log message ***

26 years ago(_NL_ITEM) [!defined]: Define.
Jim Meyering [Wed, 15 Oct 1997 05:00:33 +0000 (05:00 +0000)]
(_NL_ITEM) [!defined]: Define.
From from Ørn E. Hansen.

26 years ago.
Jim Meyering [Tue, 14 Oct 1997 22:34:00 +0000 (22:34 +0000)]
.

26 years agoRemove ChangeLog entry from Orn.
Jim Meyering [Tue, 14 Oct 1997 22:33:20 +0000 (22:33 +0000)]
Remove ChangeLog entry from Orn.

26 years agoUse STREQ in place of most uses of strcmp.
Jim Meyering [Tue, 14 Oct 1997 22:32:44 +0000 (22:32 +0000)]
Use STREQ in place of most uses of strcmp.
(zaptemp): Make parameter `const'.

26 years ago(NLS_STRCMP): Define.
Jim Meyering [Tue, 14 Oct 1997 22:25:02 +0000 (22:25 +0000)]
(NLS_STRCMP): Define.
(getmonth): Remove ifdef and use NLS_STRCMP instead.
Use HAVE_ALLOCA, not _HAVE_ALLOCA.

26 years ago.
Jim Meyering [Tue, 14 Oct 1997 22:15:31 +0000 (22:15 +0000)]
.

26 years ago.
Jim Meyering [Tue, 14 Oct 1997 22:15:06 +0000 (22:15 +0000)]
.

26 years agoAdd tests to exercise fraccompare.
Jim Meyering [Tue, 14 Oct 1997 22:14:48 +0000 (22:14 +0000)]
Add tests to exercise fraccompare.

26 years ago.
Jim Meyering [Tue, 14 Oct 1997 22:09:59 +0000 (22:09 +0000)]
.

26 years ago(CHARS_IN_ABM): Remove definition
Jim Meyering [Tue, 14 Oct 1997 21:36:33 +0000 (21:36 +0000)]
(CHARS_IN_ABM): Remove definition
(inittables): Remove assumption that all abbreviated month names have
length 3.
(getmonth): Likewise.
(main): Add #if's for more efficient code when using the GNU C library.
From Ulrich Drepper.

26 years agotweak Orn's fraccompare. Always use it.
Jim Meyering [Tue, 14 Oct 1997 20:41:28 +0000 (20:41 +0000)]
tweak Orn's fraccompare.  Always use it.

26 years ago(fraccompare): Indent.
Jim Meyering [Tue, 14 Oct 1997 14:12:48 +0000 (14:12 +0000)]
(fraccompare): Indent.
Move dcls of S and N into if block.

26 years agofix spelling errors in comments
Jim Meyering [Tue, 14 Oct 1997 13:47:22 +0000 (13:47 +0000)]
fix spelling errors in comments

26 years ago(keycompare): Move assignment out of if-expression.
Jim Meyering [Tue, 14 Oct 1997 13:40:51 +0000 (13:40 +0000)]
(keycompare): Move assignment out of if-expression.

26 years ago(strncoll): Rename parameter to LEN.
Jim Meyering [Tue, 14 Oct 1997 13:37:35 +0000 (13:37 +0000)]
(strncoll): Rename parameter to LEN.
Clean up formatting.
Add a FIXME.

26 years ago*** empty log message ***
Jim Meyering [Tue, 14 Oct 1997 13:08:06 +0000 (13:08 +0000)]
*** empty log message ***

26 years agoDeclare xstrdup.
Jim Meyering [Tue, 14 Oct 1997 13:07:12 +0000 (13:07 +0000)]
Declare xstrdup.
(my_setlocale): New function.
(main): Guard against failure of strdup (use xstrdup) and setlocale.

26 years ago(STREQ): Remove definition.
Jim Meyering [Tue, 14 Oct 1997 12:50:28 +0000 (12:50 +0000)]
(STREQ): Remove definition.

26 years ago[patch from Orn]
Jim Meyering [Tue, 14 Oct 1997 12:19:09 +0000 (12:19 +0000)]
[patch from Orn]
(look_for_fraction): Eliminate arbitrary limit on
number of `groups'.  Declare as void, not int.
Patch from Ørn E. Hansen.
(main): When determining whether we're in the C or POSIX locale,
don't rely on the form of the string returned by setlocale.
Suggestion from Ulrich Drepper.

26 years agoapply one more piece from KBs patch
Jim Meyering [Mon, 13 Oct 1997 23:09:15 +0000 (23:09 +0000)]
apply one more piece from KBs patch

26 years agoexpr reorg from KB
Jim Meyering [Mon, 13 Oct 1997 21:59:27 +0000 (21:59 +0000)]
expr reorg from KB

26 years ago*** empty log message ***
Jim Meyering [Mon, 13 Oct 1997 14:08:51 +0000 (14:08 +0000)]
*** empty log message ***

26 years agoBracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H.
Jim Meyering [Mon, 13 Oct 1997 14:08:38 +0000 (14:08 +0000)]
Bracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H.
Masami Takikawa reported that this is necessary on NeXTStep 3.0 systems.

26 years ago*** empty log message ***
Jim Meyering [Mon, 13 Oct 1997 14:07:31 +0000 (14:07 +0000)]
*** empty log message ***

26 years agoeliminate a comma expr,
Jim Meyering [Mon, 13 Oct 1997 04:02:42 +0000 (04:02 +0000)]
eliminate a comma expr,
fix one func return type
eliminate `* 1'

26 years ago(NLS_MAP): Remove unused definitions.
Jim Meyering [Mon, 13 Oct 1997 03:52:35 +0000 (03:52 +0000)]
(NLS_MAP): Remove unused definitions.
Replace with uses of UCHAR.
(nls_locale_map): Remove dcl of unused file-scope array.

26 years ago(NLS_MEMCMP): Define.
Jim Meyering [Mon, 13 Oct 1997 03:48:58 +0000 (03:48 +0000)]
(NLS_MEMCMP): Define.
(keycompare): Use it instead of open-coded #ifdefs.
(compare): Likewise.

26 years agoindent and clean up some more
Jim Meyering [Mon, 13 Oct 1997 03:37:16 +0000 (03:37 +0000)]
indent and clean up some more

26 years agoIndent some more.
Jim Meyering [Mon, 13 Oct 1997 03:26:39 +0000 (03:26 +0000)]
Indent some more.
#ifdef ENABLE_NLS th NLS part of insertkey.

26 years agoindent and add FIXME comments
Jim Meyering [Mon, 13 Oct 1997 03:12:17 +0000 (03:12 +0000)]
indent and add FIXME comments

26 years agofilter through cppi
Jim Meyering [Mon, 13 Oct 1997 02:08:30 +0000 (02:08 +0000)]
filter through cppi

26 years agoApply big patch from Ørn E. Hansen.
Jim Meyering [Mon, 13 Oct 1997 02:08:01 +0000 (02:08 +0000)]
Apply big patch from Ørn E. Hansen.

26 years ago.
Jim Meyering [Fri, 10 Oct 1997 21:22:33 +0000 (21:22 +0000)]
.

26 years ago.
Jim Meyering [Fri, 10 Oct 1997 21:22:01 +0000 (21:22 +0000)]
.

26 years ago.
Jim Meyering [Fri, 10 Oct 1997 21:21:04 +0000 (21:21 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 10 Oct 1997 21:20:45 +0000 (21:20 +0000)]
*** empty log message ***

26 years agoAdd a test.
Jim Meyering [Fri, 10 Oct 1997 21:20:27 +0000 (21:20 +0000)]
Add a test.
From William Lewis.

26 years ago*** empty log message ***
Jim Meyering [Wed, 8 Oct 1997 14:24:32 +0000 (14:24 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Tue, 7 Oct 1997 23:59:21 +0000 (23:59 +0000)]
*** empty log message ***

26 years agoindent cpp directives to reflect nesting
Jim Meyering [Tue, 7 Oct 1997 23:58:29 +0000 (23:58 +0000)]
indent cpp directives to reflect nesting

26 years agoupdate bug-reporting address
Jim Meyering [Tue, 7 Oct 1997 23:55:52 +0000 (23:55 +0000)]
update bug-reporting address

26 years agoupdate bug-reporting address
Jim Meyering [Tue, 7 Oct 1997 23:53:36 +0000 (23:53 +0000)]
update bug-reporting address

26 years agoupdate bug-reporting address
Jim Meyering [Tue, 7 Oct 1997 23:53:10 +0000 (23:53 +0000)]
update bug-reporting address

26 years agoupdate bug-reporting address
Jim Meyering [Tue, 7 Oct 1997 23:51:39 +0000 (23:51 +0000)]
update bug-reporting address

26 years ago.
Jim Meyering [Tue, 7 Oct 1997 22:08:55 +0000 (22:08 +0000)]
.

26 years agochange verbose messages
Jim Meyering [Mon, 6 Oct 1997 13:30:14 +0000 (13:30 +0000)]
change verbose messages

26 years ago(usage): Add a line describing --verbose.
Jim Meyering [Mon, 6 Oct 1997 13:09:28 +0000 (13:09 +0000)]
(usage): Add a line describing --verbose.

26 years ago*** empty log message ***
Jim Meyering [Mon, 6 Oct 1997 13:07:47 +0000 (13:07 +0000)]
*** empty log message ***

26 years ago(make_path): Print verbose message using fprintf, not error.
Jim Meyering [Mon, 6 Oct 1997 13:07:14 +0000 (13:07 +0000)]
(make_path): Print verbose message using fprintf, not error.

26 years ago(make_path): Print message IFF the directory was
Jim Meyering [Mon, 6 Oct 1997 13:03:29 +0000 (13:03 +0000)]
(make_path): Print message IFF the directory was
just created and the format string is non-NULL.

26 years ago*** empty log message ***
Jim Meyering [Mon, 6 Oct 1997 05:32:54 +0000 (05:32 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Mon, 6 Oct 1997 05:25:59 +0000 (05:25 +0000)]
*** empty log message ***

26 years agofix braino
Jim Meyering [Mon, 6 Oct 1997 05:23:49 +0000 (05:23 +0000)]
fix braino

26 years ago.
Jim Meyering [Mon, 6 Oct 1997 05:04:16 +0000 (05:04 +0000)]
.

26 years ago(noinst_HEADERS): Add savedir.h.
Jim Meyering [Mon, 6 Oct 1997 05:04:11 +0000 (05:04 +0000)]
(noinst_HEADERS): Add savedir.h.

26 years ago.
Jim Meyering [Mon, 6 Oct 1997 04:58:33 +0000 (04:58 +0000)]
.

26 years ago(struct cp_options): New field: require_preserve.
Jim Meyering [Mon, 6 Oct 1997 04:58:26 +0000 (04:58 +0000)]
(struct cp_options): New field: require_preserve.

26 years ago(cp_option_init): Initialize it.
Jim Meyering [Mon, 6 Oct 1997 04:58:05 +0000 (04:58 +0000)]
(cp_option_init): Initialize it.
(main): Set to 1 for -a and for -p.

26 years ago(copy_internal): Use require_preserve.
Jim Meyering [Mon, 6 Oct 1997 04:57:40 +0000 (04:57 +0000)]
(copy_internal): Use require_preserve.

26 years ago.
Jim Meyering [Sat, 4 Oct 1997 01:57:39 +0000 (01:57 +0000)]
.

26 years agoRemove old-style savedir dcl.
Jim Meyering [Sat, 4 Oct 1997 01:57:12 +0000 (01:57 +0000)]
Remove old-style savedir dcl.
Include savedir.h for prototype.

26 years agoRemove old-style savedir dcl.
Jim Meyering [Sat, 4 Oct 1997 01:56:23 +0000 (01:56 +0000)]
Remove old-style savedir dcl.
Include savedir.h for prototype.

26 years ago*** empty log message ***
Jim Meyering [Sat, 4 Oct 1997 01:55:11 +0000 (01:55 +0000)]
*** empty log message ***

26 years ago(savedir): Declare DIR parameter to be const.
Jim Meyering [Sat, 4 Oct 1997 01:43:58 +0000 (01:43 +0000)]
(savedir): Declare DIR parameter to be const.
Include savedir.h.

26 years ago.
Jim Meyering [Sat, 4 Oct 1997 01:43:13 +0000 (01:43 +0000)]
.

26 years ago.
Jim Meyering [Fri, 3 Oct 1997 03:28:05 +0000 (03:28 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 3 Oct 1997 03:26:20 +0000 (03:26 +0000)]
*** empty log message ***

26 years ago(test_vector): Remove _%Z from test `9'.
Jim Meyering [Fri, 3 Oct 1997 03:26:01 +0000 (03:26 +0000)]
(test_vector): Remove _%Z from test `9'.
The timezone string was too system dependent.

26 years ago(fspec_init_dp): Use DTTOIF. Fix syntax error in code
Jim Meyering [Fri, 3 Oct 1997 02:44:33 +0000 (02:44 +0000)]
(fspec_init_dp): Use DTTOIF.  Fix syntax error in code
that gets compiled on BSDI3.0 systems.

26 years ago*** empty log message ***
Jim Meyering [Tue, 30 Sep 1997 04:33:59 +0000 (04:33 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Tue, 30 Sep 1997 04:32:56 +0000 (04:32 +0000)]
.

26 years ago.
Jim Meyering [Tue, 30 Sep 1997 04:29:50 +0000 (04:29 +0000)]
.

26 years ago.
Jim Meyering [Tue, 30 Sep 1997 04:29:22 +0000 (04:29 +0000)]
.

26 years ago.
Jim Meyering [Tue, 30 Sep 1997 04:19:40 +0000 (04:19 +0000)]
.

26 years ago.
Jim Meyering [Tue, 30 Sep 1997 04:19:04 +0000 (04:19 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sun, 28 Sep 1997 16:33:22 +0000 (16:33 +0000)]
*** empty log message ***

26 years ago(remove_dir): Update old comment.
Jim Meyering [Sun, 28 Sep 1997 03:51:00 +0000 (03:51 +0000)]
(remove_dir): Update old comment.

26 years ago[enum RM_status]: Remove `= 2'. Add comment.
Jim Meyering [Sun, 28 Sep 1997 03:47:53 +0000 (03:47 +0000)]
[enum RM_status]: Remove `= 2'.  Add comment.
(dir_stack): Describe.
(remove_file): Revert s/fprintf/error/ change.  We don't want newlines at
end of prompt strings.
(remove_dir): Likewise.

26 years ago.
Jim Meyering [Sun, 28 Sep 1997 02:40:17 +0000 (02:40 +0000)]
.

26 years agoIntegrate test to detect bug in memcmp from the
Jim Meyering [Sun, 28 Sep 1997 02:32:26 +0000 (02:32 +0000)]
Integrate test to detect bug in memcmp from the
Next x86 OpenStep C library.  Test program from William Lewis.