I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(checkfp): Initialize keybeg and keylim fields. Before, this command perl -e 'print join ("\n", (1..513)), "\n";'|sort -cs -n failed on SunOS 4 systems. From Robert H. de Vries <[email protected]>. More... over 29 years ago
(xfclose): Report failed fflush. Otherwise, failed write to stdout could be missed because of subsequent clearerr. (main): Include filename in a couple error messages. Add missing %s in an error format string. More... over 29 years ago
name changes: number->n_lines|n_bytes More... over 29 years ago
Make some globals `static' and/or `const'. (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. More... over 29 years ago
indent More... over 29 years ago
(indent): Use TABs only when doing so replaces at least two spaces. More... over 29 years ago
`colorize' patch from Drepper. More... over 29 years ago
. More... over 29 years ago
(list_entries): Delete. Split in two actually... (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. More... over 29 years ago
. More... over 29 years ago
(output): Use STDOUT_FILENO instead of `1' in xwrite call. More... over 29 years ago
(dump_remainder): Flush standard output just before 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 <[email protected]>. More... over 29 years ago
Include <getopt.h> instead of "getopt.h". More... over 29 years ago
(tempname): Merge two very similar sprintf stmts into one. More... over 29 years ago
Use BUFSIZ instead of BUFSIZE. More... over 29 years ago
Rewriting to help it pass a reasonable suite of tests. More... over 29 years ago
Declare DELIM to be `int' rather than unsigned char. More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
(my_strtol): New function. (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 <[email protected]> suggested that mknod accept hex device numbers for compatibility with HPUX's mknod program. More... over 29 years ago
(SOURCES): Add strtol.c. More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
Initial revision More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
Add test names. More... over 29 years ago
Add -w and clean up. More... over 29 years ago