Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-07 | (closeout_func): Remove variable. | Jim Meyering | |
(close_stdout_wrapper): Remove unused function. (main): Remove assignment to closeout_func. | |||
2000-08-07 | (fold_file): Remove ferror(stdout) check, already done in close_stdout. | Jim Meyering | |
2000-08-07 | *** empty log message *** | Jim Meyering | |
2000-08-07 | (enum) [PARENTS_OPTION]: New member. | Jim Meyering | |
(long_opts): Update "parents" and deprecated "path" entries to use `PARENTS_OPTION', not `P'. (usage): Update --help output. (main): Warn that the meaning of `-P' will soon change. | |||
2000-08-07 | *** empty log message *** | Jim Meyering | |
2000-08-07 | *** empty log message *** | Jim Meyering | |
2000-08-07 | (AC_MBSTATE_T): Define mbstate_t to be int, | Jim Meyering | |
not char, for compatibility with glibc 2.1.3 strftime.c. | |||
2000-08-07 | (usage): Warn more succintly about the effects of | Jim Meyering | |
the locale on sort order. | |||
2000-08-06 | *** empty log message *** | Jim Meyering | |
2000-08-06 | . | Jim Meyering | |
2000-08-06 | *** empty log message *** | Jim Meyering | |
2000-08-06 | We know nbytes is 0, so remove it from bail-out test. | Jim Meyering | |
2000-08-06 | *** empty log message *** | Jim Meyering | |
2000-08-06 | *** empty log message *** | Jim Meyering | |
2000-08-06 | *** empty log message *** | Jim Meyering | |
2000-08-06 | (pipe_lines): Declare local `cp' to be const. | Jim Meyering | |
2000-08-06 | *** empty log message *** | Jim Meyering | |
2000-08-06 | (pipe_lines): Add variable `nbytes' so we can free | Jim Meyering | |
`tmp' immediately after read loop. Don't process an empty file. This fixes a buffer-underrun error -- also thanks to bounded pointers. | |||
2000-08-05 | (main): Rename local `t' to `tmp_dir' to avoid shadowing | Jim Meyering | |
a previous local by that name. (usage): Warn that GNU sort is now locale-aware, and suggest people put LC_ALL=POSIX in their environment. | |||
2000-08-05 | *** empty log message *** | Jim Meyering | |
2000-08-05 | . | Jim Meyering | |
2000-08-05 | . | Jim Meyering | |
2000-08-05 | *** empty log message *** | Jim Meyering | |
2000-08-05 | . | Jim Meyering | |
2000-08-05 | *** empty log message *** | Jim Meyering | |
2000-08-05 | (init_header): Fix buffer-overrun error. | Jim Meyering | |
Allocated buffer was sometimes too small. Reported by Greg McGary (who found this bug using his bounded-pointers-enabled gcc). (init_header): Move declarations of several variables into the inner scope where they are used. | |||
2000-08-05 | . | Jim Meyering | |
2000-08-05 | (narrow-1): New test, for the above. | Jim Meyering | |
2000-08-05 | *** empty log message *** | Jim Meyering | |
2000-08-05 | (MAX): Remove definition (It's in sys2.h). | Jim Meyering | |
2000-08-04 | *** empty log message *** | Jim Meyering | |
2000-08-04 | *** empty log message *** | Jim Meyering | |
2000-08-04 | (store_columns): Remove conjunct that would dereference | Jim Meyering | |
an out-of-bounds pointer. Reported by Greg McGary (who found this bug using his bounded-pointers-enabled gcc). | |||
2000-08-03 | *** empty log message *** | Jim Meyering | |
2000-08-03 | (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, | Jim Meyering | |
ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros. (EXTEND_BUFFER): Use them. | |||
2000-08-03 | . | Jim Meyering | |
2000-08-03 | . | Jim Meyering | |
2000-08-03 | *** empty log message *** | Jim Meyering | |
2000-08-03 | ($(srcdir)/$x-tests): Use -I$(srcdir), not `-I.'. | Jim Meyering | |
(Makefile.am): Likewise. Reported by Greg McGary. | |||
2000-08-01 | . | Jim Meyering | |
2000-08-01 | *** empty log message *** | Jim Meyering | |
2000-08-01 | ranges vs ebcdic | Jim Meyering | |
2000-08-01 | *** empty log message *** | Jim Meyering | |
2000-08-01 | (tee): Use SET_BINARY and SET_BINARY2. | Jim Meyering | |
From Prashant TR. | |||
2000-08-01 | *** empty log message *** | Jim Meyering | |
2000-08-01 | (ISSLASH): Define. | Jim Meyering | |
(BACKSLASH_IS_PATH_SEPARATOR): Define. (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which both `\' and `/' may be use as path separators. Based on a patch from Prashant TR. | |||
2000-07-31 | *** empty log message *** | Jim Meyering | |
2000-07-31 | (quotearg_n_options): Don't make the initial | Jim Meyering | |
slot vector a constant, since it might get modified. | |||
2000-07-31 | Tweak comments, per Bruno's comments. | Jim Meyering | |
2000-07-31 | Tweak comments, per Bruno's comments. | Jim Meyering | |