(add_tabstop): Give correct size when reallocating tab_list buffer.
[platform/upstream/coreutils.git] / src /
1995-04-21 Jim Meyering(add_tabstop): Give correct size when reallocating...
1995-04-14 Jim Meyering(next_file_name): Don't reuse X as an index.
1995-04-14 Jim Meyering(write_block): Declare index I as unsigned int, not...
1995-04-14 Jim MeyeringRemove block of redundant comments describing options.
1995-03-25 Jim Meyering(fold_file): Declare offset_out size_t.
1995-03-25 Jim Meyering(set_fields): Declare index unsigned.
1995-03-24 Jim MeyeringDeclare as `unsigned int' all variables that were just...
1995-03-21 Jim Meyeringmerge with 1.11.e
1995-03-21 Jim Meyering(usage): Add ellipsis after `[OPTION]'.
1995-03-16 Jim MeyeringDetect when -N argument is too large to fit in an off_t.
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-02-28 Jim Meyering(wc): oops. Add missing dcl of stats.
1995-02-27 Jim Meyering(color_indicator[0]): Add missing `['.
1995-02-27 Jim Meyering(userid_compare): K&R'ify function definition.
1995-02-27 Jim Meyering(correct_password): Use memset instead of bzero.
1995-02-27 Jim Meyering(main, set_window_size): Use memset instead of bzero.
1995-02-27 Jim MeyeringRemove \n's from error format strings.
1995-02-27 Jim Meyering(docolon): Use memset instead of bzero.
1995-02-27 Jim Meyering(batch_convert): Remove any trailing newline from offending
1995-02-27 Jim Meyering(wc): Put back test for S_ISREG. On some systems lseek...
1995-02-23 Jim Meyering(restore_cwd): Test whether fchdir return value is...
1995-02-23 Jim Meyering(save_cwd) [!HAVE_FCHDIR]: Avoid a core dump via abort...
1995-02-21 Jim Meyering(count_entry): Fix bug in polarity of safe-stat status...
1995-02-21 Jim Meyering(save_cwd, restore_cwd): New functions.
1995-02-16 Jim Meyering(wc): Fix off-by-one error when counting lines.
1995-02-11 Jim Meyering(copy): Use memset, not bzero.
1995-02-11 Jim MeyeringRemove index/rindex and bcmp/bcopy/bzero references.
1995-02-11 Jim MeyeringFix example in comment.
1995-02-10 Jim Meyering(wc): Eliminate fstat call -- using lseek is sufficient.
1995-02-10 Jim Meyering(wc): Handle separately the cases in which words need
1995-02-09 Jim Meyering(wc): Add a separate loop for counting only lines or...
1995-02-09 Jim Meyering(wc): Don't overcount the number of bytes when reading...
1995-01-29 Jim Meyering(parse_old_offset): Use strchr, not index.
1995-01-29 Jim Meyering(extract_regexp): Use strrchr, not rindex.
1995-01-28 Jim Meyering(substr): Don't allocate a byte for trailing NUL in...
1995-01-28 Jim Meyering(pipe_lines, pipe_bytes): Use memcpy instead of bcopy.
1995-01-28 Jim Meyering(append_equiv_class): Use memcpy instead of bcopy.
1995-01-28 Jim Meyering(tac): Use memmove instead of bcopy.
1995-01-28 Jim Meyering(main): Use memset, not bzero.
1995-01-28 Jim Meyering(checkfp, mergefps): Use memcpy instead of bcopy.
1995-01-28 Jim Meyering(decode_format_string): Use memmove instead of bcopy.
1995-01-28 Jim Meyering(fold_file): Use memmove instead of bcopy.
1995-01-28 Jim Meyering(isopen, isclose, isperiod): Use strchr, not index.
1995-01-28 Jim Meyering(load_buffer): Use memcpy rather than bcopy.
1995-01-28 Jim Meyering(cat): Use memmove rather than bcopy.
1995-01-27 Jim MeyeringRename SAFE_STAT and SAFE_LSTAT to lower case names.
1995-01-25 Jim Meyering* fmt.c (copy_rest): Replace `||' with `&&'. Before...
1995-01-25 Jim MeyeringRename macros with FP_ prefix. Use FLOAT_ instead.
1995-01-17 Jim MeyeringDon't use `legal' when you mean `valid'.
1995-01-12 Jim MeyeringFix typo: seperator -> separator.
1995-01-08 Jim MeyeringRemove FIXMEs.
1994-12-31 Jim MeyeringAdd some FIXME comments.
1994-12-31 Jim MeyeringInclude "system.h".
1994-12-31 Jim MeyeringMinor indentation change.
1994-12-31 Jim MeyeringFrom Ulrich Drepper.
1994-12-31 Jim Meyering.
1994-12-31 Jim Meyering.
1994-12-31 Jim Meyering.
1994-12-31 Jim Meyering.
1994-12-31 Jim Meyering.
1994-12-31 Jim Meyeringstill checking
1994-12-31 Jim Meyeringchecking whether cvs lock works
1994-12-31 Jim MeyeringIndent.
1994-12-31 Jim MeyeringUse readtoken.
1994-12-27 Jim MeyeringInclude "error.h" rather than simply declaring `void...
1994-12-27 Jim Meyering * dd.c (skip): Use safe_read instead of read.
1994-12-27 Jim Meyering * sync.c (main): Make error message accurate.
1994-12-27 Jim Meyering[member]: Use strchr instead of index.
1994-12-27 Jim Meyering* test.c (term): Running `./test \( a -o b' got a seg...
1994-12-22 Jim Meyering(main): Update xstrtol calls to be consistent with...
1994-12-20 Jim Meyering* src/*.c: Include "error.h" instead of simply declaring
1994-12-20 Jim MeyeringBegin overhaul.
1994-12-20 Jim Meyering(test_stat, binary_operator): Use safe_stat instead...
1994-12-20 Jim Meyering(print_entry): Use safe_stat instead of SAFE_STAT.
1994-12-20 Jim Meyering(dir_ok): Use safe_stat instead of SAFE_STAT.
1994-12-20 Jim Meyering(numerous functions): Give char* filename arguments...
1994-12-20 Jim Meyering(main): Use safe_stat, not SAFE_STAT.
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-12-16 Jim Meyering(main): Use %lu, not %d for unsigned long.
1994-12-13 Jim Meyering(main): Move to end.
1994-12-13 Jim Meyering(docolon): Zero out re_buffer and re_regs before using...
1994-12-12 Jim Meyering.
1994-12-12 Jim Meyeringsort.c (main): Fix interpretation of field offsets...
1994-12-11 Jim Meyering* (<most functions>): Change the type of n_units/n_line...
1994-12-11 Jim Meyering(get_format_width, get_format_prec): Use ISDIGIT instead of
1994-12-11 Jim Meyering[ULONGMAX]: Define it.
1994-12-10 Jim MeyeringNo longer include <ctype.h>.
1994-12-10 Jim MeyeringNo longer include <ctype.h>.
1994-12-10 Jim MeyeringNo longer include <ctype.h>.
1994-12-10 Jim Meyering(copy, make_path_private): Use strr?chr instead of...
1994-12-10 Jim Meyering(parse_conversion, scan_args): Use strr?chr instead...
1994-12-10 Jim Meyering(remove_parents): Use strr?chr instead of r?index.
1994-12-10 Jim Meyering* [!HAVE_STRING_H]: Define strchr to index and strrchr to
1994-12-10 Jim MeyeringNo longer include <ctype.h>.
1994-12-04 Jim MeyeringUse strr?chr instead of r?index.
1994-12-03 Jim Meyering(du_files): Handle very low-probability fchdir failure...
next