index
:
zsh
#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
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
5.9
unposted: Move a new incompatibility notice.
Daniel Shahaf
6 years
declarednull
Merge branch 'typesettounset' into declarednull
Bart Schaefer
5 years
fork_early
Rationalise use of forks and pipes.
Peter Stephenson
8 years
job_control_debug
Yet more debug info.
Peter Stephenson
7 years
job_control_debug2
Yet more debug info.
Peter Stephenson
7 years
master
53959+54149: fix a bug when redirecting to a pattern with no match
Jun-ichi Takimoto
11 days
mikachu/badarrays
Add typeset -C to control whether to assert the cached length
Mikael Magnusson
10 years
mikachu/redrawhook
Add match-bracket widget that takes a position and/or parameter to store resu...
Mikael Magnusson
10 years
schaefer/badarrays
Merge branch 'master' into schaefer/badarrays
Barton E. Schaefer
9 years
zsh-5.8-patches
unposted: Release 5.8.1
dana
4 years
[...]
Tag
Download
Author
Age
zsh-5.9.0.2-test
zsh-5.9.0.2-test.tar
zsh-5.9.0.2-test.tar.gz
zsh-5.9.0.2-test.tar.bz2
zsh-5.9.0.2-test.tar.lz
zsh-5.9.0.2-test.tar.xz
zsh-5.9.0.2-test.tar.zst
zsh-5.9.0.2-test.zip
Eric Cook
8 months
zsh-5.9
zsh-5.9.tar
zsh-5.9.tar.gz
zsh-5.9.tar.bz2
zsh-5.9.tar.lz
zsh-5.9.tar.xz
zsh-5.9.tar.zst
zsh-5.9.zip
dana
4 years
zsh-5.8.1.3-test
zsh-5.8.1.3-test.tar
zsh-5.8.1.3-test.tar.gz
zsh-5.8.1.3-test.tar.bz2
zsh-5.8.1.3-test.tar.lz
zsh-5.8.1.3-test.tar.xz
zsh-5.8.1.3-test.tar.zst
zsh-5.8.1.3-test.zip
dana
4 years
zsh-5.8.1.2-test
zsh-5.8.1.2-test.tar
zsh-5.8.1.2-test.tar.gz
zsh-5.8.1.2-test.tar.bz2
zsh-5.8.1.2-test.tar.lz
zsh-5.8.1.2-test.tar.xz
zsh-5.8.1.2-test.tar.zst
zsh-5.8.1.2-test.zip
dana
4 years
zsh-5.8.1
zsh-5.8.1.tar
zsh-5.8.1.tar.gz
zsh-5.8.1.tar.bz2
zsh-5.8.1.tar.lz
zsh-5.8.1.tar.xz
zsh-5.8.1.tar.zst
zsh-5.8.1.zip
dana
4 years
zsh-5.8
zsh-5.8.tar
zsh-5.8.tar.gz
zsh-5.8.tar.bz2
zsh-5.8.tar.lz
zsh-5.8.tar.xz
zsh-5.8.tar.zst
zsh-5.8.zip
dana
6 years
zsh-5.7.1-test-3
zsh-5.7.1-test-3.tar
zsh-5.7.1-test-3.tar.gz
zsh-5.7.1-test-3.tar.bz2
zsh-5.7.1-test-3.tar.lz
zsh-5.7.1-test-3.tar.xz
zsh-5.7.1-test-3.tar.zst
zsh-5.7.1-test-3.zip
dana
6 years
zsh-5.7.1-test-2
zsh-5.7.1-test-2.tar
zsh-5.7.1-test-2.tar.gz
zsh-5.7.1-test-2.tar.bz2
zsh-5.7.1-test-2.tar.lz
zsh-5.7.1-test-2.tar.xz
zsh-5.7.1-test-2.tar.zst
zsh-5.7.1-test-2.zip
dana
6 years
zsh-5.7.1-test-1
zsh-5.7.1-test-1.tar
zsh-5.7.1-test-1.tar.gz
zsh-5.7.1-test-1.tar.bz2
zsh-5.7.1-test-1.tar.lz
zsh-5.7.1-test-1.tar.xz
zsh-5.7.1-test-1.tar.zst
zsh-5.7.1-test-1.zip
dana
6 years
zsh-5.7.1
zsh-5.7.1.tar
zsh-5.7.1.tar.gz
zsh-5.7.1.tar.bz2
zsh-5.7.1.tar.lz
zsh-5.7.1.tar.xz
zsh-5.7.1.tar.zst
zsh-5.7.1.zip
dana
7 years
[...]
Age
Commit message
Author
Files
Lines
2018-04-20
Rationalise use of forks and pipes.
fork_early
Peter Stephenson
1
-63
/
+16
2018-04-20
Ensure we _exit if forked in execcmd_exec().
Peter Stephenson
1
-2
/
+28
2018-04-20
Make early fork even earlier.
Peter Stephenson
1
-24
/
+25
2018-04-20
42693: Fork early for pipelines.
Peter Stephenson
1
-3
/
+4
2018-04-20
42684 (with extra comments): Fork early if in bg.
Peter Stephenson
2
-95
/
+140
2018-04-19
42686: Fix previous pgrp patch.
Peter Stephenson
2
-1
/
+7
2018-04-17
42630: Improve process group handling in pipelines.
Peter Stephenson
3
-1
/
+34
2018-04-17
unposted: update version to 5.5.1-dev-0
Peter Stephenson
2
-2
/
+6
2018-04-16
unposted: Update for release 5.5.1.
zsh-5.5.1
Peter Stephenson
5
-5
/
+17
2018-04-16
42659: various completion option updates
Oliver Kiddle
8
-25
/
+84
[...]
Clone
https://git.sudomsg.com/mirror/zsh
git://git.sudomsg.com/mirror/zsh