about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* another fatfinger: change comparison to asignmentGeoff Wing2008-02-261-1/+1
|
* pws fatfingered the last change in utils.cGeoff Wing2008-02-261-1/+1
|
* 24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"Peter Stephenson2008-02-261-0/+13
|
* 24592: make types of charset conversion failure more explicitPeter Stephenson2008-02-261-3/+3
|
* 24588: tweak glob qualifier completionPeter Stephenson2008-02-232-2/+5
| | | | 24590: turn down error reporting when unquoting
* users/12632: bug unexporting special after being set for funccallPeter Stephenson2008-02-211-0/+2
|
* zsh-users/12600: reorder handling of -s/-d/-t options so that terminalBart Schaefer2008-02-181-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 morePeter Stephenson2008-02-171-7/+24
|
* 24556: %G in prompt for glitch charactersPeter Stephenson2008-02-151-0/+10
|
* 24554: reduce accumulated memory listing in completion listingPeter Stephenson2008-02-151-200/+219
| | | | make file static be used as such instead of as a pretend parameter
* 24551: Free heap memory after every ZLE commandPeter Stephenson2008-02-142-0/+14
|
* 24542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson2008-02-091-5/+10
|
* 4.3.5 zsh-4.3.5Peter Stephenson2008-02-012-2/+0
|
* 24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.Clint Adams2008-02-012-0/+2
|
* 24498: tweak to grep config.h instead of config.status for dynamic configPeter Stephenson2008-01-301-4/+1
|
* 24460: make zpty -rt more consistent by polling before every bytePeter Stephenson2008-01-252-6/+42
|
* 24434: handle unprintable and zero-width wide charactersPeter Stephenson2008-01-221-5/+45
| | | | by displaying as hex
* Silence a compiler warning.Wayne Davison2008-01-211-1/+1
|
* 24406: use deep copy of Cline structure to avoid recursion problemPeter Stephenson2008-01-181-2/+2
|
* users/12412: check for extra arguments in test and [Peter Stephenson2008-01-102-2/+13
|
* 24384 plus extra check: care with scanprogPeter Stephenson2008-01-101-0/+4
|
* 24371: bug refreshing large scrolling history entryPeter Stephenson2008-01-081-1/+10
|
* 24362: problem redrawing line with multibyte character firstPeter Stephenson2008-01-051-0/+12
|
* 24356: regex =~ test wasnt handled by gettext()Peter Stephenson2008-01-041-1/+2
|
* 24324: do not set ftim when re-entering the history mechanism for stringBart Schaefer2007-12-311-1/+1
| | | | substitution.
* Silenced a signed/unsigned compiler warning.Wayne Davison2007-12-271-1/+1
|
* 24301: missed a case for lower-casing optionsPeter Stephenson2007-12-191-1/+3
|
* 24279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2007-12-183-2/+36
|
* unposted: suppress harmless warningPeter Stephenson2007-12-171-1/+1
|
* 24275: fixes for multibyte characters on SolarisPeter Stephenson2007-12-172-3/+23
|
* unposted: minor typo zsh-4.3.4-dev-5Peter Stephenson2007-12-171-1/+1
|
* Wayne: 24273: curses macros dont return a valuePeter Stephenson2007-12-171-3/+8
|
* 24271: handle parse failures in command substitution betterPeter Stephenson2007-12-161-11/+44
|
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-163-117/+123
|