Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-28 | Various fixes; mpech@prosoft.org.lv | Aaron Campbell | |
2001-04-12 | Insert some missing commas. | Aaron Campbell | |
2001-03-26 | spelling | Todd T. Fries | |
2001-02-20 | Typo (introduced by me in mdoc conversion of Rev 1.15); d@ | Aaron Campbell | |
2001-02-19 | forgot to remove debugging #if 0 | Camiel Dobbelaar | |
messed up completion on e.g. / and ./ | |||
2001-02-19 | bash-like 'double-tab' completion | Camiel Dobbelaar | |
- bind TAB (^I) to complete-list by default - complete-list now lists 'ls style' not 'menu style' - complete-list first completes; if that does not work, it lists - fix a memleak in emacs.c, do_complete - completion now works after '=' (dd), and ':' (ssh) and ` (backtick) - a command can now start with a subdir from the current dir | |||
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-16 | typo; bk@rt.fm | Aaron Campbell | |
2000-12-19 | do not reset nonblock if shell is not interactive, from crossd@cs.rpi.edu | Markus Friedl | |
(i should have commited this about 6 months ago, ok millert@). | |||
2000-11-21 | Bug fixes from pdksh-5.2.14-patches.1: | Todd C. Miller | |
o set -x dumps core (shf.c); o "typeset -r foo=bar" fails saying foo is readonly (var.c). | |||
2000-11-21 | Add missing break that broke 'kill -s SIGNAME', PR #1495 | Todd C. Miller | |
Fix from Hiroyuki.HORINOKUCHI@nrj.ericsson.se | |||
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell | |
generating temporary file names, and point people to mktemp(1) instead. | |||
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski | |
with -1. | |||
2000-08-20 | Use mkstemp(), ryker@ryker.org | Todd C. Miller | |
2000-07-06 | fix another, similar typo | Aaron Campbell | |
2000-07-06 | typo | Aaron Campbell | |
2000-06-28 | use strtol() in getn(); millert@ and me | Michael Shalayeff | |
2000-03-21 | Sometimes it is confusing when a sentence begins with lowercase; d@ | Aaron Campbell | |
2000-03-17 | Try to synchronize the ksh(1) and sh(1) man pages somewhat. | Aaron Campbell | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-03-14 | Better mdoc formatting. | Aaron Campbell | |
2000-03-01 | rm $Log$ | Todd T. Fries | |
2000-01-24 | Make application mode arrow keys work; fixes arrow keys on the console. | Todd C. Miller | |
1999-11-20 | 'braceexapnd' -> 'braceexpand' | Dug Song | |
1999-11-15 | Quote metachars on expand_word too; ok millert@ | Federico G. Schwindt | |
1999-11-14 | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | David Leonard | |
1999-11-14 | Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree. | Todd C. Miller | |
1999-11-14 | Fix a core dump caused by a signal race; yval@hackers.co.il | Todd C. Miller | |
1999-10-17 | Minor formatting nits. | Aaron Campbell | |
1999-10-16 | Formatting fix. | Aaron Campbell | |
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt | |
1999-09-28 | disable optimization on 88k | Steve Murphree | |
1999-09-23 | cetain -> certain; kwesterback@home.com | Aaron Campbell | |
1999-08-04 | Turn <tab> completion on by default for people used to bash, tcsh, etc... | Todd C. Miller | |
1999-08-04 | o Better fix for not sending a HUP to pg 0 from the pdksh maintainer | Todd C. Miller | |
o Includes fix for another unrelated problem where output of jobs command contains lots of ^A characters | |||
1999-08-02 | Check to make sure process group is not 0 before sending a SIGHUP to | Todd C. Miller | |
the process group on exit. This will cause problems if we are not the process group leader. | |||
1999-07-15 | o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) | Todd C. Miller | |
o Spell environment correctly | |||
1999-07-15 | silence -Wall | Todd C. Miller | |
1999-07-14 | update man page to pdksh v5.2.14 | Aaron Campbell | |
1999-07-14 | Official fix for workaround in 1.18 | Todd C. Miller | |
1999-07-14 | pdksh-5.2.14 | Todd C. Miller | |
1999-07-05 | mdoc'ify syntax of the more complicated commands; when I converted this man | Aaron Campbell | |
page originally, I didn't know how to do such funky things | |||
1999-07-01 | remove trailing spaces; missed from a previous commit | Aaron Campbell | |
1999-06-23 | When redirecting to a file with stdout closed, don't blithely reuse | Todd C. Miller | |
fd 1 since that will cause future output on stdout to go to the file that was redirected. There is probably a better fix for this. | |||
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller | |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller | |
1999-06-14 | Fixed a bunch of typos, grammar errors, and unclear wording in the sh | Paul Janzen | |
man page, and the corresponding problems in the ksh page. | |||
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell | |
pjanzen@ | |||
1999-05-30 | repairs | Aaron Campbell | |
1999-05-28 | be more conservative with the .Dq macro; in particular, use .Sq macros most of | Aaron Campbell | |
the time instead when quoting 1-2 characters (makes it much easier to read); based on a patch received awhile ago from d@ |