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
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
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-3
/
+3
2003-09-24
19129: extra argument to typeset -T gives character for joining array
Peter Stephenson
1
-8
/
+71
2003-08-30
18982: comments/rant for paramsubst()
Peter Stephenson
1
-1
/
+10
2003-04-04
18435: unsetting readonly returned status 0
Peter Stephenson
1
-4
/
+6
2003-03-11
18337: use C locale when converting floats to scalars to avoid problems in
Oliver Kiddle
1
-2
/
+11
2002-10-31
- Use floatsecondsgetfn() and floatsecondssetfn() inside the int* version
Wayne Davison
1
-18
/
+25
2002-10-29
17873: When restoring SECONDS after a function call, included elapsed time.
Peter Stephenson
1
-0
/
+17
2002-10-29
17868: Allow $SECONDS to become floating point.
Peter Stephenson
1
-3
/
+53
2002-10-10
17794: fix bugs with tied parameters
Oliver Kiddle
1
-1
/
+14
2002-08-05
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
1
-4
/
+4
2002-06-20
17334: TYPESET_SILENT shell option and typeset -p option
Peter Stephenson
1
-29
/
+69
2002-03-24
Made SAVEHIST a special parameter.
Wayne Davison
1
-0
/
+20
2002-02-12
The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.
Wayne Davison
1
-2
/
+2
2002-01-31
16493: correct typos
Oliver Kiddle
1
-7
/
+7
2002-01-31
16492: add RPROMPT2 variable for right prompts in multi-line commands
Oliver Kiddle
1
-2
/
+5
2002-01-10
16423: append a `.' to converted floating point output
Peter Stephenson
1
-0
/
+2
2001-12-18
16364: further to 16351, except specials from having their value cleared
Oliver Kiddle
1
-1
/
+4
2001-12-18
small fix to += code from 16353
Oliver Kiddle
1
-4
/
+4
2001-12-17
16353: add += parameter assignments
Oliver Kiddle
1
-8
/
+120
2001-12-17
fix bug in parameter unset code that caused seg fault (16351)
Oliver Kiddle
1
-1
/
+2
2001-12-17
ref 16347: tweaks
Clint Adams
1
-1
/
+0
2001-12-16
16345: (n) flag to remove duplicate array values during expansion.
Clint Adams
1
-0
/
+17
2001-11-03
16201: introduce the PM_NAMEDDIR flag
Bart Schaefer
1
-1
/
+5
2001-07-02
fix IRIX 5.3 specific compilation problems and some error messages (15204)
Oliver Kiddle
1
-3
/
+3
[next]