| Commit message (Expand) | Author | Age | Files | Lines |
* | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 2013-10-16 | 1 | -0/+5 |
* | 31805: Update _enable and _disable for -p, fix related typo in docs | Mikael Magnusson | 2013-10-11 | 1 | -1/+1 |
* | 31592: improve documentary for handling of named directories. | Manuel Presnitz | 2013-07-28 | 1 | -1/+3 |
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 1 | -8/+94 |
* | 30780: document that set -o failures are hard but setopt failures are soft | Peter Stephenson | 2012-11-08 | 1 | -0/+5 |
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -0/+4 |
* | 30718: emulate command evaluations should apply sticky emulation | Peter Stephenson | 2012-10-07 | 1 | -5/+18 |
* | 30692: allow autoload +X -m to work | Peter Stephenson | 2012-09-21 | 1 | -1/+4 |
* | 30633: "functions -T" only traces marked function, not called functions | Peter Stephenson | 2012-08-21 | 1 | -11/+14 |
* | 30629 plus unposted formatting changes: | Peter Stephenson | 2012-08-17 | 1 | -5/+6 |
* | 30627: support RLIMIT_NTHR as on NetBSD | Peter Stephenson | 2012-08-17 | 1 | -2/+6 |
* | 30169: repeat "typeset -T" with same two first arguments is not an error | Peter Stephenson | 2012-08-16 | 1 | -1/+3 |
* | 30320: "emulate" accepts invocation-time flags; other small doc tweaks. | Bart Schaefer | 2012-03-07 | 1 | -12/+20 |
* | 30303: emulate inside function marked for execution tracing enables xtrace | Peter Stephenson | 2012-03-01 | 1 | -0/+7 |
* | 29413: "print -S" for saving to history with lexical word split | Peter Stephenson | 2011-06-03 | 1 | -1/+10 |
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -1/+1 |
* | 28805: move stray text about the sched builtin away from the set builtin. | Bart Schaefer | 2011-03-03 | 1 | -4/+0 |
* | Mikael: 28487: fix docs to refer to current directory | Peter Stephenson | 2010-12-06 | 1 | -1/+1 |
* | unposted: note exit trap runs before exit hook | Peter Stephenson | 2010-09-12 | 1 | -1/+2 |
* | 27661: Ben: typo in manual page references | Peter Stephenson | 2010-02-04 | 1 | -1/+1 |
* | 27648, 267650/1, unposted README change: | Peter Stephenson | 2010-02-03 | 1 | -0/+12 |
* | 27566: add ulimit -c hard and immediate return on argument error | Peter Stephenson | 2010-01-05 | 1 | -7/+12 |
* | Darel Henman: users/14412: fix confusion in getopts documentation | Peter Stephenson | 2009-09-19 | 1 | -2/+2 |
* | Mikael: 27279: doc tweaks | Peter Stephenson | 2009-09-18 | 1 | -0/+1 |
* | Greg Klanderman: 27255: some consistency fixes | Peter Stephenson | 2009-09-09 | 1 | -1/+1 |
* | 27188: improve read -q by using read -k code | Peter Stephenson | 2009-07-24 | 1 | -3/+4 |
* | 27167: add POSIX_CD option to test "." after CDPATH | Peter Stephenson | 2009-07-19 | 1 | -0/+3 |
* | 27087: change return codes from failed "." | Peter Stephenson | 2009-07-02 | 1 | -2/+2 |
* | 27083: non-zero status on failures to find or execute file in "." | Peter Stephenson | 2009-07-01 | 1 | -1/+3 |
* | 26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier | Peter Stephenson | 2009-03-02 | 1 | -8/+23 |
* | 26560: document autoload -z/-k (finally) | Peter Stephenson | 2009-02-12 | 1 | -0/+5 |
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -4/+56 |
* | 26530: emulate -c restores all options on return | Andrey Borzenkov | 2009-02-08 | 1 | -1/+2 |
* | unposted: typo in previous patch spotted by Mikael | Peter Stephenson | 2009-02-06 | 1 | -1/+1 |
* | 26517: fix naming of prompt expansion section in Unix manual | Peter Stephenson | 2009-02-06 | 1 | -1/+1 |
* | 26425: allow "emulate sh -c command" to eval command under sh emulation | Andrey Borzenkov | 2009-01-25 | 1 | -6/+14 |
* | Richard Hartmann: 26155: quote use of . for a command in text | Peter Stephenson | 2008-12-18 | 1 | -2/+2 |
* | 25643: keep DEBUG and ZERR traps in subshells | Peter Stephenson | 2008-09-11 | 1 | -1/+3 |
* | 25615: $ZSH_DEBUG_CMD for use in DEBUG traps | Peter Stephenson | 2008-09-05 | 1 | -4/+12 |
* | unposted: prvent command(s) from looking like a Yodl macro | Peter Stephenson | 2008-08-11 | 1 | -2/+2 |
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 1 | -1/+8 |
* | 25409: fix eval's use of lastval | Peter Stephenson | 2008-08-06 | 1 | -1/+4 |
* | Mikael: 25143: spelling corrections | Peter Stephenson | 2008-06-10 | 1 | -1/+1 |
* | 25025: check radix for integer constants is between 2 and 36 inclusive | Peter Stephenson | 2008-05-14 | 1 | -1/+1 |
* | 25018: Omari Norman: completion for awk, join, sort | Peter Stephenson | 2008-05-13 | 1 | -0/+4 |
* | 24980: zmodload -mF | Peter Stephenson | 2008-05-08 | 1 | -3/+9 |
* | 24768: add -q option to cd, chdir, pushd, popd | Peter Stephenson | 2008-03-28 | 1 | -11/+28 |
* | 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes fro... | Clint Adams | 2008-02-01 | 1 | -1/+1 |
* | 24264: restrict effect of 24234 to parameter substitution code and document | Peter Stephenson | 2007-12-16 | 1 | -0/+5 |
* | users/12325: implement OSI rules for test & [, add more doc warnings | Peter Stephenson | 2007-12-12 | 1 | -1/+9 |