summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-1721880: add carriage return to IFS in completion context.Bart Schaefer2-0/+8
2005-10-17unposted: a few more miscellaneous composable symbolsPeter Stephenson3-2/+60
2005-10-14One more tweak to a sentence in the PROMPT_SP section.Wayne Davison1-4/+4
2005-10-14FAQ.yo update.Wayne Davison1-0/+5
2005-10-14Changed the precmd that works like PROMPT_SP to use "%#" insteadWayne Davison1-2/+2
of just "#".
2005-10-1321872: job accounting in subshells was screwyPeter Stephenson2-2/+14
2005-10-1321871: replace INULL() by inull()Peter Stephenson11-23/+30
2005-10-1321870: bad INULL() definitionPeter Stephenson4-2/+53
21869: multibyte characters in %-substitutions, invalid multibyte characters in completion listings
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson8-21/+92
substitutions that don't match anything.
2005-10-0721846: _chmod was too greedy with initial argumentsPeter Stephenson2-1/+6
2005-10-04Updated PROMPT_SP to mention what inverse+bold char is now output.Wayne Davison1-2/+2
2005-10-0421821, 21822: fix two infinite loopsBart Schaefer2-2/+17
2005-10-0321809: need to export nicedup()Peter Stephenson2-1/+4
2005-10-0321790: initial attempt at documenting 4.3 releasePeter Stephenson4-3/+56
2005-10-02minor tidy-upsPeter Stephenson4-2/+90
2005-10-02Fix docs for TRAPNAL function returnPeter Stephenson2-3/+7
2005-10-01Tweak to PROMPT_SP.Wayne Davison1-0/+5
2005-10-01Changed the PROMPT_SP output to use prompt-escape %# instead of just #.Wayne Davison1-2/+2
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson10-155/+452
2005-09-2921770: tweak 21760 to avoid conflicts with global bindingsBart Schaefer2-3/+8
2005-09-2821781: cope with `iconv --list` output from glibc 2.3.5.Clint Adams2-1/+4
2005-09-2821780: completion for dlocate.Clint Adams2-0/+36
2005-09-2821779 plus unposted catch change: exception improvementssPeter Stephenson4-5/+12
2005-09-2821778: completion for piuparts.Clint Adams2-0/+35
2005-09-2721769: fix some consequences of 21730 in completion listsPeter Stephenson3-3/+10
2005-09-27Vincent Lefevre: 21767: add ~ to the default svn status pattern.Clint Adams2-1/+6
2005-09-2621764: unmetafication mangle zle history linesPeter Stephenson2-1/+8
2005-09-26unposted: alter reference to process substitutions in redriction docsPeter Stephenson2-3/+11
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