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
*
Mention the new inverse-hash that is output by PROMPT_SP.
Wayne Davison
2005-07-26
1
-4
/
+2
*
Moving the PROMPT_SP code earlier in the scheme of things so that
Wayne Davison
2005-07-26
1
-23
/
+1
*
Updated the entry that talks about PROMPT_CR and PROMPT_SP to suggest
Wayne Davison
2005-07-26
1
-7
/
+4
*
21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.
Clint Adams
2005-07-26
3
-7
/
+12
*
unposted: declare expl local in _rake
Doug Kearns
2005-07-26
2
-1
/
+5
*
21527: rename zsh-newuser-install and don't run if not loaded
Peter Stephenson
2005-07-26
5
-14
/
+36
*
21516: handle dhclient V3 as well as V2.
Clint Adams
2005-07-26
2
-5
/
+32
*
21518 (modified)
Wayne Davison
2005-07-26
1
-0
/
+6
*
Added tests for \c escape handling.
Wayne Davison
2005-07-26
1
-0
/
+28
*
Fixed bin_print() to handle \c escapes as per POSIX (truncating the
Wayne Davison
2005-07-26
1
-5
/
+16
*
If getkeystring() finds a \c escape (when looking for such escapes),
Wayne Davison
2005-07-26
1
-1
/
+3
*
21523, 21524: Julius Plenz: completions for pump and dhclient.
Clint Adams
2005-07-25
3
-0
/
+36
*
unposted: add missing compset -S call to _php
Doug Kearns
2005-07-25
2
-2
/
+8
*
Some echo/printf improvements for the \c escape.
Wayne Davison
2005-07-25
1
-0
/
+11
*
21519: only complete files after baz commit, not archive/version.
Clint Adams
2005-07-24
2
-1
/
+4
*
21517: complete files after build-config if there's a configs subdir, even if...
Clint Adams
2005-07-24
2
-2
/
+10
*
The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown
Wayne Davison
2005-07-24
1
-1
/
+1
*
Improved the function comment for getkeystring().
Wayne Davison
2005-07-24
1
-10
/
+11
*
Added missing "goto" in handling of 'c' escape (fix from
Wayne Davison
2005-07-24
1
-0
/
+2
*
An install fix for Cygwin from Thorsten Dahlheimer.
Wayne Davison
2005-07-24
1
-0
/
+1
*
21510: use && rather than -a binary test operator.
Clint Adams
2005-07-24
2
-1
/
+6
*
21506: use globbing instead of ls and sed.
Clint Adams
2005-07-23
2
-5
/
+6
*
21505: use an array for common arguments rather than an additional function
Clint Adams
2005-07-23
2
-26
/
+31
*
215??: move xscreensaver-command completion to the X dir.
Clint Adams
2005-07-23
2
-4
/
+10
*
unposted: bring various .distfiles up to date
Peter Stephenson
2005-07-21
12
-7
/
+33
*
21500: Add script and function as framework for new user stuff.
Peter Stephenson
2005-07-20
7
-16
/
+75
*
21499: Doc/Makefile.in: use newer texi2html syntax.
Clint Adams
2005-07-20
2
-1
/
+5
*
21498: Add zsh/newuser module
Peter Stephenson
2005-07-20
10
-43
/
+266
*
unposted: add -s option to _arguments call in _rake
Doug Kearns
2005-07-20
2
-1
/
+5
*
21492
Wayne Davison
2005-07-20
1
-0
/
+7
*
Undo version mod that changed the wrong 3.0 into 4.3.0.
Wayne Davison
2005-07-19
1
-1
/
+1
*
21492: Update the prompt-overwriting section even more extensively.
Wayne Davison
2005-07-19
1
-29
/
+35
*
fix version in 21490
Peter Stephenson
2005-07-18
2
-1
/
+3
*
21490: Update FAQ to reflect PROMPT_SP option
Peter Stephenson
2005-07-18
2
-2
/
+11
*
Fixed the heading for the new PROMPT_SP option.
Wayne Davison
2005-07-16
1
-1
/
+1
*
unposted: escape colons in _python -W option argument message
Doug Kearns
2005-07-16
2
-2
/
+7
*
21464
Wayne Davison
2005-07-15
1
-0
/
+6
*
Implement the new PROMPT_SP option.
Wayne Davison
2005-07-15
1
-1
/
+23
*
Reference 4 extra termcap items: save-cursor, restore-cursor, the
Wayne Davison
2005-07-15
1
-5
/
+18
*
Add "promptsp" to the optname optns[] array.
Wayne Davison
2005-07-15
1
-0
/
+1
*
Added the PROMPTSP option plus 3 new termcap defines
Wayne Davison
2005-07-15
1
-1
/
+5
*
Document the new PROMPT_SP option.
Wayne Davison
2005-07-15
1
-0
/
+18
*
unposted: add missing -C option to _arguments in _python
Doug Kearns
2005-07-15
2
-2
/
+7
*
21466: mkdir -p didn't work with symlinks
Peter Stephenson
2005-07-14
2
-1
/
+6
*
21449: limit completed options available to RUBYOPT to -[IdvwrK]
Doug Kearns
2005-07-12
2
-34
/
+48
*
21446 (modified): improve target completion for rake
Doug Kearns
2005-07-12
2
-11
/
+18
*
21447: completion for rubber, contributed by Emmanuel Hainry and Emmanuel Bef...
Clint Adams
2005-07-12
2
-0
/
+76
*
21428: Travis: fix crash on bad compvalues call
Bart Schaefer
2005-07-12
2
-1
/
+7
*
21443: new completion for rake
Doug Kearns
2005-07-11
3
-3
/
+48
*
unposted: fix typo in first normal arg action of _ruby
Doug Kearns
2005-07-11
2
-1
/
+5
[next]