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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
39310/0005: internals: match_str: Constify some local variables.
Daniel Shahaf
2016-09-16
1
-6
/
+6
*
39310/0004: internals: match_str: Document 'savl'.
Daniel Shahaf
2016-09-16
1
-1
/
+16
*
39310/0003: internals: match_str: Document 'savw'. Avoid magic number.
Daniel Shahaf
2016-09-16
1
-3
/
+6
*
39310/0002: internals: match_str: Simplify by removing 'zoff'.
Daniel Shahaf
2016-09-16
1
-10
/
+10
*
39310/0001: internals: match_str: Document some local variables. See 39123.
Daniel Shahaf
2016-09-16
1
-2
/
+56
*
39332: support ksh's [[ -v varname ]] condition for checking if variables are...
Oliver Kiddle
2016-09-16
3
-2
/
+34
*
unposted: remove duplicated assignment
Oliver Kiddle
2016-09-15
1
-1
/
+0
*
zsh-users/21903: Fix ${...?...} in interactive shell.
Peter Stephenson
2016-09-14
2
-1
/
+15
*
39292: Distinguish "=" and "==" tests in output.
Peter Stephenson
2016-09-13
4
-23
/
+39
*
39305: Fix error handling after parse for here document.
Peter Stephenson
2016-09-13
1
-1
/
+1
*
39268: "zsystem flock -t 0 ..." tries only once to flock and immediately retu...
Barton E. Schaefer
2016-09-11
1
-3
/
+3
*
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
2016-09-11
9
-59
/
+40
*
39185: Only set word begin for completion word if not alias.
Peter Stephenson
2016-09-07
1
-1
/
+1
*
39218: Fix module feature enables with math functions.
Peter Stephenson
2016-09-07
1
-0
/
+2
*
39217: fix error name generation with GCC.
Peter Stephenson
2016-09-07
1
-1
/
+6
*
39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.
Daniel Shahaf
2016-09-06
1
-3
/
+9
*
39181: Add PM_SINGLE and use for compstate.
Peter Stephenson
2016-09-06
3
-2
/
+8
*
39167: Make $ENV handling more like POSIX
Teubel György
2016-09-05
1
-11
/
+14
*
unposted: internals: Document zshcompwid(1) parameter implementations.
Daniel Shahaf
2016-09-04
2
-3
/
+21
*
39125: More care needed decrementing SHLVL on exec.
Stephane Chazelas
2016-08-31
1
-4
/
+7
*
39115: repair forced joining when (@) and (j) are used together
Barton E. Schaefer
2016-08-29
1
-2
/
+3
*
39104: do not hash relative paths in findcmd()
Barton E. Schaefer
2016-08-26
1
-1
/
+1
*
39087: fix 'conditionally uninitialized' variables
Jun-ichi Takimoto
2016-08-23
2
-2
/
+4
*
39086: declare file local variables as 'static'
Jun-ichi Takimoto
2016-08-23
1
-2
/
+2
*
39046 + 39061: New :P history modifier.
Daniel Shahaf
2016-08-22
3
-7
/
+22
*
39064: use scalbn() instead of scalb() (mathfunc.c)
Jun-ichi Takimoto
2016-08-20
1
-0
/
+4
*
39026: pattern specified with _arguments' -A option shouldn't be checked agai...
Oliver Kiddle
2016-08-13
1
-2
/
+4
*
39035: ${(A)name=word} should expand as an array even when there is only one ...
Barton E. Schaefer
2016-08-12
1
-0
/
+1
*
39031: Ensure variables in transpose-words are initialised
Peter Stephenson
2016-08-12
1
-1
/
+1
*
38983: Make transpose-words handle numeric arguments sensibly
Han Pingtian
2016-08-12
1
-39
/
+51
*
39028: more join/split cases fixed and tested.
Barton E. Schaefer
2016-08-12
1
-3
/
+4
*
39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313
Barton E. Schaefer
2016-08-10
1
-6
/
+15
*
39014: Use special OpenBSD interface to get correct rand() behavior
Mikael Magnusson
2016-08-10
1
-0
/
+4
*
unposted: fix typo in comment
Barton E. Schaefer
2016-08-06
1
-1
/
+1
*
workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...
Daniel Shahaf
2016-08-05
1
-0
/
+15
*
38991: Make 'whence -v autoloaded-function' shows the defining filename.
Daniel Shahaf
2016-08-05
1
-1
/
+2
*
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
2016-08-01
6
-12
/
+12
*
38973: Optimize indexing array parameters.
Daniel Shahaf
2016-08-01
3
-5
/
+52
*
38927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.
Daniel Shahaf
2016-07-28
1
-1
/
+1
*
users/21793: Remove raw integers as glob qualifiers.
Peter Stephenson
2016-07-28
1
-8
/
+1
*
38923: zwaitjob() continues waiting for children that may have ignored the in...
Barton E. Schaefer
2016-07-23
1
-1
/
+8
*
38853: use strchr()
Peter Stephenson
2016-07-20
1
-7
/
+1
*
38862: strptime(3) requires _XOPEN_SOURCE on Cygwin
Jun-ichi Takimoto
2016-07-19
1
-0
/
+3
*
38879: Unmetafy file names for glob sort.
Peter Stephenson
2016-07-18
1
-1
/
+29
*
38845: reset region_active before entering zle
Oliver Kiddle
2016-07-17
1
-1
/
+1
*
38810: fix cursor positioning and repeated invocations when widgets used from...
Oliver Kiddle
2016-07-08
1
-9
/
+9
*
38809: fix tracking of colour attributes and restore them when turning bold off
Oliver Kiddle
2016-07-08
3
-7
/
+10
*
38770: vi upper/lowercase widgets and shell widget example that reads a vi mo...
Oliver Kiddle
2016-06-29
3
-1
/
+52
*
38752: add comments to explain use of stdout instead of stderr for the which ...
Oliver Kiddle
2016-06-29
1
-1
/
+2
*
unposted: remove flag unneded from previous fix
Peter Stephenson
2016-06-22
1
-2
/
+1
[prev]
[next]