Commit Graph

12280 Commits (master)
 

Author SHA1 Message Date
Mikael Magnusson a66e929185 52878: Fix ${foo:^bar} where bar is an associative array 2 weeks ago
Bart Schaefer 49c6978dbb 52865: Documentation update for 52864 2 weeks ago
Bart Schaefer 76019f7174 52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...} 2 weeks ago
Bart Schaefer 5ba43e58c2 52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant 2 weeks ago
OKURA Masafumi f57ad185b3 github #115: completion(ruby): completer opts for irb
IRB now has `--regexp-completor` and `--type-completor` options added by:
1dec2708c9
3 weeks ago
Oliver Kiddle a967c4a435 52859: use _date_formats for fc and complete -m/-M for vared 3 weeks ago
Oliver Kiddle c7ae370160 52798: handle comments in ssh config 3 weeks ago
Mikael Magnusson b727b74fe2 52768: Handle completer filenames with funny characters in them
For example, a file called _foo;bar will cause this to happen:
% hello [press tab]zsh: command not found: _foo
zsh: command not found: bar
4 weeks ago
Peter Stephenson 017738cd60 52780: unneccessary returns in hlgroup 4 weeks ago
Oliver Kiddle 7139d3b286 52783: allow for unset hash element 4 weeks ago
Oliver Kiddle cd5ae4a909 unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750 4 weeks ago
Oliver Kiddle 93334b207f 52770: handle newrole in SELinux completions 1 month ago
Oliver Kiddle 1e995cbb38 52769: fix completion of ansible keywords and --step option 1 month ago
Oliver Kiddle 57248b8883 52750: remove ansi2knr support for old pre-ansi K&R compilers 1 month ago
Bart Schaefer 25182cc2e6 52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline. 1 month ago
Bart Schaefer 45b0a838aa unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace. 1 month ago
Bart Schaefer 326e8635fe 52752: typeset -p fixes for local exports and "export -x" / "readonly -r" output. 1 month ago
Bart Schaefer 21fe2dce44 52753: Clarify "nocorrect" when introducing precommand modifiers. 1 month ago
Bart Schaefer d1e041188d unposted: update doc for "colors" for workers/47489,50212 (italic and bright) 1 month ago
Bart Schaefer 8adfbfc1f0 unposted: "typeset -p" has problems with special parameters having NULL values 1 month ago
Bart Schaefer 7c875adb09 52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT 1 month ago
Oliver Kiddle 37f434498e 52724: fix .zle.sgr for empty sequences 1 month ago
Bart Schaefer ea5a5d6ec4 52725: updated named reference semantics 1 month ago
Stephane Chazelas 47c7bc9b14 52721: fix metafication and regexp/subject confusion in pcre_match error message 1 month ago
Stephane Chazelas fa9b3ad597 52704: improve zsh_eval_context documentation 1 month ago
Bart Schaefer 330821de01 52692: local typeset of the name of a named reference hides the reference 1 month ago
Stephane Chazelas b56250e9b9 52685: fix typo in the name of bash's BASH_ENV variable. 1 month ago
Bart Schaefer c0a392b392 unposted (cf. 52615): use META_NOALLOC for 52591 2 months ago
Bart Schaefer d27ea2ae02 unposted (cf. 52617): only scalars can instantiate a declared named reference 2 months ago
Bart Schaefer 83e9dd15c1 unposted: fix typo in entry attribution 2 months ago
Bart Schaefer 0848b7534e 52659: Fix crash on unset-through-nameref, add regression test 2 months ago
Bart Schaefer 700f675bf0 Add missing test case from 52652 2 months ago
Bart Schaefer 610b18875a 52650 plus minor fixes: add -u for named references pointing to "upper" scope 2 months ago
Oliver Kiddle 05c7b21e2b 52646: extend support for highlight groups to completion explanation strings and WATCHFMT 2 months ago
midchildan 36a2d5cfa4 52641: incarg: add a backward variant and make it repeatable 2 months ago
Bart Schaefer d1ff06f991 52652: fix obscure bug unsetting the array part of a tied parameter pair 2 months ago
Jun. T 145397b6dc 52635: show file name when test has crashed 2 months ago
Bart Schaefer 4fb96cc639 52612: %l replacment of zwarning() does literal string output 2 months ago
Bart Schaefer 13f73d84d3 52645: unset through a nameref keep up-scope parameters declared unset
Othewise unset of a reference to a global wipes out all parameters of
the same name.
2 months ago
Bart Schaefer 85172998f4 52619 (plus tests): no empty element when appending array to unset scalar 2 months ago
Oliver Kiddle 69c5887461 52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthesis in "kill -L" output 2 months ago
Oliver Kiddle 3078e07729 52623: add some Solaris signal descriptions 2 months ago
Oliver Kiddle 5331ff11c6 52594: support for POSIX real-time signals with kill and trap
Also add new -L option to kill for a more verbose listing of signals
2 months ago
Bart Schaefer b68002d927 Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy 2 months ago
Bart Schaefer 6c50d15562 52597: fix character counts in context of operator and operand errors 2 months ago
Bart Schaefer 69c0c646bb 52596: metafy interpreter name for error message 2 months ago
Stephane Chazelas 4c0ebc155e 52591: printf builtin must pass metafied strings to math evaluation 2 months ago
Bart Schaefer 4b9cd6b8bd 52583: extra check for proper scope and existence of readonly specials 2 months ago
Oliver Kiddle 40d5200c8b 52552: newer Java supports passing source files directly to java 2 months ago
Bart Schaefer 6b21e5c0e2 52559: revise "typeset -p" with respect to local readonly special parameters
Update doc and tests to describe handling of global readonly specials and
to account for side-effects on zsh/param/private.
2 months ago