summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2004-08-23Don't send SIGINT or SIGTERM to the entire processes group when theTodd C. Miller
2004-08-07Document ulimit -v; mickey@ OKTodd C. Miller
2004-08-04- mdoc and macro fixes and simplificationJared Yanovich
2004-08-03only neuter fc builtin if initial shell is not interactiveDan Harnett
2004-07-16Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339.Miod Vallat
2004-06-07do not push ksh into stupid-random mode; leave it in arc4random() mode.Theo de Raadt
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-05-10double the command line buffer size (1024 -> 2048); ok millert deraadtPeter Valchev
2004-05-09Document new behavior of $RANDOM. ok deraadt@Otto Moerbeek
2004-05-08unless specifically requested by setting the seed, use arc4random(); otto okTheo de Raadt
2004-04-30typo;Jason McIntyre
2004-03-15missing commas;Jason McIntyre
2004-03-15reversed word -> reserved word;Jason McIntyre
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
2004-02-19basic knfTheo de Raadt
2004-02-16give up on amd64 -O0Theo de Raadt
2004-02-10upper case id;Jason McIntyre
2004-02-10XXX: build ksh -O0 for now, since it makes it a whole lot more stable.Theo de Raadt
2004-02-08forget about 16 bit machines; millert okTheo de Raadt
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-15escape full stops properly to avoid double spaces;Jason McIntyre
2004-01-09use cc -E for the preprocessor instead of cpp.Brad Smith
2004-01-08typo; from ray at cyth dot net (PR 3632);Jason McIntyre
2003-12-27this page documents `sh', not `ksh';Jason McIntyre
2003-12-27- revert a typo introduced when this page was mdoc'edJason McIntyre
2003-12-22note that `&&' and `||' are left-associative;Jason McIntyre
2003-12-15Unbreak parameter assignment when calling bourne style functions;Otto Moerbeek
2003-12-12typo; ok jmc@Christian Weisgerber
2003-11-10If "from fd" == "to fd" don't call dup2() or close "from fd".Todd C. Miller
2003-11-10For the >& and <& operators, add a check for "dup from" == "dup to" andTodd C. Miller
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-28standard section order;Jason McIntyre
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-22macros with too many args;Jason McIntyre
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-16Buffers are not strings so use memcpy(), not strlcpy() to copy them.Todd C. Miller
2003-10-10The special case code for "test -x" over NFS was incorrect. TheTodd C. Miller
2003-09-04escapes in the wrong place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-09-01In emacs editing mode, ksh by default interprets a set 8th bit asChristian Weisgerber
2003-09-01fix perl path. not that anyone uses this, but..Federico G. Schwindt
2003-08-27rename force_push to something more sensible.Federico G. Schwindt
2003-08-27escape on expand under emacs mode; otto@ ok.Federico G. Schwindt
2003-08-26fix backward and forward delete; from wiz@netbsd.org. many thanks.Federico G. Schwindt
2003-08-23under emacs mode, fix the case when the globbed file and the longestFederico G. Schwindt
2003-08-22in word location, fix forward scanning so it correctly account for anyFederico G. Schwindt
2003-08-11I can not reproduce the ksh -O1 issues anymore on mvme88k with the latestMiod Vallat
2003-08-08Enable the first level of compiler optimizations on mvme88k by default,Miod Vallat
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-05Don't allow alloc() and aresize() to fail. Their return value wasTodd C. Miller