summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24github #104: fix small typoErrrorMaxx1-0/+2
2023-10-24github #103: fix completion for zpool upgradeChristian Heusel1-0/+5
This is done by simply adding a missing backslash to the code. Fixes: 85bf9740a0 ("49668: update zfs completion") Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-10-1752222: Document bracketed-paste-url-magicMikael Magnusson1-0/+2
2023-10-1651490: Use time_t for lastt which stores result of time(0)Mikael Magnusson1-0/+3
Coverity complained about this, and possibly some more people would in 15 years
2023-10-1652056: _sccs: don't handle subcommands in main namespaceMikael Magnusson1-0/+5
If someone using sccs wants to save typing, they can just do alias get="sccs get" anyway.
2023-10-1552218: update notes since 5.9 releaseBart Schaefer1-0/+4
2023-10-1152189: ignore compadd -M if -U also specified as they don't make sense togetherOliver Kiddle1-0/+4
This fixes df completion.
2023-10-1152217: update completions for FreeBSD 14Oliver Kiddle1-0/+13
2023-10-1152216: metafy usernames to allow for them to be UTF-8 encodedOliver Kiddle1-0/+3
2023-10-1152214: allow extra byte for nul terminator in allocationOliver Kiddle1-0/+2
2023-10-11unposted (cf. 52166): remove obsolete helper for svkOliver Kiddle1-0/+3
2023-10-1151812: run-help for docker, perf, podman, ssh, svnadminJörg Sommer1-0/+7
2023-10-0552204: fix thinko, unmeta() buffer should not be freedBart Schaefer1-0/+4
2023-10-0352198: put back incorrectly removed zfree()Bart Schaefer1-0/+4
2023-10-0152195: cached_username is already metafied when initializing LOGNAMEBart Schaefer1-0/+3
2023-10-0152193: handle UTF8-encoded USERNAME and therefore home directory in zcompileBart Schaefer1-0/+7
Includes one unposted thinko fix ztrdup -> dupstring
2023-09-2752188: skip tests that fail if multibyte is not availableJun-ichi Takimoto1-0/+3
2023-09-2752169: a few more improvements of (#) flagJun-ichi Takimoto1-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__).
2023-09-2352180: clarify array behavior of ${|var|...} and REPLYBart Schaefer1-0/+5
2023-09-2252176: metafy return from ${ ... } substitutionBart Schaefer1-0/+5
2023-09-2151747: ip accepts the reduction of link to l.Jörg Sommer1-0/+3
2023-09-2151776: run-help-openssl: Reduce code and use new manpagesJörg Sommer1-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.
2023-09-2051857: Include fusermount3 in fusermount completionsWim de With1-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.
2023-09-2051980: Add glob qualifier grouping operator to completionAtte Peltomäki1-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'.
2023-09-2052102: Add subcommand autopurge to apt completionJörg Sommer1-0/+3
Autopurge (like autoremove) take the same options like purge and remove the given packages along with their dependencies they become unused.
2023-09-2052141: Add trailer token completion for git commit --trailerWesley Schwengle1-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.
2023-09-2052163: completion update for OpenZFS 2.2Oliver Kiddle1-0/+5
2023-09-16users/29160, workers/52156: Fix repetition of substitution modifier.Bart Schaefer1-0/+4
2023-09-1652082: Enable linewise edit-command when in visual-line mode.Christoffer Lundell1-0/+3
2023-09-1652154, 52155: Implement, document, and test non-forking command substitution.Bart Schaefer1-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 ${ ... }
2023-09-1652153: mapfile without HAVE_MMAP should not trim newlinesBart Schaefer1-0/+5
2023-09-1552142: Move _history_modifiers call to _parameterMikael Magnusson1-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.
2023-09-1352122 + 52129: fix (#) parameter expansion flagJun-ichi Takimoto1-0/+6
Without the X flag, null string "" is substituted for bad math expression.
2023-09-1052125: getoutput() must not free() after gettempname(..., 1) for heapBart Schaefer1-0/+4
2023-09-09unposted: extra quoting of words in "eval" for safetyBart Schaefer1-0/+4
2023-09-0752114: improve _niceJun-ichi Takimoto1-0/+5
support -n option, complete only external commands
2023-09-0552115: permit repeated "private" declarations as long as types aren't changedBart Schaefer1-0/+5
2023-09-0452112: use '_normal -p subcmd' to complete only external commandJun-ichi Takimoto1-0/+12
2023-09-03users/29220: fix bug with assignment to private following explicit unsetBart Schaefer1-0/+5
2023-08-2852098, 52099, 52100, 52105(+minor tweak): update for latest macOSShohei YOSHIDA1-0/+6
2023-08-2851858 (+52073): virsh's edit command accepts all domainssergio1-0/+5
2023-08-27Marlon Richert: 51861: fix _approximate when compadd has been overriddenBart Schaefer1-0/+4
Before this patch, if compadd had been overridden by a function of the same name, _approximate would not do corrections.
2023-08-2752028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer1-0/+4
2023-08-2752053: whitelist capability CAP_WAKE_ALARMRobert Woods1-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.
2023-08-2752034: update sqlite3 completion for version 3.42.0Shohei YOSHIDA1-0/+5
2023-08-22users/29175: Don't need to forget zle edits if noneNojus Gudinavičius1-0/+6
2023-08-2152059 (+52070): _scons: fix for options --jobs and --questionShohei YOSHIDA1-0/+5
2023-08-1629130, 21931 (Ray): document what typeset -t is for.Peter Stephenson1-0/+5
This replaces documenting what it isn't for.
2023-08-1452037: complete only external commands for env/watchJun-ichi Takimoto1-0/+7
also includes a few minor fixes for _date, _env and _watch
2023-08-0652013,52014,52015,52016,52017,52018: updates for coreutils option changesShohei YOSHIDA1-0/+20