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
7798fd88ac
53251: _man: fix page completion on macOS, update fall-back paths, etc.
...
- fix broken page completion on macOS and FreeBSD (regression caused by
workers/50278)
- update fall-back paths to include /usr/local/share/man (fixes issues like
workers/53249 for systems without `manpath` or equivalent)
- fold macOS completion into FreeBSD's, as macOS 13+ uses it now with little
modification
- add -K option for FreeBSD and -h option for mandoc/NetBSD, complete
pre-processor sequences, complete section lists with commas for man-db
- exclude HTML pages for FreeBSD-likes
2024-12-16 11:01:23 -06:00
dana
d905c7a0d7
52108: docs: document benefits of _normal -p
...
note: commit was severely delayed
2024-12-16 10:37:55 -06:00
Clinton Bunch
86d5f24a3d
53228: Remove references to Patches "Archive" from FAQ
2024-11-23 23:25:37 +01:00
Wu, Zhenyu
cdb457841c
github #122 : Add c17, iso9899:2017, c18, iso9899:2018, gnu17, gnu18, c++20, gnu++20, c++23, gnu++23 to gcc completion
2024-11-23 23:20:27 +01:00
Shlomi Fish
9269deb528
github #123 : Make okular's completion support *.epub files.
2024-11-23 23:19:59 +01:00
Ryan Rotter
d7866eff3b
github #124 : _dpkg: remove --largemem, --smallmem options
...
These options were deleted in 2009:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468106
2024-11-23 22:37:06 +01:00
Oliver Kiddle
3c0f932300
53243: fix use of vi-fetch-history with a range
2024-11-23 22:31:44 +01:00
Oliver Kiddle
638e09af6e
53244: rename user in test case to reduce likelihood of failure due to user existing
2024-11-23 22:29:19 +01:00
Lukáš Zaoral
4ca2f3fd7d
Remove stray invisible byte from 47731 entry
2024-11-22 14:21:06 -08:00
Jun-ichi Takimoto
b70b241cc5
53238 (+53239 Mikael): support dnf5
...
some options etc for dnf4 are also updated
2024-11-21 12:26:51 +09:00
Bart Schaefer
ec8fc4024f
Karel Balej: 53240, 53241: updated completions for mpc add, mpc insert
2024-11-12 19:48:56 -08:00
Jun-ichi Takimoto
6973a9ea84
53137 + 53213: support creating intro.html
2024-11-12 12:34:39 +09:00
Eric Cook
393cb298aa
53174: add Completion/Base/Utility/_as_if
2024-11-11 10:46:08 -05:00
Eric Cook
9b8af0900f
53144: _sysctl: support completion with the dot delimiter on linux
2024-11-11 09:27:52 -05:00
Bart Schaefer
f282ff5792
53209 + tests: do not unmetafy via string pointers into global parameter table
2024-11-05 13:50:51 -08:00
Bart Schaefer
ac1fd06d7c
53146: flags cannot be copied from an undefined function (cf. ca6f4466
)
2024-10-16 13:07:56 -07:00
Jun-ichi Takimoto
383526da42
53134: use -undefined dynamic_lookup on recent macOS
2024-10-02 11:57:33 +09:00
Bart Schaefer
ec57ac0940
53103: fix spurious test failure on Solaris
2024-09-21 18:02:33 -07:00
Philip Sequeira
91c56ed27a
53095: fix completion for chmod/chown --reference with escaped filename
2024-09-18 11:08:08 +02:00
Oliver Kiddle
62131ae049
53094: remove unused autoconf tests
2024-09-18 11:08:08 +02:00
Oliver Kiddle
06f423f8a9
53093: silence compiler warning when USE_LSEEK is not defined
2024-09-18 11:08:08 +02:00
Oliver Kiddle
ad4afde923
53092: silence deprecated header warning on older Linux systems
2024-09-18 11:08:03 +02:00
Bart Schaefer
8ad625d90c
53088: enable `time' on builtins, assignments, and current-shell actions
2024-09-14 12:40:56 -07:00
Oliver Kiddle
6bc8c60933
unposted (c.f. Emil Velikov: 53072): remove completion that has been imported by the upstream project
2024-09-14 19:49:06 +02:00
Oliver Kiddle
c8f0174289
53087: don't produce spurious error when zpty is missing
2024-09-14 19:43:26 +02:00
Oliver Kiddle
5ffaffdea3
53086: change flags used for building dynamic modules on Haiku OS
2024-09-14 19:41:06 +02:00
Oliver Kiddle
701fad5021
53085: support for BSDs in $ZSH_EXEPATH implementation
2024-09-14 19:38:23 +02:00
Oliver Kiddle
0cd2c953b4
53084: yet another approach to the /dev/fd autoconf test because of shells emulating /dev/fd
2024-09-14 19:33:10 +02:00
Oliver Kiddle
55ff6f8864
53083: handle Haiku specific resource limit for open vnode monitors
2024-09-14 19:30:30 +02:00
Oliver Kiddle
3397653768
53082: remove a couple of unused #defines
2024-09-14 19:27:07 +02:00
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