index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-19
Ollivier Robert: 10844: prefer curses to termcap on HPUX 11
Peter Stephenson
2
-1
/
+6
2000-04-19
10833: new print completion and complete nothing for clear and logname
Oliver Kiddle
4
-4
/
+36
2000-04-19
10830: Doc/Makefile.in: don't force dvips to use 300 dpi.
Peter Stephenson
2
-57
/
+213
2000-04-19
ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...
Sven Wischnowsky
3
-181
/
+1463
2000-04-19
default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...
Sven Wischnowsky
5
-32
/
+85
2000-04-18
fix completion after ~<num> (10812)
Sven Wischnowsky
2
-1
/
+12
2000-04-18
handle list-prompt in compinstall
Peter Stephenson
2
-3
/
+25
2000-04-18
change suffix added when completing an assigned value (10807)
Sven Wischnowsky
2
-2
/
+5
2000-04-18
10802: typo
Peter Stephenson
2
-1
/
+5
2000-04-18
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
7
-44
/
+132
2000-04-18
fix to get newlines in non-job-texts (I'm sooo stupid)
Sven Wischnowsky
1
-2
/
+6
2000-04-18
fix to get newlines in non-job-texts (I'm sooo stupid) (10799)
Sven Wischnowsky
1
-0
/
+3
2000-04-18
join_clines() tested the wrong variable (10798)
Sven Wischnowsky
2
-2
/
+7
2000-04-17
zstyle+ simplifies definition of styles (10795)
Sven Wischnowsky
2
-0
/
+37
2000-04-17
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
9
-390
/
+1777
2000-04-17
10789: <(...) and >(...) documentation
Peter Stephenson
2
-10
/
+23
2000-04-17
display newlines as spaces in job-texts (10788)
Sven Wischnowsky
2
-2
/
+5
2000-04-17
fix for exclusion lists for -+o specifications
Sven Wischnowsky
2
-3
/
+6
2000-04-17
10772: Chmouel: rpm --target completion
Peter Stephenson
2
-0
/
+9
2000-04-17
better completion after `=', everywhere (10780)
Sven Wischnowsky
6
-11
/
+63
2000-04-17
make _tags use C-code for braces in tag-order values; and misc. stuff (10775)
Sven Wischnowsky
5
-34
/
+59
2000-04-17
fix for partial word completion with empty parts and common suffix (10774)
Sven Wischnowsky
2
-18
/
+53
2000-04-16
10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD
Peter Stephenson
7
-155
/
+470
2000-04-15
10768: configure.in: DLLDFLAGS for OpenBSD.
Clint Adams
2
-0
/
+5
2000-04-14
10764: run-help improvements10764: run-help improvements10764: run-help impro...
Clint Adams
2
-9
/
+29
2000-04-14
10763: complete after : for typeset & friends
Clint Adams
2
-2
/
+12
2000-04-14
Doc fix for 10756
Peter Stephenson
2
-5
/
+8
2000-04-14
missing `+'s in _diffoptions (10760)
Sven Wischnowsky
2
-9
/
+13
2000-04-14
10756: fix (#s) and (#e) for parameter substitution forms
Peter Stephenson
5
-2
/
+79
2000-04-14
Fix formatting.
Bart Schaefer
1
-2
/
+4
2000-04-13
10748: configure-switch for MAXJOB
Clint Adams
2
-21
/
+41
2000-04-13
10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h
Clint Adams
4
-3
/
+34
2000-04-13
10743: fix replenv() of imported special parameters
Peter Stephenson
2
-1
/
+8
2000-04-13
10738: pws: local parameters can be exported
Peter Stephenson
5
-53
/
+84
2000-04-13
remove the `pids' tag, use `processes' instead (10733)
Sven Wischnowsky
4
-18
/
+25
2000-04-13
make read -[kq] always print the prompt, if any; after all they make sure the...
Sven Wischnowsky
2
-6
/
+18
2000-04-13
fix field name for HAVE_NIS_PLUS (10726)
Sven Wischnowsky
2
-1
/
+3
2000-04-13
comment the `#if's for group numbers in $compstate[insert] (10725)
Sven Wischnowsky
4
-0
/
+12
2000-04-13
display number of matches again when asking if a completion list should be sh...
Sven Wischnowsky
3
-6
/
+20
2000-04-12
10706: Andrej: Fix quoting in awk args.
Bart Schaefer
2
-2
/
+6
2000-04-12
10700: Andrej: Support Pyramid's internationalized manpaths.
Bart Schaefer
2
-6
/
+41
2000-04-12
Use _arguments for bindkey completion and fix small typo in docs
Oliver Kiddle
3
-7
/
+41
2000-04-12
forgot one #if for commenting out the group-stuff for $compstate[insert]
Sven Wischnowsky
1
-1
/
+2
2000-04-12
compare mapped zwc files using stat instead of the pathnames (10699)
Sven Wischnowsky
3
-12
/
+23
2000-04-12
allow brace expansion on patterns for file-patterns and tag-order (10695)
Sven Wischnowsky
4
-13
/
+24
2000-04-12
missing initialisation for next field in assignments for substitutions for fc...
Sven Wischnowsky
2
-0
/
+4
2000-04-12
keep _oldlist from using the dummy match inserted for warnings (10691)
Sven Wischnowsky
3
-3
/
+9
2000-04-12
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
5
-79
/
+2946
2000-04-12
display number of lines instead of number of matches when asking whether to s...
Sven Wischnowsky
3
-4
/
+8
2000-04-12
new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...
Sven Wischnowsky
6
-431
/
+1053
[next]