about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 21898: insert-composed-char can take command line argumentPeter Stephenson2005-10-2112-9/+202
* Mention compiler-warning fix.Wayne Davison2005-10-191-0/+4
* Got rid of a pointer-type warning by adding a definition for aWayne Davison2005-10-191-1/+3
* 21891: compose double width characters with ^A etc.Peter Stephenson2005-10-193-0/+20
* 21890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson2005-10-194-6/+12
* 21887: Display characters wider than one screen cell correctly.Peter Stephenson2005-10-192-83/+235
* 21885: Convert some refresh macros into functions.Peter Stephenson2005-10-192-153/+189
* 21882: extend prompt truncation to handle multibyte charactersPeter Stephenson2005-10-194-36/+311
* 21880: add carriage return to IFS in completion context.Bart Schaefer2005-10-172-0/+8
* unposted: a few more miscellaneous composable symbolsPeter Stephenson2005-10-173-2/+60
* One more tweak to a sentence in the PROMPT_SP section.Wayne Davison2005-10-141-4/+4
* FAQ.yo update.Wayne Davison2005-10-141-0/+5
* Changed the precmd that works like PROMPT_SP to use "%#" insteadWayne Davison2005-10-141-2/+2
* 21872: job accounting in subshells was screwyPeter Stephenson2005-10-132-2/+14
* 21871: replace INULL() by inull()Peter Stephenson2005-10-1311-23/+30
* 21870: bad INULL() definitionPeter Stephenson2005-10-134-2/+53
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-118-21/+92
* 21846: _chmod was too greedy with initial argumentsPeter Stephenson2005-10-072-1/+6
* Updated PROMPT_SP to mention what inverse+bold char is now output.Wayne Davison2005-10-041-2/+2
* 21821, 21822: fix two infinite loopsBart Schaefer2005-10-042-2/+17
* 21809: need to export nicedup()Peter Stephenson2005-10-032-1/+4
* 21790: initial attempt at documenting 4.3 releasePeter Stephenson2005-10-034-3/+56
* minor tidy-upsPeter Stephenson2005-10-024-2/+90
* Fix docs for TRAPNAL function returnPeter Stephenson2005-10-022-3/+7
* Tweak to PROMPT_SP.Wayne Davison2005-10-011-0/+5
* Changed the PROMPT_SP output to use prompt-escape %# instead of just #.Wayne Davison2005-10-011-2/+2
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-2910-155/+452
* 21770: tweak 21760 to avoid conflicts with global bindingsBart Schaefer2005-09-292-3/+8
* 21781: cope with `iconv --list` output from glibc 2.3.5.Clint Adams2005-09-282-1/+4
* 21780: completion for dlocate.Clint Adams2005-09-282-0/+36
* 21779 plus unposted catch change: exception improvementssPeter Stephenson2005-09-284-5/+12
* 21778: completion for piuparts.Clint Adams2005-09-282-0/+35
* 21769: fix some consequences of 21730 in completion listsPeter Stephenson2005-09-273-3/+10
* Vincent Lefevre: 21767: add ~ to the default svn status pattern.Clint Adams2005-09-272-1/+6
* 21764: unmetafication mangle zle history linesPeter Stephenson2005-09-262-1/+8
* unposted: alter reference to process substitutions in redriction docsPeter Stephenson2005-09-262-3/+11
* 21763: Completion/Unix/Command/_baz: remove stray underscore.Clint Adams2005-09-262-1/+6
* 21760: fix test for sequence prefixes in the local keymap in getkeymapcmd()Bart Schaefer2005-09-242-7/+16
* unposted: range-checking of numeric arguments in zargsBart Schaefer2005-09-242-3/+35
* 21758: optimise =(<<<...) to run within the shell.Peter Stephenson2005-09-234-13/+77
* Tweaked an entry to add the missing file info.Wayne Davison2005-09-221-2/+2
* Unposted, c.f. 21752: Expand insert-composed-char.Peter Stephenson2005-09-225-255/+410
* Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of m...Clint Adams2005-09-222-1/+6
* 21740: completion for quilt.Clint Adams2005-09-202-0/+27
* 21739Wayne Davison2005-09-201-0/+5
* The PROMPT_SP code now ensures that PROMPT_PERCENT is enabled whenWayne Davison2005-09-201-1/+5
* unposted: fix wcsiidentPeter Stephenson2005-09-202-1/+3
* 21737: unmetafy wordchars before looking for multibyte charactersPeter Stephenson2005-09-202-5/+11
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-207-35/+104
* unposted c.f. 21735: document return as exit in try block in scriptPeter Stephenson2005-09-192-2/+9