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
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup after function move
Sven Wischnowsky
2001-04-02
1
-1
/
+1
*
after-move cleanup
Sven Wischnowsky
2001-04-02
1
-1
/
+1
*
make `_arguments -S' still complete long options after `--<TAB>'; fix for cur...
pre-func-move
Sven Wischnowsky
2001-04-02
2
-2
/
+3
*
Fix problem with traps not runing if shell exec'd final command
Peter Stephenson
2001-03-30
2
-3
/
+18
*
Refuse to setopt noexec when interactive
Bart Schaefer
2001-03-30
1
-0
/
+3
*
Don't assume we can change the string for the HOST parameter when used in
Peter Stephenson
2001-03-29
1
-4
/
+1
*
disallow changing of parameter type
Peter Stephenson
2001-03-29
1
-4
/
+10
*
Add `bindkey -p'
Peter Stephenson
2001-03-28
2
-2
/
+22
*
try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...
Sven Wischnowsky
2001-03-27
1
-1
/
+1
*
13777: maxfilelocks limit for glibc2.2
Clint Adams
2001-03-26
1
-22
/
+39
*
handle colons in xor lists (13770)
Sven Wischnowsky
2001-03-26
1
-1
/
+1
*
avoid adding empty strings to the kill ring (13767)
Sven Wischnowsky
2001-03-26
1
-0
/
+3
*
skip redirections in execpline2() when looking for the command code (13706)
Sven Wischnowsky
2001-03-22
1
-2
/
+2
*
fix misaligned percent output of zprof (13673)
Sven Wischnowsky
2001-03-20
1
-29
/
+25
*
fix default colour for directories (3674)
Sven Wischnowsky
2001-03-15
1
-1
/
+1
*
13633: don't use termcap cursor keys if single key which is already bound
Peter Stephenson
2001-03-14
1
-1
/
+13
*
13611, 13615: Bind cursor keys using termcap, including in viins.
Peter Stephenson
2001-03-13
3
-21
/
+74
*
two optimisations
Sven Wischnowsky
2001-03-07
3
-30
/
+32
*
make the parser use real memory for the ecbuf to avoid having hrealloc() thro...
Sven Wischnowsky
2001-03-06
2
-7
/
+22
*
another fix for completion matching, CLF_MISS in the wrong cline struct (13575)
Sven Wischnowsky
2001-03-06
1
-0
/
+6
*
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
2001-03-05
2
-4
/
+26
*
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
2001-02-28
6
-10
/
+14
*
properly restore noaliases in bufferwords() (13530)
Sven Wischnowsky
2001-02-26
1
-1
/
+2
*
more (|un)queue_signals(), this time for the job control builtins (13509)
Sven Wischnowsky
2001-02-20
1
-0
/
+10
*
13280: NewImproved handling of colon modifiers w.r.t. paths
Peter Stephenson
2001-02-19
3
-25
/
+70
*
?## fix from 13497 and site name change from Geoff
Peter Stephenson
2001-02-18
1
-2
/
+8
*
Fix "${=foo=$@}".
Bart Schaefer
2001-02-16
1
-4
/
+4
*
Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".
Bart Schaefer
2001-02-16
1
-1
/
+16
*
unposted: remove unused variable declaration
Clint Adams
2001-02-14
1
-1
/
+0
*
13478: whence shouldn't segfault on an empty path component
Clint Adams
2001-02-14
1
-4
/
+4
*
13431: better check for shared libraries.
Andrey Borzenkov
2001-02-13
4
-4
/
+24
*
try to make the -t option of zpty smarter (13462)
Sven Wischnowsky
2001-02-13
1
-5
/
+11
*
unposted: fix patterns previous patch
Andrey Borzenkov
2001-02-02
1
-2
/
+1
*
13412: avoid duplicates in subdirecory list for recursive build
Andrey Borzenkov
2001-01-31
1
-1
/
+7
*
13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names
Andrey Borzenkov
2001-01-26
1
-6
/
+23
*
fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it...
Sven Wischnowsky
2001-01-25
1
-1
/
+1
*
make signal queueing variables be exported to modules (13384)
Sven Wischnowsky
2001-01-25
1
-3
/
+3
*
*** empty log message ***
Sven Wischnowsky
2001-01-22
2
-5
/
+4
*
13370: avoid in-place modification of environments variables when importing.
Andrey Borzenkov
2001-01-19
1
-46
/
+52
*
*** empty log message ***
Sven Wischnowsky
2001-01-18
6
-11
/
+23
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
27
-266
/
+535
*
fix for ol' compctl when completing hash keys (13364)
Sven Wischnowsky
2001-01-16
1
-1
/
+4
*
two more fixes for completion matching and reporting interesting positions (1...
Sven Wischnowsky
2001-01-15
2
-7
/
+22
*
fix for 13339 (report each position only once) and fixlet for matching: a cas...
Sven Wischnowsky
2001-01-12
2
-11
/
+21
*
*** empty log message ***
Sven Wischnowsky
2001-01-11
3
-37
/
+143
*
fix cursor positioning with partial-word match specs using `**' (13336)
Sven Wischnowsky
2001-01-10
2
-31
/
+44
*
fix for listpacked for matches as long as screen is wide (minus added spaces)...
Sven Wischnowsky
2001-01-08
2
-4
/
+5
*
Back out 13285.
Bart Schaefer
2000-12-18
2
-6
/
+6
*
13288: cast pointers for arg 2 of ztrapread/write
Clint Adams
2000-12-17
1
-3
/
+3
*
13285: use vi-up and -down in vicmd mode
Clint Adams
2000-12-16
2
-47
/
+63
[next]