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
*
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
2000-04-26
2
-24
/
+62
*
faster test for `*'-patterns in matching control; prefer direct character mat...
Sven Wischnowsky
2000-04-26
1
-4
/
+38
*
fix for matching control; improve merging cline lists (10924)
Sven Wischnowsky
2000-04-26
1
-9
/
+21
*
don't show empty hidden matches even in menu-selection (10917)
Sven Wischnowsky
2000-04-25
2
-4
/
+19
*
re-calculate number of line with mark when needed; make default prompts more ...
Sven Wischnowsky
2000-04-25
1
-0
/
+16
*
forgotten fix for _arguments using multiple actions (10915)
Sven Wischnowsky
2000-04-25
1
-2
/
+2
*
don't always ignore backslashes in paths when testing file type (10912)
Sven Wischnowsky
2000-04-25
1
-0
/
+3
*
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...
Sven Wischnowsky
2000-04-25
2
-6
/
+27
*
make _arguments use more than one action when appropriate; add _argument_sets...
Sven Wischnowsky
2000-04-25
1
-76
/
+212
*
10900: Depend modules-bltin upon config.status rather than upon Makefile.
Bart Schaefer
2000-04-25
1
-32
/
+89
*
fix off-by-one error in scrolled menu-selections (10868)
Sven Wischnowsky
2000-04-20
1
-10
/
+11
*
ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...
Sven Wischnowsky
2000-04-19
2
-181
/
+1459
*
default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...
Sven Wischnowsky
2000-04-19
1
-12
/
+49
*
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
2000-04-18
1
-29
/
+48
*
fix to get newlines in non-job-texts (I'm sooo stupid)
Sven Wischnowsky
2000-04-18
1
-2
/
+6
*
join_clines() tested the wrong variable (10798)
Sven Wischnowsky
2000-04-18
1
-2
/
+2
*
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
2000-04-17
7
-353
/
+1526
*
display newlines as spaces in job-texts (10788)
Sven Wischnowsky
2000-04-17
1
-2
/
+3
*
fix for exclusion lists for -+o specifications
Sven Wischnowsky
2000-04-17
1
-3
/
+3
*
make _tags use C-code for braces in tag-order values; and misc. stuff (10775)
Sven Wischnowsky
2000-04-17
1
-29
/
+51
*
fix for partial word completion with empty parts and common suffix (10774)
Sven Wischnowsky
2000-04-17
1
-18
/
+48
*
10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD
Peter Stephenson
2000-04-16
3
-51
/
+84
*
10756: fix (#s) and (#e) for parameter substitution forms
Peter Stephenson
2000-04-14
3
-2
/
+62
*
10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h
Clint Adams
2000-04-13
1
-2
/
+3
*
10743: fix replenv() of imported special parameters
Peter Stephenson
2000-04-13
1
-1
/
+5
*
10738: pws: local parameters can be exported
Peter Stephenson
2000-04-13
2
-36
/
+61
*
make read -[kq] always print the prompt, if any; after all they make sure the...
Sven Wischnowsky
2000-04-13
1
-6
/
+15
*
fix field name for HAVE_NIS_PLUS (10726)
Sven Wischnowsky
2000-04-13
1
-1
/
+1
*
comment the `#if's for group numbers in $compstate[insert] (10725)
Sven Wischnowsky
2000-04-13
3
-0
/
+8
*
display number of matches again when asking if a completion list should be sh...
Sven Wischnowsky
2000-04-13
2
-6
/
+14
*
forgot one #if for commenting out the group-stuff for $compstate[insert]
Sven Wischnowsky
2000-04-12
1
-1
/
+2
*
compare mapped zwc files using stat instead of the pathnames (10699)
Sven Wischnowsky
2000-04-12
2
-12
/
+20
*
missing initialisation for next field in assignments for substitutions for fc...
Sven Wischnowsky
2000-04-12
1
-0
/
+1
*
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
2000-04-12
3
-67
/
+2935
*
display number of lines instead of number of matches when asking whether to s...
Sven Wischnowsky
2000-04-12
2
-4
/
+4
*
new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...
Sven Wischnowsky
2000-04-12
4
-430
/
+1039
*
_wanted now tests both tags and labels; change places where _wanted was calle...
Sven Wischnowsky
2000-04-11
1
-1
/
+9
*
detect ignored signals correctly (10625)
Sven Wischnowsky
2000-04-10
2
-61
/
+265
*
addx() inserts x more often (10621)
Sven Wischnowsky
2000-04-10
1
-1
/
+2
*
properly restore scriptname in doshfunc() (10620)
Sven Wischnowsky
2000-04-10
1
-6
/
+6
*
more careful with checking index of $history (10614)
Sven Wischnowsky
2000-04-10
1
-1
/
+13
*
fix for bashautolist+automenu (10609)
Sven Wischnowsky
2000-04-10
3
-3173
/
+1445
*
stat -o shows file modes in octal
Peter Stephenson
2000-04-07
1
-31
/
+117
*
10582: Apply STTY only to process group leaders.
Bart Schaefer
2000-04-07
1
-1
/
+2
*
10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.
Bart Schaefer
2000-04-07
1
-1
/
+1
*
cursor placed on wrong word part with ** match spec (10573)
Sven Wischnowsky
2000-04-07
1
-0
/
+6
*
10564: typo in _wanted
Clint Adams
2000-04-07
2
-1
/
+16
*
10547: (#s) and (#e) pattern assertions
Peter Stephenson
2000-04-06
2
-242
/
+701
*
zefram2: Src/lex.c: Support "3&> foo" etc.
Andrew Main
2000-04-06
1
-2
/
+13
*
use zsh as command name in error messages even with -c
Sven Wischnowsky
2000-04-06
1
-150
/
+299
[next]