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
*
* 20634: Completion/Unix/Command/_postfix: completion for postsuper.
Clint Adams
2004-12-24
2
-0
/
+25
*
* 20627: Completion/Unix/Command/_bogofilter: updated completion for newer b...
Clint Adams
2004-12-16
2
-2
/
+10
*
* 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt ...
Clint Adams
2004-12-15
2
-0
/
+695
*
20617: fix completion of compressed modules for 2.6; add insmod completion
Andrey Borzenkov
2004-12-10
2
-2
/
+14
*
20614: fix 20613
Peter Stephenson
2004-12-09
2
-8
/
+8
*
20613: fix inconsistencies with embedded whitespace in match-words-by-style
Peter Stephenson
2004-12-09
2
-2
/
+23
*
20612: add options to match-words-by-style widget
Peter Stephenson
2004-12-09
3
-15
/
+65
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
22
-821
/
+1044
*
20606: simple verification of pseudorandom numbers
Peter Stephenson
2004-12-07
2
-0
/
+37
*
update python completion for version 2.4
Doug Kearns
2004-12-06
2
-0
/
+20
*
20595
Wayne Davison
2004-12-01
1
-1
/
+5
*
A few minor style tweaks (as discussed in 20595 and 20596).
Wayne Davison
2004-12-01
1
-6
/
+7
*
update screen completion for version 4.00
Doug Kearns
2004-12-01
2
-34
/
+54
*
20599: test for $((##)) should now check for error
Peter Stephenson
2004-11-30
2
-2
/
+6
*
Corrected the error-return comment for zchdir() and optimized the
Wayne Davison
2004-11-29
1
-9
/
+8
*
20591: Stephane Chazelas: use of fchdir in zchdir leaked fd's
Peter Stephenson
2004-11-29
2
-3
/
+10
*
20592: Debian bug#283358: $((##)) failed erratically
Peter Stephenson
2004-11-29
2
-0
/
+9
*
* 20583: Completion/Unix/Command/_ssh: complete "modern" options
Clint Adams
2004-11-27
2
-5
/
+17
*
offer multiuser screen sessions for attaching/detaching
Doug Kearns
2004-11-27
2
-5
/
+10
*
20578: Functions/Prompts/prompt_elite2_setup: handle ttys with slashes in them.
Clint Adams
2004-11-24
2
-10
/
+54
*
20576: fix core dump on TRAPEXIT
Peter Stephenson
2004-11-23
2
-1
/
+19
*
20572: Allow alternative signal names
Peter Stephenson
2004-11-22
7
-36
/
+172
*
20571: update javac completion for J2SE 5.0
Doug Kearns
2004-11-20
2
-2
/
+7
*
20568: debug test in pattern.c was out of date
Peter Stephenson
2004-11-19
2
-1
/
+4
*
20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO
Peter Stephenson
2004-11-19
2
-0
/
+7
*
* unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.
Clint Adams
2004-11-18
2
-2
/
+3
*
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ...
Clint Adams
2004-11-18
2
-1
/
+6
*
users/8219: add $HISTCMD
Peter Stephenson
2004-11-16
4
-1
/
+17
*
20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash
Peter Stephenson
2004-11-16
5
-6
/
+12
*
improved Mac completion, from Motoi Washida
Peter Stephenson
2004-11-12
7
-56
/
+896
*
Use ";&" to have the new "(\$*)" case fall through to the continue.
Wayne Davison
2004-11-11
1
-1
/
+1
*
20551
Wayne Davison
2004-11-10
1
-0
/
+5
*
Handle $$ when expanding variables.
Wayne Davison
2004-11-10
1
-1
/
+5
*
_bittorrent, from Jussi Pakkanen
Peter Stephenson
2004-11-09
2
-0
/
+102
*
fix "compadd -k assoc1 assoc2"
Bart Schaefer
2004-11-05
2
-3
/
+8
*
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
Clint Adams
2004-11-02
2
-1
/
+6
*
20528: exec 8>>(grep a) waited incorrectly for grep to finish
Peter Stephenson
2004-10-29
2
-7
/
+26
*
20522: must-match optimisation in parameter substitution broken
Peter Stephenson
2004-10-26
3
-2
/
+24
*
20510
Wayne Davison
2004-10-22
1
-0
/
+5
*
Fixed an arg in a call to times() (from Borzenkov Andrey).
Wayne Davison
2004-10-22
1
-1
/
+1
*
_comp_options needs NO_kshtypeset
Bart Schaefer
2004-10-22
2
-0
/
+6
*
20513: fix tests of zero-length patterns
Peter Stephenson
2004-10-22
4
-3
/
+27
*
20505
Wayne Davison
2004-10-21
1
-0
/
+6
*
Use the new gettempfile() function.
Wayne Davison
2004-10-21
4
-16
/
+9
*
Added gettempfile(), which works like a custom mkstemp() (in addition
Wayne Davison
2004-10-21
1
-0
/
+41
*
20503
Wayne Davison
2004-10-19
1
-0
/
+5
*
Fixed the default completion-cache path. (Change from Alexey Tourbin.)
Wayne Davison
2004-10-19
1
-2
/
+2
*
20499
Wayne Davison
2004-10-18
1
-0
/
+7
*
Added bicat() that works like dyncat(), but uses permanent memory
Wayne Davison
2004-10-18
1
-0
/
+17
*
Call gettempname() with its new args.
Wayne Davison
2004-10-18
2
-4
/
+4
[next]