summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2008-04-2324864: Jun. T: typos in alternative wcwidth().Peter Stephenson1-1/+1
2008-04-2224862: _XOPEN_SOURCE needed for wcwidth()Peter Stephenson1-1/+6
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson10-27/+370
slightly improve test for overwriting with combining characters.
2008-04-2124860: better overwrite modePeter Stephenson2-6/+30
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson3-17/+39
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson4-26/+45
2008-04-2124855: tests for combining char alignment should only be on metafied linePeter Stephenson1-3/+8
2008-04-21unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson1-2/+3
2008-04-2024853: bits missed from patchPeter Stephenson5-10/+13
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson13-354/+643
2008-04-2024852: more combining chars falloutPeter Stephenson2-7/+14
2008-04-2024851: support colour codes for from current GNU lsAndrey Borzenkov1-17/+39
2008-04-18Fixed some compiler warnings about signed/unsigned issues.Wayne Davison1-4/+4
2008-04-1824839: fix misuse of variable in backwardkillwordPeter Stephenson1-2/+2
2008-04-17fix vi-replace-charsPeter Stephenson1-1/+1
2008-04-1724825: fix internal word-boundary widgetsPeter Stephenson2-92/+232
2008-04-1724818: add HIST_FCNTL_LOCK.Peter Stephenson3-5/+106
unposted: update NEWS with new features
2008-04-1624821: update notes in FAQ on combining characters,Peter Stephenson1-0/+6
fix up cursor on exit from user-defined widget
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson4-37/+132
2008-04-1424816: some places where we need cursor alignment with combining charactersPeter Stephenson3-5/+8
2008-04-1424814: suspicious handling of temporary history bufferPeter Stephenson1-3/+6
2008-04-1424810: ensure combining character alignment on unmetaficationPeter Stephenson1-0/+8
2008-04-1324808: initial support for combining characters in zlePeter Stephenson16-238/+775
2008-04-11unposted: move zlefind() and zlecmp() into zle_hist.cPeter Stephenson2-76/+86
2008-04-0424792: try to be safer about turning off attributes when refreshingPeter Stephenson1-3/+19
2008-04-0324788: ${(m)#...} returns string print widthPeter Stephenson1-2/+3
2008-04-0324787: reset region_highlight when finished editing command linePeter Stephenson1-0/+5
2008-04-03typoPeter Stephenson1-2/+4
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson6-29/+57
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson7-240/+903
2008-03-3024708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson1-0/+2
fix backtracking problem in (#c) pattern
2008-03-2824777: bug clearing up after menu selectionPeter Stephenson1-1/+10
2008-03-2824768: add -q option to cd, chdir, pushd, popdPeter Stephenson1-8/+9
use in _canonical_paths add 4.3.6 release note with this and other stuff
2008-03-2522281: wait shouldn't return immediately on signal unless trappedPeter Stephenson1-2/+4
2008-03-25fix optimisation of string matching with multibyte modePeter Stephenson3-7/+9
24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
2008-03-1824717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer1-1/+1
any longer, so the (i) subscript flag on an empty array needs to yield 1.
2008-03-15unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson1-0/+2
2008-03-1424712: handling of backticks being requoted for double quotesPeter Stephenson1-0/+2
2008-03-1424711: fix re-presentation of here-documents munged internallyPeter Stephenson3-8/+29
to here-strings
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson4-48/+29
2008-03-1124703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer1-1/+3
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 Stephenson1-4/+4
2008-03-0824699: bug with ${(Q)...} on initial ">"Peter Stephenson3-5/+58
bug with ${(z)...} on string with unterminated "("
2008-03-07users/12699: don't complete normal arguments where we're completing thePeter Stephenson1-4/+41
required argument to an option in the word following the option
2008-03-0724696: turn off MULTIBYTE by default in sh emulationPeter Stephenson1-1/+1
2008-03-06History file-handling improvments.Wayne Davison1-8/+22
2008-03-06Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison1-2/+2
2008-03-0324662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson1-0/+102
2008-03-02overeagnerness to spot integers in cd after - and +Peter Stephenson1-1/+2
2008-02-2824672: fix(?) crash resizing window during menu-selectPeter Stephenson1-3/+7