Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-07-12 | (find_mount_point): Don't let free clobber errno upon failed chdir | Jim 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-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim 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-12 | Update from gnulib. | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | (change_file_owner): Do not restore any special | Jim 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 | |
2003-07-12 | (make_path): Enclose diagnostic in _(...). | Jim Meyering | |
2003-07-12 | *** empty log message *** | Jim Meyering | |
2003-07-12 | Also check `test -t 1'. | Jim Meyering | |
This is necessary on linux-2.4.21, otherwise, the test stty/basic-1 would hang when run in the background. | |||
2003-07-11 | . | Jim Meyering | |