about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 24860: better overwrite modePeter Stephenson2008-04-212-6/+30
|
* 24859: combining chars: overwriting and vi replace and appendPeter Stephenson2008-04-213-17/+39
|
* 24856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2008-04-214-26/+45
|
* 24855: tests for combining char alignment should only be on metafied linePeter Stephenson2008-04-211-3/+8
|
* unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson2008-04-211-2/+3
|
* 24853: bits missed from patchPeter Stephenson2008-04-205-10/+13
|
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-2013-354/+643
|
* 24852: more combining chars falloutPeter Stephenson2008-04-202-7/+14
|
* 24851: support colour codes for from current GNU lsAndrey Borzenkov2008-04-201-17/+39
|
* Fixed some compiler warnings about signed/unsigned issues.Wayne Davison2008-04-181-4/+4
|
* 24839: fix misuse of variable in backwardkillwordPeter Stephenson2008-04-181-2/+2
|
* fix vi-replace-charsPeter Stephenson2008-04-171-1/+1
|
* 24825: fix internal word-boundary widgetsPeter Stephenson2008-04-172-92/+232
|
* 24818: add HIST_FCNTL_LOCK.Peter Stephenson2008-04-173-5/+106
| | | | unposted: update NEWS with new features
* 24821: update notes in FAQ on combining characters,Peter Stephenson2008-04-161-0/+6
| | | | fix up cursor on exit from user-defined widget
* 24819: fix transposing characters and sneaky combination generationPeter Stephenson2008-04-154-37/+132
|
* 24816: some places where we need cursor alignment with combining charactersPeter Stephenson2008-04-143-5/+8
|
* 24814: suspicious handling of temporary history bufferPeter Stephenson2008-04-141-3/+6
|
* 24810: ensure combining character alignment on unmetaficationPeter Stephenson2008-04-141-0/+8
|
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-1316-238/+775
|
* unposted: move zlefind() and zlecmp() into zle_hist.cPeter Stephenson2008-04-112-76/+86
|
* 24792: try to be safer about turning off attributes when refreshingPeter Stephenson2008-04-041-3/+19
|
* 24788: ${(m)#...} returns string print widthPeter Stephenson2008-04-031-2/+3
|
* 24787: reset region_highlight when finished editing command linePeter Stephenson2008-04-031-0/+5
|
* typoPeter Stephenson2008-04-031-2/+4
|
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-036-29/+57
|
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-037-240/+903
|
* 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson2008-03-301-0/+2
| | | | fix backtracking problem in (#c) pattern
* 24777: bug clearing up after menu selectionPeter Stephenson2008-03-281-1/+10
|
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-8/+9
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* 22281: wait shouldn't return immediately on signal unless trappedPeter Stephenson2008-03-251-2/+4
|
* fix optimisation of string matching with multibyte modePeter Stephenson2008-03-253-7/+9
| | | | | 24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
* 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer2008-03-181-1/+1
| | | | any longer, so the (i) subscript flag on an empty array needs to yield 1.
* unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson2008-03-151-0/+2
|
* 24712: handling of backticks being requoted for double quotesPeter Stephenson2008-03-141-0/+2
|
* 24711: fix re-presentation of here-documents munged internallyPeter Stephenson2008-03-143-8/+29
| | | | to here-strings
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-134-48/+29
|
* 24703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2008-03-111-1/+3
| | | | | the editor in zleread(), so that reexpandprompt() from the first zrefresh() won't expand the prompt an extra time.
* unposted: make test for added space in 24699 saferPeter Stephenson2008-03-111-4/+4
|
* 24699: bug with ${(Q)...} on initial ">"Peter Stephenson2008-03-083-5/+58
| | | | bug with ${(z)...} on string with unterminated "("
* users/12699: don't complete normal arguments where we're completing thePeter Stephenson2008-03-071-4/+41
| | | | required argument to an option in the word following the option
* 24696: turn off MULTIBYTE by default in sh emulationPeter Stephenson2008-03-071-1/+1
|
* History file-handling improvments.Wayne Davison2008-03-061-8/+22
|
* Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison2008-03-061-2/+2
|
* 24662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson2008-03-031-0/+102
|
* overeagnerness to spot integers in cd after - and +Peter Stephenson2008-03-021-1/+2
|
* 24672: fix(?) crash resizing window during menu-selectPeter Stephenson2008-02-281-3/+7
|
* 24611: fix ${+array[...]} for empty rangePeter Stephenson2008-02-271-1/+2
|
* 24609: try to be safe about using libiconvPeter Stephenson2008-02-271-3/+20
|
* 24600: yet another typoPeter Stephenson2008-02-261-1/+1
| | | | 24602: fix test when not run