summaryrefslogtreecommitdiff
path: root/Doc/Zsh/builtins.yo
AgeCommit message (Collapse)AuthorFilesLines
2015-01-2034329: add -S option to which and wherePeter Stephenson1-2/+2
2015-01-04users/19682: document recommended use of whencePeter Stephenson1-1/+6
2015-01-02users/19667: whence -S shows intermediate steps in symlink expansionPeter Stephenson1-2/+7
2014-12-17zsh-users/19551: history documentation.Peter Stephenson1-0/+6
Note in a couple of places that history file reading and writing is only done in interactive shells.
2014-11-2433746: read -q doc refers to -tDaniel Hahler1-4/+4
2014-10-2633531 with additions: retain status of exited background jobs.Peter Stephenson1-0/+16
Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.
2014-10-03Fix some typos in the documentationMikael Magnusson1-1/+1
2014-10-0233323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle1-1/+1
2014-10-0133312: document redirections applied to function definitionsPeter Stephenson1-0/+14
2014-09-0433091: improve documentation for ttyctlPeter Stephenson1-3/+15
2014-08-0332944: read -qs is handled correctly by current codePeter Stephenson1-2/+1
2014-07-20force retention of whitespace in "fc" item prototypeBarton E. Schaefer1-1/+1
2014-06-2632799: resource NTHR not well handled on NetBSDPeter Stephenson1-0/+3
2014-02-17unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer1-0/+3
2014-02-02Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer1-2/+2
2014-01-1132246: option "shift -p" pops arguments from end of arrayPeter Stephenson1-1/+4
2013-12-09users/18210: document "print -D" betterPeter Stephenson1-2/+2
2013-11-0331936: Rationalise limits for threadsStefan Neudorf1-2/+2
2013-11-0331935: further updates to limits for BSDStefan Neudorf1-10/+8
2013-10-3131930 / 31934: New limits from BSD.Stefan Neudorf1-1/+10
Avoid clash of uses for ulimit -k.
2013-10-2331873: Document conventions for command options in builtinsPeter Stephenson1-1/+35
2013-10-16Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson1-0/+5
Notes about interaction with asynchronous jobs such as process substitution and multios.
2013-10-1131805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson1-1/+1
2013-07-2831592: improve documentary for handling of named directories.Manuel Presnitz1-1/+3
Minor changes of phrasing.
2013-06-1331444: Basic code for enable/disable -pPeter Stephenson1-8/+94
2012-11-0830780: document that set -o failures are hard but setopt failures are softPeter Stephenson1-0/+5
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson1-0/+4
2012-10-0730718: emulate command evaluations should apply sticky emulationPeter Stephenson1-5/+18
to autoloads, too
2012-09-2130692: allow autoload +X -m to workPeter Stephenson1-1/+4
change to _path_files to make it load in that fashion
2012-08-2130633: "functions -T" only traces marked function, not called functionsPeter Stephenson1-11/+14
2012-08-1730629 plus unposted formatting changes:Peter Stephenson1-5/+6
support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately
2012-08-1730627: support RLIMIT_NTHR as on NetBSDPeter Stephenson1-2/+6
2012-08-1630169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson1-1/+3
2012-03-0730320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer1-12/+20
2012-03-0130303: emulate inside function marked for execution tracing enables xtracePeter Stephenson1-0/+7
2011-06-0329413: "print -S" for saving to history with lexical word splitPeter Stephenson1-1/+10
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2011-03-0328805: move stray text about the sched builtin away from the set builtin.Bart Schaefer1-4/+0
2010-12-06Mikael: 28487: fix docs to refer to current directoryPeter Stephenson1-1/+1
rather than $PWD
2010-09-12unposted: note exit trap runs before exit hookPeter Stephenson1-1/+2
2010-02-0427661: Ben: typo in manual page referencesPeter Stephenson1-1/+1
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson1-0/+12
Turn off repeat and turn on ulimit in emulation modes
2010-01-0527566: add ulimit -c hard and immediate return on argument errorPeter Stephenson1-7/+12
2009-09-19Darel Henman: users/14412: fix confusion in getopts documentationPeter Stephenson1-2/+2
2009-09-18Mikael: 27279: doc tweaksPeter Stephenson1-0/+1
2009-09-09Greg Klanderman: 27255: some consistency fixesPeter Stephenson1-1/+1
2009-07-2427188: improve read -q by using read -k codePeter Stephenson1-3/+4
2009-07-1927167: add POSIX_CD option to test "." after CDPATHPeter Stephenson1-0/+3
2009-07-0227087: change return codes from failed "."Peter Stephenson1-2/+2
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson1-1/+3