summaryrefslogtreecommitdiff
path: root/Doc/Zsh/builtins.yo
AgeCommit message (Collapse)AuthorFilesLines
2017-09-1341679: slight clarification on exec of builtinsPeter Stephenson1-1/+1
2017-08-0141470: Another note on new effect of POSIX_BUILTINSPeter Stephenson1-1/+4
exec now won't find precommand modifiers after it with the option set. This may need further attention.
2017-07-2741464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson1-1/+7
Document the default behaviour and add a test.
2017-06-1241244: Add zmodload -s option.Peter Stephenson1-5/+8
Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy.
2017-04-01unposted: minor formatting: var() instead of tt().Barton E. Schaefer1-2/+2
2017-03-1240816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf1-0/+3
2017-03-0140622 with typos fixed: functions -Ms.Peter Stephenson1-1/+15
This adds the capability for mathematical functions based on shell functions to have a string argument. Module functions have had this for a long time.
2017-02-1340537: Document previous change to autoloadPeter Stephenson1-1/+4
2017-01-2340391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson1-5/+10
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
2017-01-11Add features associated with autoloading a function using an absolutePeter Stephenson1-11/+44
path. -d defaults to normal fpath -r remembers the path without actually loading. May be combined with -d. -R does the same but it's an error if not found -X can now take a directory path: this is used to output not yet loaded functions that have an associated path.
2017-01-1040318 (in part): Document echo \c behaviour.Phil Pennock1-1/+1
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
Mostly fixes to doubled words.
2016-11-0539389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle1-1/+3
the format is reused
2016-09-30unposted: update or remove references to typeset behavior obsoleted by 35586.Barton E. Schaefer1-8/+4
2016-07-08unposted: fix duplicated wordsOliver Kiddle1-2/+2
2016-06-1338653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf1-1/+2
2016-05-06unposted: Doc/Zsh/builtins.yo: Fix typoAxel Beckert1-1/+1
Found by Debian's lintian tool.
2016-03-26Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer1-0/+1
from github pull request - some formatting edited
2016-02-0937893: document typeset -U behaviour for PATH-style variablesPeter Stephenson1-0/+5
2016-02-0937896: zshbuiltins: Document argv behaviour of 'source' without argumentsDaniel Shahaf1-0/+4
2016-01-3137845: Forward-reference typeset instances where no parameter is created, ↵Barton E. Schaefer1-3/+3
and remove the obsolete statement about array assignments separated from typeset command on -p.
2016-01-3037844: reorder typeset introduction to keep related concepts together.Barton E. Schaefer1-23/+23
2016-01-3037831: typeset: Document exit status difference from parameter assignment ↵Daniel Shahaf1-0/+17
statements
2016-01-0237493: readonly + POSIX_BUILTINS == typeset -grBarton E. Schaefer1-1/+4
2015-12-3137467: add "print -v var" / "printf -v var"Barton E. Schaefer1-2/+8
2015-12-0737310: effect of disabling typeset reserved wordPeter Stephenson1-1/+4
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto1-2/+1
2015-11-0137038: add -l option to emulate to list options in emulationsPeter Stephenson1-1/+9
2015-09-30remove sentence fragmentBarton E. Schaefer1-2/+1
2015-09-19cf. users/20606: zcompile prepares scripts for sourcing, not for executionBarton E. Schaefer1-1/+1
2015-09-18cf. users/20586: clean up cross-references to the "Autoloading Functions" docBarton E. Schaefer1-8/+10
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