dana
b35c4f956c
53808: docs: clarify Yn globqual explanation
2025-08-16 16:25:13 -05:00
Jun-ichi Takimoto
33aafecc7e
53821: add missing manpage name in cross reference
...
and many small improvements. See comments in zman.yo for the usage
of new yodl macros for cross reference.
2025-07-18 23:26:56 +09:00
dana
a9bde1b8d1
53709: docs: clarify glob-qualifier syntax
2025-06-03 02:01:35 -05:00
Mikael Magnusson
e1bb74cfb7
53664: remove a slightly confusing example
2025-05-23 10:55:03 +02:00
Mikael Magnusson
bfb8ec65a6
53660: Clarify namespaces starting with a .
2025-05-22 04:03:18 +02:00
dana
87c055fb4d
53636: docs: clarify valid parameter names
2025-05-19 18:31:56 -05:00
RocketDev
d02b58b96a
53633: docs: add note about compadd -o
requiring explicit group name
...
rewording of https://github.com/zsh-users/zsh/pull/135
2025-05-19 18:28:34 -05:00
Daniel Shahaf
8e95a9ca31
unposted: Remove a spurious blank link, which affected the rendered output.
2025-05-14 16:51:14 +00:00
Bart Schaefer
b0fa403a3d
53602: "typeset -nu" always refers to at a call level above the declaration
2025-05-12 21:29:16 -07:00
Bart Schaefer
abd541e18c
53568: fix additional problems with reference scoping, update documentation
...
Scope exits could miss some scope updates in named reference chains.
References declared -u behave like any other reference upon scope exit.
2025-05-09 16:38:28 -07:00
dana
80de57d5a6
53527: remove zgetopt
...
reverts most of 84ef0c523
, 0e369f37d
, and 9b68cf38f
feature was not ready. may be re-added after 5.10 release
2025-04-28 16:23:29 -05:00
dana
9b68cf38f0
unposted: document zparseopts's lack of support for abbreviating long options
...
per workers/53520
2025-04-27 10:36:49 -05:00
dana
0e369f37d6
unposted: docs: adjust zgetopt wording
...
per workers/53518
2025-04-27 10:04:49 -05:00
dana
84ef0c5238
53516: add zgetopt contrib function
2025-04-27 07:58:23 -05:00
dana
8c3c457321
53483: zparseopts -G: accept only '--' as parsing terminator
2025-04-19 18:48:31 -05:00
Oliver Kiddle
e160cf85f0
53378: support new pipebuf resource limit on FreeBSD
...
Also add other newer limits to the documentation.
2025-02-27 16:02:02 +01:00
Bart Schaefer
7a54b36fa8
53348: Revise handling of incompatible typeset options when used with -n
2025-02-12 20:03:07 -08:00
Oliver Kiddle
20990fa7e4
53337: allow nameref -p
2025-01-30 12:51:37 +01:00
Jun-ichi Takimoto
3f43a2ffd1
53293: fix menu() and texinode() in yodl docs
2025-01-03 23:38:21 +09:00
dana
d051857e03
53260: zparseopts: add options -v (argv) and -G (GNU-style parsing)
2024-12-26 10:09:31 -06:00
dana
6bb792dba8
53257: use monotonic clock where appropriate
...
update the following features to use the monotonic clock for calculating time
deltas and intervals:
* MAILCHECK parameter
* PERIOD parameter
* SECONDS parameter
* %(nS.t.f) prompt-expansion sequence
* time built-in's elapsed time and cpu % values
* zsh/zftp ZFTP_TMOUT parameter
* zsh/zprof timings
also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS
2024-12-26 10:09:25 -06:00
dana
d905c7a0d7
52108: docs: document benefits of _normal -p
...
note: commit was severely delayed
2024-12-16 10:37:55 -06:00
Eric Cook
393cb298aa
53174: add Completion/Base/Utility/_as_if
2024-11-11 10:46:08 -05: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
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
Peter Stephenson
acdcf9d854
52915: be explicit about pattern syntax in conditions
2024-05-08 09:28:06 +01:00
Bart Schaefer
49c6978dbb
52865: Documentation update for 52864
2024-04-01 22:38:27 -07:00
Bart Schaefer
25182cc2e6
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
2024-03-17 14:28:28 -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
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
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
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
2024-02-28 00:21:11 +01:00
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.
2024-02-20 20:16:03 -08:00
Peter Stephenson
a6ea122867
52549: document return works in a script
2024-02-19 11:10:04 +00:00
midchildan
374051cae5
52523: fixes to preceding incarg patch
2024-02-15 15:47:18 +01:00
midchildan
fb9a7cc5dd
52520: add new features and improvements to the "incarg" ZLE widget
...
- Decrement integers without defining a new widget
- Preserve the number of leading zeros
- Increment binaries, octals, and hexadecimals
- Move the cursor to the end of the incremented integer
- Create a sequence of integers across terminal panes
- Add a Vim variant
- Also add tests
2024-02-15 15:40:37 +01:00
Oliver Kiddle
173c0b14ab
52535: documentation for highlight groups and layers
2024-02-15 14:50:59 +01:00
Bart Schaefer
791aaf88cc
cf. users/29635: additional detail of parameter expansion in math context.
2024-02-04 20:46:49 -08:00
Bart Schaefer
8801665e5b
52513: fixes and doc for using nofork substitutions with private parameters
...
Also fixes a crash bug with {fd}>&N redirections and private parameters
2024-02-03 12:07:14 -08:00
Bart Schaefer
18400b68e4
52510: document how ${ ... } et al. affect use of "private"; add index entries
2024-01-28 18:22:36 -08:00
Bart Schaefer
2a538491eb
52496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is set
2024-01-24 18:06:44 -08:00
Bart Schaefer
c72b4a74ef
52473: zstyle -q for testing existence of a zstyle setting
2024-01-24 17:32:45 -08:00
Bart Schaefer
d6e4ddd4d4
52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exit
2024-01-05 20:38:58 -08:00
Oliver Kiddle
618f842b46
52326, 52372: add -q option to kill for sigqueue
2023-12-05 18:51:33 +01:00