Oliver Kiddle
8dd271fdec
53081: remove old BeOS support code
2024-09-14 19:21:58 +02:00
Oliver Kiddle
79593399c4
53080: remove code for systems that only have the old pre-POSIX signal()
2024-09-14 19:14:40 +02:00
Clinton Bunch
6b9704e2c4
53060: silence build warnings
2024-08-31 17:22:02 +02:00
Clinton Bunch
58bda59130
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() and zrand_int() math functions
2024-08-31 13:12:10 +02:00
Semnodime
06e66b6b5a
github #120 : Update _git to reflect --recursive
being an alias
...
`--recursive` and `--recurse-submodules` are aliased according to 99c33bed56/builtin/clone.c (L105)
2024-08-31 12:09:26 +02:00
Oliver Kiddle
45f8ee1bee
53058: new completion for zstd
2024-08-31 12:02:48 +02:00
Oliver Kiddle
6973d1d16f
53057: complete glob qualifiers following an equals expansion
2024-08-31 12:01:33 +02:00
Oliver Kiddle
678fb68879
53052: update setxkbmap completion with newer options
2024-08-31 11:58:33 +02:00
Jun-ichi Takimoto
606ef4b430
unposted: remove reference to removed sample code
...
the example in expn.yo was mdified by commit bb441f77a7
and does not
use _wanted any more
2024-08-26 20:29:36 +09:00
Bart Schaefer
5977d3cdd4
unposted: fix parsing of Bang token in value side of array element assignment
2024-08-15 18:06:19 -07:00
Christian Heusel
8a811b369b
53031: Completion/Unix/Command/_git: add missing terminator in case statement
2024-08-13 22:32:34 -04:00
Jun. T
b2f24ff0d2
53026: fix failure to free old value when setting new value of reference
2024-08-06 14:37:39 -07:00
Bart Schaefer
72751bfe1f
53025: fix memory leaks and pointer errors upon named reference self-reference
2024-08-05 15:59:48 -07:00
Bart Schaefer
65da467441
53023: fix memory leak of unset private parameter
2024-08-05 15:49:15 -07:00
Philippe Altherr
4616ea398a
53005: off-by-one error when resetting signals on subshell entrance
2024-08-04 19:12:32 -07:00
Eric Cook
5cb32ec5ab
52989: _rsync: support rsync 3.2.4+ remote filename handling.
2024-08-03 20:07:51 -04:00
Peter Stephenson
0bb140f991
52999: import OLDPWD from environment if set
2024-07-28 20:33:07 +01:00
Bart Schaefer
09c5b10dc2
Missed commit of ChangeLog for 52977 / da733f5d
2024-07-13 23:04:22 -05:00
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