Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-11-11 | (skip): Cast fseek's offset argument to `long'. | Jim Meyering | |
Erik Bennett <bennett@cvo.oneworld.com> reported that this is necessary on BSDI systems. And if offset doesn't fit in a long, then try using lseek instead. | |||
1995-11-11 | . | Jim Meyering | |
1995-11-11 | (xmalloc): Declare static. | Jim Meyering | |
(xrealloc): Likewise. | |||
1995-11-11 | . | Jim Meyering | |
1995-11-11 | (cleanup): Add signal number parameter. | Jim Meyering | |
Update callers. | |||
1995-11-11 | . | Jim Meyering | |
1995-11-11 | . | Jim Meyering | |
1995-11-11 | (main): Don't die when dev/ino of input and output are | Jim Meyering | |
the same and the file descriptors correspond to stdin and stdout. This is necessary on at least Digital UNIX (aka OSF1) 3.2C. Otherwise, running `cat << X > $$' would fail with `cat: -: input file is output file'. From Jarkko Hietaniemi <jhi@epsilon.hut.fi>. | |||
1995-11-11 | Add __P in dcl of format_address function. | Jim Meyering | |
1995-11-11 | (usage): Clarify meaning of --spaces. | Jim Meyering | |
1995-11-10 | Don't include error.h here. | Jim Meyering | |
1995-11-10 | . | Jim Meyering | |
1995-11-10 | Protect prototyped forward dcls with __P. | Jim Meyering | |
1995-11-10 | (parse_ls_color): Use strcpy to initialize 3-character array. | Jim Meyering | |
Automatic aggregate initialization isn't portable. | |||
1995-11-10 | Remove fwd dcls. | Jim Meyering | |
1995-11-10 | Don't protoize dcl of basename. | Jim Meyering | |
1995-11-10 | Don't protoize dcl of basename. | Jim Meyering | |
1995-11-10 | Don't protoize dcls of getpwnam and getgrnam. | Jim Meyering | |
1995-11-10 | Remove bogus __P junk on xstat dcl. | Jim Meyering | |
1995-11-10 | Don't protoize fwd dcl of dirname. | Jim Meyering | |
1995-11-10 | . | Jim Meyering | |
1995-11-10 | Protoize and add const attribute to parameters. | Jim Meyering | |
1995-11-10 | Include error.h. | Jim Meyering | |
1995-11-10 | Remove prototypes for stat, lstat. | Jim Meyering | |
1995-11-10 | [__P]: Define it. | Jim Meyering | |
1995-11-10 | . | Jim Meyering | |
1995-11-10 | . | Jim Meyering | |
1995-11-10 | (main): Move to the end. | Jim Meyering | |
Remove fwd dcls. | |||
1995-11-10 | (main): Move to the end. | Jim Meyering | |
Remove fwd dcls. | |||
1995-11-09 | Rearrange functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-11-09 | (main): Move to the end. | Jim Meyering | |
Remove fwd dcls. | |||
1995-11-09 | (main): Move to the end. | Jim Meyering | |
Remove fwd dcls. | |||
1995-11-09 | Protect prototypes with __P. | Jim Meyering | |
1995-11-09 | Protect prototypes with __P. | Jim Meyering | |
1995-11-09 | (main): Move to the end. | Jim Meyering | |
Remove most fwd dcls. | |||
1995-11-09 | (main): Move to the end. | Jim Meyering | |
Remove most fwd dcls. | |||
1995-11-09 | indent. | Jim Meyering | |
1995-11-09 | (main): Move to the end. | Jim Meyering | |
Remove most fwd dcls. | |||
1995-11-09 | Move main to the end. | Jim Meyering | |
Remove fwd dcls. | |||
1995-11-09 | (translate_charset): Make parameter `const'. | Jim Meyering | |
1995-11-09 | (struct pathstack): Move dcl to precede prototypes. | Jim Meyering | |
1995-11-09 | (enum filetype): Move dcl to precede prototypes. | Jim Meyering | |
(struct fileinfo): Likewise. Add const attribute to some parameters. | |||
1995-11-09 | Protoize. | Jim Meyering | |
1995-11-08 | . | Jim Meyering | |
1995-11-08 | . | Jim Meyering | |
1995-11-08 | (usage): Clarify descriptions of ignpar and ignbrk. | Jim Meyering | |
From Theodore Ts'o and Ulrich Windl. | |||
1995-11-08 | Remove trailing white space. | Jim Meyering | |
1995-11-08 | Clarify descriptions of ignpar and ignbrk. | Jim Meyering | |
From Theodore Ts'o and Ulrich Windl. | |||
1995-11-07 | New option: --verbose. | Jim Meyering | |
(main): Recognize it. (usage): Document it. From Marty Leisner <leisner@sdsp.mc.xerox.com>. | |||
1995-11-07 | . | Jim Meyering | |