summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-18Create and `cd' into temporary directoryJim Meyering
before anything else. Reported by Volker Borchert.
2000-11-18revert mysteriously-applied last delta!Jim Meyering
2000-11-18add -*- Makefile -*-Jim Meyering
2000-11-18Sync with the one from fileutils.Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18.Jim Meyering
2000-11-18.Jim Meyering
2000-11-18tweak a commentJim Meyering
2000-11-18Formatting changes.Jim Meyering
(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-17*** empty log message ***Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17(.NOTPARALLEL): Put it here instead, since this fileJim Meyering
is common to these packages: fileutils, sh-utils, textutils.
2000-11-17Declare global `tab' to be of type *unsigned* char,Jim Meyering
so join works with 8-bit delimiter characters.
2000-11-17.Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Explicitly include sys/types.h before including system.h.Jim Meyering
2000-11-17.Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Update from GNU libc.Jim Meyering
2000-11-17(sha1): Define.Jim Meyering
(announcement): Include SHA1 digest of .tar.gz file.
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Include sys/types.h before system.h.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Declare global `tab' to be of type *unsigned* char,Jim Meyering
so join works with 8-bit delimiter characters. Reported by Antonio Rendas.
2000-11-16(8-bit-t): New test for the above fix.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Incorporate weak-alias-related changes from glibc.Jim Meyering
2000-11-14remove bruno's 11-03 entry for unicodeio.cJim Meyering
2000-11-14*** empty log message ***Jim Meyering
2000-11-14reword a paragraph in the ptx sectionJim Meyering
2000-11-13*** empty log message ***Jim Meyering
2000-11-13Add an `echo' so that the input to the sed commandJim Meyering
is NL-terminated. Otherwise, Solaris' /bin/sed generates no output. Reported by Vin Shelton.
2000-11-13*** empty log message ***Jim Meyering
2000-11-13*** empty log message ***Jim Meyering
2000-11-13(ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC shouldJim Meyering
be tested with #ifdef, not with #if.
2000-11-12*** empty log message ***Jim Meyering
2000-11-12(print_long_format): Remove obsolete comment (strftime vs. ctime).Jim Meyering
From Paul Eggert.
2000-11-12.Jim Meyering
2000-11-12Update from master repository.Jim Meyering
2000-11-12(show_date): Add a comment explaining why theJim Meyering
format string must not be translatable via _(). From Paul Eggert.
2000-11-12(<langinfo.h>): Include if HAVE_LANGINFO_H.Jim Meyering
(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-11*** empty log message ***Jim Meyering
2000-11-11Add a couple #includes, merging from GNU libc version.Jim Meyering
2000-11-11.Jim Meyering
2000-11-11More minor rewording and grammar correction.Jim Meyering
From Brian Youmans.
2000-11-11*** empty log message ***Jim Meyering