summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-06(jm_MACROS): Use jm_AC_FUNC_LINK_FOLLOWS_SYMLINK here.Jim Meyering
1999-11-06(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.Jim Meyering
1999-11-06(do_link): Fix typo (in which the function name `symlink'Jim Meyering
was tested instead of the variable `symbolic_link') that could make ln perform an unneeded `stat' call.
1999-11-06*** empty log message ***Jim Meyering
1999-11-06(long_options): Correct typo (s/'F'/'p'/) so that `-p'Jim Meyering
works as the short form of --file-type, per the documentation. From Michael Stone.
1999-11-06*** empty log message ***Jim Meyering
1999-11-06.Jim Meyering
1999-11-06.Jim Meyering
1999-11-05Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS.Jim Meyering
1999-11-05Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecatedJim Meyering
AC_STRUCT_ST_BLKSIZE.
1999-11-05remove stray `x'sJim Meyering
1999-11-05*** empty log message ***Jim Meyering
1999-11-05(jm_CHECK_ALL_TYPES): Move some tests from configure.inJim Meyering
of textutils, fileutils, and sh-utils into this one (shared between those packages) file.
1999-11-05*** empty log message ***Jim Meyering
1999-11-05(SORTALLOC): New macro.Jim Meyering
(sortalloc, mergealloc, LINEALLOC): Use it. (sortalloc, mergealloc, linelength): Now const. (sortalloc): Increase from 0.5 to 8 MB. (mergealloc): Increase from 16 to 256 kB. (LINEALLOC): Increase from 0.25 to 4 MB.
1999-11-04.Jim Meyering
1999-11-04Do not consider newline to be part of a line when comparing linesJim Meyering
in `sort' and `comm'. POSIX.2 requires that we consider newline, but this is a bug in the spec and the bug will likely be fixed.
1999-11-04(memcoll): The two arguments cannot beJim Meyering
adjacent any more, so remove the alloca/copy workaround for that case.
1999-11-04(readline): Do not leave room for an extraJim Meyering
byte after the newline; it's no longer needed.
1999-11-04Do not consider newline to be part of a line when comparing linesJim Meyering
in `sort' and `comm'. POSIX.2 requires that we consider newline, but this is a bug in the spec and the bug will likely be fixed. Update tests `use-nl' and `11d' to reflect this change.
1999-11-04(begfield, limfield, findlines, keycompare, compare):Jim Meyering
Do not consider newline to be part of a line when comparing lines in `sort' and `comm'. POSIX.2 requires that we consider newline, but this is a bug in the spec and the bug will likely be fixed.
1999-11-04(compare_files):Jim Meyering
Do not consider newline to be part of a line when comparing lines in `sort' and `comm'. POSIX.2 requires that we consider newline, but this is a bug in the spec and the bug will likely be fixed.
1999-11-03*** empty log message ***Jim Meyering
1999-11-03Remove file. No longer needed since the new version ofJim Meyering
AC_CHECK_TYPE checks includes unistd.h.
1999-11-03Use straight `AC_CHECK_TYPE(ssize_t, int)'.Jim Meyering
Suggestion from Akim Demaille.
1999-11-03*** empty log message ***Jim Meyering
1999-11-03Fix so that `tail -fn 2 file' works again.Jim Meyering
(anonymous enum) [LONG_FOLLOW_OPTION]: Define. (long_options): Use LONG_FOLLOW_OPTION here, instead of 'f'. (main): Remove the `::' after the `f' in getopt_long string. Add `case LONG_FOLLOW_OPTION' after `case 'f':'. Based on a patch from Tim Waugh.
1999-11-03*** empty log message ***Jim Meyering
1999-11-03(anonymous enum) [RETRY_OPTION]: Define.Jim Meyering
[MAX_UNCHANGED_STATS_OPTION]: Likewise. [MAX_CONSECUTIVE_SIZE_CHANGES_OPTION]: Likewise. [PID_OPTION]: Likewise. (long_options): Use *_OPTION instead of CHAR_MAX + N. (main): Likewise.
1999-11-03add commaJim Meyering
1999-11-03(recheck): Don't refuse to tail a non-regular, non-pipe.Jim Meyering
(tail_file): Likewise.
1999-11-02include summary in [NAME] sectionJim Meyering
1999-11-02include summary in [NAME] sectionJim Meyering
1999-11-02include summary in [NAME] sectionJim Meyering
1999-11-02remove copyrightJim Meyering
1999-11-02version 1.018Jim Meyering
1999-11-02*** empty log message ***Jim Meyering
1999-11-01(usage): Warn about mixing use of `-r' with FIFOs andJim Meyering
other special files like /dev/zero.
1999-11-01(MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES).Jim Meyering
1999-11-01*** empty log message ***Jim Meyering
1999-10-31update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.yJim Meyering
1999-10-31.Jim Meyering
1999-10-31(my-distcheck): Remove $(DEPDIR) to work around automake bug.Jim Meyering
1999-10-31.Jim Meyering
1999-10-31.Jim Meyering
1999-10-31*** empty log message ***Jim Meyering
1999-10-31Convert --backup to take an optional argument.Jim Meyering
Deprecate --version-control (-V) in comments. (usage): Remove mention of --version-control. (main): Make -V warn then fall through into --backup case. [--backup case]: Handle optional arg.
1999-10-31tweak usageJim Meyering
1999-10-31.Jim Meyering
1999-10-31*** empty log message ***Jim Meyering