Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-01 | (main): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-04-01 | (install_file_in_dir): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-04-01 | (main): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-04-01 | (main): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-04-01 | Remove prototypes and tsort function definitions. | Jim Meyering | |
1999-04-01 | (main): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-04-01 | (main): Move the declaration of `e' into the scope | Jim Meyering | |
where it's used and make it `const'. | |||
1999-04-01 | (main): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-04-01 | (touch): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-03-31 | . | Jim Meyering | |
1999-03-31 | *** empty log message *** | Jim Meyering | |
1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included ↵ | Jim Meyering | |
via sys2.h. | |||
1999-03-31 | *** empty log message *** | Jim Meyering | |
1999-03-31 | No longer include long-options.h. | Jim Meyering | |
[long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version. | |||
1999-03-31 | Include "closeout.h" and "version-etc.h" | Jim Meyering | |
1999-03-31 | (AUTHORS): Actually define and use. | Jim Meyering | |
1999-03-31 | (PROGRAM_NAME, AUTHORS): Define and use. | Jim Meyering | |
1999-03-31 | (PROGRAM_NAME, AUTHORS): Define and use. | Jim Meyering | |
1999-03-30 | import latest | Jim Meyering | |
1999-03-30 | . | Jim Meyering | |
1999-03-30 | . | Jim Meyering | |
1999-03-30 | (make_node_op_equals): New function. | Jim Meyering | |
(mode_append_entry): Likewise. (mode_compile): When none of [ugoa] is specified in an `=OP' change mode request, insert a `=0' entry into the linked list so that all bits are cleared first. Use the new functions. | |||
1999-03-30 | *** empty log message *** | Jim Meyering | |
1999-03-30 | (rmdir): Use pid_t instead of int; check status | Jim Meyering | |
against zero. This is to improve portability. | |||
1999-03-30 | (rename): Use pid_t instead of int; check status | Jim Meyering | |
against zero. This is to improve portability. | |||
1999-03-30 | (mkdir): Use pid_t instead of int; check status | Jim Meyering | |
against zero. This is to improve portability. | |||
1999-03-30 | (strip): Use standard "cannot fork" message. | Jim Meyering | |
Check for strip nonzero exit status. | |||
1999-03-30 | *** empty log message *** | Jim Meyering | |
1999-03-30 | *** empty log message *** | Jim Meyering | |
1999-03-30 | *** empty log message *** | Jim Meyering | |
1999-03-30 | (jm_CHECK_ALL_TYPES): New macro. | Jim Meyering | |
1999-03-29 | *** empty log message *** | Jim Meyering | |
1999-03-29 | Define GNU_PACKAGE here. | Jim Meyering | |
Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is replaced e.g., in the *.sh files of the sh-utils. | |||
1999-03-29 | PROGRAM_NAME: rename from COMMAND_NAME | Jim Meyering | |
1999-03-28 | *** empty log message *** | Jim Meyering | |
1999-03-28 | (get_date): Reuse tm_isdst of first localtime | Jim Meyering | |
call; this is an improvement on a bug fix suggested by martin@dresden.nacamar.de. Do not assume that localtime and gmtime return non-null. From Paul Eggert. | |||
1999-03-28 | *** empty log message *** | Jim Meyering | |
1999-03-28 | *** empty log message *** | Jim Meyering | |
1999-03-28 | *** empty log message *** | Jim Meyering | |
1999-03-28 | . | Jim Meyering | |
1999-03-28 | *** empty log message *** | Jim Meyering | |
1999-03-28 | (mode_compile): Upon allocation failure, free | Jim Meyering | |
everything starting with the head, not the tail. | |||
1999-03-27 | . | Jim Meyering | |
1999-03-27 | *** empty log message *** | Jim Meyering | |
1999-03-27 | *** empty log message *** | Jim Meyering | |
1999-03-27 | (strip): Use pid_t, not int. | Jim Meyering | |
1999-03-27 | (print_user): Use uid_t instead of int. | Jim Meyering | |
(print_group): Use gid_t instead of int. | |||
1999-03-26 | . | Jim Meyering | |
1999-03-26 | *** empty log message *** | Jim Meyering | |
1999-03-26 | No longer include long-options.h. | Jim Meyering | |
Include version-etc.h instead. (PROGRAM_NAME, AUTHORS): Define. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version. |