Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41244: Add zmodload -s option. | Peter Stephenson | 2017-06-12 | 1 | -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. Schaefer | 2017-04-01 | 1 | -2/+2 |
| | |||||
* | 40816: Document interaction of 'print -P' and 'print -f'. | Daniel Shahaf | 2017-03-12 | 1 | -0/+3 |
| | |||||
* | 40622 with typos fixed: functions -Ms. | Peter Stephenson | 2017-03-01 | 1 | -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 autoload | Peter Stephenson | 2017-02-13 | 1 | -1/+4 |
| | |||||
* | 40391: Add WARN_NESTED_VAR option and functions -W. | Peter Stephenson | 2017-01-23 | 1 | -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 absolute | Peter Stephenson | 2017-01-11 | 1 | -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 Pennock | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 1 | -1/+1 |
| | | | | Mostly fixes to doubled words. | ||||
* | 39389: when printf -v is used with an array use separate elements each time ↵ | Oliver Kiddle | 2016-11-05 | 1 | -1/+3 |
| | | | | the format is reused | ||||
* | unposted: update or remove references to typeset behavior obsoleted by 35586. | Barton E. Schaefer | 2016-09-30 | 1 | -8/+4 |
| | |||||
* | unposted: fix duplicated words | Oliver Kiddle | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | 38653 + 38657: 'functions -T' tracing: recurse into anonymous functions. | Daniel Shahaf | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | unposted: Doc/Zsh/builtins.yo: Fix typo | Axel Beckert | 2016-05-06 | 1 | -1/+1 |
| | | | | Found by Debian's lintian tool. | ||||
* | Dmitry Marakasov: 38162: accept G for gigabytes in limit command | Barton E. Schaefer | 2016-03-26 | 1 | -0/+1 |
| | | | | from github pull request - some formatting edited | ||||
* | 37893: document typeset -U behaviour for PATH-style variables | Peter Stephenson | 2016-02-09 | 1 | -0/+5 |
| | |||||
* | 37896: zshbuiltins: Document argv behaviour of 'source' without arguments | Daniel Shahaf | 2016-02-09 | 1 | -0/+4 |
| | |||||
* | 37845: Forward-reference typeset instances where no parameter is created, ↵ | Barton E. Schaefer | 2016-01-31 | 1 | -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. Schaefer | 2016-01-30 | 1 | -23/+23 |
| | |||||
* | 37831: typeset: Document exit status difference from parameter assignment ↵ | Daniel Shahaf | 2016-01-30 | 1 | -0/+17 |
| | | | | statements | ||||
* | 37493: readonly + POSIX_BUILTINS == typeset -gr | Barton E. Schaefer | 2016-01-02 | 1 | -1/+4 |
| | |||||
* | 37467: add "print -v var" / "printf -v var" | Barton E. Schaefer | 2015-12-31 | 1 | -2/+8 |
| | |||||
* | 37310: effect of disabling typeset reserved word | Peter Stephenson | 2015-12-07 | 1 | -1/+4 |
| | |||||
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 1 | -2/+1 |
| | |||||
* | 37038: add -l option to emulate to list options in emulations | Peter Stephenson | 2015-11-01 | 1 | -1/+9 |
| | |||||
* | remove sentence fragment | Barton E. Schaefer | 2015-09-30 | 1 | -2/+1 |
| | |||||
* | cf. users/20606: zcompile prepares scripts for sourcing, not for execution | Barton E. Schaefer | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | cf. users/20586: clean up cross-references to the "Autoloading Functions" doc | Barton E. Schaefer | 2015-09-18 | 1 | -8/+10 |
| | |||||
* | 36067: fix typo and format in the documentation | Jun T | 2015-08-11 | 1 | -8/+8 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 1 | -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 only | Barton E. Schaefer | 2015-06-06 | 1 | -31/+31 |
| | |||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -5/+20 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 1 | -1/+22 |
| | |||||
* | users/20238: add "fc -L" to operate only on the local shell history | Barton E. Schaefer | 2015-05-30 | 1 | -6/+10 |
| | | | | Also avoid invoking the editor on empty results. | ||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 1 | -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 emulate | Jun-ichi Takimoto | 2015-05-26 | 1 | -2/+2 |
| | | | | based on 34981 by Han Pingtian | ||||
* | 35193: Add "unalias -a". | Peter Stephenson | 2015-05-18 | 1 | -1/+8 |
| | |||||
* | 35075: improve manual format | Jun-ichi Takimoto | 2015-05-12 | 1 | -12/+17 |
| | | | | also fixed a ChangeLog entry for 35034 (2015-05-06) | ||||
* | 35059: fix, document, test readonly -p. | Peter Stephenson | 2015-05-08 | 1 | -0/+5 |
| | | | | | | Don't output specials as can't be reconstructed. Output arrays in a useful order. | ||||
* | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 2015-05-06 | 1 | -44/+50 |
| | |||||
* | 35008: clarify description of 'exec' and 'return' | Jun-ichi Takimoto | 2015-05-01 | 1 | -6/+12 |
| | |||||
* | 34992: POSIX fix for readonly variables. | Peter Stephenson | 2015-04-29 | 1 | -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 bindkey | Jun-ichi Takimoto | 2015-03-06 | 1 | -3/+6 |
| | |||||
* | unposted: fix formatting of "--". | Barton E. Schaefer | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | unposted: fix other typeset doc errors | Barton E. Schaefer | 2015-01-28 | 1 | -10/+14 |
| | |||||
* | 34421: clean up typeset documentation | Barton E. Schaefer | 2015-01-28 | 1 | -47/+75 |
| | | | | Also remove duplicated ChangeLog entry for 34365. | ||||
* | 34373, 34374: update completion of builtin commands, modifiers, | Oliver Kiddle | 2015-01-25 | 1 | -1/+1 |
| | | | | parameter and globbing flags | ||||
* | 34329: add -S option to which and where | Peter Stephenson | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | users/19682: document recommended use of whence | Peter Stephenson | 2015-01-04 | 1 | -1/+6 |
| | |||||
* | users/19667: whence -S shows intermediate steps in symlink expansion | Peter Stephenson | 2015-01-02 | 1 | -2/+7 |
| |