1995-02-27 |
Jim Meyering | (userid_compare): K&R'ify function definition. |
commit | commitdiff | tree | snapshot |
1995-02-27 |
Jim Meyering | (correct_password): Use memset instead of bzero. |
commit | commitdiff | tree | snapshot |
1995-02-27 |
Jim Meyering | (main, set_window_size): Use memset instead of bzero. |
commit | commitdiff | tree | snapshot |
1995-02-27 |
Jim Meyering | Remove \n's from error format strings. |
commit | commitdiff | tree | snapshot |
1995-02-27 |
Jim Meyering | (docolon): Use memset instead of bzero. |
commit | commitdiff | tree | snapshot |
1995-02-27 |
Jim Meyering | (batch_convert): Remove any trailing newline from offending |
commit | commitdiff | tree | snapshot |
1995-02-27 |
Jim Meyering | (wc): Put back test for S_ISREG. On some systems lseek... |
commit | commitdiff | tree | snapshot |
1995-02-26 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-02-26 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-02-24 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-02-23 |
Jim Meyering | (restore_cwd): Test whether fchdir return value is... |
commit | commitdiff | tree | snapshot |
1995-02-23 |
Jim Meyering | (save_cwd) [!HAVE_FCHDIR]: Avoid a core dump via abort... |
commit | commitdiff | tree | snapshot |
1995-02-21 |
Jim Meyering | (count_entry): Fix bug in polarity of safe-stat status... |
commit | commitdiff | tree | snapshot |
1995-02-21 |
Jim Meyering | (save_cwd, restore_cwd): New functions. |
commit | commitdiff | tree | snapshot |
1995-02-16 |
Jim Meyering | update from FSF |
commit | commitdiff | tree | snapshot |
1995-02-16 |
Jim Meyering | (wc): Fix off-by-one error when counting lines. |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | (SOURCES): Add memcmp.c, memcpy.c, and memset.c. |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | (copy): Use memset, not bzero. |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | Remove index/rindex and bcmp/bcopy/bzero references. |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-02-11 |
Jim Meyering | Fix example in comment. |
commit | commitdiff | tree | snapshot |
1995-02-10 |
Jim Meyering | (wc): Eliminate fstat call -- using lseek is sufficient. |
commit | commitdiff | tree | snapshot |
1995-02-10 |
Jim Meyering | (wc): Handle separately the cases in which words need |
commit | commitdiff | tree | snapshot |
1995-02-09 |
Jim Meyering | (wc): Add a separate loop for counting only lines or... |
commit | commitdiff | tree | snapshot |
1995-02-09 |
Jim Meyering | (wc): Don't overcount the number of bytes when reading... |
commit | commitdiff | tree | snapshot |
1995-01-29 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-29 |
Jim Meyering | (parse_old_offset): Use strchr, not index. |
commit | commitdiff | tree | snapshot |
1995-01-29 |
Jim Meyering | (extract_regexp): Use strrchr, not rindex. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (substr): Don't allocate a byte for trailing NUL in... |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (pipe_lines, pipe_bytes): Use memcpy instead of bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (append_equiv_class): Use memcpy instead of bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (tac): Use memmove instead of bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (main): Use memset, not bzero. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (checkfp, mergefps): Use memcpy instead of bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (decode_format_string): Use memmove instead of bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (fold_file): Use memmove instead of bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (isopen, isclose, isperiod): Use strchr, not index. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (load_buffer): Use memcpy rather than bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-28 |
Jim Meyering | (cat): Use memmove rather than bcopy. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | (get_fs_usage, statfs): Use safe_read, and safe_stat... |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Declare errno if it's not defined. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Declare errno if it's not defined. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | (DEFS): Remove -Dlint. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Rename SAFE_STAT to safe_stat. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Rename SAFE_STAT to safe_stat. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Rename SAFE_STAT to safe_stat. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Rename SAFE_STAT and SAFE_LSTAT to lower case names. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | (basename): Use strrchr, not rindex. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | Remove/rewrite some comments. |
commit | commitdiff | tree | snapshot |
1995-01-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-25 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-01-25 |
Jim Meyering | * fmt.c (copy_rest): Replace `||' with `&&'. Before... |
commit | commitdiff | tree | snapshot |
1995-01-25 |
Jim Meyering | Rename macros with FP_ prefix. Use FLOAT_ instead. |
commit | commitdiff | tree | snapshot |
1995-01-17 |
Jim Meyering | Don't use `legal' when you mean `valid'. |
commit | commitdiff | tree | snapshot |
1995-01-12 |
Jim Meyering | Fix typo: seperator -> separator. |
commit | commitdiff | tree | snapshot |
1995-01-08 |
Jim Meyering | Remove FIXMEs. |
commit | commitdiff | tree | snapshot |
1995-01-08 |
Jim Meyering | See log in textutils/lib/. |
commit | commitdiff | tree | snapshot |
1995-01-08 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | Add some FIXME comments. |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | Include "system.h". |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | Minor indentation change. |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | From Ulrich Drepper. |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | still checking |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | checking whether cvs lock works |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | (print_factors): Increase size of FACTOR array to 128. |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | Indent. |
commit | commitdiff | tree | snapshot |
1994-12-31 |
Jim Meyering | Use readtoken. |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | Include "error.h" rather than simply declaring `void... |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | * dd.c (skip): Use safe_read instead of read. |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | * sync.c (main): Make error message accurate. |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | Write file name instead of filename. |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | [member]: Use strchr instead of index. |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-27 |
Jim Meyering | * test.c (term): Running `./test \( a -o b' got a seg... |
commit | commitdiff | tree | snapshot |
1994-12-22 |
Jim Meyering | Rearrange to accept a user-specified set of suffix... |
commit | commitdiff | tree | snapshot |
1994-12-22 |
Jim Meyering | (main): Update xstrtol calls to be consistent with... |
commit | commitdiff | tree | snapshot |
1994-12-20 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-20 |
Jim Meyering | * src/*.c: Include "error.h" instead of simply declaring |
commit | commitdiff | tree | snapshot |
1994-12-20 |
Jim Meyering | Begin overhaul. |
commit | commitdiff | tree | snapshot |
1994-12-20 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1994-12-20 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
next |