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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
18306: fix redisplay of rprompt when line shortens
Geoff Wing
2003-02-27
1
-0
/
+5
*
18303: fix some always-true test evaluations.
Clint Adams
2003-02-26
1
-0
/
+4
*
18299: allow _next_tags to work with nested tag loops
Oliver Kiddle
2003-02-26
1
-0
/
+5
*
18300: handle tar's -C option better
Oliver Kiddle
2003-02-26
1
-0
/
+5
*
unposted: remove debug from _path_files patch in 18230
Peter Stephenson
2003-02-26
1
-0
/
+4
*
18296: sync fake _all_labels and _next_label functions with changes to real ones
Oliver Kiddle
2003-02-25
1
-0
/
+3
*
fix out-of-date documentation for -value- completion and move description of
Oliver Kiddle
2003-02-25
1
-0
/
+6
*
18230: Test for explicitly matched file in _path_files.
Peter Stephenson
2003-02-24
1
-0
/
+8
*
18278: remove zgprintf, zformat already does this
Peter Stephenson
2003-02-23
1
-0
/
+4
*
not in 18276: update Perforce completion
Peter Stephenson
2003-02-23
1
-0
/
+7
*
18264: free job table entries properly in subshell
Peter Stephenson
2003-02-21
1
-0
/
+5
*
18269: improve sccs file completion to handle both direct & indirect references
Oliver Kiddle
2003-02-21
1
-1
/
+6
*
18263: fix saving of glob state so that globs can be used from (e) glob qual
Oliver Kiddle
2003-02-20
1
-0
/
+5
*
18262: fix bug where only first match was added with expand style set to suffix
Oliver Kiddle
2003-02-19
1
-0
/
+5
*
18257: merge _xmllint and _xsltproc into _xmlsoft
Oliver Kiddle
2003-02-18
1
-0
/
+4
*
Doug Kearns: 18259: added more browsers and correct 'urls' description to 'url'
Oliver Kiddle
2003-02-18
1
-0
/
+4
*
18257: make use of _webbrowser
Oliver Kiddle
2003-02-18
1
-0
/
+2
*
Doug Kearns: 18254: new completion for xmllint (from xmlsoft.org's libxml2)
Oliver Kiddle
2003-02-18
1
-0
/
+5
*
18252: pass ignoreeof as flag to zleread
Peter Stephenson
2003-02-17
1
-0
/
+4
*
18251: Fix select and make it respect EOF
Peter Stephenson
2003-02-17
1
-0
/
+6
*
18249: new completion function for user mode linux
Oliver Kiddle
2003-02-17
1
-0
/
+3
*
18246: minor updates
Oliver Kiddle
2003-02-17
1
-0
/
+4
*
18242: add -d option to read for specifying delimiter to terminate input
Oliver Kiddle
2003-02-17
1
-0
/
+6
*
18243: Nasty tty poll fix for Solaris
Peter Stephenson
2003-02-14
1
-0
/
+3
*
modified from 18236: HP-UX curses problem latest
Peter Stephenson
2003-02-14
1
-0
/
+6
*
18238: bashcompinit was not being installed with --enable-function-subdirs
Oliver Kiddle
2003-02-13
1
-0
/
+3
*
users/5915: two levels of quoting are needed for remote files with scp
Oliver Kiddle
2003-02-13
1
-0
/
+3
*
18237: complete -t option to read
Oliver Kiddle
2003-02-13
1
-0
/
+2
*
18223: satisfy POSIX requirement for a -v flag to unset
Oliver Kiddle
2003-02-13
1
-0
/
+5
*
unposted: fix _perforce function names
Peter Stephenson
2003-02-13
1
-0
/
+5
*
unposted: rename _p4 to _perforce
Peter Stephenson
2003-02-11
1
-0
/
+5
*
18207: add maxfilelocks to ulimit output.
Clint Adams
2003-02-09
1
-0
/
+4
*
18204: KSH_ARRAYS
Peter Stephenson
2003-02-07
1
-0
/
+5
*
18202: New TCP function system plus small error message change in ztcp.
Peter Stephenson
2003-02-06
1
-0
/
+8
*
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
Peter Stephenson
2003-02-06
1
-0
/
+6
*
18195: Timeouts for read builtin.
Peter Stephenson
2003-02-05
1
-0
/
+6
*
unposted: create 4.1.0-dev-7
zsh-4.1.0-dev-7
Peter Stephenson
2003-02-04
1
-0
/
+2
*
18188: Output balanced parentheses in case statements
Peter Stephenson
2003-02-04
1
-0
/
+5
*
18175: Completion for Perforce
Peter Stephenson
2003-02-03
1
-0
/
+2
*
18174: New read-from-minibuffer and replace-string ZLE functions
Peter Stephenson
2003-02-03
1
-0
/
+6
*
unposted: config.guess, config.sub: update to 2003-01-10 and
Clint Adams
2003-01-30
1
-0
/
+3
*
18131: find pcre on RedHat.
Clint Adams
2003-01-30
1
-0
/
+4
*
Doug Kearns: 18159: new completion function for HTML Tidy
Oliver Kiddle
2003-01-30
1
-0
/
+5
*
18156: use reply array instead of ali for plugins and document new styles
Oliver Kiddle
2003-01-29
1
-0
/
+9
*
18143,18144: assorted tweaks.
Bart Schaefer
2003-01-27
1
-0
/
+17
*
18139: Improve $killring interface; can now change length. Empty
Peter Stephenson
2003-01-27
1
-0
/
+8
*
Doug Kearns: 18141: new completion for elinks web browser
Oliver Kiddle
2003-01-27
1
-0
/
+5
*
zsh-users/5780: viinsert widget is really vi-insert
Peter Stephenson
2003-01-20
1
-0
/
+5
*
18059: file got missed
Peter Stephenson
2003-01-17
1
-0
/
+10
*
18121: add new function for completing e-mail addresses
Oliver Kiddle
2003-01-17
1
-0
/
+9
[prev]
[next]