summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-01-2753329: adapt .zle.sgr for CSI sequences that use : instead of ;Oliver Kiddle2-3/+11
2025-01-27github #128: Updated completion for neovimGI2-10/+19
2025-01-27github #126: Fix some typosWu, Zhenyu8-9/+13
2025-01-27github #125: Add completion for irb --no-pagerKouhei Yanagita2-0/+4
2025-01-27unposted: fix quoting in openldap completionOliver Kiddle2-1/+3
2025-01-2753327: update for git 2.47Oliver Kiddle2-22/+116
2025-01-2753328: completion options updateOliver Kiddle17-64/+321
2025-01-2753326: completion updates for core Linux utilsOliver Kiddle24-28/+72
2025-01-2753325: cover newer BSD releases in completionOliver Kiddle23-60/+182
2025-01-20Julian Prein: 53309: remove uncommon / obsolete options -t and -WBart Schaefer2-2/+5
2025-01-0353294: fix multibyte handling in "select" promptsBart Schaefer2-3/+19
2025-01-0353293: fix menu() and texinode() in yodl docsJun-ichi Takimoto4-7/+13
2025-01-0253297: Test/A08time: allow %nU/%nS result to be 0dana2-1/+3
2025-01-02unposted: _zparseopts: update per workers/53260dana2-0/+7
2024-12-2653260: zparseopts: add options -v (argv) and -G (GNU-style parsing)dana4-31/+313
2024-12-2653257: use monotonic clock where appropriatedana18-92/+225
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-1653251: _man: fix page completion on macOS, update fall-back paths, etc.dana2-52/+82
- 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-1652108: docs: document benefits of `_normal -p`dana2-3/+13
note: commit was severely delayed
2024-11-2353228: Remove references to Patches "Archive" from FAQClinton Bunch2-13/+3
2024-11-23github #122: Add c17, iso9899:2017, c18, iso9899:2018, gnu17, gnu18, c++20, ↵Wu, Zhenyu2-1/+4
gnu++20, c++23, gnu++23 to gcc completion
2024-11-23github #123: Make okular's completion support *.epub files.Shlomi Fish2-1/+4
2024-11-23github #124: _dpkg: remove --largemem, --smallmem optionsRyan Rotter2-2/+3
These options were deleted in 2009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468106
2024-11-2353243: fix use of vi-fetch-history with a rangeOliver Kiddle2-4/+20
2024-11-2353244: rename user in test case to reduce likelihood of failure due to user ↵Oliver Kiddle2-8/+13
existing
2024-11-22Remove stray invisible byte from 47731 entryLukáš Zaoral1-1/+1
2024-11-2153238 (+53239 Mikael): support dnf5Jun-ichi Takimoto3-55/+669
some options etc for dnf4 are also updated
2024-11-12Karel Balej: 53240, 53241: updated completions for mpc add, mpc insertBart Schaefer2-1/+20
2024-11-1253137 + 53213: support creating intro.htmlJun-ichi Takimoto3-8/+50
2024-11-1153174: add Completion/Base/Utility/_as_ifEric Cook3-0/+22
2024-11-1153144: _sysctl: support completion with the dot delimiter on linuxEric Cook2-1/+14
2024-11-0553209 + tests: do not unmetafy via string pointers into global parameter tableBart Schaefer3-1/+15
2024-10-1653146: flags cannot be copied from an undefined function (cf. ca6f4466)Bart Schaefer2-1/+7
2024-10-0253134: use -undefined dynamic_lookup on recent macOSJun-ichi Takimoto2-1/+7
2024-09-2153103: fix spurious test failure on SolarisBart Schaefer2-1/+6
2024-09-1853095: fix completion for chmod/chown --reference with escaped filenamePhilip Sequeira3-5/+9
2024-09-1853094: remove unused autoconf testsOliver Kiddle3-14/+5
2024-09-1853093: silence compiler warning when USE_LSEEK is not definedOliver Kiddle2-7/+7
2024-09-1853092: silence deprecated header warning on older Linux systemsOliver Kiddle2-1/+5
2024-09-1453088: enable `time' on builtins, assignments, and current-shell actionsBart Schaefer5-13/+147
2024-09-14unposted (c.f. Emil Velikov: 53072): remove completion that has been ↵Oliver Kiddle2-165/+3
imported by the upstream project
2024-09-1453087: don't produce spurious error when zpty is missingOliver Kiddle2-20/+23
2024-09-1453086: change flags used for building dynamic modules on Haiku OSOliver Kiddle2-2/+5
2024-09-1453085: support for BSDs in $ZSH_EXEPATH implementationOliver Kiddle3-9/+30
2024-09-1453084: yet another approach to the /dev/fd autoconf test because of shells ↵Oliver Kiddle2-1/+4
emulating /dev/fd
2024-09-1453083: handle Haiku specific resource limit for open vnode monitorsOliver Kiddle3-0/+8
2024-09-1453082: remove a couple of unused #definesOliver Kiddle2-7/+2
2024-09-1453081: remove old BeOS support codeOliver Kiddle7-206/+5
2024-09-1453080: remove code for systems that only have the old pre-POSIX signal()Oliver Kiddle5-264/+10
2024-08-3153060: silence build warningsClinton Bunch3-1/+8
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵Clinton Bunch8-2/+608
and zrand_int() math functions