about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 33712: add --auto-remove optionsaga2014-11-212-0/+3
|
* 33738: account for a selection in vi-replace-charsOliver Kiddle2014-11-213-8/+43
|
* 33730: vim style text objects for selecting wordsOliver Kiddle2014-11-217-3/+426
|
* 33728: Complete bzr shelve subcommandSebastien Alaiwan2014-11-212-0/+16
|
* unposted but c.f. 33723: typo in FAQPeter Stephenson2014-11-202-1/+6
| | | | sed argument had unterminated substitution.
* users/19404: Login shells may not be interactivePeter Stephenson2014-11-192-13/+23
| | | Update the FAQ to point this out after years of neglect.
* 33679: Note on patter s in case statementsPeter Stephenson2014-11-192-2/+12
| | | | They work exactly like groups in other patterns, despite contrary indications.
* unposted: reindent large blockOliver Kiddle2014-11-171-69/+68
|
* 33704: keybindings, documentation, tests and minorOliver Kiddle2014-11-178-17/+176
| | | | fixes for vim style visual selection changes
* 33636: add support for a linewise visual selection modeOliver Kiddle2014-11-176-11/+96
|
* 33635: adapt region to function as vim style visual selection modeOliver Kiddle2014-11-176-13/+74
|
* 33700: new widget for put in vim style visual selection modeOliver Kiddle2014-11-175-5/+70
|
* 33699: support short delays in zle tests where weOliver Kiddle2014-11-173-3/+20
| | | | need KEYTIMEOUT to elapse
* 33633: support vim style text objectsOliver Kiddle2014-11-172-2/+15
|
* 33632: use viopp and visual local keymaps if they existOliver Kiddle2014-11-173-1/+14
|
* 33697: new vim style vi-backward-word-end widgetsOliver Kiddle2014-11-154-3/+78
|
* 33696: simple up/down line widgets that don't go through history linesOliver Kiddle2014-11-154-10/+23
|
* 33695: fix various vi-indent problems and vi-swap-case on a blank lineOliver Kiddle2014-11-154-5/+37
|
* 19371 plus tweak: run-help helper for ipArtur Penttinen2014-11-132-0/+44
|
* Marc Finet: problems with working directory rationalisation.Peter Stephenson2014-11-132-1/+11
| | | | | | Ensure the length of the directory is kept up to date. Abort following symlinks as soon as there's an error.
* 33686: set PS1 before pattern-matching for itBarton E. Schaefer2014-11-132-3/+5
| | | | | If run as a privleged user, the default PS1 does not contain "%", so don't use the default PS1 when expecting to match "%" in the output.
* 33656: different algorithm for "whence -am" to produce results more ↵Barton E. Schaefer2014-11-132-44/+35
| | | | | | | | consistent with "whence -m" This uses the scanmatchtable routine to collect the names that match the input pattern, then uses the original -a path search loop to generate the output, to avoid duplicating test conditions and output formats.
* 33669: allow an empty line to be yanked with yyOliver Kiddle2014-11-133-2/+15
| | | | This by allocating 1 byte instead of 0 for the empty buffer.
* AUTO_CD behaviour depends on SHIN_STDIN, documentPeter Stephenson2014-11-112-0/+8
|
* 33599: workaround zpty issue that causes vi testJun T2014-11-092-1/+4
| | | | cases to fail on MacOS and FreeBSD
* 33640: look in /boot/modules instead of /modules for third-party modulesclutton2014-11-092-1/+4
|