summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-11-10.Jim Meyering
1995-11-10Protoize and add const attribute to parameters.Jim Meyering
1995-11-10Include error.h.Jim Meyering
1995-11-10Remove 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-09Rearrange 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-09Protect prototypes with __P.Jim Meyering
1995-11-09Protect 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-09indent.Jim Meyering
1995-11-09(main): Move to the end.Jim Meyering
Remove most fwd dcls.
1995-11-09Move 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-09Protoize.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-08Remove trailing white space.Jim Meyering
1995-11-08Clarify descriptions of ignpar and ignbrk.Jim Meyering
From Theodore Ts'o and Ulrich Windl.
1995-11-07New option: --verbose.Jim Meyering
(main): Recognize it. (usage): Document it. From Marty Leisner <leisner@sdsp.mc.xerox.com>.
1995-11-07.Jim Meyering
1995-11-06From FSF.Jim Meyering
1995-11-06.Jim Meyering
1995-11-06(usage): Remove last sentence. It is redundant.Jim Meyering
1995-11-06[__P]: Define. Use it in prototyped forward decls.Jim Meyering
1995-11-06(store_columns): Remove spurious 2nd argument in call to read_line.Jim Meyering
1995-11-06Protoize.Jim Meyering
1995-11-05(join): Protoize. Somehow, protoize missed this one.Jim Meyering
1995-11-05.Jim Meyering
1995-11-05Protect prototypes with __P.Jim Meyering
1995-11-05Move prototypes after struct declarations.Jim Meyering
Remove prototypes for xmalloc, xrealloc. (new_control_record): Cast arg 1 to realloc.
1995-11-05Protoize.Jim Meyering
1995-11-05[__P]: Test PROTOTYPES, not __STDC__.Jim Meyering
Protoize.
1995-11-05(close_output_file): Set output_stream to NULL so we don't recurseJim Meyering
endlessly between this function and cleanup.
1995-11-05(unquote): Add casts to avoid signed char* from/to char* warnings.Jim Meyering
1995-11-03.Jim Meyering
1995-11-03.Jim Meyering
1995-11-03New version from glibc.Jim Meyering
1995-11-03(remove_file, remove_dir): Use euidaccess instead of euidaccess_stat.Likewise.Jim Meyering
1995-11-03(do_move): Use euidaccess instead of euidaccess_stat.Likewise.Jim Meyering
1995-11-03(copy): Use euidaccess instead of euidaccess_stat.Jim Meyering