Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41414: fix for commas used in exclusion lists | Fabian Klötzl | 2017-07-14 | 5 | -5/+17 |
| | | | | also missing escape for _gcc and --no-index option for git diff | ||||
* | 41419: update for git 2.13.2 | Oliver Kiddle | 2017-07-14 | 2 | -11/+34 |
| | |||||
* | 41420: "{.." wasn't check for brace expansion properly | Peter Stephenson | 2017-07-13 | 3 | -0/+11 |
| | |||||
* | 41409: complete "django startproject" | Marcin Mielniczuk | 2017-07-11 | 2 | -0/+6 |
| | |||||
* | unposted: update dev version due to wordcode changes | Peter Stephenson | 2017-07-09 | 2 | -1/+4 |
| | |||||
* | 41402: Delay has_tokens() in ecstrcode as may not be needed | Sebastian Gniazdowski | 2017-07-09 | 2 | -1/+8 |
| | |||||
* | 41402: Add hasher to ecstrcode to reduce string comparisons | Sebastian Gniazdowski | 2017-07-09 | 3 | -1/+11 |
| | |||||
* | Delay processing "disown" for superjob. | Peter Stephenson | 2017-07-04 | 4 | -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 list | Maxime de Roucy | 2017-07-04 | 2 | -5/+12 |
| | |||||
* | 41375: GDBM interface bug fixes | Sebastian Gniazdowski | 2017-07-03 | 2 | -63/+97 |
| | |||||
* | 41386: when backgrounding a STAT_CURSH job, remove the flag. | Peter Stephenson | 2017-07-02 | 2 | -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_MULTIBYTE | Peter Stephenson | 2017-07-02 | 3 | -1/+26 |
| | |||||
* | 41368: Add missing unqueue_signals() to compctl. | Peter Stephenson | 2017-06-27 | 2 | -0/+6 |
| | |||||
* | 41345: Use consistent prompt variables in prompt themese. | Peter Stephenson | 2017-06-26 | 2 | -3/+8 |
| | | | | | Some more sanity may be needed in this area but this apsect seems uncontroversial. | ||||
* | 41342: check for Yodl version 4 | Axel Beckert | 2017-06-22 | 2 | -0/+3 |
| | |||||
* | 41339: Unquote treeish argument for git checkout completion | Peter Stephenson | 2017-06-22 | 2 | -2/+5 |
| | |||||
* | 41308 (tweaked): behaviour of PCRE with NUL bytes | Phil Pennock | 2017-06-22 | 3 | -11/+37 |
| | |||||
* | 41319: dupstring a possibly readonly string before modifying | Mikael Magnusson | 2017-06-19 | 2 | -1/+4 |
| | |||||
* | unposted: Credit to Sebastian | Barton E. Schaefer | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | 41322: reduce number of changes in signal queuing/blocking state during ↵ | Barton E. Schaefer | 2017-06-19 | 2 | -3/+8 |
| | | | | shingetline() to improve read speed | ||||
* | 41317: use heap allocation in getoutputfile() to plug memory leak | Barton E. Schaefer | 2017-06-19 | 2 | -2/+7 |
| | | | | Heap is usable ever since addfilelist() of workers/31528 (commit 3c573222). | ||||
* | 41242: zstrbcmp(...) removed in favor of zstrcmp(..., ↵ | Barton E. Schaefer | 2017-06-17 | 3 | -48/+8 |
| | | | | | | SORTIT_IGNORING_BACKSLASHES) This should make sorting consistent in completion listings vs. elsewhere. | ||||
* | 41265: quote the inserted file names as necessary | Wieland Hoffmann | 2017-06-16 | 2 | -2/+7 |
| | |||||
* | unposted: fix typo in url-quote-magic | Eric Cook | 2017-06-13 | 2 | -1/+4 |
| | |||||
* | 41275: Leave stdin open when executing widgets | Stephane Chazelas | 2017-06-13 | 5 | -6/+28 |
| | |||||
* | 41284: Fix NULL dereference in cd. | Peter Stephenson | 2017-06-13 | 3 | -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 Stephenson | 2017-06-12 | 6 | -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 Shahaf | 2017-06-09 | 2 | -0/+11 |
| | |||||
* | 41239: Save and restore default history event on context stack. | Peter Stephenson | 2017-06-07 | 3 | -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 Gniazdowski | 2017-06-07 | 2 | -0/+28 |
| | | | | Find with terminfo where available. | ||||
* | 41225: sethparam() should not attempt to change special parameters into hashes | Barton E. Schaefer | 2017-06-05 | 2 | -6/+16 |
| | |||||
* | 41191: Check for immortal thingies when checking for specific thingies | Peter Stephenson | 2017-06-01 | 4 | -5/+19 |
| | |||||
* | 41177: _nm: add support for macOS and OpenBSD | Jun-ichi Takimoto | 2017-06-01 | 2 | -30/+85 |
| | |||||
* | 41164: Don't free a history entry if it's curline. | Peter Stephenson | 2017-05-30 | 4 | -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 parameter | Sebastian Gniazdowski | 2017-05-28 | 2 | -1/+4 |
| | |||||
* | 41153: finish module setup only after all error conditions have been checked | Sebastian Gniazdowski | 2017-05-28 | 2 | -4/+7 |
| | |||||
* | unposted: clarify ZLS_COLORS pattern matching contexts | Barton E. Schaefer | 2017-05-28 | 2 | -1/+7 |
| | |||||
* | 41159: handle "Include" and "HostName" lines in ~/.ssh/config | Barton E. Schaefer | 2017-05-28 | 2 | -11/+22 |
| | | | | Added 2>/dev/null to conceal file access errors. | ||||
* | 41146: careul in GDBM freeing strings with embedded nulls | Sebastian Gniazdowski | 2017-05-24 | 2 | -10/+32 |
| | |||||
* | 40898: fix GDBM error handling | Sebastian Gniazdowski | 2017-05-24 | 2 | -1/+6 |
| | |||||
* | 41142: Ensure close-on-exec is passed to moved file descriptor | Stephane Chazelas | 2017-05-23 | 2 | -10/+25 |
| | |||||
* | 41087: Update kvno completion to MIT krb 1.14 | Marko Myllynen | 2017-05-22 | 2 | -4/+9 |
| | |||||
* | 41086: Update librt completions | Marko Myllynen | 2017-05-22 | 2 | -2/+6 |
| | |||||
* | 41085: Update OpenStack completions | Marko Myllynen | 2017-05-22 | 2 | -3/+6 |
| | |||||
* | 41128: typo in compsys documentation | Jörg Sommer | 2017-05-22 | 2 | -1/+5 |
| | |||||
* | users/22707: Document extra use of accept-exact-dirs | Peter Stephenson | 2017-05-19 | 2 | -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. | ||||
* | 41113 (tweaked): Save current line linkage to history ring. | Peter Stephenson | 2017-05-18 | 4 | -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. | ||||
* | 41090: Replace iswprint() if unicode9 is enabled. | Jun-ichi Takimoto | 2017-05-12 | 9 | -351/+56 |
| | | | | If wcwidth() or iswprint() is broken, force enable unicode9. | ||||
* | 41096: Don't assume null termination copying string. | Peter Stephenson | 2017-05-11 | 2 | -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. | ||||
* | unposted: Adding comments to test changed line number in output | Peter Stephenson | 2017-05-09 | 2 | -1/+6 |
| |