about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
Commit message (Collapse)AuthorAgeFilesLines
* 31805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson2013-10-111-1/+1
|
* 31592: improve documentary for handling of named directories.Manuel Presnitz2013-07-281-1/+3
| | | | Minor changes of phrasing.
* 31444: Basic code for enable/disable -pPeter Stephenson2013-06-131-8/+94
|
* 30780: document that set -o failures are hard but setopt failures are softPeter Stephenson2012-11-081-0/+5
|
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-0/+4
|
* 30718: emulate command evaluations should apply sticky emulationPeter Stephenson2012-10-071-5/+18
| | | | to autoloads, too
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-1/+4
| | | | change to _path_files to make it load in that fashion
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-211-11/+14
|
* 30629 plus unposted formatting changes:Peter Stephenson2012-08-171-5/+6
| | | | | support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately
* 30627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2012-08-171-2/+6
|
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-1/+3
|
* 30320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer2012-03-071-12/+20
|
* 30303: emulate inside function marked for execution tracing enables xtracePeter Stephenson2012-03-011-0/+7
|
* 29413: "print -S" for saving to history with lexical word splitPeter Stephenson2011-06-031-1/+10
|
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
|
* 28805: move stray text about the sched builtin away from the set builtin.Bart Schaefer2011-03-031-4/+0
|
* Mikael: 28487: fix docs to refer to current directoryPeter Stephenson2010-12-061-1/+1
| | | | rather than $PWD
* unposted: note exit trap runs before exit hookPeter Stephenson2010-09-121-1/+2
|
* 27661: Ben: typo in manual page referencesPeter Stephenson2010-02-041-1/+1
|
* 27648, 267650/1, unposted README change:Peter Stephenson2010-02-031-0/+12
| | | | Turn off repeat and turn on ulimit in emulation modes
* 27566: add ulimit -c hard and immediate return on argument errorPeter Stephenson2010-01-051-7/+12
|
* Darel Henman: users/14412: fix confusion in getopts documentationPeter Stephenson2009-09-191-2/+2
|
* Mikael: 27279: doc tweaksPeter Stephenson2009-09-181-0/+1
|
* Greg Klanderman: 27255: some consistency fixesPeter Stephenson2009-09-091-1/+1
|
* 27188: improve read -q by using read -k codePeter Stephenson2009-07-241-3/+4
|
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-191-0/+3
|
* 27087: change return codes from failed "."Peter Stephenson2009-07-021-2/+2
|
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-1/+3
|
* 26614 + 26615: history -t <fmt> plus ztrftime "-" format modifierPeter Stephenson2009-03-021-8/+23
|
* 26560: document autoload -z/-k (finally)Peter Stephenson2009-02-121-0/+5
|
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-4/+56
| | | | environments, plus documentation
* 26530: emulate -c restores all options on returnAndrey Borzenkov2009-02-081-1/+2
|
* unposted: typo in previous patch spotted by MikaelPeter Stephenson2009-02-061-1/+1
|
* 26517: fix naming of prompt expansion section in Unix manualPeter Stephenson2009-02-061-1/+1
|
* 26425: allow "emulate sh -c command" to eval command under sh emulationAndrey Borzenkov2009-01-251-6/+14
|
* Richard Hartmann: 26155: quote use of . for a command in textPeter Stephenson2008-12-181-2/+2
|
* 25643: keep DEBUG and ZERR traps in subshellsPeter Stephenson2008-09-111-1/+3
|
* 25615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2008-09-051-4/+12
|
* unposted: prvent command(s) from looking like a Yodl macroPeter Stephenson2008-08-111-2/+2
|
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-071-1/+8
| | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
* 25409: fix eval's use of lastvalPeter Stephenson2008-08-061-1/+4
|
* Mikael: 25143: spelling correctionsPeter Stephenson2008-06-101-1/+1
| | | | | 25144: report supported bases 25139: fix number
* 25025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson2008-05-141-1/+1
|
* 25018: Omari Norman: completion for awk, join, sortPeter Stephenson2008-05-131-0/+4
|
* 24980: zmodload -mFPeter Stephenson2008-05-081-3/+9
|
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-11/+28
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes ↵Clint Adams2008-02-011-1/+1
| | | | from A. Costa.
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-161-0/+5
|
* users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson2007-12-121-1/+9
|
* users/12305: option output not well documentedPeter Stephenson2007-12-121-3/+19
| | | | -c and SHIN_STDIN inconsistent with manual