summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson3-2/+36
2007-12-17unposted: suppress harmless warningPeter Stephenson1-1/+1
2007-12-1724275: fixes for multibyte characters on SolarisPeter Stephenson2-3/+23
2007-12-17unposted: minor typoPeter Stephenson1-1/+1
2007-12-17Wayne: 24273: curses macros dont return a valuePeter Stephenson1-3/+8
2007-12-1624271: handle parse failures in command substitution betterPeter Stephenson1-11/+44
2007-12-1624264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson3-117/+123
2007-12-1424252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson2-1/+5
2007-12-1324240: make vared check for trailing garbage earlierPeter Stephenson1-0/+4
2007-12-1324234: apply typeset parameter flags consistentlyPeter Stephenson2-141/+128
2007-12-12users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson1-0/+15
2007-12-12users/12305: option output not well documentedPeter Stephenson1-2/+1
-c and SHIN_STDIN inconsistent with manual
2007-12-1124210: set -o should abort on failurePeter Stephenson1-4/+6
2007-12-0924150: Exit status of null command should be exit status of last cmdsubst.Bart Schaefer1-1/+1
2007-12-0924197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson2-6/+6
2007-12-07unposted: add explanatory comment for blocking around fork()Peter Stephenson1-0/+6
2007-12-0724179: use queue_signals() for 24170Peter Stephenson2-31/+2
24180: back off strerror_r() patch, except for use of temporary var
2007-12-07Guillaume Chazarain: 24170: block interrupts around fork()Peter Stephenson1-0/+4
2007-12-0724173: fix thinko in 24171Clint Adams1-1/+1
2007-12-0724171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ↵Clint Adams1-1/+1
ncursesw/ncurses.h is present.
2007-12-0524160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams2-2/+25
2007-12-0324148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson1-2/+35
2007-11-2824127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2-24/+44
2007-11-2624120: termcap string memory allocation was screwyPeter Stephenson1-1/+5
2007-11-2324113: createparamtable() was still messing withBart Schaefer1-0/+4
the internals of the environment even when USE_SET_UNSET_ENV.
2007-11-2324098: Fix my botch with 23924, rework out new prompts andGeoff Wing1-8/+6
their lengths before use in resetvideo().
2007-11-2124110: change ncurses includes againPeter Stephenson1-4/+4
2007-11-2024107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson1-8/+23