Age | Commit message (Expand) | Author |
2002-06-09 | knf | Todd T. Fries |
2002-05-04 | Clean up the logic in install_url(): | Kenneth R Westerback |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat |
2002-03-01 | this is needed too | Marc Espie |
2002-03-01 | Kill hand-made memory allocation code, that is definitely buggy. | Marc Espie |
2002-02-27 | Fix three off-by-one errors. ok espie@, millert@, miod@ | Daniel Hartmeier |
2002-02-16 | Add '#' to the list of escaped characters during vi/emacs filename completion. | Todd C. Miller |
2002-02-14 | spelling | Theo de Raadt |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2001-12-18 | another errno save situation | Theo de Raadt |
2001-09-24 | The 'newgrp' alias is explicitly disabled in our ksh, so do not mention | Camiel Dobbelaar |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-02 | Typo; addresses pr/2038 from tim@robbins.dropbear.id.au | Aaron Campbell |
2001-08-25 | OpenBSD doesn't have RLIMIT_VMEM or RLIMIT_SWAP, so we don't | Heikki Korpela |
2001-08-23 | fix a typo; tim@robbins.dropbear.id.au | Peter Valchev |
2001-08-03 | Typo; heko@iki.fi | Aaron Campbell |
2001-07-31 | Documentation fixes per PR 1979 by Kaspar Toomik. | Hugh Graham |
2001-07-19 | Back out last change, it caused problems with exit vals. | Todd C. Miller |
2001-07-17 | make file-completion work with ~ (tilde) | Camiel Dobbelaar |
2001-07-03 | Merge in pdksh-5.2.14-patches.2 to fix some problems with propagated | Todd C. Miller |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt |
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 |
2001-02-19 | bash-like 'double-tab' completion | Camiel Dobbelaar |
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 |
2000-11-21 | Bug fixes from pdksh-5.2.14-patches.1: | Todd C. Miller |
2000-11-21 | Add missing break that broke 'kill -s SIGNAME', PR #1495 | Todd C. Miller |
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell |
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski |
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 |