summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-2621763: Completion/Unix/Command/_baz: remove stray underscore.Clint Adams2-1/+6
2005-09-2421760: fix test for sequence prefixes in the local keymap in getkeymapcmd()Bart Schaefer2-7/+16
2005-09-24unposted: range-checking of numeric arguments in zargsBart Schaefer2-3/+35
2005-09-2321758: optimise =(<<<...) to run within the shell.Peter Stephenson4-13/+77
2005-09-22Tweaked an entry to add the missing file info.Wayne Davison1-2/+2
2005-09-22Unposted, c.f. 21752: Expand insert-composed-char.Peter Stephenson5-255/+410
2005-09-22Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of ↵Clint Adams2-1/+6
multi-byte characters.
2005-09-2021740: completion for quilt.Clint Adams2-0/+27
2005-09-2021739Wayne Davison1-0/+5
2005-09-20The PROMPT_SP code now ensures that PROMPT_PERCENT is enabled whenWayne Davison1-1/+5
it uses promptexpand() to expand some percent strings. (21739)
2005-09-20unposted: fix wcsiidentPeter Stephenson2-1/+3
2005-09-2021737: unmetafy wordchars before looking for multibyte charactersPeter Stephenson2-5/+11
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson7-35/+104
2005-09-19unposted c.f. 21735: document return as exit in try block in scriptPeter Stephenson2-2/+9
2005-09-1721731: handle multibyte characters in prompts correctlyPeter Stephenson3-37/+136
2005-09-1721730: fix metafication of nicechar and pwdPeter Stephenson3-16/+41
2005-09-14unposted: update rake completion for version 0.6.0Doug Kearns2-1/+6
2005-09-1321718: complete files after bzr's first argument until the bzr ↵Clint Adams2-1/+9
shell-complete stuff is improved.
2005-09-0921722: fix multibyte word stuffPeter Stephenson5-45/+93
2005-09-0921720: fix getrestchar() some morePeter Stephenson2-1/+5
2005-09-09adapted from 21719: add some mod_exportsPeter Stephenson4-4/+8
2005-09-0921717: Src/Zle/zle_misc.c: fix execute-named-command and -where-isPeter Stephenson2-1/+5
with multibyte support
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson8-16/+61
invalid characters or EOF
2005-09-0721705: OpenBSD date(1) completionClint Adams2-3/+13
2005-09-0721704: completion for Solaris, and FreeBSD.Clint Adams2-1/+30
2005-09-0621703: completion for bzr 0.0.7.Clint Adams2-0/+15
2005-09-0621701: Negative subscripts of scalars before start were brokenPeter Stephenson3-1/+14
2005-09-0521698: Jean-Baptiste Quenot: _ant recursive completion could change dirPeter Stephenson2-5/+10
2005-09-0321696: completion for GNU date.Clint Adams2-0/+19
2005-09-0221695: rewrite entry for (u) globbing flagPeter Stephenson2-8/+11
2005-09-0221693: Jean-Baptiste Quenot: recursively find ant targetsPeter Stephenson1-0/+5
2005-09-0221693: Jean-Baptiste Quenot: recursively find ant targetsPeter Stephenson1-5/+13
2005-08-3121692: remove set-tree-version, fix tree-version, add tree-id.Clint Adams2-4/+7
2005-08-3121686: modernize make-kpkg completionClint Adams2-1/+7
2005-08-319359: Francisco Borges: fix _gv file completionPeter Stephenson2-1/+6
2005-08-2521683: more fixes to urxvt completionClint Adams2-23/+37
2005-08-2321682: handle usage output of commands with [0-9]. alternatives, and ↵Clint Adams2-2/+8
actually parse that output again.
2005-08-23More apostrophe filtering for Doc/Makefile.in.Wayne Davison1-0/+6
2005-08-23A more comprehensive apostrophe fix for nroff files that preventsWayne Davison1-1/+1
characters from vanishing from the output when an apostrophe appears as the first literal character on a line.
2005-08-2221678: Unsetting tied parameters caused various crashesPeter Stephenson3-3/+53
2005-08-2221676: insert-unicode-char now insert-composed-char.Peter Stephenson6-325/+573
Also uses RFC 1345.
2005-08-22Note update of mirror site information in Doc/Zsh/metafaq.yoGeoff Wing1-0/+5
and Etc/FAQ.yo
2005-08-22Small cleanup:Geoff Wing2-8/+7
UIUC.edu: archive retired in August 2003 ayamura.org: Ayamura KIKUCHI died 2004
2005-08-22From Brett M Hogden @ rgeGeoff Wing2-3/+0
"After 15 years of providing mirrors of popular software packages and other interesting topics of information, the Rochester Gas and Electric Company is discontinuing its Internet mirror archive."
2005-08-1921677Wayne Davison1-1/+7
2005-08-19Filter apostrophes in \fB...\fP headers (since it appears thatWayne Davison1-1/+2
yodl is not properly escaping them).
2005-08-1821664: unmetafy ztat() argumentAndrey Borzenkov3-20/+22
2005-08-1821663: check for string overflowAndrey Borzenkov2-4/+10
2005-08-18unposted: cent is now p % in insert-unicode-charPeter Stephenson2-1/+4
2005-08-1821662: new zle widget insert-unicode-charPeter Stephenson3-0/+323