Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-07 | . | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | add missing \n\ | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | (remove_parents): Use the correct test | Jim Meyering | |
(same as in main) in handling --ignore-fail-on-non-empty. From Michael Stone. | |||
1999-11-07 | . | Jim Meyering | |
1999-11-06 | whoops, add quotes in last change | Jim Meyering | |
1999-11-06 | remove backticks from comments | Jim Meyering | |
1999-11-06 | *** empty log message *** | Jim Meyering | |
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-05 | Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS. | Jim Meyering | |
1999-11-05 | Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated | Jim Meyering | |
AC_STRUCT_ST_BLKSIZE. | |||
1999-11-05 | remove stray `x's | Jim Meyering | |
1999-11-05 | *** empty log message *** | Jim Meyering | |
1999-11-05 | (jm_CHECK_ALL_TYPES): Move some tests from configure.in | Jim 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-04 | Do not consider newline to be part of a line when comparing lines | Jim 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 be | Jim Meyering | |
adjacent any more, so remove the alloca/copy workaround for that case. | |||
1999-11-04 | (readline): Do not leave room for an extra | Jim Meyering | |
byte after the newline; it's no longer needed. | |||
1999-11-04 | Do not consider newline to be part of a line when comparing lines | Jim 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-03 | Remove file. No longer needed since the new version of | Jim Meyering | |
AC_CHECK_TYPE checks includes unistd.h. | |||
1999-11-03 | Use straight `AC_CHECK_TYPE(ssize_t, int)'. | Jim Meyering | |
Suggestion from Akim Demaille. | |||
1999-11-03 | *** empty log message *** | Jim Meyering | |
1999-11-03 | Fix 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-03 | add comma | Jim Meyering | |
1999-11-03 | (recheck): Don't refuse to tail a non-regular, non-pipe. | Jim Meyering | |
(tail_file): Likewise. | |||
1999-11-02 | include summary in [NAME] section | Jim Meyering | |
1999-11-02 | include summary in [NAME] section | Jim Meyering | |
1999-11-02 | include summary in [NAME] section | Jim Meyering | |
1999-11-02 | remove copyright | Jim Meyering | |
1999-11-02 | version 1.018 | Jim Meyering | |
1999-11-02 | *** empty log message *** | Jim Meyering | |
1999-11-01 | (usage): Warn about mixing use of `-r' with FIFOs and | Jim Meyering | |
other special files like /dev/zero. | |||
1999-11-01 | (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES). | Jim Meyering | |