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
*
Made SAVEHIST a special parameter.
Wayne Davison
2002-03-24
1
-0
/
+20
*
The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.
Wayne Davison
2002-02-12
1
-2
/
+2
*
16493: correct typos
Oliver Kiddle
2002-01-31
1
-7
/
+7
*
16492: add RPROMPT2 variable for right prompts in multi-line commands
Oliver Kiddle
2002-01-31
1
-2
/
+5
*
16423: append a `.' to converted floating point output
Peter Stephenson
2002-01-10
1
-0
/
+2
*
16364: further to 16351, except specials from having their value cleared
Oliver Kiddle
2001-12-18
1
-1
/
+4
*
small fix to += code from 16353
Oliver Kiddle
2001-12-18
1
-4
/
+4
*
16353: add += parameter assignments
Oliver Kiddle
2001-12-17
1
-8
/
+120
*
fix bug in parameter unset code that caused seg fault (16351)
Oliver Kiddle
2001-12-17
1
-1
/
+2
*
ref 16347: tweaks
Clint Adams
2001-12-17
1
-1
/
+0
*
16345: (n) flag to remove duplicate array values during expansion.
Clint Adams
2001-12-16
1
-0
/
+17
*
16201: introduce the PM_NAMEDDIR flag
Bart Schaefer
2001-11-03
1
-1
/
+5
*
fix IRIX 5.3 specific compilation problems and some error messages (15204)
Oliver Kiddle
2001-07-02
1
-3
/
+3
*
fix setting of individual positional parameters after 14915
Peter Stephenson
2001-06-15
1
-6
/
+15
*
$* and $@ are special
Peter Stephenson
2001-06-14
1
-2
/
+2
*
fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...
Sven Wischnowsky
2001-05-31
1
-1
/
+3
*
Added some array-assignment boundary checks.
Wayne Davison
2001-05-20
1
-2
/
+7
*
Fix, test and comment unsetting and resetting of special tied parameters
Peter Stephenson
2001-05-19
1
-0
/
+6
*
Fix re-set of integer special params after unset.
Bart Schaefer
2001-05-19
1
-16
/
+11
*
Use BDIGBUFSIZE in two other places
Peter Stephenson
2001-05-01
1
-2
/
+2
*
BDIGBUFSIZE for binary conversions.
Bart Schaefer
2001-04-28
1
-1
/
+1
*
Subscripting optimization and error checking.
Bart Schaefer
2001-04-24
1
-9
/
+16
*
Fix subscripting bug with backslash-double-quote.
Bart Schaefer
2001-04-23
1
-5
/
+6
*
Fix bug in (kK) subscript flags.
Bart Schaefer
2001-04-22
1
-9
/
+13
*
14065: decrease termcap/terminfo parameter fishiness
Clint Adams
2001-04-22
1
-1
/
+1
*
More parameter/subscript cleanup.
Bart Schaefer
2001-04-21
1
-11
/
+18
*
Parameter repairs, mostly for subscripting.
Bart Schaefer
2001-04-20
1
-37
/
+52
*
indent fix
Sven Wischnowsky
2001-04-06
1
-1
/
+1
*
test for unset in pipestatussetfn() (13917)
Sven Wischnowsky
2001-04-06
1
-4
/
+8
*
(13916)
Sven Wischnowsky
2001-04-06
1
-2
/
+2
*
fix for reverse subscripting of strings as second part of subscript ($a[x,(r)...
Sven Wischnowsky
2001-04-05
1
-2
/
+4
*
unposted: remove unused variable declaration
Clint Adams
2001-02-14
1
-1
/
+0
*
13370: avoid in-place modification of environments variables when importing.
Andrey Borzenkov
2001-01-19
1
-46
/
+52
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-12
/
+38
*
ALL_EXPORT tweaks.
Bart Schaefer
2000-11-25
1
-1
/
+13
*
Fix 12722.
Bart Schaefer
2000-09-04
1
-1
/
+3
*
12722: [##base] for output base selection without a base prefix
Andrew Main
2000-09-02
1
-4
/
+5
*
12581: C_BASES option
Peter Stephenson
2000-08-10
1
-1
/
+6
*
12501: Andrej: use zgetenv, zputenv
Peter Stephenson
2000-08-03
1
-32
/
+29
*
12411, 12419: Andrej: environment handling with fewer assumptions
Peter Stephenson
2000-07-28
1
-77
/
+136
*
12247: internal hostnam variable removed in favour of $HOST
Peter Stephenson
2000-07-13
1
-2
/
+6
*
AIX dependency fixes
Oliver Kiddle
2000-07-04
1
-1
/
+1
*
12138: setting arrays in math context
Peter Stephenson
2000-07-03
1
-13
/
+29
*
12112: Don't make namedirs out of hash elements.
Bart Schaefer
2000-06-28
1
-1
/
+3
*
11867: restrict typeset -H application
Peter Stephenson
2000-06-12
1
-1
/
+2
*
11838: typeset -H
Peter Stephenson
2000-06-09
1
-1
/
+1
*
AIX dependency fix
Oliver Kiddle
2000-06-05
1
-1
/
+1
*
Changed the array "len" to be "end" -- a 1-relative index of the last
Wayne Davison
2000-06-02
1
-65
/
+68
*
Finish the job started in my last patch.
Wayne Davison
2000-06-01
1
-1
/
+1
*
Made $array[0,0] work just like $array[0].
Wayne Davison
2000-06-01
1
-4
/
+4
[next]