Jun-ichi Takimoto
2a54de1675
52985: avoid adding original param to restorelist
2024-07-04 11:51:09 +09:00
Philippe Altherr
da733f5df6
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
2024-06-28 21:05:42 -07:00
Jun-ichi Takimoto
98a877d32c
52968: use pdfroff to create intro.pdf
...
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output"
problem was fixed in groff-1.22.3 (Nov. 2014).
2024-06-24 12:54:08 +09:00
Jun-ichi Takimoto
a3b56d4f03
52951: make sure to close memstream for 'print -v'
2024-06-13 11:18:13 +09:00
Mikael Magnusson
9a79a60c90
52946: Revert "Handle completer filenames with funny characters in them"
...
This reverts commit 88f47569030b12345aee3bd857e424351ee61726.
2024-06-08 17:52:59 +02:00
Bart Schaefer
9dcaf78997
users/29882: Explain $RANDOM predictability
2024-05-24 19:27:14 -07:00
Bart Schaefer
300ce96080
52910: Improve handling of **/ patterns
2024-05-24 19:24:23 -07:00
Bart Schaefer
7f196de9d7
52904: Improve quoting of paths passed via _call_program to "git ls-files"
2024-05-24 19:22:44 -07:00
Mikael Magnusson
bd19d4e394
52895: Partial revert of 44274 which broke _baudrates
...
_description does not accept -o numeric, which resulted in
_description:zformat:89: invalid argument: expl
The array is already sorted correctly in the completer so I don't see
any need to have the completion sort it again anyway.
2024-05-20 20:19:06 +02:00
Peter Stephenson
f6e005a9ef
Ooops, missed the actualy patch from the foregoing...
2024-05-13 11:26:06 +01:00
Peter Stephenson
efb7a96207
52924: Set zfsessions to NULL after free
2024-05-10 11:21:31 +01:00
Peter Stephenson
acdcf9d854
52915: be explicit about pattern syntax in conditions
2024-05-08 09:28:06 +01:00
Mikael Magnusson
a66e929185
52878: Fix ${foo:^bar} where bar is an associative array
2024-04-07 16:05:39 +02:00
Bart Schaefer
49c6978dbb
52865: Documentation update for 52864
2024-04-01 22:38:27 -07:00
Bart Schaefer
76019f7174
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
2024-04-01 22:35:33 -07:00
Bart Schaefer
5ba43e58c2
52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant
2024-04-01 22:29:07 -07:00
OKURA Masafumi
f57ad185b3
github #115 : completion(ruby): completer opts for irb
...
IRB now has `--regexp-completor` and `--type-completor` options added by:
1dec2708c9
2024-04-01 23:29:36 +02:00
Oliver Kiddle
a967c4a435
52859: use _date_formats for fc and complete -m/-M for vared
2024-04-01 23:27:09 +02:00
Oliver Kiddle
c7ae370160
52798: handle comments in ssh config
2024-03-26 00:06:05 +01:00
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
2024-03-23 22:19:27 +01:00
Peter Stephenson
017738cd60
52780: unneccessary returns in hlgroup
2024-03-21 09:25:07 +00:00
Oliver Kiddle
7139d3b286
52783: allow for unset hash element
2024-03-20 23:40:23 +01:00
Oliver Kiddle
cd5ae4a909
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750
2024-03-20 23:35:05 +01:00
Oliver Kiddle
93334b207f
52770: handle newrole in SELinux completions
2024-03-18 21:34:38 +01:00
Oliver Kiddle
1e995cbb38
52769: fix completion of ansible keywords and --step option
2024-03-18 21:12:55 +01:00
Oliver Kiddle
57248b8883
52750: remove ansi2knr support for old pre-ansi K&R compilers
2024-03-18 20:02:34 +01:00
Bart Schaefer
25182cc2e6
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
2024-03-17 14:28:28 -07:00
Bart Schaefer
45b0a838aa
unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.
2024-03-14 13:22:11 -07:00
Bart Schaefer
326e8635fe
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" output.
2024-03-14 13:11:31 -07:00
Bart Schaefer
21fe2dce44
52753: Clarify "nocorrect" when introducing precommand modifiers.
2024-03-13 21:10:23 -07:00
Bart Schaefer
d1e041188d
unposted: update doc for "colors" for workers/47489,50212 (italic and bright)
2024-03-13 11:36:16 -07:00
Bart Schaefer
8adfbfc1f0
unposted: "typeset -p" has problems with special parameters having NULL values
2024-03-12 18:02:38 -07:00
Bart Schaefer
7c875adb09
52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT
2024-03-12 18:00:19 -07:00
Oliver Kiddle
37f434498e
52724: fix .zle.sgr for empty sequences
2024-03-13 00:35:10 +01:00
Bart Schaefer
ea5a5d6ec4
52725: updated named reference semantics
2024-03-09 22:02:57 -08:00
Stephane Chazelas
47c7bc9b14
52721: fix metafication and regexp/subject confusion in pcre_match error message
2024-03-09 11:45:46 +00:00
Stephane Chazelas
fa9b3ad597
52704: improve zsh_eval_context documentation
2024-03-08 11:07:05 +00:00
Bart Schaefer
330821de01
52692: local typeset of the name of a named reference hides the reference
2024-03-05 21:13:33 -08:00
Stephane Chazelas
b56250e9b9
52685: fix typo in the name of bash's BASH_ENV variable.
2024-03-05 19:57:35 +00:00
Bart Schaefer
c0a392b392
unposted (cf. 52615): use META_NOALLOC for 52591
2024-03-04 21:39:29 -08:00
Bart Schaefer
d27ea2ae02
unposted (cf. 52617): only scalars can instantiate a declared named reference
2024-03-04 21:36:45 -08:00
Bart Schaefer
83e9dd15c1
unposted: fix typo in entry attribution
2024-03-04 21:25:26 -08:00
Bart Schaefer
0848b7534e
52659: Fix crash on unset-through-nameref, add regression test
2024-03-04 21:21:20 -08:00
Bart Schaefer
700f675bf0
Add missing test case from 52652
2024-03-04 21:15:29 -08:00
Bart Schaefer
610b18875a
52650 plus minor fixes: add -u for named references pointing to "upper" scope
2024-03-04 21:07:01 -08:00
Oliver Kiddle
05c7b21e2b
52646: extend support for highlight groups to completion explanation strings and WATCHFMT
2024-03-05 00:11:02 +01:00
midchildan
36a2d5cfa4
52641: incarg: add a backward variant and make it repeatable
2024-03-05 00:05:21 +01:00
Bart Schaefer
d1ff06f991
52652: fix obscure bug unsetting the array part of a tied parameter pair
2024-03-02 21:37:25 -08:00
Jun. T
145397b6dc
52635: show file name when test has crashed
2024-03-02 20:26:01 -08:00
Bart Schaefer
4fb96cc639
52612: %l replacment of zwarning() does literal string output
2024-03-02 09:22:43 -08:00