Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Protoize. | Jim Meyering | |
1995-11-05 | (join): Protoize. Somehow, protoize missed this one. | Jim Meyering | |
1995-11-05 | . | Jim Meyering | |
1995-11-05 | Protect prototypes with __P. | Jim Meyering | |
1995-11-05 | Move prototypes after struct declarations. | Jim Meyering | |
Remove prototypes for xmalloc, xrealloc. (new_control_record): Cast arg 1 to realloc. | |||
1995-11-05 | Protoize. | 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 recurse | Jim 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-03 | New 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 | |
1995-11-03 | New version from glibc. | Jim Meyering | |
1995-11-02 | Add `const' attribute to some parameters. | Jim Meyering | |
1995-11-02 | . | Jim Meyering | |
1995-11-02 | . | Jim Meyering | |
1995-11-02 | Protoize. | Jim Meyering | |
1995-11-02 | Reorder functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-31 | (isdigits, convint): Remove these. | Jim Meyering | |
(main): Use xstrtol instead. | |||
1995-10-31 | . | Jim Meyering | |
1995-10-31 | Add `const' attribute to some parameters. | Jim Meyering | |
1995-10-31 | protoize. | Jim Meyering | |
1995-10-31 | Reorder functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-31 | (usage, next_line_num, main): Protoize. | Jim Meyering | |
1995-10-31 | Add `const' attribute to some parameters. | Jim Meyering | |
1995-10-31 | Add `const' attribute to some parameters. | Jim Meyering | |
1995-10-30 | Protoize. | Jim Meyering | |
1995-10-30 | Reorder functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-30 | (eaccess_stat): Make static. | Jim Meyering | |
1995-10-30 | (copy): Update one of the calls to eaccess_stat to use 3 arguments. Ugh! | Jim Meyering | |
1995-10-29 | . | Jim Meyering | |
1995-10-29 | . | Jim Meyering | |
1995-10-29 | (xwrite): Give output buffer parameter const attribute. | Jim Meyering | |
(output): Likewise for both parameters. (tac): Likewise for file name parameter. (tac_file): Likewise. | |||
1995-10-29 | protoize. | Jim Meyering | |
1995-10-29 | Reorder functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-29 | (bsd_sum_file): Give file name parameter const attribute. | Jim Meyering | |
(sysv_sum_file): Likewise. | |||
1995-10-29 | Protoize. | Jim Meyering | |
1995-10-29 | (main): Move function body to end of file. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-29 | (nl_file): Give parameter const attribute. | Jim Meyering | |
Protoize. | |||
1995-10-29 | Reorder functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-29 | (main): Move function body to end of file. | Jim Meyering | |
Remove forward dcls and protoize. | |||
1995-10-29 | Rename --file to --reference. | Jim Meyering | |
Leave --file as an alias, for now. It will be removed later. (usage): Update, but don't mention --file. | |||
1995-10-29 | . | Jim Meyering | |
1995-10-29 | . | Jim Meyering | |