Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-07-31 | *** empty log message *** | Jim Meyering | |
2000-07-31 | (quotearg_n_options): Preallocate a slot 0 | Jim Meyering | |
buffer, so that the caller can always quote one small component of a "memory exhausted" message in slot 0. From a suggestion by Jim Meyering. | |||
2000-07-31 | *** empty log message *** | Jim Meyering | |
2000-07-31 | (cut_fields): Use `virtual memory exhausted', not `Memory exhausted'. | Jim Meyering | |
2000-07-31 | Use `virtual memory exhausted', not `Memory exhausted'. | Jim Meyering | |
2000-07-31 | *** empty log message *** | Jim Meyering | |
2000-07-31 | [!HAVE_CONFIG_H]: Use `virtual memory exhausted', not `Memory exhausted'. | Jim Meyering | |
2000-07-31 | Use `virtual memory exhausted', not `Memory exhausted'. | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |