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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
38746: Fix suffix alias expansion recursion.
Peter Stephenson
2016-06-22
1
-3
/
+4
*
38714: add x: syntax to match specs to make it possible to disable match spec...
Oliver Kiddle
2016-06-22
1
-0
/
+10
*
38734: fix final case clauses terminating with ;&
Peter Stephenson
2016-06-21
1
-1
/
+1
*
38692: IFS can't be changed in restricted mode
Peter Stephenson
2016-06-21
1
-1
/
+1
*
users/21632: Use of REPORTMEMORY variable
Peter Stephenson
2016-06-13
1
-14
/
+39
*
38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.
Daniel Shahaf
2016-06-13
1
-3
/
+9
*
38630: fix infinite loop of "hash ="
Barton E. Schaefer
2016-06-07
1
-0
/
+1
*
38622: consistent handling of "--" in "kill" builtin
Barton E. Schaefer
2016-06-05
1
-0
/
+4
*
unposted (cf. 38612): remove overeager DPUTS()
Barton E. Schaefer
2016-06-04
1
-1
/
+0
*
38599: skip the "no such named directory" warning when NO_EXEC is in effect
Barton E. Schaefer
2016-06-04
1
-1
/
+1
*
unposted: internal: Document modify().
Daniel Shahaf
2016-06-03
1
-0
/
+13
*
38586: Metafication problem with $functions
Peter Stephenson
2016-06-03
1
-5
/
+0
*
38540: fix undo problem by not moving the current change when only undoing a ...
Oliver Kiddle
2016-06-02
1
-3
/
+8
*
21603: Make read_poll more interruptible.
Peter Stephenson
2016-06-02
1
-1
/
+1
*
38513: cast time to long long for printing where possible
Matthew Martin
2016-05-22
1
-1
/
+5
*
38468: wb,we values in gotword() needed assignment in additional case to avoi...
Barton E. Schaefer
2016-05-10
1
-0
/
+4
*
38463: use immortal widgets in .safe keymap
Barton E. Schaefer
2016-05-10
1
-8
/
+8
*
38432: avoid nonstandard setenv() on __APPLE__
Barton E. Schaefer
2016-05-09
1
-1
/
+1
*
unposted: silence spurious compiler warning
Barton E. Schaefer
2016-04-29
1
-1
/
+1
*
38356: allow integers as curses colours
Sebastian Gniazdowski
2016-04-29
1
-2
/
+14
*
39354: zcurses fix for colour management
Sebastian Gniazdowski
2016-04-29
1
-4
/
+4
[prev]
[next]