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
12 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
2015-06-24
Test typeset preserves types of existing variables when already local
typeset-array
Peter Stephenson
1
-1
/
+45
2015-06-23
Some more typeset tests and fix for nested asignment
Peter Stephenson
2
-0
/
+90
2015-06-23
Further doucmentation improvements after comments from Bart and Oliver
Peter Stephenson
2
-23
/
+32
2015-06-22
Further updated to typeset documentation
Peter Stephenson
1
-11
/
+4
2015-06-22
Documentation for new typeset parsing.
Peter Stephenson
7
-16
/
+104
2015-06-22
Add errors for incorrect types of assignment
Peter Stephenson
1
-0
/
+13
2015-06-21
Very basic tests for typeset reserved word inteface.
Peter Stephenson
1
-0
/
+17
2015-06-21
Consistent use of reserved word interface for typeset.
Peter Stephenson
3
-17
/
+31
2015-06-20
Fix remaining existing tests.
Peter Stephenson
4
-2
/
+34
2015-06-19
Fix bug with conflicting types for typeset array assignment.
Peter Stephenson
1
-1
/
+1
[...]
Clone
https://git.sudomsg.com/mirror/zsh
git://git.sudomsg.com/mirror/zsh