about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 33883: documentation for (*) glob qualifierDaniel Shahaf2014-12-071-1/+7
|
* 33829: unbind ESC~ as a more reliable workaroundJun-ichi Takimoto2014-12-071-0/+5
|
* 33882: Complete CXXFLAGS as CFLAGS tooMikael Magnusson2014-12-061-0/+5
|
* 33861: update lsof completion for new optionsOliver Kiddle2014-12-051-0/+3
|
* 33860: minor fixes to vi mode changesOliver Kiddle2014-12-051-0/+4
|
* 33845: save correct cursor position with push-line from vi command modeOliver Kiddle2014-12-051-0/+5
|
* 33866: addendum to completion trap fixPeter Stephenson2014-12-051-0/+3
| | | | | | We need the multifuncdef option on for the trap function definitions to work. It is by default by this wasn't enforced for the completion functions.
* 33859: Fix traps in completionPeter Stephenson2014-12-051-0/+5
| | | | | We need to use a function-style trap in order for the effect of the interrupt to propagate back correctly.
* 33841: explain array append a bit betterBarton E. Schaefer2014-12-041-1/+5
|
* 33689: make cp --reflink's argument optionalEric Cook2014-12-031-0/+5
|
* 33830: META-FAQ updates.Peter Stephenson2014-12-011-0/+5
| | | | | | Don't mention CVS. Use correct sourceforge URL.
* 33823: overwrite mode shouldn't replace newlinesOliver Kiddle2014-11-301-0/+3
|
* 33820: detect support for realpath() with a NULLOliver Kiddle2014-11-301-0/+3
| | | | argument and fixes to the use of it
* 33800: remove old workaround for ancient systems toOliver Kiddle2014-11-301-0/+3
| | | | consume typeahead before setting up the terminal
* 33818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle2014-11-301-0/+6
|
* 33816, 33819: GLOB_ASSIGN changes integer and floating type variables to ↵Barton E. Schaefer2014-11-281-0/+8
| | | | string scalars
* unposted: fix compiler set-but-not-used warning.Wayne Davison2014-11-281-0/+4
|
* 33139: add doc example to glob broken symbolic links.Simon Ruderich2014-11-281-0/+4
|
* 33815: Fix word transposition bug.Marc Finet2014-11-281-0/+5
| | | | With a one-character word the wrong two words could be transposed.
* 33805: rewrite zshparams intro, tweak formattingBarton E. Schaefer2014-11-271-0/+2
| | | | | I noticed that there was no explanation of the terms "variable" or "environment" anywhere.
* 33804: hide values of large arrays in typeset outputBarton E. Schaefer2014-11-271-0/+5
| | | | Declare arrays used internally by completion with the -H attribute.
* unposted: test binary input using 0bPeter Stephenson2014-11-261-0/+4
|
* 33793: add 0b binary interpretation to integer constantsPeter Stephenson2014-11-261-0/+5
|
* 33769: workaround for KEYTIMEOUT to work from testJun T2014-11-251-0/+3
| | | | cases on Darwin and FreeBSD
* 33770: avoid calling identical FIONREAD ioctl twice in successionOliver Kiddle2014-11-251-0/+3
|
* users/19365: completer for current directory of other shell processesOliver Kiddle2014-11-251-0/+6
|
* 33791: fatal errors in an "always" construct yield nonzero statusBarton E. Schaefer2014-11-251-0/+6
| | | | | | Fatal errors in the try-block part of an "always" construct cause the entire construct to have nonzero status, even when TRY_BLOCK_ERROR is used to suppress the error.
* 33746: read -q doc refers to -tDaniel Hahler2014-11-241-0/+4
|
* 33785: Fix leaks of desthost in ztcpMikael Magnusson2014-11-241-0/+4
| | | | Found by coverity.
* 33775: error opening file in $(<...) is not fatalBarton E. Schaefer2014-11-231-0/+4
|
* 33743: use posix_openpt in zpty if it is availableOliver Kiddle2014-11-241-0/+5
|
* 33729: "git remote add" should complete local repositoriesPeter Stephenson2014-11-231-0/+3
|
* 33740: doc for output of hideval parameter flagStephane Chazelas2014-11-231-0/+2
|
* 33740: FAQ: another way of avoiding MULTIOs effects on pipesStephane Chazelas2014-11-231-0/+5
|
* 33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated ↵Barton E. Schaefer2014-11-221-0/+5
| | | | zshmodules.1
* 33750: handle function autoloads for DEBUG_BEFORE_CMDBarton E. Schaefer2014-11-211-0/+2
| | | | | gettext2() lacked a case for the WC_AUTOFN word code, tripping a dputs() on TRAPDEBUG the first time each autoloaded function was run.
* add menu reference to Text ObjectsBarton E. Schaefer2014-11-211-0/+4
|
* 33712: add --auto-remove optionsaga2014-11-211-0/+2
|
* 33738: account for a selection in vi-replace-charsOliver Kiddle2014-11-211-0/+3
|
* 33730: vim style text objects for selecting wordsOliver Kiddle2014-11-211-1/+7
|
* 33728: Complete bzr shelve subcommandSebastien Alaiwan2014-11-211-0/+5
|
* unposted but c.f. 33723: typo in FAQPeter Stephenson2014-11-201-0/+5
| | | | sed argument had unterminated substitution.
* users/19404: Login shells may not be interactivePeter Stephenson2014-11-191-0/+3
| | | Update the FAQ to point this out after years of neglect.
* 33679: Note on patter s in case statementsPeter Stephenson2014-11-191-1/+7
| | | | They work exactly like groups in other patterns, despite contrary indications.
* 33704: keybindings, documentation, tests and minorOliver Kiddle2014-11-171-0/+5
| | | | fixes for vim style visual selection changes
* 33636: add support for a linewise visual selection modeOliver Kiddle2014-11-171-0/+4
|
* 33635: adapt region to function as vim style visual selection modeOliver Kiddle2014-11-171-0/+4
|
* 33700: new widget for put in vim style visual selection modeOliver Kiddle2014-11-171-0/+4
|
* 33699: support short delays in zle tests where weOliver Kiddle2014-11-171-0/+5
| | | | need KEYTIMEOUT to elapse
* 33633: support vim style text objectsOliver Kiddle2014-11-171-0/+2
|