index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-30
11032: Fix signed-ness of a local.
Bart Schaefer
1
-1
/
+1
2000-04-30
AIX dependency fixes
Oliver Kiddle
5
-347
/
+540
2000-04-30
11029: Some missing bits of merging 11015 with 11026.
Bart Schaefer
2
-5
/
+2
2000-04-30
11026: fix for unfunction of trap with localtraps bug
Peter Stephenson
3
-16
/
+20
2000-04-29
11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not
Bart Schaefer
3
-14
/
+27
2000-04-28
misplaced cursor with partial-word matching (11007)
Sven Wischnowsky
1
-8
/
+2
2000-04-28
fix for reporting multiple actions in comparguments, options with non-optiona...
Sven Wischnowsky
1
-2
/
+3
2000-04-28
avoid wrapping around both horizontally and vertically at the same time (10992)
Sven Wischnowsky
1
-6
/
+38
2000-04-27
better wrap around for cursor movement widgets; avoid flicker when leaving me...
Sven Wischnowsky
1
-6
/
+48
2000-04-27
10971: **/... always globbed dots
Peter Stephenson
1
-0
/
+2
2000-04-27
fix for parse error with left-anchored patterns (10963)
Sven Wischnowsky
1
-1
/
+1
2000-04-27
make menu-selection handle undefined-key (10961)
Sven Wischnowsky
1
-0
/
+2
2000-04-27
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
2000-04-27
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...
Sven Wischnowsky
5
-27
/
+30
2000-04-26
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
2
-24
/
+62
2000-04-26
faster test for `*'-patterns in matching control; prefer direct character mat...
Sven Wischnowsky
1
-4
/
+38
2000-04-26
fix for matching control; improve merging cline lists (10924)
Sven Wischnowsky
1
-9
/
+21
2000-04-25
don't show empty hidden matches even in menu-selection (10917)
Sven Wischnowsky
2
-4
/
+19
2000-04-25
re-calculate number of line with mark when needed; make default prompts more ...
Sven Wischnowsky
1
-0
/
+16
2000-04-25
forgotten fix for _arguments using multiple actions (10915)
Sven Wischnowsky
1
-2
/
+2
2000-04-25
don't always ignore backslashes in paths when testing file type (10912)
Sven Wischnowsky
1
-0
/
+3
2000-04-25
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...
Sven Wischnowsky
2
-6
/
+27
2000-04-25
make _arguments use more than one action when appropriate; add _argument_sets...
Sven Wischnowsky
1
-76
/
+212
2000-04-25
10900: Depend modules-bltin upon config.status rather than upon Makefile.
Bart Schaefer
1
-32
/
+89
2000-04-20
fix off-by-one error in scrolled menu-selections (10868)
Sven Wischnowsky
1
-10
/
+11
2000-04-19
ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...
Sven Wischnowsky
2
-181
/
+1459
2000-04-19
default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...
Sven Wischnowsky
1
-12
/
+49
2000-04-18
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
1
-29
/
+48
2000-04-18
fix to get newlines in non-job-texts (I'm sooo stupid)
Sven Wischnowsky
1
-2
/
+6
2000-04-18
join_clines() tested the wrong variable (10798)
Sven Wischnowsky
1
-2
/
+2
2000-04-17
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
7
-353
/
+1526
2000-04-17
display newlines as spaces in job-texts (10788)
Sven Wischnowsky
1
-2
/
+3
2000-04-17
fix for exclusion lists for -+o specifications
Sven Wischnowsky
1
-3
/
+3
2000-04-17
make _tags use C-code for braces in tag-order values; and misc. stuff (10775)
Sven Wischnowsky
1
-29
/
+51
2000-04-17
fix for partial word completion with empty parts and common suffix (10774)
Sven Wischnowsky
1
-18
/
+48
2000-04-16
10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD
Peter Stephenson
3
-51
/
+84
2000-04-14
10756: fix (#s) and (#e) for parameter substitution forms
Peter Stephenson
3
-2
/
+62
2000-04-13
10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h
Clint Adams
1
-2
/
+3
2000-04-13
10743: fix replenv() of imported special parameters
Peter Stephenson
1
-1
/
+5
2000-04-13
10738: pws: local parameters can be exported
Peter Stephenson
2
-36
/
+61
2000-04-13
make read -[kq] always print the prompt, if any; after all they make sure the...
Sven Wischnowsky
1
-6
/
+15
2000-04-13
fix field name for HAVE_NIS_PLUS (10726)
Sven Wischnowsky
1
-1
/
+1
2000-04-13
comment the `#if's for group numbers in $compstate[insert] (10725)
Sven Wischnowsky
3
-0
/
+8
2000-04-13
display number of matches again when asking if a completion list should be sh...
Sven Wischnowsky
2
-6
/
+14
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
2
-12
/
+20
2000-04-12
missing initialisation for next field in assignments for substitutions for fc...
Sven Wischnowsky
1
-0
/
+1
2000-04-12
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
3
-67
/
+2935
2000-04-12
display number of lines instead of number of matches when asking whether to s...
Sven Wischnowsky
2
-4
/
+4
2000-04-12
new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...
Sven Wischnowsky
4
-430
/
+1039
[next]