| Age | Commit message (Expand) | Author |
| 2003-09-22 | Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...' | dsl |
| 2003-09-22 | Bump date for previous; comma cleanup. | wiz |
| 2003-09-22 | After last weeks addition of the '-b' flag, add '-B' and '-w' flags, | jschauma |
| 2003-09-19 | realloc pedant | itojun |
| 2003-09-19 | make signal range check consistent. | itojun |
| 2003-09-18 | wait for compression program to finish before exiting. | grant |
| 2003-09-17 | Drop equal signs from rule definitions; they cause problems with "bison -y". | jmmv |
| 2003-09-17 | PR/22640: Paul Jarc: sh mishandles positional parameters in case. Fixed | christos |
| 2003-09-14 | Bump date for previous. | wiz |
| 2003-09-14 | Following private discussion with kleink@ and hubertf@ and public discussion | jschauma |
| 2003-09-14 | Implement '-b' option, which, following FreeBSD, Linux and (I think) Solaris | jschauma |
| 2003-09-14 | Add 'trace' to CLEANFILES, generated when debug is enabled. | jmmv |
| 2003-09-14 | Fix crash when DEBUG=2, by opening the log file ASAP. Reviewed by simonb@. | jmmv |
| 2003-09-11 | Comment out unneeded code now that the kernel has been fixed to ignore | christos |
| 2003-09-11 | Add ':' to the list of characters to be escaped. Fixes completion problems | jmmv |
| 2003-09-08 | Reinstate paragraph about -E, sort option descriptions, and bump date for -E ... | wiz |
| 2003-09-08 | Some more fixes: sort sections, escape some stuff for HTML output. | wiz |
| 2003-09-08 | Improved version of OpenBSD's mdoc'ed version of ed(1) (v1.42). | wiz |
| 2003-09-07 | Punctuation improvement from jmc@openbsd. | wiz |
| 2003-09-06 | Some small tweaks from jmc@openbsd: | wiz |
| 2003-09-05 | plug memory leak. PR bin/22694 | itojun |
| 2003-09-02 | Sort options (AaBb...). | wiz |
| 2003-08-28 | In emacs mode, when expanding file names containing characters that should | wiz |
| 2003-08-28 | From FreeBSD bug report 54294, via Jonathan Gray and then jmc@openbsd: | wiz |
| 2003-08-27 | Include "config.h" if building as a host program. | uwe |
| 2003-08-27 | Add missing "." | junyoung |
| 2003-08-26 | Include strings.h, needed for index's prototype. | jmmv |
| 2003-08-26 | Use '\0' instead of NULL in two checks (we are not checking for a pointer | jmmv |
| 2003-08-26 | s/FD_SETFD/F_SETFD/ | jmmv |
| 2003-08-26 | Push (into yank buffer) words only if force_push is TRUE; | wiz |
| 2003-08-26 | From OpenBSD: | wiz |
| 2003-08-26 | Allow single letters to be yanked, not only words of two or more letters. | wiz |
| 2003-08-26 | Add 'return' statement (and whitespace) to sync with OpenBSD version | wiz |
| 2003-08-26 | From OpenBSD: | wiz |
| 2003-08-26 | From OpenBSD: | wiz |
| 2003-08-25 | Move an assignment that was using a variable out of scope to fix a build | jmmv |
| 2003-08-25 | This is a host tool, so for the time being change SIZE_T_MAX to the | kleink |
| 2003-08-25 | From OpenBSD: | wiz |
| 2003-08-25 | fix a race condition between path resolution in userland | cb |
| 2003-08-22 | remove \r (agc, are you using MS-DOS?) | itojun |
| 2003-08-22 | Move 4 more files from UCB 4 clause to 3 clause licence. | agc |
| 2003-08-21 | remove clause 3 | christos |
| 2003-08-21 | Fix two more memory leaks found by Hubert Feyrer. | jschauma |
| 2003-08-20 | Fix memory leak noted by Hubert Feyrer in private email. | jschauma |
| 2003-08-20 | Minor KNF nit from rev. 1.13. | kleink |
| 2003-08-20 | typo | itojun |
| 2003-08-13 | use bounded string op | itojun |
| 2003-08-13 | use bounded string op | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-05 | Include stdlib.h so EXIT_FAILURE is defined. | erh |