summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2005-03-1821014: remember_edits() was brokenPeter Stephenson1-1/+3
2005-03-1620983: failed glob from fixed strings segments in globbed pathsPeter Stephenson1-8/+13
2005-03-1520978: don't propagate EOF from recursive editsPeter Stephenson1-1/+1
2005-03-11Belated commit of 20892: improvements to correct/correctall behavior.Bart Schaefer1-13/+48
2005-03-1120966: fix crash in execute-named-commandPeter Stephenson1-4/+6
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2-2/+7
2005-03-0920955: "unset foo" should return status 0 if foo was not setPeter Stephenson1-1/+5
2005-03-0720945: rename statics to avoid clash with globalsPeter Stephenson1-29/+29
2005-03-04correct 20928Peter Stephenson1-1/+1
2005-03-0420928: null terminate screen lines in zle_refresh.cPeter Stephenson1-2/+8
2005-03-0320921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle1-3/+3
is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
2005-03-02 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams1-1/+2
when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams1-1/+1
2005-02-2820888: allow signal names to have the SIG prefix includedPeter Stephenson1-1/+7
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov3-11/+12
2005-02-2520869: more small Unicode tweaksPeter Stephenson7-29/+33
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson5-172/+331
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson1-1/+4
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2-7/+7
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson8-57/+99
2005-02-2320857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2-169/+224
2005-02-2320856: use VARARR for multibyte string.Peter Stephenson1-1/+2
2005-02-2320854: more Unicode stuff.Peter Stephenson11-164/+192
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov2-13/+8
2005-02-2220844: prune trailing slashes from named directoryPeter Stephenson1-1/+13
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson6-16/+26
2005-02-2120833: typo: int_t -> wint_tPeter Stephenson1-1/+1
2005-02-1820828: typos in 20822Peter Stephenson2-2/+2
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson14-161/+468
20823: Debugging test in stat wrong for 64-bit systems
2005-02-1620816: update rlimits for new glibcPeter Stephenson1-3/+7
2005-02-1520812: Add functions for exception handlingPeter Stephenson1-1/+1
2005-02-0720798: propagate an #ifdef to prototypesPeter Stephenson1-0/+2
2005-02-0720794: Change version to 4.3.0-dev-1Peter Stephenson1-0/+3
Don't compile in a static in init.c unless needed.
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson7-39/+88
(now traplists); improve trap tests
2005-02-0220774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer1-2/+2
2005-02-0120759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2-3/+3
2005-01-26 * 20753: use ZS_memmove instead of memmove.Clint Adams2-2/+3
2005-01-2620752: fix access to ZLE parametersPeter Stephenson7-34/+48
2005-01-26 * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams1-2/+2
2005-01-26 * 20747: some wide char support in the zle refresh code.Clint Adams2-16/+42
2005-01-2620750: fix hang with 20742Peter Stephenson1-2/+9
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson6-112/+281
2005-01-24users/8422: [[ ... -nt ... ]] with bad stat causedPeter Stephenson1-1/+1
mayhem in initialisation files, functions, etc.
2005-01-22 * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams1-7/+2
2005-01-22 * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2-2/+28
caller so that the octet-based and wide-character versions should return the same string.
2005-01-21Fixed compiler warning about a missing initializer.Wayne Davison1-2/+2
2005-01-21Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison1-1/+1
2005-01-1920728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2-43/+76
also use ulimit -x for RLIMIT_LOCK
2005-01-16 * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams1-6/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson29-1109/+1187
unposted: update version to 4.2.3-dev-1