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
Commit message (
Expand
)
Author
Age
Files
Lines
*
37305: typeset -p can now output arrays on one line
Peter Stephenson
2015-12-04
5
-45
/
+13
*
37303: test WARN_CREATE_GLOBAL negative cases.
Peter Stephenson
2015-12-04
1
-0
/
+9
*
37202: suppress WARN_CREATE_GLOBAL warnings after a fork
Peter Stephenson
2015-12-04
2
-6
/
+7
*
unposted: fix init_io() calls in previous change
Peter Stephenson
2015-12-04
5
-3
/
+8
*
37294: Add ZSH_EXECUTION_STRING.
Peter Stephenson
2015-12-04
3
-13
/
+25
*
37253: Constify two local variables.
Daniel Shahaf
2015-12-03
2
-4
/
+8
*
unposted: Remove uneeded executability bits.
Daniel Shahaf
2015-12-03
6
-0
/
+6
*
37296: Avoid needless calloc().
Daniel Shahaf
2015-12-03
2
-11
/
+15
*
37295: kill-word-match: Join kills
Daniel Shahaf
2015-12-03
3
-0
/
+9
*
unposted: Update internal version to 5.2-dev-0.
Peter Stephenson
2015-12-03
2
-2
/
+9
*
unposted: zsh 5.2
zsh-5.2
Peter Stephenson
2015-12-02
1
-2
/
+2
*
37256: _debchange (_dch): Update completion.
Daniel Shahaf
2015-11-30
2
-6
/
+77
*
37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached he...
Daniel Shahaf
2015-11-30
2
-1
/
+6
*
37254: No functional change: change code layout in preparation for 37253.
Daniel Shahaf
2015-11-30
2
-6
/
+9
*
37250: No functional change: rename local variables.
Daniel Shahaf
2015-11-30
2
-10
/
+18
*
unposted: 5.1.1-test-3
zsh-5.1.1-test-3
Peter Stephenson
2015-11-29
2
-2
/
+6
*
unposted (after 37243): Explain the breadcrumb by adding a comment.
Daniel Shahaf
2015-11-28
2
-0
/
+6
*
Fix conflicts in ChangeLog
Barton E. Schaefer
2015-11-27
6
-6
/
+36
|
\
|
*
unposted: ZCALCPROMPT created globally in zcalc
Peter Stephenson
2015-11-27
2
-1
/
+7
|
*
37214: 'prompt walters': Don't export PS1
Daniel Shahaf
2015-11-27
2
-3
/
+6
|
*
37163: Remove curl completion
Daniel Shahaf
2015-11-27
3
-1
/
+11
|
*
37215: _regex_words: Don't add mismatched parentheses
Daniel Shahaf
2015-11-27
2
-1
/
+12
*
|
37243: too many problems with inserting a line into B02, instead add a placeh...
Barton E. Schaefer
2015-11-27
3
-5
/
+14
|
/
*
37229: non-local assignment to a parameter name whose outermost declaration i...
Barton E. Schaefer
2015-11-26
3
-16
/
+81
*
Comment should say export is equivalent to typeset -xg
Barton E. Schaefer
2015-11-26
2
-1
/
+3
*
37225: fix test for typeset with zsh/param/private
Barton E. Schaefer
2015-11-26
2
-1
/
+12
*
37224: delete obsolete comment
Barton E. Schaefer
2015-11-26
2
-1
/
+5
*
37100: update for sysctl completion
Matthew Martin
2015-11-26
2
-7
/
+12
*
unposted: 5.1.1-test-2
zsh-5.1.1-test-2
5.1.1-test-2
Peter Stephenson
2015-11-25
2
-2
/
+6
*
37208: check for restricted parameter before changing from unset to set
Barton E. Schaefer
2015-11-23
2
-8
/
+27
*
37208: re-run the "typeset" tests with the private module loaded
Barton E. Schaefer
2015-11-23
2
-1
/
+9
*
37208: assignment in a nested scope should not change private parameters in t...
Barton E. Schaefer
2015-11-23
2
-14
/
+34
*
37206: fix ${(t)param} for "typeset -H param"
Barton E. Schaefer
2015-11-23
2
-1
/
+3
*
37205: update documentary comment
Barton E. Schaefer
2015-11-23
2
-7
/
+11
*
unposted: 20974 -> users/20974 because pedantic
Barton E. Schaefer
2015-11-23
1
-1
/
+1
*
37203: WARN_CREATE_GLOBAL test in wrong place for associative array
Peter Stephenson
2015-11-23
2
-2
/
+9
*
37201: change quoting to handle group names with spaces
Matthew Martin
2015-11-22
2
-2
/
+7
*
37192: silence WARN_CREATE_GLOBAL in prompt themes
Barton E. Schaefer
2015-11-22
8
-7
/
+22
*
37191: fix strftime() expansion issue with %p and %P.
Peter Stephenson
2015-11-22
2
-4
/
+14
*
37188: New hash builtin test
Peter Stephenson
2015-11-22
2
-1
/
+74
*
37187: infinite loop in "hash -m"
Peter Stephenson
2015-11-22
2
-0
/
+3
*
37186: a couple more WARN_CREATE_GLOBAL fixes
Peter Stephenson
2015-11-22
3
-1
/
+8
*
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTS...
Barton E. Schaefer
2015-11-21
16
-39
/
+50
*
unposted: Make 5.1.1-test-1 in preparation for 5.2
zsh-5.1.1-test-1
Peter Stephenson
2015-11-21
4
-10
/
+12
*
unposted: document order of entries for $history and $historywords
Barton E. Schaefer
2015-11-20
2
-1
/
+10
*
37161: Disable the heuristic setting RPROMPT_INDENT to 0
Mikael Magnusson
2015-11-20
2
-2
/
+9
*
37170: suppress global create warning in function
Peter Stephenson
2015-11-20
2
-5
/
+8
*
37168: No WARN_CREATE_GLOBAL on special parameters
Peter Stephenson
2015-11-20
2
-1
/
+3
*
20974: Bug with scalar assignment to special array in typeset
Peter Stephenson
2015-11-20
3
-4
/
+44
*
37164: _tmux: Complete external commands
Daniel Shahaf
2015-11-20
2
-6
/
+9
[next]