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
2015-05-08
35059: fix, document, test readonly -p.
Peter Stephenson
1
-70
/
+108
2015-05-07
35054: readonly -p + POSIXBUILTINS fix.
Peter Stephenson
1
-2
/
+13
2015-04-29
34992: POSIX fix for readonly variables.
Peter Stephenson
1
-1
/
+5
2015-01-29
34430: parameter fixes for gdbm tied hash.
Peter Stephenson
1
-2
/
+25
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-1
/
+2
2014-12-19
34015: disallow strange environment variable names.
Peter Stephenson
1
-16
/
+23
2014-12-18
34008: metafy the environment on arrival in the shell
Peter Stephenson
1
-1
/
+1
2014-12-18
34006: unmetafy anything put into the environment
Peter Stephenson
1
-1
/
+11
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-6
/
+7
2014-09-29
33276: safer import of numerical variables from environment
Peter Stephenson
1
-8
/
+31
2014-06-01
32634: add POSIX_ARGZERO option
Barton E. Schaefer
1
-1
/
+15
2014-05-29
unposted: use DIGBUFSIZE for pipestatus numeric buffer
Peter Stephenson
1
-1
/
+1
2014-02-02
32337: change initialization of some special parameters for emulation compati...
Barton E. Schaefer
1
-8
/
+9
2014-01-23
32299: add use of underscores on arithmetic output for spacing
Peter Stephenson
1
-4
/
+147
2013-12-30
32208: always reset pathchecked when the path array is modified
Barton E. Schaefer
1
-2
/
+6
2013-12-18
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
1
-0
/
+3
2013-09-26
31772: queue_signals() to prevent re-entry into endparamscope().
Barton E. Schaefer
1
-0
/
+2
2012-06-27
30530,30533: fix problems with COLUMNS or LINES < 1, and related issues
Bart Schaefer
1
-1
/
+1
2012-04-25
30455: remove max array length test
Peter Stephenson
1
-0
/
+13
2012-04-22
30431 with typo in _typeset fix:
Peter Stephenson
1
-1
/
+1
2012-04-13
30391: tweak to ignore DISABLED flag in new hash-based arrayuniq()
Peter Stephenson
1
-1
/
+1
2012-04-10
30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() by
Bart Schaefer
1
-3
/
+89
2012-03-13
30351 + 30352: metafy strings on import into zsh variables
Peter Stephenson
1
-16
/
+18
2012-01-07
30098: Jun T.: alternative to 30079: don't setlocale() in setlang() if LC_ALL...
Peter Stephenson
1
-3
/
+4
2012-01-04
30079: Src/params.c: Restore `LC_ALL' when setting `LANG'.
Frank Terbeck
1
-0
/
+3
2011-08-11
fix tests using zsh/datetime that I broke
Peter Stephenson
1
-3
/
+15
2011-07-28
29626: arguments to anonymous functions shouldn't be parsed as command words
Peter Stephenson
1
-0
/
+1
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-4
/
+9
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-05-10
29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.
Peter Stephenson
1
-5
/
+44
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-6
/
+6
2011-01-16
28630: Ricky Zhou: fix crash with isident()
Peter Stephenson
1
-0
/
+2
2011-01-11
unposted: fix return types in 28617
Peter Stephenson
1
-2
/
+2
2011-01-10
28617: NO_EXEC option was doing too much work in
Peter Stephenson
1
-0
/
+18
2010-12-21
users/15662: array slice assignment with one index positive and one negative.
Bart Schaefer
1
-2
/
+2
2010-11-18
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
1
-2
/
+2
2010-11-03
28384: improve error message on assignment to a field of a read-only hash.
Bart Schaefer
1
-1
/
+8
2010-10-10
28339: backslash-newline history without HIST_LEX_WORDS
Peter Stephenson
1
-2
/
+15
2010-08-31
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
Peter Stephenson
1
-9
/
+18
2010-06-03
27994: better error for failed parameter autoload
Peter Stephenson
1
-1
/
+2
2010-05-12
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Peter Stephenson
1
-3
/
+18
2010-02-09
Geoff: 27693: rename underscore to avoid name clash
Peter Stephenson
1
-1
/
+1
2010-01-13
Joakim Rosqvist: 27591 as modified in 27594:
Peter Stephenson
1
-0
/
+46
2009-09-05
27243: reverse indexing of arrays with beginning index out of range returned
Peter Stephenson
1
-0
/
+10
2009-05-08
26950: warn on failed attempt to change user or group ID
Peter Stephenson
1
-5
/
+13
2009-02-11
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
1
-4
/
+4
2009-01-15
26315: define ZSH_PATCHLEVEL to "unknown" if not found
Peter Stephenson
1
-0
/
+5
2009-01-15
26313: --enable-custom-patchlevel
Peter Stephenson
1
-0
/
+4
2009-01-09
262727: add $ZSH_PATCHLEVEL from ChangeLog revision
Peter Stephenson
1
-0
/
+2
2009-01-08
26260: fix crash failing to assigns scalar to special hash
Peter Stephenson
1
-3
/
+12
[next]