Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre | |
from glob(7) to the shell pages - they have their own glob stuff, and pointing to glob(7) is just not helpful. ok millert | |||
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller | |
2009-03-03 | Add POSIX character class support ([:alpha:] and friends) to ksh globbing. | Todd C. Miller | |
OK deraadt@ krw@ jmc@ sobrado@ | |||
2009-02-07 | some tweaks for previous that got missed; | Jason McIntyre | |
2009-02-07 | Make built-in echo behave according to POSIX when set -o posix is in effect: | Philip Guenthe | |
the only option is -n, and only one of those is parsed. diff from Ingo Schwarze ok otto@ kili@; manpage changes ok jmc@ | |||
2009-01-29 | pass "xerrok" status across the execution call stack to more closely | Jared Yanovich | |
match what both POSIX and ksh.1 already describe in regards to set -e/errexit's behavior in determining when to exit from nonzero return values. specifically, the truth values tested as operands to `&&' and `||', as well as the resulting compound expression itself, along with the truth value resulting from a negated command (i.e. a pipeline prefixed `!'), should not make the shell exit when -e is in effect. issue reported by matthieu. testing matthieu, naddy. ok miod (earlier version), otto. man page ok jmc. | |||
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2008-03-21 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller | |
like bash and zsh do. Requested by espie@, OK deraadt@ | |||
2007-05-31 | Only process ENV when in interactive mode as SU says. Started by | Otto Moerbeek | |
tedu to fix make -j, SU thing spotted by naddy@; ok millert@ @tedu jmc@ for the man page bit. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-11-30 | typos; from alf schlichting | Jason McIntyre | |
2006-08-03 | comment fix; from tamas tevesz | Jason McIntyre | |
2006-07-26 | clarifications for OPTIND: | Jason McIntyre | |
hunk #1 from tamas tevesz; hunk #2 from otto; ok otto | |||
2006-06-01 | simplify the PS1 section somewhat by moving the ! and \! stuff together; | Jason McIntyre | |
ok otto | |||
2006-05-30 | document some advice when \$ is part of your prompt; | Jason McIntyre | |
from otto and myself | |||
2006-05-29 | Implement \$ and \# expansion for PS1. Whoever thought it a clever | Otto Moerbeek | |
idea to assign a special meaning to "\$" -- two chars that are already (very) special -- deserves a spanking. | |||
2006-04-22 | back out last - it was not a command line prompt; | Jason McIntyre | |
thanks matthias kilian | |||
2006-04-21 | missing command line prompt; | Jason McIntyre | |
2006-03-07 | simplify the description of what a restricted shell is: | Jason McIntyre | |
sh.1 does not need to talk about rksh; ksh.1 does not need to talk about rsh; also references to rpdksh are not really helpful; from tamas tevesz; ok jaredy | |||
2005-12-06 | make the PS1 section a little easier to read; | Jason McIntyre | |
2005-11-30 | document root PS1 feature: | Jason McIntyre | |
from matthias kilian (pr #4924), but slightly tweaked version of his diff; ok otto | |||
2005-11-16 | document the procedure for providing a startup file for interactive | Jason McIntyre | |
(but non-login) shells; document /etc/ksh.kshrc and sort FILES; fix + ok otto@ | |||
2005-10-12 | document new max array size | Bernd Ahlers | |
ok otto@ | |||
2005-10-07 | brief description of mknod built-in; | Jason McIntyre | |
add mknod to list of (regular ksh) built-ins; ok otto@ | |||
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek | |
philosophy, but in this case it's worth it. ok deraadt@ | |||
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre | |
which says they are not; from matthias kilian (pr #4476); ok otto@ | |||
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller | |
RLIMIT_VMEM / RLIMIT_AS at the moment. Support for those may go in post-3.8. | |||
2005-08-01 | more `version' removal; | Jason McIntyre | |
ok otto@ | |||
2005-08-01 | Document ^V change from version to quote command | Otto Moerbeek | |
2005-05-25 | add missing detail from IFS example | Jared Yanovich | |
From PR4220/TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> | |||
2005-05-12 | .Xr script 7 | Jason McIntyre | |
2005-03-04 | document that $HOME is shown as `~' for PS1 \w substitutions; | Jason McIntyre | |
diff from niall o'higgins, pr 4132 (slightly reworded); ok otto@ | |||
2005-02-18 | sort options to echo builtin; | Jason McIntyre | |
2005-02-16 | a note about why we have both EDITOR and VISUAL env vars; | Jason McIntyre | |
ok otto@ jaredy@ | |||
2005-02-16 | document that `emacs' is the default editing mode, and that as well | Jason McIntyre | |
as being set explicitly w/ `set', modes can also be set using EDITOR and VISUAL; ok jaredy@ otto@ | |||
2005-02-08 | oops, missed a prompt; | Jason McIntyre | |
2005-02-08 | use command prompts and literal for commands; | Jason McIntyre | |
2005-02-08 | big overhaul of these pages, to make them clearer to read; | Jason McIntyre | |
various other issues fixed along the way; lots of stuff from jaredy@ in here too.. | |||
2005-02-05 | note that symlinks in test file are followed, except -h and -L | Jason McIntyre | |
(just like test(1) does); from paul de weerd; | |||
2005-02-02 | Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic | Otto Moerbeek | |
expressions. Work by Matthias Kilian, based on an old diff by myself. Note: MAKEDEV should be updated. Tested by many, thanks. ok millert@ deraadt@ | |||
2005-01-19 | typo; | Jason McIntyre | |
2005-01-19 | although the description for the `comment' bind was in the page, | Jason McIntyre | |
the bind itself (^[#) was missing; | |||
2005-01-17 | typo; | Jason McIntyre | |
2005-01-10 | typo; | Jason McIntyre | |
2004-12-22 | These man pages are not derived from UCB and are actually public domain. | Todd C. Miller | |
Verified with aaron@ who did the conversion from man -> mdoc. | |||
2004-12-22 | Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds | Todd C. Miller | |
to ticks. Since ksh needs things in seconds it then converted them back. Avoid the silliness and use the getrusage(2) and gettimeofday(2) directly. With man page help from jmc@ | |||
2004-12-16 | - document IFS behavior changes | Jared Yanovich | |
- grammar, punctuation, xref, mdoc tweaks - sort keywords - indent example displays - minimize against diffing between sh.1tbl - document set -o sh - tweak the displays of some editing and builtin commands - rework some operator descriptions ok jmc | |||
2004-12-12 | escape punctuation; | Jason McIntyre | |
2004-12-12 | csh-style ! history completion, which can be activated by using | Theo de Raadt | |
set -o csh-history (off by default) this is not feature complete, and likely never will be. no ^ and ! has some oddities ... ksh's internal history stuff has got some very odd behaviours that are rather nasty ok various developers | |||
2004-12-04 | minor tweaks; ok jmc | Jared Yanovich | |