about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 21049: Don't close process substitution file descriptors for external programmesPeter Stephenson2005-03-314-27/+64
|
* 21045: fix some uses of Meta characters in completionPeter Stephenson2005-03-212-8/+38
|
* 21042: limitations with execute-named-commandPeter Stephenson2005-03-211-0/+2
|
* Honor the setting of the new HISTSAVEBYCOPY option when rewritingWayne Davison2005-03-181-5/+22
| | | | the history file.
* Added the histsavebycopy option.Wayne Davison2005-03-181-0/+1
|
* Added HISTSAVEBYCOPY to the options enum.Wayne Davison2005-03-181-0/+1
|
* 21014: remember_edits() was brokenPeter Stephenson2005-03-181-1/+3
|
* 20983: failed glob from fixed strings segments in globbed pathsPeter Stephenson2005-03-161-8/+13
|
* 20978: don't propagate EOF from recursive editsPeter Stephenson2005-03-151-1/+1
|
* Belated commit of 20892: improvements to correct/correctall behavior.Bart Schaefer2005-03-111-13/+48
|
* 20966: fix crash in execute-named-commandPeter Stephenson2005-03-111-4/+6
|
* 20959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2005-03-102-2/+7
|
* 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
| | | | | is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
* * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2005-03-021-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>.
* * 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
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* 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
| | | | Don't compile in a static in init.c unless needed.
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-067-39/+88
| | | | (now traplists); improve trap tests
* 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
| | | | mayhem in initialisation files, functions, etc.
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
|