Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49906 (Bart), 49911: Fixes to querying jobs in subshell. | Peter Stephenson | 2022-03-30 | 1 | -0/+18 |
| | | | | | | | | Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test. | ||||
* | users/27536: Improved history list documentation | Peter Stephenson | 2022-03-01 | 1 | -3/+4 |
| | | | | Clarify interaction of matching and numbers. | ||||
* | 49694 + doc: Allow using empty STTY= to freeze tty for a single command | Mikael Magnusson | 2022-01-30 | 1 | -1/+2 |
| | | | | | Previously, doing this would just run stty with no arguments, which normally causes it to print some terminal settings to stdout. | ||||
* | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 2021-11-02 | 1 | -8/+0 |
| | |||||
* | users/26734: docs: read: Notate the parameter name argument as optional. | Daniel Shahaf | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | 48601/0004: docs: return: Give examples of using arithmetic evaluation. | Daniel Shahaf | 2021-05-18 | 1 | -2/+8 |
| | |||||
* | 48601/0003: docs: functions -M: Add a subheading and index entries. | Daniel Shahaf | 2021-05-18 | 1 | -0/+6 |
| | |||||
* | 48601/0002: docs: functions -M: Document the return status / result ↵ | Daniel Shahaf | 2021-05-18 | 1 | -10/+48 |
| | | | | interdependency gotchas (cf. 48147). | ||||
* | 48601/0001: docs: functions -M: Move an example to be near the specification ↵ | Daniel Shahaf | 2021-05-18 | 1 | -7/+6 |
| | | | | of the relevant flag | ||||
* | 48614: getopts: Calculate OPTIND according to POSIX_BUILTINS | dana | 2021-05-03 | 1 | -1/+2 |
| | |||||
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 1 | -1/+5 |
| | | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness. | ||||
* | 48073: Add fc -s as POSIX way of rerunning command without starting editor | Martijn Dekker | 2021-02-17 | 1 | -1/+2 |
| | |||||
* | unposted: Fix typo 'my be' for typeset | Mikael Magnusson | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | 46240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵ | Daniel Shahaf | 2020-07-13 | 1 | -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 Shahaf | 2020-06-27 | 1 | -1/+7 |
| | |||||
* | 45183: Improve documentation examples | Stephane Chazelas | 2020-01-01 | 1 | -15/+20 |
| | |||||
* | 45009: POSIX_CD needs to suppress some forms of option. | Peter Stephenson | 2019-12-12 | 1 | -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 Batchelder | 2019-09-04 | 1 | -2/+2 |
| | |||||
* | Copy functions using functions -c old new. | Peter Stephenson | 2019-08-03 | 1 | -1/+10 |
| | | | | Documentation and test. | ||||
* | Update doc from previous commit. | Peter Stephenson | 2019-03-19 | 1 | -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 Blake | 2019-03-19 | 1 | -0/+4 |
| | |||||
* | 43945 (tweaked to remove test failure, noted in test): | Martijn Dekker | 2018-12-30 | 1 | -0/+2 |
| | | | | | Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests. | ||||
* | unposted: doc tweak for helpfiles | Peter Stephenson | 2018-10-08 | 1 | -1/+2 |
| | |||||
* | 43616: Various parameter setting and display fixes. | Peter Stephenson | 2018-10-08 | 1 | -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 Shahaf | 2018-09-25 | 1 | -0/+6 |
| | |||||
* | unposted: Fix trivial formatting error in docs | dana | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | 42399: document echo and behaviour of - and -- | Peter Stephenson | 2018-02-26 | 1 | -0/+9 |
| | |||||
* | 42004: fix parentheses in documentation | Martijn Dekker | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | unposted: Document "typeset -p"'s optional argument in the inline synopsis. | Daniel Shahaf | 2017-10-17 | 1 | -2/+2 |
| | |||||
* | Add typeset -p1, like typeset -p with newlines | Peter Stephenson | 2017-10-01 | 1 | -3/+8 |
| | |||||
* | 41679: slight clarification on exec of builtins | Peter Stephenson | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | 41470: Another note on new effect of POSIX_BUILTINS | Peter Stephenson | 2017-08-01 | 1 | -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 Stephenson | 2017-07-27 | 1 | -1/+7 |
| | | | | Document the default behaviour and add a test. | ||||
* | 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 |
| |