summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2002-06-09knfTodd T. Fries
2002-05-04Clean up the logic in install_url():Kenneth R Westerback
2002-04-29wierd -> weirdPeter Valchev
2002-04-22Do not hardcode mvme88k-specific compilation flags here, especially sinceMiod Vallat
2002-03-01this is needed tooMarc Espie
2002-03-01Kill hand-made memory allocation code, that is definitely buggy.Marc Espie
2002-02-27Fix three off-by-one errors. ok espie@, millert@, miod@Daniel Hartmeier
2002-02-16Add '#' to the list of escaped characters during vi/emacs filename completion.Todd C. Miller
2002-02-14spellingTheo de Raadt
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2001-12-18another errno save situationTheo de Raadt
2001-09-24The 'newgrp' alias is explicitly disabled in our ksh, so do not mentionCamiel Dobbelaar
2001-09-19occured->occurredMike Pechkin
2001-09-02Typo; addresses pr/2038 from tim@robbins.dropbear.id.auAaron Campbell
2001-08-25OpenBSD doesn't have RLIMIT_VMEM or RLIMIT_SWAP, so we don'tHeikki Korpela
2001-08-23fix a typo; tim@robbins.dropbear.id.auPeter Valchev
2001-08-03Typo; heko@iki.fiAaron Campbell
2001-07-31Documentation fixes per PR 1979 by Kaspar Toomik.Hugh Graham
2001-07-19Back out last change, it caused problems with exit vals.Todd C. Miller
2001-07-17make file-completion work with ~ (tilde)Camiel Dobbelaar
2001-07-03Merge in pdksh-5.2.14-patches.2 to fix some problems with propagatedTodd C. Miller
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-05-28Various fixes; mpech@prosoft.org.lvAaron Campbell
2001-04-12Insert some missing commas.Aaron Campbell
2001-03-26spellingTodd T. Fries
2001-02-20Typo (introduced by me in mdoc conversion of Rev 1.15); d@Aaron Campbell
2001-02-19forgot to remove debugging #if 0Camiel Dobbelaar
2001-02-19bash-like 'double-tab' completionCamiel Dobbelaar
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-16typo; bk@rt.fmAaron Campbell
2000-12-19do not reset nonblock if shell is not interactive, from crossd@cs.rpi.eduMarkus Friedl
2000-11-21Bug fixes from pdksh-5.2.14-patches.1:Todd C. Miller
2000-11-21Add missing break that broke 'kill -s SIGNAME', PR #1495Todd C. Miller
2000-10-19Where we talk about $$, also say mention that PIDs are not safe to use forAaron Campbell
2000-10-12Compare the return from mmap with MAP_FAILED, do not cast to int and comapreArtur Grabowski
2000-08-20Use mkstemp(), ryker@ryker.orgTodd C. Miller
2000-07-06fix another, similar typoAaron Campbell
2000-07-06typoAaron Campbell
2000-06-28use strtol() in getn(); millert@ and meMichael Shalayeff
2000-03-21Sometimes it is confusing when a sentence begins with lowercase; d@Aaron Campbell
2000-03-17Try to synchronize the ksh(1) and sh(1) man pages somewhat.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-14Better mdoc formatting.Aaron Campbell
2000-03-01rm $Log$Todd T. Fries
2000-01-24Make application mode arrow keys work; fixes arrow keys on the console.Todd C. Miller
1999-11-20'braceexapnd' -> 'braceexpand'Dug Song
1999-11-15Quote metachars on expand_word too; ok millert@Federico G. Schwindt
1999-11-14quote metachars when completing filenames from jdolecek@netbsd. ok millert@David Leonard
1999-11-14Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree.Todd C. Miller
1999-11-14Fix a core dump caused by a signal race; yval@hackers.co.ilTodd C. Miller