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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
24790: YODL items need closing parentheses on next line
Peter Stephenson
2008-04-04
1
-0
/
+5
*
24789: completion for stg subcommands.
Clint Adams
2008-04-04
1
-0
/
+5
*
24788: ${(m)#...} returns string print width
Peter Stephenson
2008-04-03
1
-0
/
+5
*
24787: reset region_highlight when finished editing command line
Peter Stephenson
2008-04-03
1
-0
/
+3
*
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
2008-04-03
1
-0
/
+5
*
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
2008-04-03
1
-0
/
+7
*
unposted, see users/12758: [(w)...] does work with (r) and (R)
Peter Stephenson
2008-04-03
1
-0
/
+5
*
users/12754: document [(w)...] only works on forward indexing
Peter Stephenson
2008-04-02
1
-0
/
+3
*
unposted: update version to 4.3.6-dev-0
Peter Stephenson
2008-04-02
1
-0
/
+3
*
24781: enhance word-context to use next or previous word
Peter Stephenson
2008-04-02
1
-0
/
+4
*
README: minor tweaks
Peter Stephenson
2008-04-02
1
-0
/
+2
*
unposted: release 4.3.6
zsh-4.3.6
Peter Stephenson
2008-04-02
1
-1
/
+5
*
unposted: other minor typos
Peter Stephenson
2008-04-01
1
-0
/
+3
*
unposted: spotted by Ismail: typo
Peter Stephenson
2008-04-01
1
-0
/
+4
*
unposted: 4.3.5-dev-4
zsh-4.3.5-dev-4
Peter Stephenson
2008-03-31
1
-0
/
+4
*
unposted: use kdialog in calendar_show if appropriate
Peter Stephenson
2008-03-31
1
-0
/
+5
*
24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:
Peter Stephenson
2008-03-30
1
-0
/
+6
*
24777: bug clearing up after menu selection
Peter Stephenson
2008-03-28
1
-0
/
+6
*
24776: clarify compinit message when compaudit fails
Peter Stephenson
2008-03-28
1
-0
/
+3
*
24775: improve _cd option handling
Peter Stephenson
2008-03-28
1
-0
/
+3
*
users/12739: fix multiple arguments to --with-term-lib
Peter Stephenson
2008-03-28
1
-0
/
+3
*
24768: add -q option to cd, chdir, pushd, popd
Peter Stephenson
2008-03-28
1
-0
/
+7
*
24759: dont unfunction if no function; sanitize helper functions
Peter Stephenson
2008-03-27
1
-0
/
+4
*
24757: canonicalize paths some more
Peter Stephenson
2008-03-27
1
-0
/
+3
*
unposted: fix alias test in 24736 properly
Peter Stephenson
2008-03-27
1
-0
/
+5
*
unposted: 4.3.5-dev-3
zsh-4.3.5-dev-3
Peter Stephenson
2008-03-26
1
-0
/
+2
*
25735: use zstat to get canonical name for symbolic links
Peter Stephenson
2008-03-26
1
-0
/
+4
*
24741: loading zstat builtin was misdocumented
Peter Stephenson
2008-03-26
1
-0
/
+7
*
unposted: 4.3.5-dev-2
zsh-4.3.5-dev-2
Peter Stephenson
2008-03-26
1
-0
/
+4
*
22281: wait shouldn't return immediately on signal unless trapped
Peter Stephenson
2008-03-25
1
-0
/
+3
*
fix optimisation of string matching with multibyte mode
Peter Stephenson
2008-03-25
1
-0
/
+10
*
24730: use --no-color when calling git commands that might output color codes.
Clint Adams
2008-03-23
1
-0
/
+5
*
24728: complete for aptitude why and why-not.
Clint Adams
2008-03-23
1
-0
/
+5
*
unposted: further documentation tweak for the (R) and (I) subscript flags.
Bart Schaefer
2008-03-23
1
-1
/
+6
*
Tweak documentation.
Bart Schaefer
2008-03-18
1
-0
/
+3
*
24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
Bart Schaefer
2008-03-18
1
-2
/
+9
*
unposted: fix some .distfiles and .cvsignore stuff
Peter Stephenson
2008-03-15
1
-0
/
+4
*
unposted: 4.3.5-dev-1
zsh-4.3.5-dev-1
Peter Stephenson
2008-03-15
1
-0
/
+4
*
Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.
Bart Schaefer
2008-03-15
1
-0
/
+7
*
24712: handling of backticks being requoted for double quotes
Peter Stephenson
2008-03-14
1
-0
/
+3
*
24711: fix re-presentation of here-documents munged internally
Peter Stephenson
2008-03-14
1
-0
/
+6
*
24705: rationalise curses and term headers even more
Peter Stephenson
2008-03-13
1
-0
/
+8
*
24704: completion for BSD calendar.
Clint Adams
2008-03-12
1
-0
/
+5
*
24703: Src/Zle/zle_main.c: clear trashedzle when first starting
Bart Schaefer
2008-03-11
1
-0
/
+6
*
unposted: make test for added space in 24699 safer
Peter Stephenson
2008-03-11
1
-0
/
+5
*
24702: fix 24701
Clint Adams
2008-03-09
1
-1
/
+1
*
24701: use $service instead of $words[1] so completion will work if git is an...
Clint Adams
2008-03-09
1
-0
/
+5
*
24699: bug with ${(Q)...} on initial ">"
Peter Stephenson
2008-03-08
1
-0
/
+8
*
users/12699: don't complete normal arguments where we're completing the
Peter Stephenson
2008-03-07
1
-0
/
+6
*
Richard Hartmann: 24631: gpg completion update
Peter Stephenson
2008-03-07
1
-0
/
+2
[next]