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
*
* 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
*
- Fixed an unsafe use of gettempname().
Wayne Davison
2004-10-18
1
-3
/
+5
*
Made gettempname() take a prefix arg and a use_heap arg. When prefix is
Wayne Davison
2004-10-18
1
-9
/
+15
*
- Improved lockhistfile() to use the new gettempname() for a unique
Wayne Davison
2004-10-18
1
-14
/
+15
*
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
2004-10-18
7
-248
/
+537
*
20496
Wayne Davison
2004-10-18
1
-0
/
+9
*
Made zclose() avoid calling close() when fd < 0.
Wayne Davison
2004-10-18
1
-1
/
+2
*
In zleread(), initialize the first byte of the "line" buffer to '\0'
Wayne Davison
2004-10-17
1
-0
/
+1
*
20490: string lengths in pattern.c: ChangeLog entry
Peter Stephenson
2004-10-16
1
-0
/
+5
*
20490: Don't assume null termination for test string in pattern matching.
Peter Stephenson
2004-10-15
3
-104
/
+237
*
20482: but with completion inside interactive completion
Peter Stephenson
2004-10-14
2
-1
/
+55
*
Simple changes to _make and _rsync.
Wayne Davison
2004-10-13
1
-0
/
+8
*
Added the 7 remaining options that were missing from the _arguments
Wayne Davison
2004-10-13
1
-0
/
+6
*
Got rid of "cmdargs" local since it is no longer used.
Wayne Davison
2004-10-12
1
-1
/
+1
*
20467: Reintroduce rusage-based escapes for TIMEFMT.
Peter Stephenson
2004-10-08
7
-57
/
+189
*
20462: Use getrusage for timing again.
Peter Stephenson
2004-10-07
7
-38
/
+148
*
_rsync
Wayne Davison
2004-10-07
1
-0
/
+5
*
Added the new options for 2.6.3 (only omitting --checksum-seed, which
Wayne Davison
2004-10-07
1
-2
/
+5
*
unposted: update README for "test" change
Peter Stephenson
2004-10-05
2
-1
/
+15
*
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
2004-10-05
7
-90
/
+198
*
20418: report parse error rather than crash on unfinished pipelines.
Bart Schaefer
2004-10-02
2
-2
/
+11
*
20438 and a couple unposted changes.
Wayne Davison
2004-10-01
1
-0
/
+20
*
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
2004-10-01
1
-1
/
+2
*
- Added an arg to saveandpophiststack() to allow the caller to
Wayne Davison
2004-10-01
1
-3
/
+4
*
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
2004-10-01
1
-3
/
+6
*
Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.
Wayne Davison
2004-10-01
1
-1
/
+1
[next]