Age | Commit message (Collapse) | Author | |
---|---|---|---|
1994-12-10 | No longer include <ctype.h>. | Jim Meyering | |
[isascii, ISDIGIT]: Remove definitions. | |||
1994-12-10 | No longer include <ctype.h>. | Jim Meyering | |
Remove IS* macros. | |||
1994-12-10 | No longer include <ctype.h>. | Jim Meyering | |
1994-12-10 | (copy, make_path_private): Use strr?chr instead of r?index. | Jim Meyering | |
1994-12-10 | (parse_conversion, scan_args): Use strr?chr instead of r?index. | Jim Meyering | |
1994-12-10 | (remove_parents): Use strr?chr instead of r?index. | Jim Meyering | |
1994-12-10 | * [!HAVE_STRING_H]: Define strchr to index and strrchr to | Jim Meyering | |
rindex instead of the other way around. * Include <ctype.h> and define IS* macros. | |||
1994-12-10 | No longer include <ctype.h>. | Jim Meyering | |
1994-12-04 | Use strr?chr instead of r?index. | Jim Meyering | |
1994-12-03 | (du_files): Handle very low-probability fchdir failure (when errno != 0 | Jim Meyering | |
&& errno != EINVAL). | |||
1994-12-03 | (du_files): Variable name changes. | Jim Meyering | |
1994-12-03 | (du_files): Work around SunOS restriction that fchdir doesn't work when | Jim Meyering | |
accounting is enabled -- modelled after djm's find.c mods. | |||
1994-12-02 | (checkfp): Initialize keybeg and keylim fields. | Jim Meyering | |
Before, this command perl -e 'print join ("\n", (1..513)), "\n";'|sort -cs -n failed on SunOS 4 systems. From Robert H. de Vries <robert@and.nl>. | |||
1994-12-02 | (xfclose): Report failed fflush. Otherwise, failed write to stdout | Jim Meyering | |
could be missed because of subsequent clearerr. (main): Include filename in a couple error messages. Add missing %s in an error format string. | |||
1994-11-30 | name changes: number->n_lines|n_bytes | Jim Meyering | |
1994-11-28 | Make some globals `static' and/or `const'. | Jim Meyering | |
(LEN_STR_PAIR): New macro. (decode_switches): Only ignore invalid TABSET value instead of dying. (parse_ls_color): Use error, not fprintf. (print_type_indicator): Remove dcls of two unused variables. | |||
1994-11-28 | indent | Jim Meyering | |
1994-11-28 | (indent): Use TABs only when doing so replaces at least two spaces. | Jim Meyering | |
1994-11-28 | `colorize' patch from Drepper. | Jim Meyering | |
1994-11-18 | (list_entries): Delete. Split in two actually... | Jim Meyering | |
(list_entries_users, list_entries_who, userid_compare): New functions. (list_entries_users): Sort the user names. Reported by Michael I Bushnell. Topologically sort the functions and remove fwd declarations. | |||
1994-11-17 | (output): Use STDOUT_FILENO instead of `1' in xwrite call. | Jim Meyering | |
1994-11-17 | (dump_remainder): Flush standard output just before | Jim Meyering | |
sleeping so that `tail -f' will output partial lines sooner. This applies only when following the end of a single file. From Leonard N. Zubkoff <lnz@dandelion.com>. (file_lines, pipe_lines, pipe_bytes, start_bytes, start_lines, dump_remainder): Use STDOUT_FILENO instead of `1' in XWRITE calls. | |||
1994-11-16 | Include <getopt.h> instead of "getopt.h". | Jim Meyering | |
1994-11-16 | (tempname): Merge two very similar sprintf stmts into one. | Jim Meyering | |
1994-11-16 | Use BUFSIZ instead of BUFSIZE. | Jim Meyering | |
1994-11-16 | Rewriting to help it pass a reasonable suite of tests. | Jim Meyering | |
1994-11-16 | Declare DELIM to be `int' rather than unsigned char. | Jim Meyering | |
1994-11-16 | . | Jim Meyering | |
1994-11-16 | . | Jim Meyering | |
1994-11-11 | (my_strtol): New function. | Jim Meyering | |
(main): Use it instead of atoi to convert argument strings to major and minor device numbers. Now, mknod diagnoses invalid device numbers and accepts octal and hexadecimal as well as decimal string arguments. Ralf Lammers <rlammers@physik.uni-osnabrueck.de> suggested that mknod accept hex device numbers for compatibility with HPUX's mknod program. | |||
1994-11-04 | Include <limits.h> before system.h because limits.h on | Jim Meyering | |
some systems undefines PATH_MAX, whereas system.h includes pathmax.h which sets PATH_MAX. From Kaveh Ghazi. | |||
1994-11-04 | (make_path_private): Rename function from make_path to avoid confusion. | Jim Meyering | |
(do_copy): Update caller. | |||
1994-11-04 | Update calls to make_path. | Jim Meyering | |
1994-11-03 | merge with 1.9.1j2 | Jim Meyering | |
1994-11-03 | merge with 1.10x1 | Jim Meyering | |
1994-11-02 | . | Jim Meyering | |
1994-11-02 | (cat): Conditionalize test for errno == ENOSYS. It's not | Jim Meyering | |
defined on some Next and Alliant systems. From Kaveh Ghazi. | |||
1994-11-02 | (cut_bytes): Print at least a newline for every line of input. | Jim Meyering | |
(cut_fields): Print a newline even for lines whose only selected field is empty. But print nothing when using -s without -f1. And print nothing for empty input. Reported by Richard_Sharman@software.mitel.com. | |||
1994-11-01 | (XWRITE): Guard against calling xwrite with n_bytes == 0. | Jim Meyering | |
1994-11-01 | (XWRITE): Allow n_bytes to be zero in assertion. Otherwise `tail /dev/null' | Jim Meyering | |
gets failed assertion. | |||
1994-10-31 | . | Jim Meyering | |
1994-10-31 | . | Jim Meyering | |
1994-10-29 | . | Jim Meyering | |
1994-10-28 | . | Jim Meyering | |
1994-10-28 | . | Jim Meyering | |
1994-10-27 | merge with 3.9t | Jim Meyering | |
1994-10-27 | . | Jim Meyering | |
1994-10-27 | merge with 3.9q | Jim Meyering | |
1994-10-27 | . | Jim Meyering | |
1994-10-21 | merge with 1.10t | Jim Meyering | |