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
*
* 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by n...
Clint Adams
2004-09-30
1
-0
/
+5
*
20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified...
Clint Adams
2004-09-28
1
-0
/
+5
*
unposted: improve p4 add to ignore files being added already
Peter Stephenson
2004-09-27
1
-0
/
+6
*
20409
Wayne Davison
2004-09-25
1
-0
/
+6
*
20397: Fix places where texinfo changes "--" to "-"
Bart Schaefer
2004-09-22
1
-0
/
+5
*
Unposted: update _perforce for release 2004.2
Peter Stephenson
2004-09-21
1
-0
/
+3
*
20398: allow clean exit from within widget function
Peter Stephenson
2004-09-21
1
-0
/
+5
*
20391: SHLVL wasn't updated in environment
Peter Stephenson
2004-09-20
1
-0
/
+5
*
20388: tweak ignoreeof behavior on user-defined widgets to match docs.
Bart Schaefer
2004-09-20
1
-1
/
+6
*
20387: revised algorithm for the fix in 20363.
Bart Schaefer
2004-09-20
1
-1
/
+9
*
20378: Matthias B.: fix bugs joining with metafied chars.
Peter Stephenson
2004-09-17
1
-0
/
+6
*
20364: use $WIDGETSTYLE in _oldlist
Peter Stephenson
2004-09-16
1
-0
/
+4
*
20363: Src/init.c, Src/Zle/zle_main.c
Peter Stephenson
2004-09-13
1
-0
/
+5
*
20348: rejig WIDGETSTYLE and add WIDGETFUNC
Peter Stephenson
2004-09-10
1
-0
/
+5
*
20331: Use internal zlong variables for consistency
Peter Stephenson
2004-09-09
1
-0
/
+10
*
20330: rationalise zle return statuses
Peter Stephenson
2004-09-08
1
-0
/
+6
*
20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;
Bart Schaefer
2004-09-08
1
-0
/
+9
*
20318: Fix xtrace output bug introduced by 20308.
Bart Schaefer
2004-09-04
1
-0
/
+5
*
20308: add EVAL_LINENO option
Peter Stephenson
2004-09-03
1
-0
/
+8
*
20303: zle -I test and running zle widgets in traps
Peter Stephenson
2004-09-02
1
-0
/
+4
*
20300: fix spurious EOF from ^C
Peter Stephenson
2004-09-02
1
-0
/
+5
*
Previously-forgotten entry corresponding to zed fix from workers/20244.
Bart Schaefer
2004-09-02
1
-0
/
+5
*
20283
Wayne Davison
2004-08-24
1
-0
/
+5
*
20282
Wayne Davison
2004-08-24
1
-0
/
+6
*
02070
Wayne Davison
2004-08-18
1
-2
/
+3
*
20269
Wayne Davison
2004-08-18
1
-0
/
+5
*
20251: integer conversion truncation
Peter Stephenson
2004-08-16
1
-0
/
+14
*
unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, resp...
Clint Adams
2004-08-13
1
-0
/
+5
*
Version 4.2.1
zsh-4.2.1
Peter Stephenson
2004-08-13
1
-0
/
+4
*
Changed an entry that was space-indented to being tab-indented like
Wayne Davison
2004-08-11
1
-1
/
+1
*
20254: restrict scope of the default tag-order to fix a problem with cdrecord
Oliver Kiddle
2004-08-11
1
-0
/
+5
*
20237: handle mysqlimport, more mysql options. Redo screen session completion
Oliver Kiddle
2004-08-07
1
-0
/
+6
*
20236: fix problem with keep-prefix style where a modifier removes the prefix
Oliver Kiddle
2004-08-07
1
-0
/
+3
*
20235: sync remote file completion against _ssh to fix bug with quote handling
Oliver Kiddle
2004-08-07
1
-0
/
+5
*
still allow user specified text modifiers with a short terminal.
Geoff Wing
2004-08-07
1
-0
/
+7
*
20232 with typo corrected: remove zftp directory listing on zfcd
Peter Stephenson
2004-08-06
1
-0
/
+3
*
unposted: zsh-4.2.1-test-A
zsh-4.2.1-test-A
Peter Stephenson
2004-08-06
1
-0
/
+4
*
* 20230: Completion/Debian/Command/_apt: dumb down apt-get
Clint Adams
2004-08-01
1
-0
/
+4
*
* 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations
Clint Adams
2004-08-01
1
-0
/
+5
*
20222: turn on max function depth
Peter Stephenson
2004-07-30
1
-0
/
+10
*
20221: $LINENO in trap '...' DEBUG was wrong.
Peter Stephenson
2004-07-29
1
-0
/
+5
*
20219: make zle parameter HISTNO writeable
Peter Stephenson
2004-07-29
1
-0
/
+5
*
20208: ternary path codes in prompt treat / as zero elements
Peter Stephenson
2004-07-29
1
-0
/
+5
*
20214: fix debugging test with recursive functions
Peter Stephenson
2004-07-28
1
-0
/
+3
*
20204: Motoi Washida: typo in _retrieve_cache
Peter Stephenson
2004-07-28
1
-0
/
+3
*
20200 plus unposted: fix MIME stuff,
Peter Stephenson
2004-07-28
1
-0
/
+7
*
20199: improve MIME handling.
Peter Stephenson
2004-07-26
1
-0
/
+8
*
20198: fix TRAPEXIT.
Peter Stephenson
2004-07-26
1
-0
/
+6
*
Unposted: documentation for "zargs"
Bart Schaefer
2004-07-26
1
-0
/
+4
*
20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems
Oliver Kiddle
2004-07-23
1
-0
/
+3
[next]