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
/
Doc
/
Zsh
Commit message (
Expand
)
Author
Age
Files
Lines
*
20612: add options to match-words-by-style widget
Peter Stephenson
2004-12-09
1
-0
/
+12
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
1
-20
/
+27
*
20572: Allow alternative signal names
Peter Stephenson
2004-11-22
1
-0
/
+13
*
users/8219: add $HISTCMD
Peter Stephenson
2004-11-16
2
-1
/
+10
*
Fixed the default completion-cache path. (Change from Alexey Tourbin.)
Wayne Davison
2004-10-19
1
-2
/
+2
*
20467: Reintroduce rusage-based escapes for TIMEFMT.
Peter Stephenson
2004-10-08
1
-2
/
+22
*
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
2004-10-05
1
-0
/
+6
*
20427: Fix problem with _oldlist and custom completer.
Peter Stephenson
2004-10-01
1
-0
/
+7
*
20397: Fix places where texinfo changes "--" to "-"
Bart Schaefer
2004-09-22
2
-3
/
+3
*
Fix typo.
Bart Schaefer
2004-09-20
1
-1
/
+1
*
20348: rejig WIDGETSTYLE and add WIDGETFUNC
Peter Stephenson
2004-09-10
1
-8
/
+14
*
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
-14
/
+19
*
20308: add EVAL_LINENO option
Peter Stephenson
2004-09-03
1
-1
/
+14
*
20303: zle -I test and running zle widgets in traps
Peter Stephenson
2004-09-02
1
-3
/
+6
*
20251: integer conversion truncation
Peter Stephenson
2004-08-16
1
-1
/
+2
*
* 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations
Clint Adams
2004-08-01
1
-3
/
+31
*
20219: make zle parameter HISTNO writeable
Peter Stephenson
2004-07-29
2
-1
/
+23
*
20208: ternary path codes in prompt treat / as zero elements
Peter Stephenson
2004-07-29
1
-2
/
+4
*
20199: improve MIME handling.
Peter Stephenson
2004-07-26
1
-0
/
+2
*
Unposted: documentation for "zargs"
Bart Schaefer
2004-07-26
1
-0
/
+43
*
20145: Additional arguments to read-from-minibuffer specify initial values
Bart Schaefer
2004-07-12
1
-3
/
+11
*
20149: improve prompt-reset code
Peter Stephenson
2004-07-11
1
-3
/
+3
*
20126: tidy up before 4.2.1
Peter Stephenson
2004-07-02
1
-0
/
+5
*
20125: say where the output for job notifications goes
Peter Stephenson
2004-07-02
1
-1
/
+3
*
7650: new reset-prompt zle widget
Peter Stephenson
2004-07-01
1
-0
/
+9
*
20118: improvements to limits builtins
Peter Stephenson
2004-06-30
1
-2
/
+28
*
20112 changed c.f. 20113:
Peter Stephenson
2004-06-28
1
-0
/
+10
*
20089: various zed improvements
Peter Stephenson
2004-06-23
1
-11
/
+23
*
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
2004-06-22
2
-0
/
+64
*
Document default bindings of copy-prev-shell-word.
Bart Schaefer
2004-06-22
1
-1
/
+1
*
Previously uncommitted bits of 19785.
Bart Schaefer
2004-06-22
2
-33
/
+22
*
* 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition.
Clint Adams
2004-06-20
1
-0
/
+12
*
20024: Improve documentation for TRAPNAL functions
Peter Stephenson
2004-06-08
1
-0
/
+18
*
c.f users/7474: reorder option descriptions in subheadings.
Peter Stephenson
2004-05-25
1
-776
/
+822
*
Document the new -a option to `fc -p' and improved the documentation for
Wayne Davison
2004-05-21
1
-11
/
+25
*
Document the new options to "fc".
Wayne Davison
2004-05-20
1
-0
/
+19
*
Fix TRAPS_ASYNC so that it handles signals correctly.
Peter Stephenson
2004-05-02
1
-5
/
+5
*
* 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
Clint Adams
2004-05-01
1
-0
/
+5
*
zsh-users/7365: new TRAPS_ASYNC option
Peter Stephenson
2004-04-19
1
-0
/
+9
*
19712, 19740: allow assigning to associations with i and r subscript flags
Oliver Kiddle
2004-04-06
1
-5
/
+5
*
make expn change clearer, suggested by Wayne
Peter Stephenson
2004-04-06
1
-2
/
+2
*
19733 with docs tweaked: keymaps for vared and zed
Peter Stephenson
2004-04-06
2
-8
/
+31
*
19728: note on (^F) qualifier
Peter Stephenson
2004-04-05
1
-1
/
+4
*
19717: (F) glob qualifier for full directories
Peter Stephenson
2004-04-01
1
-0
/
+3
*
19682: Don't run ZERR, DEBUG or EXIT traps inside other traps.
Peter Stephenson
2004-03-25
1
-0
/
+2
*
19674, modified: support for non-standard ports in zftp.
Peter Stephenson
2004-03-24
1
-48
/
+128
*
* 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
Clint Adams
2004-03-16
1
-0
/
+7
*
* 19566: Doc/Zsh/params.yo: change associative array documentation to refer
Clint Adams
2004-03-08
1
-2
/
+6
*
zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing
Peter Stephenson
2004-03-06
1
-0
/
+10
[next]