Commit Graph

9896 Commits

Author SHA1 Message Date
Jim Meyering 1234569e43 Sync with the one from fileutils. 2000-11-18 13:01:22 +00:00
Jim Meyering 82db55924e *** empty log message *** 2000-11-18 11:53:28 +00:00
Jim Meyering 9a99175c0e *** empty log message *** 2000-11-18 11:53:02 +00:00
Jim Meyering 88754c060d *** empty log message *** 2000-11-18 11:52:12 +00:00
Jim Meyering d3a2ca48d4 . 2000-11-18 11:50:19 +00:00
Jim Meyering 6adb4780b5 . 2000-11-18 11:17:41 +00:00
Jim Meyering 6e3bd39c14 tweak a comment 2000-11-18 09:53:33 +00:00
Jim Meyering cf59735d7b Formatting changes.
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
prevent type checking.
(obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
cast the value to (void *): assigning a `foo *' to a `void *'
variable is valid.
(obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2000-11-18 09:50:09 +00:00
Jim Meyering ff0e0181c9 *** empty log message *** 2000-11-17 10:22:20 +00:00
Jim Meyering 138e17c26e *** empty log message *** 2000-11-17 10:21:57 +00:00
Jim Meyering 2c7002e529 *** empty log message *** 2000-11-17 10:20:42 +00:00
Jim Meyering 88b47ac69f (.NOTPARALLEL): Put it here instead, since this file
is common to these packages: fileutils, sh-utils, textutils.
2000-11-17 10:20:09 +00:00
Jim Meyering f15c4ee154 Declare global `tab' to be of type *unsigned* char,
so join works with 8-bit delimiter characters.
2000-11-17 10:16:53 +00:00
Jim Meyering 9a25583ef1 . 2000-11-17 10:16:22 +00:00
Jim Meyering d32d63e211 *** empty log message *** 2000-11-17 08:31:36 +00:00
Jim Meyering 7daa83a149 Explicitly include sys/types.h before including system.h. 2000-11-17 08:31:01 +00:00
Jim Meyering b73eb2433d . 2000-11-17 08:21:22 +00:00
Jim Meyering 73ee461623 *** empty log message *** 2000-11-17 08:19:14 +00:00
Jim Meyering 00fba41266 Update from GNU libc. 2000-11-17 08:19:01 +00:00
Jim Meyering 7822d5fe7f (sha1): Define.
(announcement): Include SHA1 digest of .tar.gz file.
2000-11-17 08:13:38 +00:00
Jim Meyering 395dc1f7ff *** empty log message *** 2000-11-16 19:35:10 +00:00
Jim Meyering 1f789a22a2 Include sys/types.h before system.h. 2000-11-16 19:34:23 +00:00
Jim Meyering 0354ab509e *** empty log message *** 2000-11-16 14:19:37 +00:00
Jim Meyering 5b85894325 Declare global `tab' to be of type *unsigned* char,
so join works with 8-bit delimiter characters.
Reported by Antonio Rendas.
2000-11-16 14:19:27 +00:00
Jim Meyering b77cb25935 (8-bit-t): New test for the above fix. 2000-11-16 14:19:00 +00:00
Jim Meyering ea9a4e4755 *** empty log message *** 2000-11-16 12:56:51 +00:00
Jim Meyering 69c750af36 *** empty log message *** 2000-11-16 12:20:35 +00:00
Jim Meyering f2e553b126 Incorporate weak-alias-related changes from glibc. 2000-11-16 10:15:54 +00:00
Jim Meyering 8a93bbce06 remove bruno's 11-03 entry for unicodeio.c 2000-11-14 21:45:59 +00:00
Jim Meyering 965cb80669 *** empty log message *** 2000-11-14 21:39:06 +00:00
Jim Meyering 0e397f0460 reword a paragraph in the ptx section 2000-11-14 21:38:00 +00:00
Jim Meyering 0ebd6b45a8 *** empty log message *** 2000-11-13 23:59:21 +00:00
Jim Meyering a8fab3b2eb Add an `echo' so that the input to the sed command
is NL-terminated.  Otherwise, Solaris' /bin/sed generates no output.
Reported by Vin Shelton.
2000-11-13 23:59:15 +00:00
Jim Meyering 2e9fdf49c5 *** empty log message *** 2000-11-13 19:34:19 +00:00
Jim Meyering 0743fbb426 *** empty log message *** 2000-11-13 19:33:47 +00:00
Jim Meyering 2c6fbbea7a (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should
be tested with #ifdef, not with #if.
2000-11-13 19:33:32 +00:00
Jim Meyering 3f6da994c0 *** empty log message *** 2000-11-12 15:19:26 +00:00
Jim Meyering adcacc9417 (print_long_format): Remove obsolete comment (strftime vs. ctime).
From Paul Eggert.
2000-11-12 15:19:21 +00:00
Jim Meyering 7e2f836a49 . 2000-11-12 10:51:33 +00:00
Jim Meyering 1bac92811e Update from master repository. 2000-11-12 10:51:24 +00:00
Jim Meyering 8fc17df678 (show_date): Add a comment explaining why the
format string must not be translatable via _().  From Paul Eggert.
2000-11-12 10:02:29 +00:00
Jim Meyering 1ff67f6c5c (<langinfo.h>): Include if HAVE_LANGINFO_H.
(DATE_FMT_LANGINFO): New macro, taken from sh-utils/src/date.c.
(print_long_format): Use it to determine "date" format.
Do not wrap "%b %e %Y" and "%b %e %H:%M" in _(), as it results in
incorrect behavior when LC_ALL is unset, LC_TIME is "C", and
LC_MESSAGES or LANG is set to something disagreeing with the POSIX
locale.
2000-11-12 09:48:14 +00:00
Jim Meyering eabc99b8a4 *** empty log message *** 2000-11-11 14:52:05 +00:00
Jim Meyering b3f23e14d2 Add a couple #includes, merging from GNU libc version. 2000-11-11 14:32:00 +00:00
Jim Meyering abe849cb76 . 2000-11-11 14:18:22 +00:00
Jim Meyering 4f9389cf1e More minor rewording and grammar correction.
From Brian Youmans.
2000-11-11 14:18:08 +00:00
Jim Meyering 3ac192dc18 *** empty log message *** FILEUTILS-4_0_32 2000-11-11 13:42:17 +00:00
Jim Meyering 39d746aace (GZIP_ENV): Define to --no-name, so the timestamp
is not included in the .tar.gz file.
2000-11-11 13:42:07 +00:00
Jim Meyering a4aa31ab26 *** empty log message *** 2000-11-11 13:35:39 +00:00
Jim Meyering fc27d7356d (tests): Use `empty' (instead of just blanks) to
indicate no `-m' option.  Using just blanks wasn't portable to
Solaris2.5.1's /bin/sh.
2000-11-11 13:34:51 +00:00