summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-02README: minor tweaksPeter Stephenson2-2/+7
2008-04-02unposted: release 4.3.6Peter Stephenson3-3/+19
2008-04-01unposted: other minor typosPeter Stephenson3-3/+6
2008-04-01unposted: spotted by Ismail: typoPeter Stephenson2-1/+5
2008-03-31unposted: 4.3.5-dev-4Peter Stephenson6-4/+9
2008-03-31unposted: use kdialog in calendar_show if appropriatePeter Stephenson2-2/+17
2008-03-3024708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson4-0/+38
fix backtracking problem in (#c) pattern
2008-03-2824777: bug clearing up after menu selectionPeter Stephenson2-1/+16
2008-03-2824776: clarify compinit message when compaudit failsPeter Stephenson2-2/+6
2008-03-2824775: improve _cd option handlingPeter Stephenson1-0/+10
2008-03-2824775: improve _cd option handlingPeter Stephenson2-4/+32
2008-03-28users/12739: fix multiple arguments to --with-term-libPeter Stephenson2-1/+4
2008-03-2824768: add -q option to cd, chdir, pushd, popdPeter Stephenson5-46/+93
use in _canonical_paths add 4.3.6 release note with this and other stuff
2008-03-2724759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2-61/+72
2008-03-2724757: canonicalize paths some morePeter Stephenson2-5/+29
2008-03-27unposted: fix alias test in 24736 properlyPeter Stephenson2-4/+13
2008-03-26unposted: 4.3.5-dev-3Peter Stephenson2-1/+3
2008-03-2625735: use zstat to get canonical name for symbolic linksPeter Stephenson2-8/+35
2008-03-2624741: loading zstat builtin was misdocumentedPeter Stephenson2-1/+8
2008-03-2624736: a couple more tests failing on SolarisPeter Stephenson2-10/+2
2008-03-26Add zstat to the functions index.Bart Schaefer1-0/+1
2008-03-26unposted: 4.3.5-dev-2Peter Stephenson2-2/+6
2008-03-2522281: wait shouldn't return immediately on signal unless trappedPeter Stephenson2-2/+7
2008-03-25fix optimisation of string matching with multibyte modePeter Stephenson6-21/+72
24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
2008-03-2324730: use --no-color when calling git commands that might output color codes.Clint Adams2-3/+8
2008-03-2324728: complete for aptitude why and why-not.Clint Adams2-1/+6
2008-03-23unposted: further documentation tweak for the (R) and (I) subscript flags.Bart Schaefer2-10/+18
2008-03-18Tweak documentation.Bart Schaefer2-2/+5
2008-03-1824717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer4-6/+17
any longer, so the (i) subscript flag on an empty array needs to yield 1.
2008-03-15unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson5-10/+43
2008-03-15unposted: 4.3.5-dev-1Peter Stephenson2-2/+6
2008-03-15Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.Bart Schaefer2-10/+34
Use $DISPLAY when we have one instead of only $VENDOR-$OSTYPE as file name suffix. Add some knowledge of the MULTIBYTE option and its effects.
2008-03-1424712: handling of backticks being requoted for double quotesPeter Stephenson2-0/+5
2008-03-1424711: fix re-presentation of here-documents munged internallyPeter Stephenson5-8/+87
to here-strings
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson7-130/+171
2008-03-1224704: completion for BSD calendar.Clint Adams2-0/+17
2008-03-1124703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2-1/+9
the editor in zleread(), so that reexpandprompt() from the first zrefresh() won't expand the prompt an extra time.
2008-03-11unposted: make test for added space in 24699 saferPeter Stephenson3-5/+10
2008-03-0924702: fix 24701Clint Adams2-3/+3
2008-03-0924701: use $service instead of $words[1] so completion will work if git is ↵Clint Adams2-4/+9
an alias to a wrapper.
2008-03-0824699: bug with ${(Q)...} on initial ">"Peter Stephenson5-5/+94
bug with ${(z)...} on string with unterminated "("
2008-03-07users/12699: don't complete normal arguments where we're completing thePeter Stephenson2-4/+47
required argument to an option in the word following the option
2008-03-07Richard Hartmann: 24631: gpg completion updatePeter Stephenson2-4/+7
2008-03-0724696: turn off MULTIBYTE by default in sh emulationPeter Stephenson3-5/+12
2008-03-06History file-handling improvments.Wayne Davison2-8/+33
2008-03-06Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison1-2/+2
2008-03-04unposted: improved handling of perforce @label and @datePeter Stephenson2-2/+7
2008-03-0324673: another attempt to sort characters the same way on multiple UTF-8Peter Stephenson2-21/+18
implementations
2008-03-0324662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson3-1/+108
2008-03-0324653, 24659: Completion/Unix/Type/_path_commands: use a helper functionBart Schaefer2-3/+21
to call "whatis" portably, and use compadd -O to pre-filter matches before reading $_command_descriptions.