summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-1852515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...Stephane Chazelas3-4/+34
2024-02-1752556: fix crash when changing type of unset referent via named referenceBart Schaefer2-2/+9
2024-02-1652546: incarg: avoid unneeded subshellMikael Magnusson2-2/+5
2024-02-1552523: fixes to preceding incarg patchmidchildan1-2/+3
2024-02-1552520: add new features and improvements to the "incarg" ZLE widgetmidchildan4-37/+630
2024-02-15github #112: Completion: todo.sh uses shorthelp and not showhelpPoncho2-1/+4
2024-02-1552535: documentation for highlight groups and layersOliver Kiddle6-1/+55
2024-02-1552533: add module to provide alternate readonly views of the content of .zle....Oliver Kiddle4-0/+252
2024-02-0952526: metafy terminfo capabilitiesMikael Magnusson2-2/+6
2024-02-04cf. users/29635: additional detail of parameter expansion in math context.Bart Schaefer2-0/+8
2024-02-0452521: mapfile (mis)handling of empty/unreadable filesBart Schaefer2-0/+7
2024-02-0452517: ensure that %H is followed by {Mikael Magnusson2-4/+8
2024-02-0452516: fix crash in %H when hlgroups is emptyMikael Magnusson2-1/+5
2024-02-03unposted: updates and fixed omissions for the printdefines utilityBart Schaefer2-23/+53
2024-02-03unposted: elaboration on Roman's "slurp" implementation from zsh-usersBart Schaefer2-0/+34
2024-02-03Typos in previous commit commentsBart Schaefer2-2/+2
2024-02-03unposted: Record as comments some notes about namespace usage exceptions.Bart Schaefer4-1/+10
2024-02-0352513: fixes and doc for using nofork substitutions with private parametersBart Schaefer5-34/+170
2024-01-2852510: document how ${ ... } et al. affect use of "private"; add index entriesBart Schaefer3-0/+9
2024-01-2852509: manage internals of stdio objects when performing redirections.Bart Schaefer3-1/+28
2024-01-2852500: add layer token to zle attributesOliver Kiddle4-46/+88
2024-01-2852499: support highlight groupsOliver Kiddle2-2/+52
2024-01-28unposted: remove unused variable to silence compiler warningOliver Kiddle2-2/+4
2024-01-2852442: mark hookdef.name as constJörg Sommer2-1/+3
2024-01-2852444: module: Mark name argument of some functions constJörg Sommer2-7/+11
2024-01-2852441: zle_vi: Mark variables with const init as constJörg Sommer2-1/+3
2024-01-2852440: zle.textobjects: Mark variables as constJörg Sommer2-3/+7
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't m...Oliver Kiddle3-1/+12
2024-01-26github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce2-1/+4
2024-01-26github #108: add perlbrew completionAurélien Olivier2-0/+320
2024-01-2552385: avoid "tr" in test output formattingBart Schaefer2-2/+7
2024-01-2452496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is setBart Schaefer3-4/+17
2024-01-2452492: prevent indexing error on recursive arithmetic in array subscriptBart Schaefer2-1/+9
2024-01-2452482: strip trailing newlines in emulation modes of ${ command; }Bart Schaefer2-0/+9
2024-01-2452476 + cf. 52479: more FAQs about nofork substitutionBart Schaefer2-0/+40
2024-01-2452477: fix "zcurses mouse delay ..." and one other typoBart Schaefer2-2/+4
2024-01-2452473: zstyle -q for testing existence of a zstyle settingBart Schaefer3-0/+41
2024-01-2452468: save and restore state of correct TTY when using read -s / -dBart Schaefer3-15/+34
2024-01-14Fix a typoWu Zhenyu2-1/+6
2024-01-0552465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer3-5/+16
2023-12-1652413: support Citrus version of iconv on macOS, DragonFly, NetBSDJun-ichi Takimoto2-1/+6
2023-12-1352383: Avoid incompatible pointer types in terminfo global variable checksFlorian Weimer2-6/+9
2023-12-1352394: alter form of /dev/fd test to work where /bin/sh is ksh such as on Sol...Oliver Kiddle2-1/+4
2023-12-1352393: fix tests on Solaris by omitting -a option to diff as it is not suppor...Oliver Kiddle2-1/+6
2023-12-1352392: use octal escape to match = without error messages from awkOliver Kiddle2-1/+4
2023-12-1352382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle3-2/+6
2023-12-09unposted: Fix longstanding typo in commentBart Schaefer1-1/+1
2023-12-0952366 + fix typo: rename find_targets as _ant_targets, replace one sed with s...Bart Schaefer2-5/+9
2023-12-0952365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer3-13/+27
2023-12-0552326, 52372: add -q option to kill for sigqueueOliver Kiddle5-3/+43