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