summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2008-02-2724611: fix ${+array[...]} for empty rangePeter Stephenson1-1/+2
2008-02-2724609: try to be safe about using libiconvPeter Stephenson1-3/+20
2008-02-2624600: yet another typoPeter Stephenson1-1/+1
24602: fix test when not run
2008-02-26another fatfinger: change comparison to asignmentGeoff Wing1-1/+1
2008-02-26pws fatfingered the last change in utils.cGeoff Wing1-1/+1
2008-02-2624596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"Peter Stephenson1-0/+13
2008-02-2624592: make types of charset conversion failure more explicitPeter Stephenson1-3/+3
2008-02-2324588: tweak glob qualifier completionPeter Stephenson2-2/+5
24590: turn down error reporting when unquoting
2008-02-21users/12632: bug unexporting special after being set for funccallPeter Stephenson1-0/+2
2008-02-18zsh-users/12600: reorder handling of -s/-d/-t options so that terminalBart Schaefer1-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.
2008-02-1724566: fix prompts with glitch spaces a bit morePeter Stephenson1-7/+24
2008-02-1524556: %G in prompt for glitch charactersPeter Stephenson1-0/+10
2008-02-1524554: reduce accumulated memory listing in completion listingPeter Stephenson1-200/+219
make file static be used as such instead of as a pretend parameter
2008-02-1424551: Free heap memory after every ZLE commandPeter Stephenson2-0/+14
2008-02-0924542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson1-5/+10
2008-02-014.3.5Peter Stephenson2-2/+0
2008-02-0124506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.Clint Adams2-0/+2
2008-01-3024498: tweak to grep config.h instead of config.status for dynamic configPeter Stephenson1-4/+1
2008-01-2524460: make zpty -rt more consistent by polling before every bytePeter Stephenson2-6/+42
2008-01-2224434: handle unprintable and zero-width wide charactersPeter Stephenson1-5/+45
by displaying as hex
2008-01-21Silence a compiler warning.Wayne Davison1-1/+1
2008-01-1824406: use deep copy of Cline structure to avoid recursion problemPeter Stephenson1-2/+2
2008-01-10users/12412: check for extra arguments in test and [Peter Stephenson2-2/+13
2008-01-1024384 plus extra check: care with scanprogPeter Stephenson1-0/+4
2008-01-0824371: bug refreshing large scrolling history entryPeter Stephenson1-1/+10
2008-01-0524362: problem redrawing line with multibyte character firstPeter Stephenson1-0/+12
2008-01-0424356: regex =~ test wasnt handled by gettext()Peter Stephenson1-1/+2
2007-12-3124324: do not set ftim when re-entering the history mechanism for stringBart Schaefer1-1/+1
substitution.
2007-12-27Silenced a signed/unsigned compiler warning.Wayne Davison1-1/+1
2007-12-1924301: missed a case for lower-casing optionsPeter Stephenson1-1/+3