Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-26 | unposted: Fix typos | Daniel Shahaf | 6 | -5/+11 | |
2021-09-22 | 49422: improve support of --disable-dynamic-nss | Jun-ichi Takimoto | 6 | -14/+34 | |
see also 49392 (Vincent) and 49412 (Axel) | |||||
2021-09-09 | 49353: Fix comments in sourced file. | Peter Stephenson | 3 | -1/+15 | |
If the file was sourced from an interactive shell with INTERACTIVE_COMMENTS not set, comments were not parsed. Note there is a remaining edge case where the sourced file is in fact entered at the comment line. | |||||
2021-09-08 | unposted: fix typo in earlier log entry | Bart Schaefer | 1 | -1/+1 | |
2021-09-08 | 49391: Document default bracketed-paste bindings | Bart Schaefer | 2 | -1/+3 | |
2021-09-08 | 49389: leading variables in autoload file completion | Bart Schaefer | 2 | -2/+5 | |
2021-09-08 | 49387: suffix highlight with "compadd -R" | Bart Schaefer | 2 | -6/+5 | |
2021-09-08 | 49386: handle separate source/build trees | Bart Schaefer | 2 | -1/+5 | |
2021-09-08 | unposted: fix wrong name of changed file in earlier commit | Bart Schaefer | 1 | -1/+1 | |
2021-09-08 | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 6 | -5/+9 | |
2021-09-08 | unposted: add 'static' to shinsavestack | Jun-ichi Takimoto | 2 | -1/+3 | |
2021-09-08 | 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab | Jun-ichi Takimoto | 3 | -1/+41 | |
2021-09-06 | 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵ | Stephane Chazelas | 4 | -32/+95 | |
replacement was empty or generated more than one element | |||||
2021-09-06 | 49154: clarify status on exec failure | zerkous | 2 | -8/+17 | |
2021-09-06 | 49292: Src/Zle/complist.c: turn off colors before clearing to end of line | Marlon Richert | 2 | -14/+22 | |
2021-09-06 | 49378: skip check for collision of aliases and functions when NO_EXEC | Marlon Richert | 2 | -1/+4 | |
2021-09-06 | 49282: missed ChangeLog entry in previous commit | Bart Schaefer | 1 | -0/+2 | |
2021-09-06 | 49282: set $0 correctly when calling functions from hooks | Bart Schaefer | 1 | -2/+12 | |
2021-09-06 | 49266: fix segfault on metacharacters in long job texts | Bart Schaefer | 2 | -0/+4 | |
2021-09-06 | 49218: run-help filters cmd_args before calling run-help-<command> | Marlon Richert | 9 | -26/+125 | |
2021-09-06 | unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ↵ | Bart Schaefer | 2 | -2/+10 | |
entries when repeating | |||||
2021-09-06 | 49196: gdbm keys not present in the database appear unset in tied hashes | Bart Schaefer | 2 | -0/+5 | |
2021-09-06 | 48969: fix for "zle -N" completion | Marlon Richert | 2 | -4/+6 | |
2021-09-06 | 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness | Bart Schaefer | 4 | -10/+17 | |
2021-09-06 | 48832: try _gnu_generic first | Bart Schaefer | 2 | -1/+5 | |
2021-09-04 | 49343: Fix file name completion of GNU digest utilities | Shohei YOSHIDA | 2 | -1/+7 | |
2021-09-04 | 49345: fix git file completion for paths starting with ../ | Oliver Kiddle | 2 | -4/+9 | |
2021-08-29 | 49327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵ | Oliver Kiddle | 2 | -2/+109 | |
bugreport commands | |||||
2021-08-29 | 49319: completion options update | Oliver Kiddle | 50 | -209/+466 | |
2021-08-29 | 49317: cleanup inappropriate use of {...} specs with _arguments or _alternative | Oliver Kiddle | 5 | -30/+35 | |
2021-08-29 | 49316: add (-.) glob qualifier to globs where only files are applicable | Oliver Kiddle | 6 | -17/+20 | |
2021-08-29 | 49315: list units in brackets at the end of group descriptions | Oliver Kiddle | 11 | -32/+37 | |
2021-08-28 | users/26982, subset not already integrated: use standard #include format | Peter A. Castro | 2 | -2/+8 | |
2021-08-27 | 49290: Replace stdio for buffered shell input. | Peter Stephenson | 3 | -19/+123 | |
The previous method allowed memory management to interact with signal handlers, causing occasional crashes on some system. Instead, use a simple pre-allocated buffer and raw system calls. | |||||
2021-08-27 | 49272: Set $COLUMNS in _call_program to ensure cached command output is ↵ | Marlon Richert | 2 | -0/+5 | |
sufficiently wide | |||||
2021-08-27 | unposted (based on Marlon: 49273): add -x to local completion | Oliver Kiddle | 2 | -2/+5 | |
2021-08-27 | 49309: update the strace completion through strace 5.13 | Oliver Kiddle | 2 | -43/+82 | |
2021-08-27 | 49306: fix file completion for the second parameter to losetup | Oliver Kiddle | 2 | -2/+6 | |
2021-08-27 | 49234: add missing options in python completion | Štěpán Němec | 2 | -2/+10 | |
2021-08-26 | 49307 with doc update: POSIX_TRAPS fix. | Peter Stephenson | 4 | -6/+20 | |
With POSIX_TRAPS set, an ignored signal stays ignored when entering a subshell. | |||||
2021-08-24 | 49297 (quoting amended): error message in files module. | Peter Stephenson | 2 | -1/+12 | |
If ENONENT it could be the other argument that doesn't exist, so check. | |||||
2021-08-24 | github #78: Fix completions in _pandoc | DCsunset | 2 | -3/+8 | |
2021-08-16 | 49268: use an empty string search to find matches for info --index-search= ↵ | Oliver Kiddle | 2 | -2/+13 | |
completion Also include info output to the right of " -- " for further info node completion matches and fix quoting of a blank argument to _call_program. | |||||
2021-08-16 | 49160: fix quoting for xmllint --pretty completion | Oliver Kiddle | 2 | -1/+6 | |
2021-08-14 | users/26734: docs: read: Notate the parameter name argument as optional. | Daniel Shahaf | 2 | -1/+6 | |
2021-08-10 | 49269: Fix "[ ! -o ]". | Peter Stephenson | 3 | -2/+8 | |
This should detect "-o" as non-empty string; "-a" was alrady working. Update the test. | |||||
2021-07-30 | github #77: Improve subl completions for Sublime Text v4 | Stavros Ntentos | 2 | -0/+7 | |
2021-07-30 | 49211: _typeset: correctly set return value | Jun-ichi Takimoto | 2 | -14/+19 | |
do not include '-' in onopts so that 'functions -- <TAB>' works. | |||||
2021-07-23 | 49029: Prevent shell from sending duplicate signals with MONITOR | Erik Paulson | 2 | -0/+4 | |
2021-07-23 | 49182: Turn off correction inside command substition. | Peter Stephenson | 3 | -0/+13 | |
In "A=$(PWD)" we dont't have the information to correct at the level of the PWD subcommand, so don't try to do it as this causes a crash. |