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
2007-04-13
23273: fix bad patterns in reverse array subscripting
Peter Stephenson
1
-228
/
+226
2007-02-08
23159 plus minor doc tweaks: leave BAUD parameter unset by default
Peter Stephenson
1
-3
/
+10
2007-02-06
23152: make ztrcmp() respect MULTIBYTE
Peter Stephenson
1
-1
/
+1
2006-11-02
22952: fix some argument delimiters to work with multibyte characters
Peter Stephenson
1
-11
/
+12
2006-09-11
22686: unset array if assigning numeric parameter
Peter Stephenson
1
-41
/
+32
2006-09-10
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
1
-2
/
+2
2006-08-02
22578: ensure HISTCHARS/histchars never contains non-ASCII characters
Peter Stephenson
1
-4
/
+15
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-8
/
+5
2006-06-27
22524: searchable parameter subscripts with multibyte chars,
Peter Stephenson
1
-24
/
+167
2006-06-26
22518: Initial go at making parameter subscripts
Peter Stephenson
1
-24
/
+128
2006-06-05
22483: add $sysparams to zsh/system
Peter Stephenson
1
-2
/
+2
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-30
/
+28
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-179
/
+179
2006-03-06
22321: optimize 22318.
Bart Schaefer
1
-14
/
+15
2006-02-19
22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...
Clint Adams
1
-1
/
+1
2006-02-07
22198: do always set HOME in native emulation
Peter Stephenson
1
-0
/
+11
2006-02-06
22195: don't set HOME in the shell
Peter Stephenson
1
-4
/
+1
2005-11-07
users/9638: tweaks for FCEDIT etc.
Peter Stephenson
1
-1
/
+0
2005-11-02
21974: memory leak with tied parameters
Peter Stephenson
1
-1
/
+6
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-6
/
+6
2005-09-20
21736: improve tests for word and identifier characters with multibyte input
Peter Stephenson
1
-1
/
+0
2005-09-09
adapted from 21719: add some mod_exports
Peter Stephenson
1
-2
/
+3
2005-09-06
21701: Negative subscripts of scalars before start were broken
Peter Stephenson
1
-1
/
+4
2005-08-22
21678: Unsetting tied parameters caused various crashes
Peter Stephenson
1
-3
/
+16
2005-08-08
21575 plus unposted: Add WARN_CREATE_GLOBAL option
Peter Stephenson
1
-7
/
+20
2005-07-24
The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown
Wayne Davison
1
-1
/
+1
2005-04-08
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
Clint Adams
1
-0
/
+1
2005-03-10
20959: fix crash unloading zsh/parameter and test the fix
Peter Stephenson
1
-1
/
+6
2005-01-21
Got rid of "unused parameter" compiler warning for nullsethashfn().
Wayne Davison
1
-1
/
+1
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-1
/
+1
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-150
/
+273
2004-11-16
users/8219: add $HISTCMD
Peter Stephenson
1
-0
/
+1
2004-10-01
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
1
-1
/
+2
2004-10-01
Silence unused-parameter warnings from the compiler.
Wayne Davison
1
-2
/
+2
2004-09-20
20391: SHLVL wasn't updated in environment
Peter Stephenson
1
-2
/
+2
2004-09-17
20378: Matthias B.: fix bugs joining with metafied chars.
Peter Stephenson
1
-1
/
+1
2004-09-09
20331: Use internal zlong variables for consistency
Peter Stephenson
1
-5
/
+22
2004-07-07
20141: Crash restoring exported special parameters
Peter Stephenson
1
-38
/
+43
2004-06-22
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
1
-0
/
+2
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-42
/
+42
2004-05-28
- Added missing struct initializers to two last-in-list values.
Wayne Davison
1
-5
/
+7
2004-05-21
Added a call to saveandpophiststack(0) to endparamscope() to enable
Wayne Davison
1
-0
/
+1
2004-05-21
19971: Fix environment nastiness in zexecve()
Peter Stephenson
1
-1
/
+2
2004-04-06
19712, 19740: allow assigning to associations with i and r subscript flags
Oliver Kiddle
1
-1
/
+8
2004-03-30
19707: negative index into arrays should return scalar and not one element array
Oliver Kiddle
1
-1
/
+2
2004-03-18
unposted: make 19655 a bit safer
Peter Stephenson
1
-0
/
+1
2004-03-18
19655, 19656, 19657: Memory leaks spotted by valgrind.
Peter Stephenson
1
-0
/
+1
2004-03-08
19552: missing mod_export
Peter Stephenson
1
-1
/
+1
2004-01-15
19374: fix typo in 19361
Peter Stephenson
1
-1
/
+1
2004-01-12
19361: Memory leaks
Peter Stephenson
1
-4
/
+15
[next]