index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
params.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-11
fix tests using zsh/datetime that I broke
Peter Stephenson
1
-3
/
+15
2011-07-28
29626: arguments to anonymous functions shouldn't be parsed as command words
Peter Stephenson
1
-0
/
+1
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-4
/
+9
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-05-10
29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.
Peter Stephenson
1
-5
/
+44
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-6
/
+6
2011-01-16
28630: Ricky Zhou: fix crash with isident()
Peter Stephenson
1
-0
/
+2
2011-01-11
unposted: fix return types in 28617
Peter Stephenson
1
-2
/
+2
2011-01-10
28617: NO_EXEC option was doing too much work in
Peter Stephenson
1
-0
/
+18
2010-12-21
users/15662: array slice assignment with one index positive and one negative.
Bart Schaefer
1
-2
/
+2
2010-11-18
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
1
-2
/
+2
2010-11-03
28384: improve error message on assignment to a field of a read-only hash.
Bart Schaefer
1
-1
/
+8
2010-10-10
28339: backslash-newline history without HIST_LEX_WORDS
Peter Stephenson
1
-2
/
+15
2010-08-31
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
Peter Stephenson
1
-9
/
+18
2010-06-03
27994: better error for failed parameter autoload
Peter Stephenson
1
-1
/
+2
2010-05-12
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Peter Stephenson
1
-3
/
+18
2010-02-09
Geoff: 27693: rename underscore to avoid name clash
Peter Stephenson
1
-1
/
+1
2010-01-13
Joakim Rosqvist: 27591 as modified in 27594:
Peter Stephenson
1
-0
/
+46
2009-09-05
27243: reverse indexing of arrays with beginning index out of range returned
Peter Stephenson
1
-0
/
+10
2009-05-08
26950: warn on failed attempt to change user or group ID
Peter Stephenson
1
-5
/
+13
2009-02-11
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
1
-4
/
+4
2009-01-15
26315: define ZSH_PATCHLEVEL to "unknown" if not found
Peter Stephenson
1
-0
/
+5
2009-01-15
26313: --enable-custom-patchlevel
Peter Stephenson
1
-0
/
+4
2009-01-09
262727: add $ZSH_PATCHLEVEL from ChangeLog revision
Peter Stephenson
1
-0
/
+2
2009-01-08
26260: fix crash failing to assigns scalar to special hash
Peter Stephenson
1
-3
/
+12
2008-10-23
25926: free val only after it may be passed to strlen (as in 25656).
Clint Adams
1
-1
/
+1
2008-10-09
25831: fix empty return values from subscript matches with RC_EXPAND_PARAM
Peter Stephenson
1
-5
/
+5
2008-09-29
25774: fix in 25772 was applied too widely
Peter Stephenson
1
-6
/
+8
2008-09-29
25772: crash with bad associative array pattern search
Peter Stephenson
1
-0
/
+2
2008-09-13
25656: free val only after it may be passed to strlen().
Clint Adams
1
-1
/
+1
2008-09-05
25627: add $ZSH_SUBSHELL
Peter Stephenson
1
-1
/
+3
2008-07-31
25364: fix k flag in hash subscript
Peter Stephenson
1
-1
/
+5
2008-03-25
fix optimisation of string matching with multibyte mode
Peter Stephenson
1
-4
/
+6
2008-03-18
24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
Bart Schaefer
1
-1
/
+1
2008-01-10
24384 plus extra check: care with scanprog
Peter Stephenson
1
-0
/
+4
2007-12-27
Silenced a signed/unsigned compiler warning.
Wayne Davison
1
-1
/
+1
2007-12-16
24264: restrict effect of 24234 to parameter substitution code and document
Peter Stephenson
1
-115
/
+117
2007-12-13
24234: apply typeset parameter flags consistently
Peter Stephenson
1
-1
/
+124
2007-11-23
24113: createparamtable() was still messing with
Bart Schaefer
1
-0
/
+4
2007-10-31
24045: fix memory leak where old value of an environment variable isn't freed
Oliver Kiddle
1
-0
/
+2
2007-07-31
23730: improve preprocessor and regression tests for 23725
Peter Stephenson
1
-10
/
+8
2007-07-30
23725: use setenv()/unsetenv() for environment memory management
Peter Stephenson
1
-6
/
+63
2007-07-25
23696: x=x; x[-10]=y did bad things
Peter Stephenson
1
-1
/
+4
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-6
/
+10
2007-06-18
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
1
-36
/
+53
2007-06-12
23553: unsubscripted array inside math eval behaves more rationally
Peter Stephenson
1
-2
/
+18
2007-05-29
23485: feature completion and autoloading
Peter Stephenson
1
-1
/
+1
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-2
/
+43
2007-05-21
23440: Make $param[(R)value] substitute the empty string on failure
Peter Stephenson
1
-1
/
+20
2007-05-14
23437: typo noted by Wayne
Peter Stephenson
1
-1
/
+1
[next]