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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
22572: use of (#m) was broken with pure strings
Peter Stephenson
2006-08-01
2
-0
/
+29
*
users/10564: _gpg key ring fix
Peter Stephenson
2006-08-01
2
-3
/
+25
*
unposted: a technique for overriding ZLE widgets within a selected keymap
Bart Schaefer
2006-07-31
2
-2
/
+84
*
22565: Fix bug after failed menucompletion with accept-and-menu-complete?
Peter Stephenson
2006-07-30
2
-2
/
+5
*
22562: make ${...#...} etc. understand multibyte characters
Peter Stephenson
2006-07-30
3
-12
/
+392
*
22561: fix long-standing display bug in incremental-complete-word.
Bart Schaefer
2006-07-29
2
-2
/
+18
*
22560: tweak history-beginning-search-menu to clear menu after use
Peter Stephenson
2006-07-28
2
-0
/
+16
*
22559: add history-beginning-search-menu
Peter Stephenson
2006-07-28
3
-0
/
+117
*
22558: declaration after statement
Peter Stephenson
2006-07-26
2
-1
/
+5
*
22557: turn on multibyte option by default
Peter Stephenson
2006-07-25
7
-16
/
+79
*
fix typos in 22556
Peter Stephenson
2006-07-25
3
-2
/
+9
*
22556: Multibyte separators and delimiters
Peter Stephenson
2006-07-24
13
-228
/
+737
*
22554: completion for vorbiscomment.
Clint Adams
2006-07-19
2
-0
/
+23
*
unposted: update .distfiles
Peter Stephenson
2006-07-18
7
-21
/
+38
*
22553: completion for metaflac
Clint Adams
2006-07-18
2
-0
/
+62
*
22552: update for tla 1.3.4.
Clint Adams
2006-07-15
2
-4
/
+21
*
22550: put "exec" tests
Peter Stephenson
2006-07-12
3
-31
/
+58
*
22549: improve svn propset completion slightly.
Clint Adams
2006-07-12
2
-0
/
+12
*
22546: fix {myfd}>... bug and tweak tests
Peter Stephenson
2006-07-11
4
-5
/
+16
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
18
-110
/
+270
*
22543: completion for clusterssh.
Clint Adams
2006-07-09
2
-0
/
+26
*
22542: deoverenthuse cmdpopping
Peter Stephenson
2006-07-09
4
-18
/
+28
*
22573: rm -rf autom4te.cache on distclean
Peter Stephenson
2006-07-03
2
-0
/
+5
*
22529: multibyte conversion in math expressions
Peter Stephenson
2006-06-30
5
-9
/
+48
*
22526: enhance ${(#)...} to handle Unicode
Peter Stephenson
2006-06-28
3
-14
/
+31
*
22525: lengths and cases of multibyte strings in parameters and history
Peter Stephenson
2006-06-28
9
-115
/
+226
*
22524: searchable parameter subscripts with multibyte chars,
Peter Stephenson
2006-06-27
3
-24
/
+206
*
22522: infinite loop with invalid character in mb_metastrlen()
Peter Stephenson
2006-06-27
2
-2
/
+7
*
22519: initial multibyte parameter tests
Peter Stephenson
2006-06-26
2
-0
/
+91
*
22518: Initial go at making parameter subscripts
Peter Stephenson
2006-06-26
5
-26
/
+259
*
22516: error in func() didn't pop command stack
Peter Stephenson
2006-06-26
2
-1
/
+7
*
22501: missed README chunk
Peter Stephenson
2006-06-26
2
-0
/
+10
*
unposted: autoload is-at-least in _tar if using GNU tar.
Clint Adams
2006-06-25
2
-1
/
+5
*
22513: only do that for GNU tar >= 1.14.91.
Clint Adams
2006-06-24
2
-1
/
+10
*
22511: complete compressed archive filenames for GNU tar even when a compression
Clint Adams
2006-06-24
3
-0
/
+11
*
22501: reduce maximum function depth to 1000
Peter Stephenson
2006-06-19
2
-3
/
+8
*
22492: url-quote-magic should detect syntactic word breaks correctly
Bart Schaefer
2006-06-17
2
-1
/
+8
*
unposted: remove redundant TODO
Peter Stephenson
2006-06-16
2
-4
/
+5
*
22486: completion for dak (the debian-archive-kit).
Clint Adams
2006-06-11
2
-0
/
+249
*
users/10282: complete associated sections with man page names.
Clint Adams
2006-06-09
2
-4
/
+20
*
unposted: complete the same way for rmadison.
Clint Adams
2006-06-08
2
-1
/
+6
*
22484: support varargs.h in addition to stdarg.h
Peter Stephenson
2006-06-05
5
-62
/
+150
*
22483: add $sysparams to zsh/system
Peter Stephenson
2006-06-05
4
-12
/
+112
*
22481: complete svn diff and resolved subcommands.
Clint Adams
2006-06-02
2
-5
/
+42
*
22480: autoload math functions from zmathfuncdef
Peter Stephenson
2006-06-02
2
-0
/
+31
*
22479: _arguments -s.
Clint Adams
2006-05-31
2
-1
/
+5
*
22476
Wayne Davison
2006-05-31
1
-0
/
+5
*
Got rid of several compiler warnings about signed/unsigned problems by
Wayne Davison
2006-05-31
1
-14
/
+19
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
52
-931
/
+937
*
Made implied "int" on new static variable explicit (which silences
Wayne Davison
2006-05-30
1
-1
/
+1
[next]