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
*
48857: declare "volatile" all globals that may be modified by signal handlers
Bart Schaefer
2021-05-16
1
-2
/
+4
*
47704: POSIX export and readonly ignore "-p" when parameter names also appear
Bart Schaefer
2021-04-18
1
-0
/
+4
*
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
2021-04-18
1
-3
/
+19
*
45772: Restore locale on parameter scope end.
Peter Stephenson
2020-05-05
1
-0
/
+34
*
45340: internal: Document the difference between paramtab and realparamtab.
Daniel Shahaf
2020-01-23
1
-1
/
+7
*
45066: internal: Document forklevel, locallevel, and exit_pending.
Daniel Shahaf
2019-12-18
1
-1
/
+5
*
45004: Fix typos in comments
Martijn Dekker
2019-12-11
1
-1
/
+1
*
44664: Fix problem with temporary assignment.
Peter Stephenson
2019-08-14
1
-1
/
+3
*
44509: Prevent crash with modified path / PATH combination.
Peter Stephenson
2019-07-15
1
-4
/
+12
*
44307: allow for atoi() returning a negative number
Oliver Kiddle
2019-05-20
1
-3
/
+3
*
44164: Avoid stringop-truncation warning
Wesley Schwengle
2019-03-25
1
-1
/
+1
*
43616: Various parameter setting and display fixes.
Peter Stephenson
2018-10-08
1
-63
/
+109
*
43546: "typeset -p" should show -U flag
Stephane Chazelas
2018-09-25
1
-0
/
+7
*
43264: fix ${+assoc[nonexistent]} with KSH_ARRAYS
Peter Stephenson
2018-08-09
1
-1
/
+1
*
42297: (e) subscript flag needs extra work with scalars
dana
2018-05-14
1
-3
/
+17
*
Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ...
Oliver Kiddle
2018-05-13
1
-4
/
+12
*
42597: plug memory leak found by coverity
Oliver Kiddle
2018-04-07
1
-1
/
+3
*
Avoid crash copying empty hash table.
Stephane Chazelas
2018-01-04
1
-4
/
+7
*
41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.
Peter Stephenson
2017-10-02
1
-0
/
+14
*
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
2017-10-01
1
-15
/
+38
*
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
2017-09-27
1
-7
/
+32
*
41747: Don't create hash entry if just checking existence.
Peter Stephenson
2017-09-25
1
-3
/
+6
*
Updates for ksh array element syntax.
Peter Stephenson
2017-09-24
1
-65
/
+127
*
More [key]=value tweaks
Peter Stephenson
2017-09-14
1
-3
/
+5
*
First go at var=([key]=value) syntax.
Peter Stephenson
2017-09-13
1
-0
/
+66
*
41225: sethparam() should not attempt to change special parameters into hashes
Barton E. Schaefer
2017-06-05
1
-6
/
+11
*
40990: Fix crash with bogus path in sh emaulation.
Peter Stephenson
2017-04-21
1
-14
/
+37
*
40932: Parameter subscripts need to count parentheses.
Peter Stephenson
2017-04-03
1
-3
/
+8
*
40799: fix $- expansion partly broken by 40760
Barton E. Schaefer
2017-03-08
1
-1
/
+3
*
40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...
Daniel Shahaf
2017-03-08
1
-1
/
+19
*
40781: optimize array assignment, similar to 39995 for string assignment
Sebastian Gniazdowski
2017-03-04
1
-15
/
+48
*
40486: Don't warn on creation of MATCH etc. in regex.
Peter Stephenson
2017-02-02
1
-5
/
+32
*
40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing a...
Daniel Shahaf
2017-02-01
1
-6
/
+13
*
40423: WARN_NESTED_VARS, conversion the other way
Peter Stephenson
2017-01-26
1
-8
/
+8
*
40422: More WARN_NESTED_VAR cases.
Peter Stephenson
2017-01-26
1
-8
/
+9
*
40413: WARN_NESTED_VAR subscripted variable fix.
Peter Stephenson
2017-01-25
1
-1
/
+5
*
40391: Add WARN_NESTED_VAR option and functions -W.
Peter Stephenson
2017-01-23
1
-23
/
+43
*
40270 (after 39995): Add cross-reference for robustness.
Daniel Shahaf
2017-01-05
1
-0
/
+2
*
40231: Optimise setarrvalue().
Sebastian Gniazdowski
2016-12-28
1
-16
/
+34
*
40068: Abort execution when setuid/setgid fail.
Daniel Shahaf
2016-12-03
1
-4
/
+4
*
40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetpar...
Daniel Shahaf
2016-12-03
1
-1
/
+17
*
40032: consistency in handling of subscript slices outside the bounds of an a...
Barton E. Schaefer
2016-11-29
1
-2
/
+9
*
39900: Add TERMINFO_DIRS special like TERMINFO.
Guillaume Maudoux
2016-11-20
1
-0
/
+31
*
39995 (from 39977): Optimise string parameter assignment.
Peter Stephenson
2016-11-20
1
-8
/
+31
*
39992: setarrvalue: Allocate a correctly-sized array.
Daniel Shahaf
2016-11-20
1
-2
/
+10
*
39937: fix a problem introduced by 39886.
Jun-ichi Takimoto
2016-11-15
1
-3
/
+4
*
39893: use arrdup_max() to show explicitly the difference in two code branches
Barton E. Schaefer
2016-11-10
1
-3
/
+2
*
39874/0001: setarrvalue: Remove needless initialization.
Daniel Shahaf
2016-11-11
1
-2
/
+2
*
39887: no need to conditionalise assignment of strlen()
Peter Stephenson
2016-11-09
1
-6
/
+2
*
39886 based on 39877: Optimise arrdup to arrdup_max.
Peter Stephenson
2016-11-09
1
-7
/
+17
[next]