Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 24788: ${(m)#...} returns string print width | Peter Stephenson | 2008-04-03 | 1 | -2/+3 |
| | |||||
* | 24787: reset region_highlight when finished editing command line | Peter Stephenson | 2008-04-03 | 1 | -0/+5 |
| | |||||
* | typo | Peter Stephenson | 2008-04-03 | 1 | -2/+4 |
| | |||||
* | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 2008-04-03 | 6 | -29/+57 |
| | |||||
* | 24782: initial go at highlighting of characters in zle command lines | Peter Stephenson | 2008-04-03 | 7 | -240/+903 |
| | |||||
* | 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst: | Peter Stephenson | 2008-03-30 | 1 | -0/+2 |
| | | | | fix backtracking problem in (#c) pattern | ||||
* | 24777: bug clearing up after menu selection | Peter Stephenson | 2008-03-28 | 1 | -1/+10 |
| | |||||
* | 24768: add -q option to cd, chdir, pushd, popd | Peter Stephenson | 2008-03-28 | 1 | -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 trapped | Peter Stephenson | 2008-03-25 | 1 | -2/+4 |
| | |||||
* | fix optimisation of string matching with multibyte mode | Peter Stephenson | 2008-03-25 | 3 | -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 1 | Bart Schaefer | 2008-03-18 | 1 | -1/+1 |
| | | | | any longer, so the (i) subscript flag on an empty array needs to yield 1. | ||||
* | unposted: fix some .distfiles and .cvsignore stuff | Peter Stephenson | 2008-03-15 | 1 | -0/+2 |
| | |||||
* | 24712: handling of backticks being requoted for double quotes | Peter Stephenson | 2008-03-14 | 1 | -0/+2 |
| | |||||
* | 24711: fix re-presentation of here-documents munged internally | Peter Stephenson | 2008-03-14 | 3 | -8/+29 |
| | | | | to here-strings | ||||
* | 24705: rationalise curses and term headers even more | Peter Stephenson | 2008-03-13 | 4 | -48/+29 |
| | |||||
* | 24703: Src/Zle/zle_main.c: clear trashedzle when first starting | Bart Schaefer | 2008-03-11 | 1 | -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 safer | Peter Stephenson | 2008-03-11 | 1 | -4/+4 |
| | |||||
* | 24699: bug with ${(Q)...} on initial ">" | Peter Stephenson | 2008-03-08 | 3 | -5/+58 |
| | | | | bug with ${(z)...} on string with unterminated "(" | ||||
* | users/12699: don't complete normal arguments where we're completing the | Peter Stephenson | 2008-03-07 | 1 | -4/+41 |
| | | | | required argument to an option in the word following the option | ||||
* | 24696: turn off MULTIBYTE by default in sh emulation | Peter Stephenson | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | History file-handling improvments. | Wayne Davison | 2008-03-06 | 1 | -8/+22 |
| | |||||
* | Fixed two compiler warnings about comparing signed/unsigned. | Wayne Davison | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | 24662: River Tarnell: strtoul() compat when not in system library | Peter Stephenson | 2008-03-03 | 1 | -0/+102 |
| | |||||
* | overeagnerness to spot integers in cd after - and + | Peter Stephenson | 2008-03-02 | 1 | -1/+2 |
| | |||||
* | 24672: fix(?) crash resizing window during menu-select | Peter Stephenson | 2008-02-28 | 1 | -3/+7 |
| | |||||
* | 24611: fix ${+array[...]} for empty range | Peter Stephenson | 2008-02-27 | 1 | -1/+2 |
| | |||||
* | 24609: try to be safe about using libiconv | Peter Stephenson | 2008-02-27 | 1 | -3/+20 |
| | |||||
* | 24600: yet another typo | Peter Stephenson | 2008-02-26 | 1 | -1/+1 |
| | | | | 24602: fix test when not run | ||||
* | another fatfinger: change comparison to asignment | Geoff Wing | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | pws fatfingered the last change in utils.c | Geoff Wing | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | 24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646" | Peter Stephenson | 2008-02-26 | 1 | -0/+13 |
| | |||||
* | 24592: make types of charset conversion failure more explicit | Peter Stephenson | 2008-02-26 | 1 | -3/+3 |
| | |||||
* | 24588: tweak glob qualifier completion | Peter Stephenson | 2008-02-23 | 2 | -2/+5 |
| | | | | 24590: turn down error reporting when unquoting | ||||
* | users/12632: bug unexporting special after being set for funccall | Peter Stephenson | 2008-02-21 | 1 | -0/+2 |
| | |||||
* | zsh-users/12600: reorder handling of -s/-d/-t options so that terminal | Bart Schaefer | 2008-02-18 | 1 | -90/+93 |
| | | | | | | input modes are set before attempting a read-poll. Also display any prompt before read-polling. Unposted: remove trailing whitespace from all lines that had it. | ||||
* | 24566: fix prompts with glitch spaces a bit more | Peter Stephenson | 2008-02-17 | 1 | -7/+24 |
| | |||||
* | 24556: %G in prompt for glitch characters | Peter Stephenson | 2008-02-15 | 1 | -0/+10 |
| | |||||
* | 24554: reduce accumulated memory listing in completion listing | Peter Stephenson | 2008-02-15 | 1 | -200/+219 |
| | | | | make file static be used as such instead of as a pretend parameter | ||||
* | 24551: Free heap memory after every ZLE command | Peter Stephenson | 2008-02-14 | 2 | -0/+14 |
| | |||||
* | 24542: fix RC_QUOTES completion if opening quote not at start of string | Peter Stephenson | 2008-02-09 | 1 | -5/+10 |
| | |||||
* | 4.3.5 zsh-4.3.5 | Peter Stephenson | 2008-02-01 | 2 | -2/+0 |
| | |||||
* | 24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful. | Clint Adams | 2008-02-01 | 2 | -0/+2 |
| | |||||
* | 24498: tweak to grep config.h instead of config.status for dynamic config | Peter Stephenson | 2008-01-30 | 1 | -4/+1 |
| | |||||
* | 24460: make zpty -rt more consistent by polling before every byte | Peter Stephenson | 2008-01-25 | 2 | -6/+42 |
| | |||||
* | 24434: handle unprintable and zero-width wide characters | Peter Stephenson | 2008-01-22 | 1 | -5/+45 |
| | | | | by displaying as hex | ||||
* | Silence a compiler warning. | Wayne Davison | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | 24406: use deep copy of Cline structure to avoid recursion problem | Peter Stephenson | 2008-01-18 | 1 | -2/+2 |
| | |||||
* | users/12412: check for extra arguments in test and [ | Peter Stephenson | 2008-01-10 | 2 | -2/+13 |
| | |||||
* | 24384 plus extra check: care with scanprog | Peter Stephenson | 2008-01-10 | 1 | -0/+4 |
| | |||||
* | 24371: bug refreshing large scrolling history entry | Peter Stephenson | 2008-01-08 | 1 | -1/+10 |
| |