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
2017-02-02
40486: Don't warn on creation of MATCH etc. in regex.
Peter Stephenson
1
-5
/
+32
2017-02-01
40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing a...
Daniel Shahaf
1
-6
/
+13
2017-01-26
40423: WARN_NESTED_VARS, conversion the other way
Peter Stephenson
1
-8
/
+8
2017-01-26
40422: More WARN_NESTED_VAR cases.
Peter Stephenson
1
-8
/
+9
2017-01-25
40413: WARN_NESTED_VAR subscripted variable fix.
Peter Stephenson
1
-1
/
+5
2017-01-23
40391: Add WARN_NESTED_VAR option and functions -W.
Peter Stephenson
1
-23
/
+43
2017-01-05
40270 (after 39995): Add cross-reference for robustness.
Daniel Shahaf
1
-0
/
+2
2016-12-28
40231: Optimise setarrvalue().
Sebastian Gniazdowski
1
-16
/
+34
2016-12-03
40068: Abort execution when setuid/setgid fail.
Daniel Shahaf
1
-4
/
+4
2016-12-03
40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetpar...
Daniel Shahaf
1
-1
/
+17
2016-11-29
40032: consistency in handling of subscript slices outside the bounds of an a...
Barton E. Schaefer
1
-2
/
+9
2016-11-20
39900: Add TERMINFO_DIRS special like TERMINFO.
Guillaume Maudoux
1
-0
/
+31
2016-11-20
39995 (from 39977): Optimise string parameter assignment.
Peter Stephenson
1
-8
/
+31
2016-11-20
39992: setarrvalue: Allocate a correctly-sized array.
Daniel Shahaf
1
-2
/
+10
2016-11-15
39937: fix a problem introduced by 39886.
Jun-ichi Takimoto
1
-3
/
+4
2016-11-10
39893: use arrdup_max() to show explicitly the difference in two code branches
Barton E. Schaefer
1
-3
/
+2
2016-11-11
39874/0001: setarrvalue: Remove needless initialization.
Daniel Shahaf
1
-2
/
+2
2016-11-09
39887: no need to conditionalise assignment of strlen()
Peter Stephenson
1
-6
/
+2
2016-11-09
39886 based on 39877: Optimise arrdup to arrdup_max.
Peter Stephenson
1
-7
/
+17
2016-11-09
39875: add dupstring_glen to avoid redundant strlen calls
Sebastian Gniazdowski
1
-2
/
+2
2016-11-08
39871: cut down number of strlen()s in getstrvalue()
Sebastian Gniazdowski
1
-4
/
+13
2016-11-08
39869: can transfer ownership of core of array when assigning
Sebastian Gniazdowski
1
-3
/
+8
2016-10-29
39758: revise 39704 for array and hash parameters; more POSIXBUITINS tweaks for
Barton E. Schaefer
1
-8
/
+8
2016-10-24
"typeset -p" uses "export" commands or the "-g" option for parameters that ar...
Barton E. Schaefer
1
-5
/
+17
2016-10-03
39545: Add some missing unqueue_signals().
Peter Stephenson
1
-0
/
+2
2016-09-30
39519: restore missing PM_EXPORT flags.
Peter Stephenson
1
-0
/
+1
2016-09-30
39498: use PRIVILEGED option to decide on problematic parameter imports
Peter Stephenson
1
-3
/
+3
2016-09-28
unposted: change '\0' to NULL to silence spurious compile warning.
Bart Schaefer
1
-1
/
+1
2016-09-28
39460: Don't import PS4 if running as root.
Peter Stephenson
1
-3
/
+30
2016-09-16
39332: support ksh's [[ -v varname ]] condition for checking if variables are...
Oliver Kiddle
1
-0
/
+30
2016-08-22
39046 + 39061: New :P history modifier.
Daniel Shahaf
1
-1
/
+1
2016-08-01
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
1
-2
/
+2
2016-08-01
38973: Optimize indexing array parameters.
Daniel Shahaf
1
-1
/
+1
2016-06-21
38692: IFS can't be changed in restricted mode
Peter Stephenson
1
-1
/
+1
2016-06-04
unposted (cf. 38612): remove overeager DPUTS()
Barton E. Schaefer
1
-1
/
+0
2016-03-06
38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...
Greg Klanderman
1
-4
/
+2
2016-02-26
38020: fix problems with $SECONDS.
Stephane Chazelas
1
-3
/
+3
2016-02-17
37988: $0 becomes read-only under POSIXARGZERO
Barton E. Schaefer
1
-1
/
+3
2016-02-07
37895: $ZSH_SCRIPT is POSIX $0 but always availble
Peter Stephenson
1
-0
/
+1
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
1
-1
/
+1
2016-01-26
37785: skip autoload parameters for "typeset -p"
Barton E. Schaefer
1
-1
/
+2
2016-01-15
37512: overeager WARN_CREATE_GLOBAL with strftime
Peter Stephenson
1
-14
/
+2
2016-01-03
37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar
Peter Stephenson
1
-0
/
+1
2015-12-04
37305: typeset -p can now output arrays on one line
Peter Stephenson
1
-26
/
+0
2015-12-04
37202: suppress WARN_CREATE_GLOBAL warnings after a fork
Peter Stephenson
1
-5
/
+6
2015-12-03
37253: Constify two local variables.
Daniel Shahaf
1
-4
/
+6
2015-11-30
37254: No functional change: change code layout in preparation for 37253.
Daniel Shahaf
1
-6
/
+6
2015-11-30
37250: No functional change: rename local variables.
Daniel Shahaf
1
-10
/
+13
2015-11-23
37208: check for restricted parameter before changing from unset to set
Barton E. Schaefer
1
-8
/
+22
2015-11-23
37203: WARN_CREATE_GLOBAL test in wrong place for associative array
Peter Stephenson
1
-2
/
+4
[next]