about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 20955: "unset foo" should return status 0 if foo was not setPeter Stephenson2005-03-091-1/+5
* 20945: rename statics to avoid clash with globalsPeter Stephenson2005-03-071-29/+29
* correct 20928Peter Stephenson2005-03-041-1/+1
* 20928: null terminate screen lines in zle_refresh.cPeter Stephenson2005-03-041-2/+8
* 20921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle2005-03-031-3/+3
* * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2005-03-021-1/+2
* * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams2005-03-021-1/+1
* 20888: allow signal names to have the SIG prefix includedPeter Stephenson2005-02-281-1/+7
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-263-11/+12
* 20869: more small Unicode tweaksPeter Stephenson2005-02-257-29/+33
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-255-172/+331
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-241-1/+4
* 20862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2005-02-242-7/+7
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-248-57/+99
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-232-169/+224
* 20856: use VARARR for multibyte string.Peter Stephenson2005-02-231-1/+2
* 20854: more Unicode stuff.Peter Stephenson2005-02-2311-164/+192
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-222-13/+8
* 20844: prune trailing slashes from named directoryPeter Stephenson2005-02-221-1/+13
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-226-16/+26
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-211-1/+1
* 20828: typos in 20822Peter Stephenson2005-02-182-2/+2
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-1814-161/+468
* 20816: update rlimits for new glibcPeter Stephenson2005-02-161-3/+7
* 20812: Add functions for exception handlingPeter Stephenson2005-02-151-1/+1
* 20798: propagate an #ifdef to prototypesPeter Stephenson2005-02-071-0/+2
* 20794: Change version to 4.3.0-dev-1Peter Stephenson2005-02-071-0/+3
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-067-39/+88
* 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer2005-02-021-2/+2
* 20759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2005-02-012-3/+3
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-262-2/+3
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-267-34/+48
* * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2005-01-261-2/+2
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-262-16/+42
* 20750: fix hang with 20742Peter Stephenson2005-01-261-2/+9
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-256-112/+281
* users/8422: [[ ... -nt ... ]] with bad stat causedPeter Stephenson2005-01-241-1/+1
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-222-2/+28
* Fixed compiler warning about a missing initializer.Wayne Davison2005-01-211-2/+2
* Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison2005-01-211-1/+1
* 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2005-01-192-43/+76
* * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2005-01-161-6/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-1429-1109/+1187
* users/8359: add Darwin completion directories by defaultPeter Stephenson2005-01-121-1/+1
* 20701: fix compilation on Mac OS X: define is __APPLE__, not APPLEOliver Kiddle2005-01-121-1/+1
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-124-6/+49
* Fix .distfiles and .cvsignorePeter Stephenson2005-01-121-1/+1
* * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...Clint Adams2005-01-111-0/+4
* 20666: Avoid creating unnecessary multios when a descriptor is closed andBart Schaefer2005-01-111-1/+2