about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Rationalise use of forks and pipes. fork_earlyPeter Stephenson2018-04-201-63/+16
| | | | | | | | | | | | | | | | | Ensure we _exit instead of returning from execcmd_exec() if we have forked. Before the optimisation code after the fork always ran to the check at the end, but that code is overkill for the logic between the early fork and the existing one. Remove old workaround to fork in caller of execcmd for current shell constructs as no longer needed with early fork below. Close input of newly created pipe on fork (destined for RHS of pipe which we never execute): this replaces a workaround from zsh-workers/32171, commit 9887fc3d7b. Set last1 on early fork as needed by some instances of shell constructs on LHS of pipeline to know they are exiting.
* Ensure we _exit if forked in execcmd_exec().Peter Stephenson2018-04-201-2/+28
|
* Make early fork even earlier.Peter Stephenson2018-04-201-24/+25
| | | | | | It was after our preliminary scan of arguments to find a command. Actually, in the cases of early fork we don't need this information before forking.
* 42693: Fork early for pipelines.Peter Stephenson2018-04-201-3/+4
| | | | | | | If executing a command not at the end of a pipeline, and not optimised in the calling code, we can fork before "prefork" substitutions, at the same point as for background commands.
* 42684 (with extra comments): Fork early if in bg.Peter Stephenson2018-04-202-95/+140
| | | | | | | In execcmd the case of running the last command in a pipeline asynchronously for the purpose of & and &! is easy to work out, and we can avoid side effects and unnecessary execution time in the parent shell by forking earlier.
* 42686: Fix previous pgrp patch.Peter Stephenson2018-04-192-1/+7
| | | | | We shouldn't do any fix ups unless the process has actually exited.
* 42630: Improve process group handling in pipelines.Peter Stephenson2018-04-173-1/+34
| | | | | | | | | If process group leader exits, allow a newly forked process to become process leader. If a foreground job, reattach the shell to the terminal until that happens. Unblock signals when reading output for command subsitution so that we can do this reattaching immediately.
* unposted: update version to 5.5.1-dev-0Peter Stephenson2018-04-172-2/+6
|
* unposted: Update for release 5.5.1. zsh-5.5.1Peter Stephenson2018-04-165-5/+17
|
* 42659: various completion option updatesOliver Kiddle2018-04-168-25/+84
|
* 42658: allow compact form of option arguments to diffstatOliver Kiddle2018-04-162-10/+13
|
* 42643, 42644: new cksum completionMatthew Martin2018-04-162-0/+76
|
* 42642 (tweaked for Solaris): OpenBSD chown does not support -f and dragonfly ↵Matthew Martin2018-04-161-2/+2
| | | | has -x
* 42650: fix 42156 for zero-sized terminalsBarton E. Schaefer2018-04-152-5/+9
| | | | Also fix harmless no-op typo from hand-applying 42636 for previous commit.
* 42636: fix GLOB_DOTS for !(RM_STAR_SILENT)Barton E. Schaefer2018-04-152-5/+10
| | | | Also fix paste-o in older log entry
* 42631: _pgrep: pkill: fix completion of signalsDaniel Hahler2018-04-132-3/+10
| | | | | This adds the signals after arguments are filtered according to $optchars.
* 42624 (plus test): avoid freeing memory that's still neededOliver Kiddle2018-04-123-5/+25
| | | | | This was occurring in a multiple function definition where a function name is duplicated.
* 42623: Add some extra quotes to previous commitPeter Stephenson2018-04-112-3/+8
|
* 42618: support signal names from multiple include files.Benedikt Morbach2018-04-102-5/+11
| | | | Needed for glibc starting with 2.25.
* unposted: update dev version to 5.5-dev-0Peter Stephenson2018-04-102-2/+6
|
* 42613: typo fix in _sspda2018-04-092-1/+5
|
* unposted: release zsh-5.5 zsh-5.5Peter Stephenson2018-04-082-2/+6
|
* c.f. 42499: tera torn: update twisted completion stub for new twist commandOliver Kiddle2018-04-082-2/+7
|
* 42605: properly free the vi registers hashOliver Kiddle2018-04-074-4/+19
|
* 42601: tidy up code for set -A/+A to not increment a NULL pointer and to be ↵Oliver Kiddle2018-04-072-6/+7
| | | | more efficient
* 42607, CVE-2018-1100: check bounds on buffer in mail checkingOliver Kiddle2018-04-072-3/+8
|
* 42600: error paths for _values leaked the exclusion list arrayOliver Kiddle2018-04-072-0/+7
|
* 42597: plug memory leak found by coverityOliver Kiddle2018-04-072-1/+5
|
* 42595: remove dead code flagged by coverityOliver Kiddle2018-04-072-3/+3
|
* 42602: Update _gcc as of GCC 7.3.0 for generic options and x86Mikael Magnusson2018-04-072-67/+252
|
* 42604: new completions for OpenBSD's signify and vmctlMatthew Martin2018-04-073-0/+114
|
* github #24: Add completion script for Visual Studio CodeKlas Mellbourn2018-04-072-0/+41
|
* 42590: fix detection of OSTYPE in _fmtJun-ichi Takimoto2018-04-052-1/+3
|
* 42585: improve completion for libarchive-based tarJun-ichi Takimoto2018-04-053-2/+7
| | | | | | Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
* 42591: complete *.changes and *.dsc files alongside *.debOliver Kiddle2018-04-052-1/+4
|
* 42584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle2018-04-052-6/+27
|
* 42583: new column completionOliver Kiddle2018-04-052-0/+61
|
* 42582: updates to options in completions for OpenBSD 6.3Oliver Kiddle2018-04-055-6/+33
|
* 42575: fix to not complete options in the argument to another optionOliver Kiddle2018-04-053-1/+21
|
* 42578: _shutdown: add support for macOSJun-ichi Takimoto2018-04-052-2/+15
|
* 42577: fix macOS support in _stringsJun-ichi Takimoto2018-04-052-2/+6
|
* unposted: 5.4.2-test-2 zsh-5.4.2-test-2Peter Stephenson2018-04-042-2/+4
|
* 42581(?): Fix ZLE inline history expansion.Peter Stephenson2018-04-044-3/+44
| | | | | | | Seen with magic-space. If there's a parse error in command subtitution we need to complete reading history to ensure the command line buffer is finished.
* 42572: various completion option updatesOliver Kiddle2018-03-3115-27/+77
|
* 42571: new completion for FreeBSD jail commandOliver Kiddle2018-03-313-1/+59
|
* 42568: new shutdown completionOliver Kiddle2018-03-302-0/+63
|
* 42569: improve lsof completion after -i and -s optionsOliver Kiddle2018-03-302-8/+45
|
* 42567: new completion for xmlstarletOliver Kiddle2018-03-302-0/+180
|
* 42570: new completion for drill and factor out DNS type completionOliver Kiddle2018-03-304-10/+59
|
* 42560: silence sign-compare compiler warningsOliver Kiddle2018-03-302-3/+5
|