summaryrefslogtreecommitdiff
path: root/Doc/Zsh/builtins.yo
AgeCommit message (Collapse)AuthorFilesLines
2015-08-1136067: fix typo and format in the documentationJun T1-8/+8
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson1-19/+72
Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-31/+31
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson1-5/+20
Also add to zed -f. Option is -x <numm>.
2015-06-0235353: print -x and print -X expand tabsPeter Stephenson1-1/+22
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer1-6/+10
Also avoid invoking the editor on empty results.
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson1-1/+2
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
2015-05-2635289: fix typos in the description of emulateJun-ichi Takimoto1-2/+2
based on 34981 by Han Pingtian
2015-05-1835193: Add "unalias -a".Peter Stephenson1-1/+8
2015-05-1235075: improve manual formatJun-ichi Takimoto1-12/+17
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-0835059: fix, document, test readonly -p.Peter Stephenson1-0/+5
Don't output specials as can't be reconstructed. Output arrays in a useful order.
2015-05-0635034: improve manual format up to Chapter18Jun-ichi Takimoto1-44/+50
2015-05-0135008: clarify description of 'exec' and 'return'Jun-ichi Takimoto1-6/+12
2015-04-2934992: POSIX fix for readonly variables.Peter Stephenson1-0/+7
With POSIXBUILTINS, variables can be marked readonly if unset. Also, variables can't have the readonly flag removed.
2015-03-0634643: clarify documentation for print and bindkeyJun-ichi Takimoto1-3/+6
2015-02-03unposted: fix formatting of "--".Barton E. Schaefer1-2/+2
2015-01-28unposted: fix other typeset doc errorsBarton E. Schaefer1-10/+14
2015-01-2834421: clean up typeset documentationBarton E. Schaefer1-47/+75
Also remove duplicated ChangeLog entry for 34365.
2015-01-2534373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle1-1/+1
parameter and globbing flags
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