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
*
32303: simplistic completion after $x:
Peter Stephenson
2014-01-28
1
-0
/
+14
*
32308: Improve initialising of vi change.
Peter Stephenson
2014-01-28
2
-3
/
+26
*
unposted: update 31983 to suppress stdout from cmp, too.
Peter Stephenson
2014-01-27
1
-1
/
+1
*
32299: add use of underscores on arithmetic output for spacing
Peter Stephenson
2014-01-23
3
-18
/
+176
*
unposted: reformulate 32285 to lift the fheap->sp test out of the loop, impro...
Barton E. Schaefer
2014-01-22
1
-15
/
+9
*
32294: prevent buffer overflow when scanning very long directory paths for sy...
Barton E. Schaefer
2014-01-19
1
-13
/
+18
*
32285: restart the fheap search in freeheap if the current fheap arena is abo...
Barton E. Schaefer
2014-01-18
1
-0
/
+9
*
32283: fix crash in menu selection when number of terminal lines is small
Barton E. Schaefer
2014-01-18
1
-1
/
+1
*
32246: option "shift -p" pops arguments from end of array
Peter Stephenson
2014-01-11
1
-6
/
+25
*
users/18298 (tidied up): add {<char>..<char>} expansion
Peter Stephenson
2014-01-09
1
-3
/
+98
*
32196: copy-prev-shell-word needs a lexer flag
Carl Drougge
2014-01-02
1
-1
/
+1
*
32208: always reset pathchecked when the path array is modified
Barton E. Schaefer
2013-12-30
1
-2
/
+6
*
32182: re-enable command completion after a separator
Barton E. Schaefer
2013-12-25
1
-4
/
+7
*
32178: fix another acquire_pgrp() infinite loop
Barton E. Schaefer
2013-12-25
1
-0
/
+4
*
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
2013-12-21
2
-14
/
+29
*
32171: close pipe descriptor in parent when left side is a shell construct to
Barton E. Schaefer
2013-12-20
1
-0
/
+4
*
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
2013-12-18
3
-24
/
+41
*
32131: avoid infinite loop reading pty on platforms that do not buffer output...
Jun T
2013-12-16
1
-2
/
+2
*
32136: fix problem with kshglob.
Peter Stephenson
2013-12-16
2
-5
/
+15
*
32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right
Patrick Oscity
2013-12-16
2
-7
/
+31
*
32099: change pointer declaration to avoid arithmetic on (void *).
Barton E. Schaefer
2013-12-10
1
-1
/
+1
*
32091: WARN_CREATE_GLOBAL false positive.
Daniel Shahaf
2013-12-06
1
-1
/
+4
*
32061: Fix "use of uninitialized memory" in metafy
Barton E. Schaefer
2013-11-27
1
-2
/
+2
*
unposted, see 32054: Rationalise character encoding.
Peter Stephenson
2013-11-27
3
-15
/
+15
*
32030: need to revert empty glob qualifier change.
Peter Stephenson
2013-11-20
1
-1
/
+1
*
32023: better interrupt handling at RM_STAR_WAIT
Barton E. Schaefer
2013-11-19
1
-0
/
+2
*
31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a lea...
Barton E. Schaefer
2013-11-18
1
-1
/
+1
*
32001: fix crash on ${:*} and ${:|}
Peter Stephenson
2013-11-17
1
-0
/
+8
*
31983: suppress warning from cmp when genering patchlevel.h.
Peter Stephenson
2013-11-14
1
-1
/
+1
*
31982: detection of floating point constants was problematic.
Peter Stephenson
2013-11-14
1
-8
/
+3
*
31977: It's OK to autoload a feature that's loaded.
Peter Stephenson
2013-11-13
1
-1
/
+14
*
31961: rationalise fd watching to use structure
Peter Stephenson
2013-11-12
3
-60
/
+56
*
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
2013-11-07
4
-23
/
+61
*
unposted: updates for 4.0.2-test-1.
zsh-5.0.2-test-1
Peter Stephenson
2013-11-06
2
-5
/
+7
*
31936: Rationalise limits for threads
Stefan Neudorf
2013-11-03
2
-13
/
+6
*
31935: further updates to limits for BSD
Stefan Neudorf
2013-11-03
2
-13
/
+6
*
31930 / 31934: New limits from BSD.
Stefan Neudorf
2013-10-31
2
-0
/
+50
*
31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
Barton E. Schaefer
2013-10-29
1
-1
/
+1
*
31922: zlecharasstring missed flip of bit 5 after Meta
Peter Stephenson
2013-10-28
1
-0
/
+1
*
31919: fix deadlock when a shell builtin with a multio redirection is used on...
Barton E. Schaefer
2013-10-27
2
-2
/
+3
*
31912: in closemn(), distinguish closing for >&- from closing for a real redi...
Barton E. Schaefer
2013-10-27
1
-5
/
+5
*
Merge overlapping ChangeLog entries
Barton E. Schaefer
2013-10-26
1
-0
/
+9
|
\
|
*
31902: rationalise use of gamma function.
Jun T
2013-10-27
1
-0
/
+9
*
|
31906: fix race-condition interaction of $pipestatus with job control
Barton E. Schaefer
2013-10-26
1
-3
/
+10
|
/
*
31885: fix PIPEFAIL when the last command executes in the current shell
Barton E. Schaefer
2013-10-24
1
-18
/
+24
*
31877: fix behaviour of disable -p with parentheses
Peter Stephenson
2013-10-24
1
-18
/
+26
*
31882: Insulate completion widget against environment.
Peter Stephenson
2013-10-24
1
-4
/
+1
*
31879 plus misc.: improve $pipestatus handling and add a test for it
Barton E. Schaefer
2013-10-23
1
-17
/
+35
*
31869: reduce WINCH-twaddling in shingetline()
Barton E. Schaefer
2013-10-21
1
-2
/
+4
*
Use VERBOSE option in execstring()
Peter Stephenson
2013-10-19
1
-0
/
+5
[next]