Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-28 | 52594: support for POSIX real-time signals with kill and trap | Oliver Kiddle | 1 | -1/+1 | |
Also add new -L option to kill for a more verbose listing of signals | |||||
2023-05-13 | 51722: Safety for extracting elements of $historywords | Peter Stephenson | 1 | -2/+9 | |
2023-02-13 | 51430: Misc. problems with typeset and $parameters | Bart Schaefer | 1 | -1/+1 | |
* Fix and test for regression of assignment when using typeset command * Fix output of typeset +m and $parameters[ref] * Prevent segfault in typeset | |||||
2023-02-12 | 51374: Expose named references in $parameters, fix substitution error. | Bart Schaefer | 1 | -3/+8 | |
2023-02-12 | 51360: Initial implementation of named references. | Bart Schaefer | 1 | -1/+3 | |
2022-03-01 | 49783: Consistently use old job table in parameter module | Peter Stephenson | 1 | -39/+57 | |
2022-02-22 | unposted: Fix some typos and markup. | Daniel Shahaf | 1 | -1/+1 | |
2021-09-22 | 49422: improve support of --disable-dynamic-nss | Jun-ichi Takimoto | 1 | -0/+12 | |
see also 49392 (Vincent) and 49412 (Axel) | |||||
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 1 | -1/+1 | |
2018-10-08 | 43616: Various parameter setting and display fixes. | Peter Stephenson | 1 | -21/+23 | |
Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes. | |||||
2018-06-17 | 43039: Mark functions_source (et al.) for auto-loading | dana | 1 | -0/+1 | |
2017-02-26 | 40650: redo 40508 and 40626 with comments explaining what is actually going on | Barton E. Schaefer | 1 | -9/+25 | |
2017-02-26 | Revert 40626 which broke tests. | Daniel Shahaf | 1 | -2/+2 | |
2017-02-25 | 40626: Make $options re-settable. | Daniel Shahaf | 1 | -2/+2 | |
Follow-up to 40508. Reported-by: James McGlashan | |||||
2017-02-08 | 40508: Make $functions re-settable. | Daniel Shahaf | 1 | -2/+2 | |
2017-01-28 | 40440: Add $functions_source hash to zsh/parameter. | Peter Stephenson | 1 | -0/+96 | |
This allows you to find out where a function was loaded from. | |||||
2016-06-03 | 38586: Metafication problem with $functions | Peter Stephenson | 1 | -5/+0 | |
If treated as a complete associative array or scanned (retrieving individual values was not affected), it incorrectly unmetafied the value so multibyte characters got confused. Add test. | |||||
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 1 | -1/+1 | |
2015-05-29 | 2037: ${functions[foo]} shouldn't be unmetafied. | Peter Stephenson | 1 | -5/+0 | |
When passed back from the parameter-specific "get" handler it's still in the shell's internals, so remains metafied. This caused mayhem with UTF-8 characters in function bodies. | |||||
2014-09-30 | 33294: $functions[func_with_redir] plus extra tests | Peter Stephenson | 1 | -11/+44 | |
2014-09-18 | users/19097: remove $functypetrace in favour of ref to $zsheval_context | Peter Stephenson | 1 | -39/+0 | |
2014-09-12 | Add $functypestack special parameter in zsh/parameter | Peter Stephenson | 1 | -0/+39 | |
2014-07-24 | 32903: new empty (unset) elements in the special parameter hash tables are ↵ | Barton E. Schaefer | 1 | -15/+15 | |
special themselves | |||||
2013-10-11 | 31805: Add $patchars and $dis_patchars to zsh/parameter module | Mikael Magnusson | 1 | -0/+40 | |
2012-10-11 | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 1 | -1/+1 | |
2012-10-07 | 30722: fix some cases where emulations or options were not propagated properly | Peter Stephenson | 1 | -3/+3 | |
from the emulate command | |||||
2012-03-05 | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 1 | -2/+18 | |
2011-01-19 | 28638: add $usergroups parameter | Peter Stephenson | 1 | -1/+138 | |
2010-12-12 | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 1 | -1/+1 | |
2009-02-11 | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 1 | -0/+1 | |
environments, plus documentation | |||||
2008-09-29 | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 1 | -1/+1 | |
2008-09-11 | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 1 | -2/+3 | |
2008-09-03 | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 1 | -4/+11 | |
try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack | |||||
2008-08-13 | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 1 | -0/+53 | |
2008-08-11 | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 1 | -2/+34 | |
2007-09-05 | users/11818: allow non-numeric keys for job status parameters | Peter Stephenson | 1 | -3/+16 | |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -120/+81 | |
2007-06-27 | 23670: rationalise some linked list functions | Peter Stephenson | 1 | -32/+6 | |
2007-06-18 | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 1 | -5/+5 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -165/+86 | |
2007-05-21 | 23446: fix typo producing wrong values for alias parameters | Peter Stephenson | 1 | -1/+1 | |
2006-09-18 | operator precedence fix | Clint Adams | 1 | -1/+1 | |
2006-09-17 | 22728: $functrace parameter for function backtraces. | Clint Adams | 1 | -0/+32 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -11/+11 | |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -161/+161 | |
2005-03-10 | 20959: fix crash unloading zsh/parameter and test the fix | Peter Stephenson | 1 | -1/+1 | |
2005-02-06 | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 1 | -2/+1 | |
(now traplists); improve trap tests | |||||
2005-01-21 | Fixed compiler warning about a missing initializer. | Wayne Davison | 1 | -2/+2 | |
2005-01-12 | 20695: Fix Cygwin problem with initialising from pointer to imported variable | Peter Stephenson | 1 | -1/+8 | |
2004-12-07 | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 1 | -288/+177 | |
Separate justification width of parameters from base/precision. |