summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-13put 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-13add another testJim 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-13Use @code, not (nonexistent) @function.Jim Meyering
2003-07-13*** empty log message ***Jim Meyering
2003-07-13Include <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 chownJim 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-12Remove uses of OPTIONAL_BIN_ZCRIPTS and last traces of the nohup script.Jim Meyering
2003-07-12Restore 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-12Remove 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 eachJim 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-12tweak spacingJim Meyering
2003-07-12Don'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
2003-07-12(find_mount_point): Don't let free clobber errno upon failed chdirJim Meyering
2003-07-12*** empty log message ***Jim Meyering
2003-07-12 * src/sys2.h: Remove alloca-related block.Jim Meyering
* src/system.h: Include <alloca.h> here, instead.
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering
adequate, since join.c uses alloca, yet lacked an in-file #pragma. Remove `#pragma alloca'.
2003-07-12*** empty log message ***Jim Meyering
2003-07-12*** empty log message ***Jim Meyering
2003-07-12*** empty log message ***Jim Meyering
2003-07-12Update from gnulib.Jim Meyering
2003-07-12*** empty log message ***Jim Meyering
2003-07-12(change_file_owner): Do not restore any specialJim Meyering
permission bits (e.g., set-user-ID, set-group-ID) that are reset by chown(2) on some systems. Suggestion and insistence :-) from Michael Stone.
2003-07-12*** empty log message ***Jim Meyering