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
Commit message (
Expand
)
Author
Age
Files
Lines
*
21042: add test for bug fixed in 21041
Peter Stephenson
2004-07-07
2
-0
/
+16
*
20141: Crash restoring exported special parameters
Peter Stephenson
2004-07-07
4
-63
/
+66
*
20126: tidy up before 4.2.1
Peter Stephenson
2004-07-02
16
-12
/
+65
*
20125: say where the output for job notifications goes
Peter Stephenson
2004-07-02
2
-1
/
+8
*
7650: new reset-prompt zle widget
Peter Stephenson
2004-07-01
4
-0
/
+31
*
20118: improvements to limits builtins
Peter Stephenson
2004-06-30
3
-156
/
+362
*
20112: Forgot this bit.
Peter Stephenson
2004-06-30
1
-0
/
+24
*
20112 changed c.f. 20113:
Peter Stephenson
2004-06-28
5
-4
/
+51
*
unposted: fix .distfiles for zed-set-file-name
Peter Stephenson
2004-06-26
2
-0
/
+5
*
Fix typos in some descriptions.
Bart Schaefer
2004-06-24
2
-3
/
+8
*
20089: various zed improvements
Peter Stephenson
2004-06-23
4
-32
/
+80
*
20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.
Clint Adams
2004-06-22
2
-6
/
+10
*
20076: improved function using always
Peter Stephenson
2004-06-22
1
-98
/
+99
*
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
2004-06-22
11
-8
/
+300
*
Record some uncommitted doc changes and a minor fix to predict-on.
Bart Schaefer
2004-06-22
1
-0
/
+11
*
Minor update to cooperate with zle-line-init.
Bart Schaefer
2004-06-22
1
-1
/
+3
*
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
2
-0
/
+16
*
20077: fix completion of reserved words
Oliver Kiddle
2004-06-18
3
-2
/
+7
*
_arguments fix for configure, unconfirmed
Peter Stephenson
2004-06-18
2
-2
/
+7
*
20069: complete character encodings case-insensitively for GNU iconv
Oliver Kiddle
2004-06-17
2
-25
/
+28
*
20059: check for systems using . separator instead of for those using :
Oliver Kiddle
2004-06-17
2
-3
/
+8
*
users/7553: include zsh version in dump file to avoid problems with upgrades
Oliver Kiddle
2004-06-16
3
-2
/
+9
*
20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.
Clint Adams
2004-06-15
2
-748
/
+505
*
c.f. 20034: zsh/mathfunc tests
Peter Stephenson
2004-06-09
2
-0
/
+111
*
20029: fix randomness of mathfunc rand48(seed)
Peter Stephenson
2004-06-08
2
-1
/
+6
*
20026: INSTALL nitpick.
Peter Stephenson
2004-06-08
2
-5
/
+8
*
20025: --with-tcsetpgrp from Philippe Troin
Peter Stephenson
2004-06-08
3
-9
/
+47
*
20024: Improve documentation for TRAPNAL functions
Peter Stephenson
2004-06-08
2
-0
/
+23
*
20002 -- fix for matching spec core dump
Felix Rosencrantz
2004-06-04
2
-1
/
+6
*
20017: zsh.html was missing from doc distributino
Peter Stephenson
2004-06-03
2
-1
/
+3
*
users/7467: quoted commands weren't found in dispatcher lokoup
Peter Stephenson
2004-06-03
2
-0
/
+9
*
UNUSED()
Wayne Davison
2004-06-02
1
-0
/
+19
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
58
-593
/
+641
*
Define the new UNUSED() macro for marking function parameters.
Wayne Davison
2004-06-02
1
-0
/
+7
*
19980
Wayne Davison
2004-05-28
1
-0
/
+10
*
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
2004-05-28
5
-5
/
+5
*
Silenced three signed/unsigned comparison compiler warnings.
Wayne Davison
2004-05-28
2
-6
/
+6
*
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
2004-05-28
2
-2
/
+2
*
Silenced two signed/unsigned comparison compiler warnings.
Wayne Davison
2004-05-28
4
-8
/
+8
*
Fixed two signed/unsigned comparisons.
Wayne Davison
2004-05-28
1
-4
/
+3
*
- Added missing struct initializers to two last-in-list values.
Wayne Davison
2004-05-28
1
-5
/
+7
*
Made a variable (t2) size_t so that it matched the size of the
Wayne Davison
2004-05-28
1
-1
/
+2
*
Changed a few job-table variables into ints.
Wayne Davison
2004-05-28
1
-4
/
+4
*
Supply all initializers for the final struct reswd element.
Wayne Davison
2004-05-28
1
-1
/
+1
*
Fixed signed/unsigned compiler warning.
Wayne Davison
2004-05-28
1
-1
/
+1
*
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
Clint Adams
2004-05-28
2
-1
/
+6
*
19976: fix spurious job table full messages
Peter Stephenson
2004-05-25
3
-1
/
+9
*
c.f users/7474: reorder option descriptions in subheadings.
Peter Stephenson
2004-05-25
2
-776
/
+827
[next]