Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-14 | *** empty log message *** | Jim Meyering | |
2003-07-14 | Add copyright. | Jim Meyering | |
2003-07-14 | *** empty log message *** | Jim Meyering | |
2003-07-14 | *** empty log message *** | Jim Meyering | |
2003-07-14 | Correct comment on first line. | Jim Meyering | |
2003-07-14 | *** empty log message *** | Jim Meyering | |
2003-07-14 | . | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | (%.asc): Renamed from %.sig. | Jim Meyering | |
Generate and use ascii-armored signatures. | |||
2003-07-13 | . | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | put makepath.c back. | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | (nohup invocation): Tell what happens when stdout is not a terminal. | Jim Meyering | |
Based on a suggestion from Steven Mocking. | |||
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | add another test | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | (NOHUP_FAILURE, NOHUP_FOUND_BUT_CANNOT_INVOKE): Define. | Jim Meyering | |
(main): Use them. | |||
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | (syntax-check): Move each individual check into its own target. | Jim Meyering | |
(syntax-check-rules): This is the list of syntax-check targets. (sc_unmarked_diagnostics, sc_cast_of_argument_to_free): (sc_cast_of_x_alloc_return_value, sc_space_tab): (sc_error_exit_success, sc_xalloc_h_in_src): New targets. | |||
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | Use @code, not (nonexistent) @function. | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | Include <stdlib.h> for declaration of free. | Jim Meyering | |
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | (xgethostname): Return NULL, rather than exiting, | Jim Meyering | |
upon any non-malloc/realloc error. | |||
2003-07-13 | *** empty log message *** | Jim Meyering | |
2003-07-13 | (chown invocation): Warn that chown | Jim Meyering | |
now clears set-user-ID and set-group-ID bits on some systems. | |||
2003-07-12 | . | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | Remove uses of OPTIONAL_BIN_ZCRIPTS and last traces of the nohup script. | Jim Meyering | |
2003-07-12 | Restore AC_SUBST(OPTIONAL_BIN_PROGS). *It* is used. | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS): Remove unused variables. | Jim Meyering | |
2003-07-12 | (bin_SCRIPTS): Remove use of just-removed $(OPTIONAL_BIN_ZCRIPTS). | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | (BUILT_SOURCES): Use `BUILT_SOURCES += $(STDBOOL_H)' | Jim Meyering | |
rather than `all-local: $(STDBOOL_H)'. The latter didn't force creation of stdbool.h before most other targets. Likewise for $(ALLOCA_H). | |||
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | (localedir.h): Put the `2>&1' after the redirect target, not before the `>'. | Jim Meyering | |
2003-07-12 | . | Jim Meyering | |
2003-07-12 | Remove lib/makepath.c. | Jim Meyering | |
2003-07-12 | . | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | (remove_dir): Give a diagnostic upon failed save_cwd, | Jim Meyering | |
now that that function no longer calls `error'. | |||
2003-07-12 | (find_mount_point): Emit a diagnostic for each | Jim Meyering | |
failed syscall, rather than relying on caller to do that. The caller couldn't do a good job, anyhow -- too many different ways to fail (each with a different referent). Give a diagnostic upon failed save_cwd, now that that function no longer calls `error'. (show_point): Don't diagnose find_mount_point's errors, now that it handles them itself. | |||
2003-07-12 | tweak spacing | Jim Meyering | |
2003-07-12 | Don't emit diagnostics. Let callers do that. | Jim Meyering | |
Don't include "error.h". (save_cwd): Don't call error. Ensure that errno is valid when returning nonzero. | |||
2003-07-12 | *** empty log message *** | Jim Meyering | |