about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 52217: update completions for FreeBSD 14Oliver Kiddle2023-10-111-0/+13
|
* 52216: metafy usernames to allow for them to be UTF-8 encodedOliver Kiddle2023-10-111-0/+3
|
* 52214: allow extra byte for nul terminator in allocationOliver Kiddle2023-10-111-0/+2
|
* unposted (cf. 52166): remove obsolete helper for svkOliver Kiddle2023-10-111-0/+3
|
* 51812: run-help for docker, perf, podman, ssh, svnadminJörg Sommer2023-10-111-0/+7
|
* 52204: fix thinko, unmeta() buffer should not be freedBart Schaefer2023-10-051-0/+4
|
* 52198: put back incorrectly removed zfree()Bart Schaefer2023-10-031-0/+4
|
* 52195: cached_username is already metafied when initializing LOGNAMEBart Schaefer2023-10-011-0/+3
|
* 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompileBart Schaefer2023-10-011-0/+7
| | | | Includes one unposted thinko fix ztrdup -> dupstring
* 52188: skip tests that fail if multibyte is not availableJun-ichi Takimoto2023-09-271-0/+3
|
* 52169: a few more improvements of (#) flagJun-ichi Takimoto2023-09-271-0/+4
| | | | | | fix (#X) in C locale in FreeBSD, DragonFly, NetBSD. Negative values such as ${(#X):--1} are now error. UCS4 is limited to < 0x8000_0000 (in OSes without __STDC_ISO_10646__).
* 52180: clarify array behavior of ${|var|...} and REPLYBart Schaefer2023-09-231-0/+5
|
* 52176: metafy return from ${ ... } substitutionBart Schaefer2023-09-221-0/+5
|
* 51747: ip accepts the reduction of link to l.Jörg Sommer2023-09-211-0/+3
|
* 51776: run-help-openssl: Reduce code and use new manpagesJörg Sommer2023-09-211-0/+3
| | | | | | Openssl switches the naming of manpages to the common style openssl-$SUBCOMMAND, e.g. openssl-enc. For backward compatibility try to show the manpage with the old name if the new one doesn't exist.
* 51857: Include fusermount3 in fusermount completionsWim de With2023-09-201-0/+3
| | | | | | fusermount3 is part of libfuse version 3, while fusermount is part of libfuse version 2. Since they share the exact same command line interface, we can reuse the completions.
* 51980: Add glob qualifier grouping operator to completionAtte Peltomäki2023-09-201-2/+5
| | | | | Also improve wording in documentation to make glob qualifier grouping easier to find by explicit use of terms 'logical OR' and 'logical AND'.
* 52102: Add subcommand autopurge to apt completionJörg Sommer2023-09-201-0/+3
| | | | | Autopurge (like autoremove) take the same options like purge and remove the given packages along with their dependencies they become unused.
* 52141: Add trailer token completion for git commit --trailerWesley Schwengle2023-09-201-0/+3
| | | | | | | | Via 842587016d in the git project there has been support for git commit trailer tokens for the bash completion system. This commit adds similar support to zsh. It includes additional hardening of the regexp and allows for tokens which include a '.'. This can be found in git via 9a0ec17606.
* 52163: completion update for OpenZFS 2.2Oliver Kiddle2023-09-201-0/+5
|
* users/29160, workers/52156: Fix repetition of substitution modifier.Bart Schaefer2023-09-161-0/+4
|
* 52082: Enable linewise edit-command when in visual-line mode.Christoffer Lundell2023-09-161-0/+3
|
* 52154, 52155: Implement, document, and test non-forking command substitution.Bart Schaefer2023-09-161-0/+6
| | | | | | Comprises workers/51957, 51985, 51987, 51988, 51993, 52131, 52139, plus fixes for return values, parse errors, and trailing newlines (which were incorrectly removed) in ${ ... }
* 52153: mapfile without HAVE_MMAP should not trim newlinesBart Schaefer2023-09-161-0/+5
|
* 52142: Move _history_modifiers call to _parameterMikael Magnusson2023-09-151-0/+6
| | | | | | | _parameters is used in many contexts, like assignments in command position, assignment after typeset, etc, where history modifiers are not valid. _brace_parameter already calls _history_modifiers explicitly so this seems more in line with that.
* 52122 + 52129: fix (#) parameter expansion flagJun-ichi Takimoto2023-09-131-0/+6
| | | | Without the X flag, null string "" is substituted for bad math expression.
* 52125: getoutput() must not free() after gettempname(..., 1) for heapBart Schaefer2023-09-101-0/+4
|
* unposted: extra quoting of words in "eval" for safetyBart Schaefer2023-09-091-0/+4
|
* 52114: improve _niceJun-ichi Takimoto2023-09-071-0/+5
| | | | support -n option, complete only external commands
* 52115: permit repeated "private" declarations as long as types aren't changedBart Schaefer2023-09-051-0/+5
|
* 52112: use '_normal -p subcmd' to complete only external commandJun-ichi Takimoto2023-09-041-0/+12
|
* users/29220: fix bug with assignment to private following explicit unsetBart Schaefer2023-09-031-0/+5
|
* 52098, 52099, 52100, 52105(+minor tweak): update for latest macOSShohei YOSHIDA2023-08-281-0/+6
|
* 51858 (+52073): virsh's edit command accepts all domainssergio2023-08-281-0/+5
|
* Marlon Richert: 51861: fix _approximate when compadd has been overriddenBart Schaefer2023-08-271-0/+4
| | | | | Before this patch, if compadd had been overridden by a function of the same name, _approximate would not do corrections.
* 52028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer2023-08-271-0/+4
|
* 52053: whitelist capability CAP_WAKE_ALARMRobert Woods2023-08-271-0/+3
| | | | | | | | Since the systemd update v254 from July 28, 2023, the capability 'CAP_WAKE_ALARM' is passed by default to some user process (especially desktop managers). Since 'CAP_WAKE_ALARM' is very narrow in focus, it is preferable that zsh does not consider it as a 'privileged' capability.
* 52034: update sqlite3 completion for version 3.42.0Shohei YOSHIDA2023-08-271-0/+5
|
* users/29175: Don't need to forget zle edits if noneNojus Gudinavičius2023-08-221-0/+6
|
* 52059 (+52070): _scons: fix for options --jobs and --questionShohei YOSHIDA2023-08-211-0/+5
|
* 29130, 21931 (Ray): document what typeset -t is for.Peter Stephenson2023-08-161-0/+5
| | | | This replaces documenting what it isn't for.
* 52037: complete only external commands for env/watchJun-ichi Takimoto2023-08-141-0/+7
| | | | also includes a few minor fixes for _date, _env and _watch
* 52013,52014,52015,52016,52017,52018: updates for coreutils option changesShohei YOSHIDA2023-08-061-0/+20
|
* 52008: Pattern bug with branches + exclusionPeter Stephenson2023-08-011-0/+5
| | | | Add tests.
* github #100: _qemu: add -enable-kvm and -bios suggestionHexorCatZ2023-07-311-0/+5
|
* unposted (cf. 51968): improve documentation of typeset -gn and -rBart Schaefer2023-07-261-0/+3
|
* 51945: assorted documentation improvements, bug fixes, and new testBart Schaefer2023-07-261-0/+5
| | | | | | | | | | | | | | 1) Document the behavior of "typeset -n existing_var" (via Jun T. comment) 2) Prohibit "typeset -nm pattern" because, well, it's insane. Add test. 3) Improve doc for ${(!)ref} including ${{t!)ref} (Jun T.) 4) Fix doc for how-to unset of a named ref (Jun T.) 5) Allow "typeset +r -n ref" and "typeset +r +n ref" (Jun T.) 6) Fix "typeset -r -n ref=param" to create readonly references 7) Avoid accidental removal of PM_UNSET flag (Jun T.) and update test 8) Fix "typeset -gn ref=value" and add a test for it 9) Add tests for read-only reference behavior 10) Fix infinite recursion when resolving scope of an unset local named reference, add test.
* 51979: Update free completion for procps-ng version 4.0.3Shohei YOSHIDA2023-07-261-0/+3
|
* 51964: support pidof variants other than procpsShohei YOSHIDA2023-07-261-0/+3
|
* 51969: read -d and -s should not reset terminal state when stdin is redirectedBart Schaefer2023-07-261-0/+3
|