summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Collapse)Author
2002-03-01this is needed tooMarc Espie
2002-03-01Kill hand-made memory allocation code, that is definitely buggy.Marc Espie
Replace with simple wrapper around malloc, at least this works, and it's easier to debug anyways.
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
From Matt Bing.
2002-02-14spellingTheo de Raadt
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack.
2001-12-18another errno save situationTheo de Raadt
2001-09-24The 'newgrp' alias is explicitly disabled in our ksh, so do not mentionCamiel Dobbelaar
it in the manpage. ok millert@
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
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
have ulimit -v or -w either. ok millert@
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
tested by provos@ and me
2001-07-03Merge in pdksh-5.2.14-patches.2 to fix some problems with propagatedTodd C. Miller
return values in multi-command lines.
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
messed up completion on e.g. / and ./
2001-02-19bash-like 'double-tab' completionCamiel 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-16typo; bk@rt.fmAaron Campbell
2000-12-19do not reset nonblock if shell is not interactive, from crossd@cs.rpi.eduMarkus Friedl
(i should have commited this about 6 months ago, ok millert@).
2000-11-21Bug 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-21Add missing break that broke 'kill -s SIGNAME', PR #1495Todd C. Miller
Fix from Hiroyuki.HORINOKUCHI@nrj.ericsson.se
2000-10-19Where we talk about $$, also say mention that PIDs are not safe to use forAaron Campbell
generating temporary file names, and point people to mktemp(1) instead.
2000-10-12Compare the return from mmap with MAP_FAILED, do not cast to int and comapreArtur Grabowski
with -1.
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
1999-10-17Minor formatting nits.Aaron Campbell
1999-10-16Formatting fix.Aaron Campbell
1999-10-04put sbin:/usr/sbin in default pathTheo de Raadt
1999-09-28disable optimization on 88kSteve Murphree