about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 33942: always block to fix ZLS_COLORS interrupt_abortPeter Stephenson2014-12-091-8/+13
| | | | | | Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles.
* Fix typo in initial commitMikael Magnusson2014-12-081-1/+1
|
* Fix typos for TRY_BLOCK_INTERRUPTMikael Magnusson2014-12-082-2/+2
|
* 33931: reset errflag before precmd()Peter Stephenson2014-12-081-0/+8
|
* Ensure propagation of SIGINT.Peter Stephenson2014-12-081-3/+3
| | | | | If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state.
* fix typoPeter Stephenson2014-12-071-1/+1
|
* 33918: add TRY_BLOCK_INTERRUPTPeter Stephenson2014-12-073-12/+27
| | | | | | | This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Evena added documentation, like the professionals! Amended along the lines suggested by Bart in 33918.
* 33911: turn off ERRFLAG_INT for always block.Peter Stephenson2014-12-071-3/+16
| | | | | Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block.
* Remove interrupt status on return to main keymap.Peter Stephenson2014-12-071-0/+10
|
* Put back commenting out of obscure error clearing.Peter Stephenson2014-12-071-1/+13
| | | | It's done us no harm for a long time now, let sleeping dogs lie.
* Remove unnecessary ternary setting lastval.Peter Stephenson2014-12-071-1/+1
|
* First go at separating errors and keyboard interruptsPeter Stephenson2014-12-0727-124/+226
| | | | | | | | This is the first posting exactly as was, with known errors and omissions. Basic strategy is to introduce bits to errflag and to set and reset them separately.
* 33883: documentation for (*) glob qualifierDaniel Shahaf2014-12-073-3/+9
|
* 33829: unbind ESC~ as a more reliable workaroundJun-ichi Takimoto2014-12-073-1/+7
|
* 33882: Complete CXXFLAGS as CFLAGS tooMikael Magnusson2014-12-062-1/+6
|
* 33861: update lsof completion for new optionsOliver Kiddle2014-12-052-9/+42
|
* 33860: minor fixes to vi mode changesOliver Kiddle2014-12-056-44/+66
|
* 33845: save correct cursor position with push-line from vi command modeOliver Kiddle2014-12-052-0/+7
|
* 33866: addendum to completion trap fixPeter Stephenson2014-12-052-0/+4
| | | | | | 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-052-2/+10
| | | | | 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-042-10/+20
|
* Unposted: minor change: "scalar or integer" to "scalar" to include floats.Barton E. Schaefer2014-12-041-2/+1
|
* 33689: make cp --reflink's argument optionalEric Cook2014-12-032-1/+6
|
* 33830: META-FAQ updates.Peter Stephenson2014-12-012-4/+9
| | | | | | Don't mention CVS. Use correct sourceforge URL.
* 33823: overwrite mode shouldn't replace newlinesOliver Kiddle2014-11-303-11/+26
|
* 33820: detect support for realpath() with a NULLOliver Kiddle2014-11-303-25/+42
| | | | argument and fixes to the use of it
* 33800: remove old workaround for ancient systems toOliver Kiddle2014-11-302-41/+5
| | | | consume typeahead before setting up the terminal
* 33818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle2014-11-306-9/+15
|
* 33816, 33819: GLOB_ASSIGN changes integer and floating type variables to ↵Barton E. Schaefer2014-11-283-1/+37
| | | | string scalars
* unposted: fix compiler set-but-not-used warning.Wayne Davison2014-11-282-2/+8
|
* 33139: add doc example to glob broken symbolic links.Simon Ruderich2014-11-282-0/+8
|
* 33815: Fix word transposition bug.Marc Finet2014-11-282-1/+5
| | | | With a one-character word the wrong two words could be transposed.
* 33805: rewrite zshparams intro, tweak formattingBarton E. Schaefer2014-11-272-33/+74
| | | | | 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-272-5/+10
| | | | Declare arrays used internally by completion with the -H attribute.
* unposted: test binary input using 0bPeter Stephenson2014-11-262-0/+12
|
* 33793: add 0b binary interpretation to integer constantsPeter Stephenson2014-11-264-3/+13
|
* 33769: workaround for KEYTIMEOUT to work from testJun T2014-11-252-2/+5
| | | | cases on Darwin and FreeBSD
* 33770: avoid calling identical FIONREAD ioctl twice in successionOliver Kiddle2014-11-252-9/+8
|
* users/19365: completer for current directory of other shell processesOliver Kiddle2014-11-252-0/+45
|
* 33791: fatal errors in an "always" construct yield nonzero statusBarton E. Schaefer2014-11-252-2/+9
| | | | | | 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-242-4/+8
|
* 33785: Fix leaks of desthost in ztcpMikael Magnusson2014-11-242-0/+8
| | | | Found by coverity.
* 33775: error opening file in $(<...) is not fatalBarton E. Schaefer2014-11-232-2/+6
|
* 33743: use posix_openpt in zpty if it is availableOliver Kiddle2014-11-243-0/+10
|
* 33729: "git remote add" should complete local repositoriesPeter Stephenson2014-11-232-1/+12
|
* 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-233-1/+16
|
* 33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated ↵Barton E. Schaefer2014-11-222-0/+6
| | | | zshmodules.1
* 33750: handle function autoloads for DEBUG_BEFORE_CMDBarton E. Schaefer2014-11-212-0/+6
| | | | | 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-212-0/+5
|