about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Collapse)AuthorAgeFilesLines
* 28418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson2010-11-181-2/+2
|
* 28384: improve error message on assignment to a field of a read-only hash.Bart Schaefer2010-11-031-1/+8
| | | | CVS ----------------------------------------------------------------------
* 28339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2010-10-101-2/+15
| | | | 28340: assignment to range of scalar variable with multibyte characters
* 28220 plus some comments: fix "HELLO=$HELLO shellfunc"Peter Stephenson2010-08-311-9/+18
|
* 27994: better error for failed parameter autoloadPeter Stephenson2010-06-031-1/+2
|
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-3/+18
|
* Geoff: 27693: rename underscore to avoid name clashPeter Stephenson2010-02-091-1/+1
|
* Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson2010-01-131-0/+46
| | | | KEYBOARD_HACK variable
* 27243: reverse indexing of arrays with beginning index out of range returnedPeter Stephenson2009-09-051-0/+10
| | | | wrong value
* 26950: warn on failed attempt to change user or group IDPeter Stephenson2009-05-081-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 Stephenson2009-02-111-4/+4
| | | | environments, plus documentation
* 26315: define ZSH_PATCHLEVEL to "unknown" if not foundPeter Stephenson2009-01-151-0/+5
|
* 26313: --enable-custom-patchlevelPeter Stephenson2009-01-151-0/+4
| | | | unposted: WARN_CREATE_GLOBAL in tcp_log
* 262727: add $ZSH_PATCHLEVEL from ChangeLog revisionPeter Stephenson2009-01-091-0/+2
|
* 26260: fix crash failing to assigns scalar to special hashPeter Stephenson2009-01-081-3/+12
|
* 25926: free val only after it may be passed to strlen (as in 25656).Clint Adams2008-10-231-1/+1
|
* 25831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson2008-10-091-5/+5
|
* 25774: fix in 25772 was applied too widelyPeter Stephenson2008-09-291-6/+8
|
* 25772: crash with bad associative array pattern searchPeter Stephenson2008-09-291-0/+2
|
* 25656: free val only after it may be passed to strlen().Clint Adams2008-09-131-1/+1
|
* 25627: add $ZSH_SUBSHELLPeter Stephenson2008-09-051-1/+3
|
* 25364: fix k flag in hash subscriptPeter Stephenson2008-07-311-1/+5
|
* fix optimisation of string matching with multibyte modePeter Stephenson2008-03-251-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 1Bart Schaefer2008-03-181-1/+1
| | | | any longer, so the (i) subscript flag on an empty array needs to yield 1.
* 24384 plus extra check: care with scanprogPeter Stephenson2008-01-101-0/+4
|
* Silenced a signed/unsigned compiler warning.Wayne Davison2007-12-271-1/+1
|
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-161-115/+117
|
* 24234: apply typeset parameter flags consistentlyPeter Stephenson2007-12-131-1/+124
|
* 24113: createparamtable() was still messing withBart Schaefer2007-11-231-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 freedOliver Kiddle2007-10-311-0/+2
|
* 23730: improve preprocessor and regression tests for 23725Peter Stephenson2007-07-311-10/+8
|
* 23725: use setenv()/unsetenv() for environment memory managementPeter Stephenson2007-07-301-6/+63
|
* 23696: x=x; x[-10]=y did bad thingsPeter Stephenson2007-07-251-1/+4
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-6/+10
|
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-36/+53
|
* 23553: unsubscripted array inside math eval behaves more rationallyPeter Stephenson2007-06-121-2/+18
|
* 23485: feature completion and autoloadingPeter Stephenson2007-05-291-1/+1
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-2/+43
|
* 23440: Make $param[(R)value] substitute the empty string on failurePeter Stephenson2007-05-211-1/+20
|
* 23437: typo noted by WaynePeter Stephenson2007-05-141-1/+1
|
* 23436: consistency with null strings in local variablesPeter Stephenson2007-05-131-10/+38
| | | | unposted: Phil Pennock: POSIX RE's are extended
* 23273: fix bad patterns in reverse array subscriptingPeter Stephenson2007-04-131-228/+226
|
* 23159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson2007-02-081-3/+10
|
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-1/+1
| | | | make sorting of printed hash tables more consistent
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-021-11/+12
|
* 22686: unset array if assigning numeric parameterPeter Stephenson2006-09-111-41/+32
|
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-2/+2
|
* 22578: ensure HISTCHARS/histchars never contains non-ASCII charactersPeter Stephenson2006-08-021-4/+15
|
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-8/+5
| | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
* 22524: searchable parameter subscripts with multibyte chars,Peter Stephenson2006-06-271-24/+167
| | | | a few other fixes