about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
Commit message (Collapse)AuthorAgeFilesLines
* 48073: Add fc -s as POSIX way of rerunning command without starting editorMartijn Dekker2021-02-171-1/+2
|
* unposted: Fix typo 'my be' for typesetMikael Magnusson2020-11-121-1/+1
|
* 46240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵Daniel Shahaf2020-07-131-1/+1
| | | | | | | | | | | | | | | | | | zman.yo. The difference was mostly harmless in the common case "(see manref(foo)(42))", which expanded to "(see man page foo(42))" under ztexi.yo, but in other contexts the ztexi.yo expansion was was nonsensical; for example: "the BSD manref(echo)(1) command" "the string returned by the manref(getlogin)(3) system call" "advisory file locking (via the manref(fcntl)(2) system call)" "this is the exact opposite from manref(ls)(1)," While there, copyedit some uses of manref()().
* users/24959/0001: Extend documentation of global aliases.Daniel Shahaf2020-06-271-1/+7
|
* 45183: Improve documentation examplesStephane Chazelas2020-01-011-15/+20
|
* 45009: POSIX_CD needs to suppress some forms of option.Peter Stephenson2019-12-121-0/+2
| | | | | Otherwise forms of argument allowed by POSIX are interpreted as options instead.
* github #37: Make it easier to understand what "fc -e" does.Ned Batchelder2019-09-041-2/+2
|
* Copy functions using functions -c old new.Peter Stephenson2019-08-031-1/+10
| | | | Documentation and test.
* Update doc from previous commit.Peter Stephenson2019-03-191-3/+3
| | | | | | Make it clear it's commands whose names begin with a / that aren't hashed. Obviously commands whose paths begin with a / are OK, duh.
* 44132: don't hash commands beginning with /Charles Blake2019-03-191-0/+4
|
* 43945 (tweaked to remove test failure, noted in test):Martijn Dekker2018-12-301-0/+2
| | | | | Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests.
* unposted: doc tweak for helpfilesPeter Stephenson2018-10-081-1/+2
|
* 43616: Various parameter setting and display fixes.Peter Stephenson2018-10-081-10/+20
| | | | | | Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes.
* 43528: zshbuiltins(1): Document 'which''s "not found is not an error" behaviour.Daniel Shahaf2018-09-251-0/+6
|
* unposted: Fix trivial formatting error in docsdana2018-09-161-1/+1
|
* 42399: document echo and behaviour of - and --Peter Stephenson2018-02-261-0/+9
|
* 42004: fix parentheses in documentationMartijn Dekker2017-11-111-1/+1
|
* unposted: Document "typeset -p"'s optional argument in the inline synopsis.Daniel Shahaf2017-10-171-2/+2
|
* Add typeset -p1, like typeset -p with newlinesPeter Stephenson2017-10-011-3/+8
|
* 41679: slight clarification on exec of builtinsPeter Stephenson2017-09-131-1/+1
|
* 41470: Another note on new effect of POSIX_BUILTINSPeter Stephenson2017-08-011-1/+4
| | | | | exec now won't find precommand modifiers after it with the option set. This may need further attention.
* 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
|