Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-18 | Add tests when exit status is 2. | Jim Meyering | |
2003-07-18 | Invalid value exits with status 3, not 2. | Jim Meyering | |
2003-07-18 | Include "exitfail.h". | Jim Meyering | |
(main): Set exit_failure, not xalloc_exit_failure and xmemcoll_exit_failure. | |||
2003-07-18 | Include "exitfail.h", "quotearg.h". | Jim Meyering | |
(EXPR_INVALID, EXPR_ERROR): New constants. (nomoreargs, null, toarith, nextarg): Return bool, not int. (syntax_error): New function, exiting with status 2. Use it insteading of printing "syntax error" ourselves. (main): Initialize exit_failure to EXPR_ERROR. Exit with EXPR_INVALID on syntax error (too few arguments). (nextarg): Use strcmp, not strcoll; strcoll might return an undesirable 0, or might fail. (docolon, eval4, eval3): Exit with status 3 on invalid argument type or other such error. (eval2): Report an error if strcoll fails in a string comparison. | |||
2003-07-18 | (NOHUP_FOUND_BUT_CANNOT_INVOKE, NOHUP_FAILURE): | Jim Meyering | |
Use an anonymous `enum', rather than #define. | |||
2003-07-18 | *** empty log message *** | Jim Meyering | |
2003-07-18 | Merge with gnulib. Use a single exit_failure variable rather | Jim Meyering | |
than a separate one for each module. | |||
2003-07-18 | Merge with gnulib. Use a single exit_failure variable rather | Jim Meyering | |
than a separate one for each module. | |||
2003-07-18 | Merge with gnulib. Use a single exit_failure variable rather | Jim Meyering | |
than a separate one for each module. | |||
2003-07-18 | Merge with gnulib. Use a single exit_failure variable rather | Jim Meyering | |
than a separate one for each module. | |||
2003-07-18 | *** empty log message *** | Jim Meyering | |
2003-07-18 | *** empty log message *** | Jim Meyering | |
2003-07-18 | . | Jim Meyering | |
2003-07-17 | . | Jim Meyering | |
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | Use 5.0.90, rather than 5.0.2, per GNU maintainer | Jim Meyering | |
guidelines. The next non-beta release will be 5.1. | |||
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | This script would have caught at least two recent bugs: those in [ and kill. | Jim Meyering | |
Revive this script. It wasn't doing anything useful, since $all_programs wasn't being defined by the invoking Makefile.am. Reflect that nohup is no longer a script, so don't exclude it. Add framework to handle the programs added since it was last run: kill, stat, unlink, [, link, readlink. Fix path-related problems deriving from the move of this script from src/ to its present location. | |||
2003-07-16 | (all_programs): Define. | Jim Meyering | |
(TESTS_ENVIRONMENT): Use it. | |||
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | (main): Fix bug introduced on 2003-05-10 (for 5.0.1) | Jim Meyering | |
whereby kill would always attempt to operate on argv[0] and fail. | |||
2003-07-16 | . | Jim Meyering | |
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | (integer_expected_error): Improve diagnostic -- now, | Jim Meyering | |
it also matches the one from bash's builtin test. (binary_operator): Add \n at end of diagnostic. | |||
2003-07-16 | Remove setuidgid-related code. Moved to ../priv-check. | Jim Meyering | |
2003-07-16 | Move setuidgid-related and | Jim Meyering | |
NON_ROOT_USERNAME-checking code to this file. | |||
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | Update section on testing as `root'. | Jim Meyering | |
Suggestion from Paul Jarc. | |||
2003-07-16 | (AUTHORS): Replace 3-letter usernames with the actual | Jim Meyering | |
names of authors that I just found in bash's builtins/test.def. | |||
2003-07-16 | *** empty log message *** | Jim Meyering | |
2003-07-16 | Running `[' with no arguments would evoke a segfault. | Jim Meyering | |
(main) [LBRACKET]: Move initialization of argv to precede potential use via test_syntax_error. | |||
2003-07-16 | (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. | Jim Meyering | |
2003-07-16 | (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. | Jim Meyering | |
2003-07-16 | bump to 5.0.2 | Jim Meyering | |
2003-07-15 | *** empty log message *** | Jim Meyering | |
2003-07-15 | . | Jim Meyering | |
2003-07-15 | *** empty log message *** | Jim Meyering | |
2003-07-15 | (print_changelog_deltas): Change the .sig suffix to .asc here, too. | Jim Meyering | |
2003-07-15 | . | Jim Meyering | |
2003-07-15 | *** empty log message *** | Jim Meyering | |
2003-07-15 | (uname invocation): Explain the POSIX terminology behind uname -m and uname -s. | Jim Meyering | |
2003-07-15 | . | Jim Meyering | |
2003-07-15 | *** empty log message *** | Jim Meyering | |
2003-07-15 | (%.asc): Remove target first, so gpg doesn't prompt us about it. | Jim Meyering | |
2003-07-15 | . | Jim Meyering | |
2003-07-15 | Remove stray `:' in first regexp. | Jim Meyering | |
Fix *both* tests. | |||
2003-07-15 | *** empty log message *** | Jim Meyering | |
2003-07-15 | (print_changelog_deltas): Relax test for matching version-number line in NEWS. | Jim Meyering | |