I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(copy, make_path_private): Use strr?chr instead of r?index. More... over 29 years ago
(parse_conversion, scan_args): Use strr?chr instead of r?index. More... over 29 years ago
(remove_parents): Use strr?chr instead of r?index. More... over 29 years ago
* [!HAVE_STRING_H]: Define strchr to index and strrchr to rindex instead of the other way around. * Include <ctype.h> and define IS* macros. More... over 29 years ago
No longer include <ctype.h>. More... over 29 years ago
New chapter by Arnold Robbins via Karl. More... over 29 years ago
. More... over 29 years ago
Use strr?chr instead of r?index. More... over 29 years ago
Get putenv.c from /copies (derived from glibc). Hack it to work with SGI's __environ junk. More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
. More... over 29 years ago
(DISTFILES): Add getdate.texi. More... over 29 years ago
Mods from Karl to include getdate.texi. More... over 29 years ago
. More... over 29 years ago
(du_files): Handle very low-probability fchdir failure (when errno != 0 && errno != EINVAL). More... over 29 years ago
(du_files): Variable name changes. More... over 29 years ago
(du_files): Work around SunOS restriction that fchdir doesn't work when accounting is enabled -- modelled after djm's find.c mods. More... over 29 years ago
(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