about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson2017-07-271-1/+7
| | | | Document the default behaviour and add a test.
* 41244: Add zmodload -s option.Peter Stephenson2017-06-121-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.
* unposted: minor formatting: var() instead of tt().Barton E. Schaefer2017-04-011-2/+2
|
* 40816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf2017-03-121-0/+3
|
* 40622 with typos fixed: functions -Ms.Peter Stephenson2017-03-011-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.
* 40537: Document previous change to autoloadPeter Stephenson2017-02-131-1/+4
|
* 40391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2017-01-231-5/+10
| | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
* Add features associated with autoloading a function using an absolutePeter Stephenson2017-01-111-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.
* 40318 (in part): Document echo \c behaviour.Phil Pennock2017-01-101-1/+1
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* 39389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle2016-11-051-1/+3
| | | | the format is reused
* unposted: update or remove references to typeset behavior obsoleted by 35586.Barton E. Schaefer2016-09-301-8/+4
|
* unposted: fix duplicated wordsOliver Kiddle2016-07-081-2/+2
|
* 38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf2016-06-131-1/+2
|
* unposted: Doc/Zsh/builtins.yo: Fix typoAxel Beckert2016-05-061-1/+1
| | | | Found by Debian's lintian tool.
* Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer2016-03-261-0/+1
| | | | from github pull request - some formatting edited
* 37893: document typeset -U behaviour for PATH-style variablesPeter Stephenson2016-02-091-0/+5
|
* 37896: zshbuiltins: Document argv behaviour of 'source' without argumentsDaniel Shahaf2016-02-091-0/+4
|
* 37845: Forward-reference typeset instances where no parameter is created, ↵Barton E. Schaefer2016-01-311-3/+3
| | | | and remove the obsolete statement about array assignments separated from typeset command on -p.
* 37844: reorder typeset introduction to keep related concepts together.Barton E. Schaefer2016-01-301-23/+23
|
* 37831: typeset: Document exit status difference from parameter assignment ↵Daniel Shahaf2016-01-301-0/+17
| | | | statements
* 37493: readonly + POSIX_BUILTINS == typeset -grBarton E. Schaefer2016-01-021-1/+4
|
* 37467: add "print -v var" / "printf -v var"Barton E. Schaefer2015-12-311-2/+8
|
* 37310: effect of disabling typeset reserved wordPeter Stephenson2015-12-071-1/+4
|
* unposted: a few cosmetic format fixes in docsJun-ichi Takimoto2015-11-131-2/+1
|
* 37038: add -l option to emulate to list options in emulationsPeter Stephenson2015-11-011-1/+9
|
* remove sentence fragmentBarton E. Schaefer2015-09-301-2/+1
|
* cf. users/20606: zcompile prepares scripts for sourcing, not for executionBarton E. Schaefer2015-09-191-1/+1
|
* cf. users/20586: clean up cross-references to the "Autoloading Functions" docBarton E. Schaefer2015-09-181-8/+10
|
* 36067: fix typo and format in the documentationJun T2015-08-111-8/+8
|
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-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.
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-31/+31
|
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-051-5/+20
| | | | | | Also add to zed -f. Option is -x <numm>.
* 35353: print -x and print -X expand tabsPeter Stephenson2015-06-021-1/+22
|
* users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer2015-05-301-6/+10
| | | | Also avoid invoking the editor on empty results.
* 35318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2015-05-281-1/+2
| | | | | It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
* 35289: fix typos in the description of emulateJun-ichi Takimoto2015-05-261-2/+2
| | | | based on 34981 by Han Pingtian
* 35193: Add "unalias -a".Peter Stephenson2015-05-181-1/+8
|
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-12/+17
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* 35059: fix, document, test readonly -p.Peter Stephenson2015-05-081-0/+5
| | | | | | Don't output specials as can't be reconstructed. Output arrays in a useful order.
* 35034: improve manual format up to Chapter18Jun-ichi Takimoto2015-05-061-44/+50
|
* 35008: clarify description of 'exec' and 'return'Jun-ichi Takimoto2015-05-011-6/+12
|
* 34992: POSIX fix for readonly variables.Peter Stephenson2015-04-291-0/+7
| | | | | With POSIXBUILTINS, variables can be marked readonly if unset. Also, variables can't have the readonly flag removed.
* 34643: clarify documentation for print and bindkeyJun-ichi Takimoto2015-03-061-3/+6
|
* unposted: fix formatting of "--".Barton E. Schaefer2015-02-031-2/+2
|
* unposted: fix other typeset doc errorsBarton E. Schaefer2015-01-281-10/+14
|
* 34421: clean up typeset documentationBarton E. Schaefer2015-01-281-47/+75
| | | | Also remove duplicated ChangeLog entry for 34365.
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* 34329: add -S option to which and wherePeter Stephenson2015-01-201-2/+2
|
* users/19682: document recommended use of whencePeter Stephenson2015-01-041-1/+6
|