summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-2942728: update options in libtiff tools completion and add handling for tiff2pdfOliver Kiddle2-69/+135
2018-04-2947201: fix 42355 for multiple backslashesRicardo Giorni3-6/+34
2018-04-26c.f. 42726: Back off fg and bg tests.Peter Stephenson2-42/+5
This is too hard to make robust. Problems include - Reading input in different places causes lines to appear and disappear - There is no easy way to sequence the asynchronous operations following bg. - Response to job control of user commands on some OSes (MacOS, for example) is unpredicatble.
2018-04-2542722: Replace ed with dc in fg/bg tests.Peter Stephenson3-33/+29
This should be even simpler. Also more fix ups for failed pattern diffs.
2018-04-25unposted: Correct process substitution buffer size in the PATH_DEV_FD codepath.Daniel Shahaf2-1/+6
2018-04-2542714: Add fg and bg tests.Peter Stephenson3-6/+89
Use ed to get minimal user interaction without needing advanced terminal handling. Improve test output of failures of pattern differences.
2018-04-2442708: fix for process substitution.Peter Stephenson5-10/+32
Don't close associated file descriptors in the closem() tidy up function as they should remain visible to external processes. Override if about to exit. Unit test for the failing case: note this relies on the existence of /proc/self/fd or equivalent.
2018-04-2342705: Another safety fix for pgrp reclaiming.Peter Stephenson2-1/+5
Only do this if killpg(dead_pid, 0) returns -1, indicating the pgprp doesn't exist any more, else there is a race if other proceses have started using it.
2018-04-23Allow short loops with "while"Peter Stephenson2-1/+7
2018-04-2042684 (with extra comments): Fork early if in bg.Peter Stephenson2-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.
2018-04-1942686: Fix previous pgrp patch.Peter Stephenson2-1/+7
We shouldn't do any fix ups unless the process has actually exited.
2018-04-1742630: Improve process group handling in pipelines.Peter Stephenson3-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.
2018-04-17unposted: update version to 5.5.1-dev-0Peter Stephenson2-2/+6
2018-04-16unposted: Update for release 5.5.1.Peter Stephenson5-5/+17
2018-04-1642659: various completion option updatesOliver Kiddle8-25/+84
2018-04-1642658: allow compact form of option arguments to diffstatOliver Kiddle2-10/+13
2018-04-1642643, 42644: new cksum completionMatthew Martin2-0/+76
2018-04-1642642 (tweaked for Solaris): OpenBSD chown does not support -f and dragonfly ↵Matthew Martin1-2/+2
has -x
2018-04-1542650: fix 42156 for zero-sized terminalsBarton E. Schaefer2-5/+9
Also fix harmless no-op typo from hand-applying 42636 for previous commit.
2018-04-1542636: fix GLOB_DOTS for !(RM_STAR_SILENT)Barton E. Schaefer2-5/+10
Also fix paste-o in older log entry
2018-04-1342631: _pgrep: pkill: fix completion of signalsDaniel Hahler2-3/+10
This adds the signals after arguments are filtered according to $optchars.
2018-04-1242624 (plus test): avoid freeing memory that's still neededOliver Kiddle3-5/+25
This was occurring in a multiple function definition where a function name is duplicated.
2018-04-1142623: Add some extra quotes to previous commitPeter Stephenson2-3/+8
2018-04-1042618: support signal names from multiple include files.Benedikt Morbach2-5/+11
Needed for glibc starting with 2.25.
2018-04-10unposted: update dev version to 5.5-dev-0Peter Stephenson2-2/+6
2018-04-0942613: typo fix in _sspda2-1/+5
2018-04-08unposted: release zsh-5.5Peter Stephenson2-2/+6
2018-04-08c.f. 42499: tera torn: update twisted completion stub for new twist commandOliver Kiddle2-2/+7
2018-04-0742605: properly free the vi registers hashOliver Kiddle4-4/+19
2018-04-0742601: tidy up code for set -A/+A to not increment a NULL pointer and to be ↵Oliver Kiddle2-6/+7
more efficient
2018-04-0742607, CVE-2018-1100: check bounds on buffer in mail checkingOliver Kiddle2-3/+8
2018-04-0742600: error paths for _values leaked the exclusion list arrayOliver Kiddle2-0/+7
2018-04-0742597: plug memory leak found by coverityOliver Kiddle2-1/+5
2018-04-0742595: remove dead code flagged by coverityOliver Kiddle2-3/+3
2018-04-0742602: Update _gcc as of GCC 7.3.0 for generic options and x86Mikael Magnusson2-67/+252
2018-04-0742604: new completions for OpenBSD's signify and vmctlMatthew Martin3-0/+114
2018-04-07github #24: Add completion script for Visual Studio CodeKlas Mellbourn2-0/+41
2018-04-0542590: fix detection of OSTYPE in _fmtJun-ichi Takimoto2-1/+3
2018-04-0542585: improve completion for libarchive-based tarJun-ichi Takimoto3-2/+7
Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
2018-04-0542591: complete *.changes and *.dsc files alongside *.debOliver Kiddle2-1/+4
2018-04-0542584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle2-6/+27
2018-04-0542583: new column completionOliver Kiddle2-0/+61
2018-04-0542582: updates to options in completions for OpenBSD 6.3Oliver Kiddle5-6/+33
2018-04-0542575: fix to not complete options in the argument to another optionOliver Kiddle3-1/+21
2018-04-0542578: _shutdown: add support for macOSJun-ichi Takimoto2-2/+15
2018-04-0542577: fix macOS support in _stringsJun-ichi Takimoto2-2/+6
2018-04-04unposted: 5.4.2-test-2Peter Stephenson2-2/+4
2018-04-0442581(?): Fix ZLE inline history expansion.Peter Stephenson4-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.
2018-03-3142572: various completion option updatesOliver Kiddle15-27/+77
2018-03-3142571: new completion for FreeBSD jail commandOliver Kiddle3-1/+59