summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unpostes: test release 5.3.1-test-2 5.3.1-test-2Peter Stephenson2017-07-312-2/+6
|
* unposted: _git: Fix style lookup for 'max-verbose'.Daniel Shahaf2017-07-312-1/+6
|
* 41472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer2017-07-296-39/+187
| | | | update documentation
* unposted: update distribution docs for 5.4 release.Peter Stephenson2017-07-294-8/+21
|
* 41467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2017-07-284-1/+43
| | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
* 41471 (tweaked): _svn: Complete propvals in 'propset'.Daniel Shahaf2017-07-282-1/+27
|
* 41458: _subversion: Don't cache an empty commands list when svn is not ↵Daniel Shahaf2017-07-282-1/+12
| | | | available at the first invocation of _svn.
* 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson2017-07-275-3/+42
| | | | Document the default behaviour and add a test.
* unposted: correct typo in _xclipOliver Kiddle2017-07-262-1/+3
|
* 41461: complete list of zsh manual pages in manual introcutionJim2017-07-262-0/+11
|
* Further clarification about processing of expansionsPeter Stephenson2017-07-202-3/+11
|
* 41429: Try to improve description of how stages of expansion fit together.Peter Stephenson2017-07-172-2/+8
|
* 41432: use option grouping in xz completionOliver Kiddle2017-07-151-40/+41
|
* 41431: update options in assorted completionsOliver Kiddle2017-07-1511-23/+70
|
* 41414: fix for commas used in exclusion listsFabian Klötzl2017-07-145-5/+17
| | | | also missing escape for _gcc and --no-index option for git diff
* 41419: update for git 2.13.2Oliver Kiddle2017-07-142-11/+34
|
* 41420: "{.." wasn't check for brace expansion properlyPeter Stephenson2017-07-133-0/+11
|
* 41409: complete "django startproject"Marcin Mielniczuk2017-07-112-0/+6
|
* unposted: update dev version due to wordcode changesPeter Stephenson2017-07-092-1/+4
|
* 41402: Delay has_tokens() in ecstrcode as may not be neededSebastian Gniazdowski2017-07-092-1/+8
|
* 41402: Add hasher to ecstrcode to reduce string comparisonsSebastian Gniazdowski2017-07-093-1/+11
|
* Delay processing "disown" for superjob.Peter Stephenson2017-07-044-0/+18
| | | | | | | This is a job forked from the current shell when a job partly running from the current shell was suspended. When all associated processes started from the main shell are finished the job is continued and at this point the disown can complete.
* Avoid invalid access with isearch in completion listMaxime de Roucy2017-07-042-5/+12
|
* 41375: GDBM interface bug fixesSebastian Gniazdowski2017-07-032-63/+97
|
* 41386: when backgrounding a STAT_CURSH job, remove the flag.Peter Stephenson2017-07-022-1/+6
| | | | | This typical applies to a STAT_SUPERJOB. It prevents it from getting copied interrupts as a foreground process.
* 22760: fix partial string length reports with NO_MULTIBYTEPeter Stephenson2017-07-023-1/+26
|
* 41368: Add missing unqueue_signals() to compctl.Peter Stephenson2017-06-272-0/+6
|
* 41345: Use consistent prompt variables in prompt themese.Peter Stephenson2017-06-262-3/+8
| | | | | Some more sanity may be needed in this area but this apsect seems uncontroversial.
* 41342: check for Yodl version 4Axel Beckert2017-06-222-0/+3
|
* 41339: Unquote treeish argument for git checkout completionPeter Stephenson2017-06-222-2/+5
|
* 41308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock2017-06-223-11/+37
|
* 41319: dupstring a possibly readonly string before modifyingMikael Magnusson2017-06-192-1/+4
|
* unposted: Credit to SebastianBarton E. Schaefer2017-06-191-1/+1
|
* 41322: reduce number of changes in signal queuing/blocking state during ↵Barton E. Schaefer2017-06-192-3/+8
| | | | shingetline() to improve read speed
* 41317: use heap allocation in getoutputfile() to plug memory leakBarton E. Schaefer2017-06-192-2/+7
| | | | Heap is usable ever since addfilelist() of workers/31528 (commit 3c573222).
* 41242: zstrbcmp(...) removed in favor of zstrcmp(..., ↵Barton E. Schaefer2017-06-173-48/+8
| | | | | | SORTIT_IGNORING_BACKSLASHES) This should make sorting consistent in completion listings vs. elsewhere.
* 41265: quote the inserted file names as necessaryWieland Hoffmann2017-06-162-2/+7
|
* unposted: fix typo in url-quote-magicEric Cook2017-06-132-1/+4
|
* 41275: Leave stdin open when executing widgetsStephane Chazelas2017-06-135-6/+28
|
* 41284: Fix NULL dereference in cd.Peter Stephenson2017-06-133-1/+19
| | | | | This happened in sh compatiblity mode if HOME was not set and cd was used with no argument.
* 41244: Add zmodload -s option.Peter Stephenson2017-06-126-14/+23
| | | | | | | | Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy.
* unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.Daniel Shahaf2017-06-092-0/+11
|
* 41239: Save and restore default history event on context stack.Peter Stephenson2017-06-073-0/+7
| | | | | This ensures that the default event set by an expansion in ZLE doesn't propagate to the command line expansion.
* 41232: Use page up/down keys in zed keymap.Sebastian Gniazdowski2017-06-072-0/+28
| | | | Find with terminfo where available.
* 41225: sethparam() should not attempt to change special parameters into hashesBarton E. Schaefer2017-06-052-6/+16
|
* 41191: Check for immortal thingies when checking for specific thingiesPeter Stephenson2017-06-014-5/+19
|
* 41177: _nm: add support for macOS and OpenBSDJun-ichi Takimoto2017-06-012-30/+85
|
* 41164: Don't free a history entry if it's curline.Peter Stephenson2017-05-304-29/+23
| | | | | | This replaces 41113 / 94014ff65b with a simple local change for the immediate problem. It's not entirely clear if this reflects wider changes in the structure of the history code.
* 41151: propagate flags when creating new parameterSebastian Gniazdowski2017-05-282-1/+4
|
* 41153: finish module setup only after all error conditions have been checkedSebastian Gniazdowski2017-05-282-4/+7
|