about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 34064: assignment before command replaces array with export even when KSH_ARRAYSTakeshi Banse2014-12-271-0/+2
* 34065: following an "if" condition, do not test lastval for ERR_EXIT until a ...Barton E. Schaefer2014-12-272-5/+15
* 34015: disallow strange environment variable names.Peter Stephenson2014-12-191-16/+23
* 34005: region_highlights memory fixPeter Stephenson2014-12-191-2/+8
* 34002: zshcalloc() in init_keymaps()Barton E. Schaefer2014-12-181-1/+1
* 33992: do not attempt attachtty() for process group zero (which is possible i...Barton E. Schaefer2014-12-181-2/+5
* 34008: metafy the environment on arrival in the shellPeter Stephenson2014-12-181-1/+1
* 34006: unmetafy anything put into the environmentPeter Stephenson2014-12-181-1/+11
* 33981: more care with region_highlights managementPeter Stephenson2014-12-182-29/+39
* 33978: avoid infinite loop in interactive modeJun-ichi Takimoto2014-12-181-1/+3
* 33984: bin_dirs() should use zputs() to print metafied directory namesJun Kuriyama2014-12-161-1/+1
* 33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...Chirantan Ekbote2014-12-161-1/+1
* 33976: fix overlapping strcpy()Barton E. Schaefer2014-12-151-1/+1
* 33956: document key binding changes and remove ^X bindingOliver Kiddle2014-12-132-1/+2
* 33846: additional default vi-mode key bindingsOliver Kiddle2014-12-133-5/+12
* 33950: ignore KEYTIMEOUT for vi operatorsOliver Kiddle2014-12-123-12/+19
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-1128-124/+273
* 33940: handle backslash-meta correctly in lexerJun-ichi Takimoto2014-12-101-1/+13
* 33932: revise boundary check in unmeta()Jun-ichi Takimoto2014-12-091-5/+3
* 33924: allow vi line/characterwise mode to be forcedOliver Kiddle2014-12-084-3/+26
* 33894: boundary conditions in unmeta(), unmetafy()Barton E. Schaefer2014-12-071-3/+5
* 33854: errors end recursion through scanner()Barton E. Schaefer2014-12-071-1/+1
* 33860: minor fixes to vi mode changesOliver Kiddle2014-12-054-44/+52
* 33845: save correct cursor position with push-line from vi command modeOliver Kiddle2014-12-051-0/+2
* 33823: overwrite mode shouldn't replace newlinesOliver Kiddle2014-11-301-11/+10
* 33820: detect support for realpath() with a NULLOliver Kiddle2014-11-301-25/+22
* 33800: remove old workaround for ancient systems toOliver Kiddle2014-11-301-41/+2
* 33818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle2014-11-305-9/+9
* 33816, 33819: GLOB_ASSIGN changes integer and floating type variables to stri...Barton E. Schaefer2014-11-281-1/+9
* unposted: fix compiler set-but-not-used warning.Wayne Davison2014-11-281-2/+4
* 33815: Fix word transposition bug.Marc Finet2014-11-281-1/+0
* 33793: add 0b binary interpretation to integer constantsPeter Stephenson2014-11-262-2/+6
* 33770: avoid calling identical FIONREAD ioctl twice in successionOliver Kiddle2014-11-251-9/+5
* 33791: fatal errors in an "always" construct yield nonzero statusBarton E. Schaefer2014-11-251-2/+3
* 33785: Fix leaks of desthost in ztcpMikael Magnusson2014-11-241-0/+4
* 33775: error opening file in $(<...) is not fatalBarton E. Schaefer2014-11-231-2/+2
* 33743: use posix_openpt in zpty if it is availableOliver Kiddle2014-11-241-0/+4
* 33750: handle function autoloads for DEBUG_BEFORE_CMDBarton E. Schaefer2014-11-211-0/+4
* 33738: account for a selection in vi-replace-charsOliver Kiddle2014-11-211-8/+35
* 33730: vim style text objects for selecting wordsOliver Kiddle2014-11-214-1/+335
* unposted: reindent large blockOliver Kiddle2014-11-171-69/+68
* 33704: keybindings, documentation, tests and minorOliver Kiddle2014-11-174-13/+26
* 33636: add support for a linewise visual selection modeOliver Kiddle2014-11-175-11/+92
* 33635: adapt region to function as vim style visual selection modeOliver Kiddle2014-11-175-13/+70
* 33700: new widget for put in vim style visual selection modeOliver Kiddle2014-11-173-5/+59
* 33633: support vim style text objectsOliver Kiddle2014-11-171-2/+13
* 33632: use viopp and visual local keymaps if they existOliver Kiddle2014-11-172-1/+9
* 33697: new vim style vi-backward-word-end widgetsOliver Kiddle2014-11-152-3/+66
* 33696: simple up/down line widgets that don't go through history linesOliver Kiddle2014-11-152-10/+12
* 33695: fix various vi-indent problems and vi-swap-case on a blank lineOliver Kiddle2014-11-151-4/+10