index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
params.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
Bart Schaefer
2008-03-18
1
-1
/
+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
*
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
*
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
*
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
*
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
2006-09-10
1
-2
/
+2
*
22578: ensure HISTCHARS/histchars never contains non-ASCII characters
Peter Stephenson
2006-08-02
1
-4
/
+15
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
1
-8
/
+5
*
22524: searchable parameter subscripts with multibyte chars,
Peter Stephenson
2006-06-27
1
-24
/
+167
*
22518: Initial go at making parameter subscripts
Peter Stephenson
2006-06-26
1
-24
/
+128
*
22483: add $sysparams to zsh/system
Peter Stephenson
2006-06-05
1
-2
/
+2
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-30
/
+28
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-179
/
+179
*
22321: optimize 22318.
Bart Schaefer
2006-03-06
1
-14
/
+15
*
22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...
Clint Adams
2006-02-19
1
-1
/
+1
*
22198: do always set HOME in native emulation
Peter Stephenson
2006-02-07
1
-0
/
+11
*
22195: don't set HOME in the shell
Peter Stephenson
2006-02-06
1
-4
/
+1
*
users/9638: tweaks for FCEDIT etc.
Peter Stephenson
2005-11-07
1
-1
/
+0
*
21974: memory leak with tied parameters
Peter Stephenson
2005-11-02
1
-1
/
+6
*
21871: replace INULL() by inull()
Peter Stephenson
2005-10-13
1
-6
/
+6
[next]