Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28630: Ricky Zhou: fix crash with isident() | Peter Stephenson | 2011-01-16 | 1 | -0/+2 |
| | | | | 28634: add test | ||||
* | unposted: fix return types in 28617 | Peter Stephenson | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | 28617: NO_EXEC option was doing too much work in | Peter Stephenson | 2011-01-10 | 1 | -0/+18 |
| | | | | parameter subscripting, parameter assignment, and globbing | ||||
* | users/15662: array slice assignment with one index positive and one negative. | Bart Schaefer | 2010-12-21 | 1 | -2/+2 |
| | |||||
* | 28418: add ${NAME:OFFSET:LENGTH} substitution | Peter Stephenson | 2010-11-18 | 1 | -2/+2 |
| | |||||
* | 28384: improve error message on assignment to a field of a read-only hash. | Bart Schaefer | 2010-11-03 | 1 | -1/+8 |
| | | | | CVS ---------------------------------------------------------------------- | ||||
* | 28339: backslash-newline history without HIST_LEX_WORDS | Peter Stephenson | 2010-10-10 | 1 | -2/+15 |
| | | | | 28340: assignment to range of scalar variable with multibyte characters | ||||
* | 28220 plus some comments: fix "HELLO=$HELLO shellfunc" | Peter Stephenson | 2010-08-31 | 1 | -9/+18 |
| | |||||
* | 27994: better error for failed parameter autoload | Peter Stephenson | 2010-06-03 | 1 | -1/+2 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -3/+18 |
| | |||||
* | Geoff: 27693: rename underscore to avoid name clash | Peter Stephenson | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | Joakim Rosqvist: 27591 as modified in 27594: | Peter Stephenson | 2010-01-13 | 1 | -0/+46 |
| | | | | KEYBOARD_HACK variable | ||||
* | 27243: reverse indexing of arrays with beginning index out of range returned | Peter Stephenson | 2009-09-05 | 1 | -0/+10 |
| | | | | wrong value | ||||
* | 26950: warn on failed attempt to change user or group ID | Peter Stephenson | 2009-05-08 | 1 | -5/+13 |
| | | | | 26593: print warning but dont fail test if simple Unicode conversion fails | ||||
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -4/+4 |
| | | | | environments, plus documentation | ||||
* | 26315: define ZSH_PATCHLEVEL to "unknown" if not found | Peter Stephenson | 2009-01-15 | 1 | -0/+5 |
| | |||||
* | 26313: --enable-custom-patchlevel | Peter Stephenson | 2009-01-15 | 1 | -0/+4 |
| | | | | unposted: WARN_CREATE_GLOBAL in tcp_log | ||||
* | 262727: add $ZSH_PATCHLEVEL from ChangeLog revision | Peter Stephenson | 2009-01-09 | 1 | -0/+2 |
| | |||||
* | 26260: fix crash failing to assigns scalar to special hash | Peter Stephenson | 2009-01-08 | 1 | -3/+12 |
| | |||||
* | 25926: free val only after it may be passed to strlen (as in 25656). | Clint Adams | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | 25831: fix empty return values from subscript matches with RC_EXPAND_PARAM | Peter Stephenson | 2008-10-09 | 1 | -5/+5 |
| | |||||
* | 25774: fix in 25772 was applied too widely | Peter Stephenson | 2008-09-29 | 1 | -6/+8 |
| | |||||
* | 25772: crash with bad associative array pattern search | Peter Stephenson | 2008-09-29 | 1 | -0/+2 |
| | |||||
* | 25656: free val only after it may be passed to strlen(). | Clint Adams | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | 25627: add $ZSH_SUBSHELL | Peter Stephenson | 2008-09-05 | 1 | -1/+3 |
| | |||||
* | 25364: fix k flag in hash subscript | Peter Stephenson | 2008-07-31 | 1 | -1/+5 |
| | |||||
* | fix optimisation of string matching with multibyte mode | Peter Stephenson | 2008-03-25 | 1 | -4/+6 |
| | | | | | 24732: attempt to provide adequate space for sched ztrftime string with multibyte characters | ||||
* | 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1 | Bart Schaefer | 2008-03-18 | 1 | -1/+1 |
| | | | | any longer, so the (i) subscript flag on an empty array needs to yield 1. | ||||
* | 24384 plus extra check: care with scanprog | Peter Stephenson | 2008-01-10 | 1 | -0/+4 |
| | |||||
* | Silenced a signed/unsigned compiler warning. | Wayne Davison | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | 24264: restrict effect of 24234 to parameter substitution code and document | Peter Stephenson | 2007-12-16 | 1 | -115/+117 |
| | |||||
* | 24234: apply typeset parameter flags consistently | Peter Stephenson | 2007-12-13 | 1 | -1/+124 |
| | |||||
* | 24113: createparamtable() was still messing with | Bart Schaefer | 2007-11-23 | 1 | -0/+4 |
| | | | | the internals of the environment even when USE_SET_UNSET_ENV. | ||||
* | 24045: fix memory leak where old value of an environment variable isn't freed | Oliver Kiddle | 2007-10-31 | 1 | -0/+2 |
| | |||||
* | 23730: improve preprocessor and regression tests for 23725 | Peter Stephenson | 2007-07-31 | 1 | -10/+8 |
| | |||||
* | 23725: use setenv()/unsetenv() for environment memory management | Peter Stephenson | 2007-07-30 | 1 | -6/+63 |
| | |||||
* | 23696: x=x; x[-10]=y did bad things | Peter Stephenson | 2007-07-25 | 1 | -1/+4 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -6/+10 |
| | |||||
* | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 2007-06-18 | 1 | -36/+53 |
| | |||||
* | 23553: unsubscripted array inside math eval behaves more rationally | Peter Stephenson | 2007-06-12 | 1 | -2/+18 |
| | |||||
* | 23485: feature completion and autoloading | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -2/+43 |
| | |||||
* | 23440: Make $param[(R)value] substitute the empty string on failure | Peter Stephenson | 2007-05-21 | 1 | -1/+20 |
| | |||||
* | 23437: typo noted by Wayne | Peter Stephenson | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | 23436: consistency with null strings in local variables | Peter Stephenson | 2007-05-13 | 1 | -10/+38 |
| | | | | unposted: Phil Pennock: POSIX RE's are extended | ||||
* | 23273: fix bad patterns in reverse array subscripting | Peter Stephenson | 2007-04-13 | 1 | -228/+226 |
| | |||||
* | 23159 plus minor doc tweaks: leave BAUD parameter unset by default | Peter Stephenson | 2007-02-08 | 1 | -3/+10 |
| | |||||
* | 23152: make ztrcmp() respect MULTIBYTE | Peter Stephenson | 2007-02-06 | 1 | -1/+1 |
| | | | | make sorting of printed hash tables more consistent | ||||
* | 22952: fix some argument delimiters to work with multibyte characters | Peter Stephenson | 2006-11-02 | 1 | -11/+12 |
| | |||||
* | 22686: unset array if assigning numeric parameter | Peter Stephenson | 2006-09-11 | 1 | -41/+32 |
| |