summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Bump debhelper compatibility to 10. Update versioned build-dependency on ↵Axel Beckert3-10/+10
debhelper accordingly. Remove all --parallel options from debian/rules.
2017-06-22Declare compliance with Debian Policy 4.0.0. (No further changes were required.)Axel Beckert1-1/+1
2017-06-22Switch all http://www.zsh.org/ and http://www.debian.org/ URLs in packaging ↵Axel Beckert8-10/+10
to HTTPS
2017-06-22Patch configure.ac to add support for yodl 4 to yodl version checkAxel Beckert2-0/+16
Closes: #865492
2017-06-1941319: dupstring a possibly readonly string before modifyingMikael Magnusson2-1/+4
2017-06-19unposted: Credit to SebastianBarton E. Schaefer1-1/+1
2017-06-1941322: reduce number of changes in signal queuing/blocking state during ↵Barton E. Schaefer2-3/+8
shingetline() to improve read speed
2017-06-1941317: use heap allocation in getoutputfile() to plug memory leakBarton E. Schaefer2-2/+7
Heap is usable ever since addfilelist() of workers/31528 (commit 3c573222).
2017-06-1741242: zstrbcmp(...) removed in favor of zstrcmp(..., ↵Barton E. Schaefer3-48/+8
SORTIT_IGNORING_BACKSLASHES) This should make sorting consistent in completion listings vs. elsewhere.
2017-06-1641265: quote the inserted file names as necessaryWieland Hoffmann2-2/+7
2017-06-13unposted: fix typo in url-quote-magicEric Cook2-1/+4
2017-06-1341275: Leave stdin open when executing widgetsStephane Chazelas5-6/+28
2017-06-1341284: Fix NULL dereference in cd.Peter Stephenson3-1/+19
This happened in sh compatiblity mode if HOME was not set and cd was used with no argument.
2017-06-1241244: Add zmodload -s option.Peter Stephenson6-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.
2017-06-09unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.Daniel Shahaf2-0/+11
2017-06-0741239: Save and restore default history event on context stack.Peter Stephenson3-0/+7
This ensures that the default event set by an expansion in ZLE doesn't propagate to the command line expansion.
2017-06-0741232: Use page up/down keys in zed keymap.Sebastian Gniazdowski2-0/+28
Find with terminfo where available.
2017-06-0541225: sethparam() should not attempt to change special parameters into hashesBarton E. Schaefer2-6/+16
2017-06-0141191: Check for immortal thingies when checking for specific thingiesPeter Stephenson4-5/+19
2017-06-0141177: _nm: add support for macOS and OpenBSDJun-ichi Takimoto2-30/+85
2017-05-3041164: Don't free a history entry if it's curline.Peter Stephenson4-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.
2017-05-2841151: propagate flags when creating new parameterSebastian Gniazdowski2-1/+4
2017-05-2841153: finish module setup only after all error conditions have been checkedSebastian Gniazdowski2-4/+7
2017-05-28unposted: clarify ZLS_COLORS pattern matching contextsBarton E. Schaefer2-1/+7
2017-05-2841159: handle "Include" and "HostName" lines in ~/.ssh/configBarton E. Schaefer2-11/+22
Added 2>/dev/null to conceal file access errors.
2017-05-2441146: careul in GDBM freeing strings with embedded nullsSebastian Gniazdowski2-10/+32
2017-05-2440898: fix GDBM error handlingSebastian Gniazdowski2-1/+6
2017-05-2341142: Ensure close-on-exec is passed to moved file descriptorStephane Chazelas2-10/+25
2017-05-2241087: Update kvno completion to MIT krb 1.14Marko Myllynen2-4/+9
2017-05-2241086: Update librt completionsMarko Myllynen2-2/+6
2017-05-2241085: Update OpenStack completionsMarko Myllynen2-3/+6
2017-05-2241128: typo in compsys documentationJörg Sommer2-1/+5
2017-05-19users/22707: Document extra use of accept-exact-dirsPeter Stephenson2-3/+16
It allows completion after magically appearing directories that dont't show up in the parent directory by supressing searching of the parent directory if the subdirectory is directly found to exist.
2017-05-1841113 (tweaked): Save current line linkage to history ring.Peter Stephenson4-15/+35
When saving history state save whether the current history line is linked into the ring and remove it, and restore as appropriate later. This avoids surprises where the history ring is freed and incorrectly frees the current state in curline, which has a different allocation strategy. Original patch tweaked to make restoring more logical.
2017-05-1241090: Replace iswprint() if unicode9 is enabled.Jun-ichi Takimoto9-351/+56
If wcwidth() or iswprint() is broken, force enable unicode9.
2017-05-1141096: Don't assume null termination copying string.Peter Stephenson2-1/+7
At this point the string may contain embedded nulls or not have a null termination at all. Also, as we always have the length memcpy() is more efficient.
2017-05-09unposted: Adding comments to test changed line number in outputPeter Stephenson2-1/+6
2017-05-0940181: Fix buffer overrun in xsymlinks.Peter Stephenson3-3/+22
There was no check for copying to the internal xbuf2 for a preliminary test.
2017-05-0941078: Empty psvar could cause bad dereference in prompt expansionPeter Stephenson3-1/+10
2017-05-0841095: Use 2>&- in completion to avoide restricted shell problem.Jan Kryl2-1/+4
2017-05-0840173: Off-by-one error checking for {varid}.Peter Stephenson3-1/+13
This caused a single unprintable character in braces before a redirection to be treated as an indentifier.
2017-05-08users/22688: Allow mixing redirs and arguments after anon functions.Peter Stephenson3-4/+30
These are parsed differently from the case of normal functions which can't take normal arguments at that point.
2017-05-08Fix combination of HERE document and |&.Peter Stephenson3-1/+22
A missing flag setting up the HERE document mean that the size of the wordcode needed to append the 2>&1 was counted incorrectly, so the resulting wordcode was garbled. Add test.
2017-05-0441038: Document recent, backwards-compatible precommand modifiers changes.Daniel Shahaf2-0/+16
2017-05-0341043: Close pipes in shell when disowning background job.Peter Stephenson2-0/+6
This was missing in the case of &,, causing a file descriptor leak.
2017-05-02unposted: Use typeset -g in insert-unicode-charPeter Stephenson2-2/+7
Avoid warning from WARN_NESTED_VAR if set.
2017-04-2841020: Fix "command -p"; "-p" was incorrectly left in command argumentsPeter Stephenson3-2/+24
Also add tests for known precommand modifier issues.
2017-04-2741012: Fix premature exit from nested function in EXIT trap.Peter Stephenson5-8/+60
Also add check so we don't delay an exit if we were already in an EXIT trap for the main shell, as we should in that case leave immediately.
2017-04-2741016: Test that quoted precommand modifiers now workPeter Stephenson2-0/+11
2017-04-26unposted: fix syntax on line endOliver Kiddle2-1/+3