summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Expand)AuthorFilesLines
2025-04-1953483: zparseopts -G: accept only '--' as parsing terminatordana1-3/+3
2025-04-1953482: zparseopts -G: always add options with optional args to array with =dana1-3/+3
2025-01-3053337: allow nameref -pOliver Kiddle1-1/+1
2025-01-3053332, 53334: Avoid strlen calls after sprintfOliver Kiddle1-2/+1
2025-01-2753329: adapt .zle.sgr for CSI sequences that use : instead of ;Oliver Kiddle1-3/+8
2024-12-2653260: zparseopts: add options -v (argv) and -G (GNU-style parsing)dana1-20/+96
2024-12-2653257: use monotonic clock where appropriatedana2-12/+11
2024-08-3153060: silence build warningsClinton Bunch1-0/+4
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...Clinton Bunch3-0/+542
2024-05-13Ooops, missed the actualy patch from the foregoing...Peter Stephenson1-0/+1
2024-03-2152780: unneccessary returns in hlgroupPeter Stephenson1-2/+2
2024-03-2052783: allow for unset hash elementOliver Kiddle1-1/+2
2024-03-1852750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle4-7/+7
2024-03-12unposted: "typeset -p" has problems with special parameters having NULL valuesBart Schaefer1-7/+8
2024-03-1352724: fix .zle.sgr for empty sequencesOliver Kiddle1-0/+4
2024-03-0952725: updated named reference semanticsBart Schaefer1-12/+32
2024-03-0952721: fix metafication and regexp/subject confusion in pcre_match error messageStephane Chazelas1-1/+1
2024-03-0452650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer1-1/+1
2024-03-0552646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle1-1/+8
2024-02-2852594: support for POSIX real-time signals with kill and trapOliver Kiddle1-1/+1
2024-02-2052559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer1-1/+1
2024-02-1552533: add module to provide alternate readonly views of the content of .zle....Oliver Kiddle2-0/+218
2024-02-0952526: metafy terminfo capabilitiesMikael Magnusson1-2/+2
2024-02-0352513: fixes and doc for using nofork substitutions with private parametersBart Schaefer1-21/+32
2024-01-28unposted: remove unused variable to silence compiler warningOliver Kiddle1-2/+1
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't m...Oliver Kiddle1-1/+4
2024-01-2452477: fix "zcurses mouse delay ..." and one other typoBart Schaefer1-2/+2
2024-01-2452473: zstyle -q for testing existence of a zstyle settingBart Schaefer1-0/+32
2023-12-1352382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle1-1/+1
2023-11-0852271: use correct form for unused parameterOliver Kiddle1-1/+1
2023-11-0252253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle1-2/+32
2023-11-0152252: Coverity defect 1547827Oliver Kiddle1-1/+2
2023-10-2652244: Fix a batch of minor defects reported by Coverity.Bart Schaefer1-3/+3
2023-10-1152216: metafy usernames to allow for them to be UTF-8 encodedOliver Kiddle1-8/+18
2023-09-1652153: mapfile without HAVE_MMAP should not trim newlinesBart Schaefer1-6/+4
2023-09-0552115: permit repeated "private" declarations as long as types aren't changedBart Schaefer1-3/+46
2023-09-03users/29220: fix bug with assignment to private following explicit unsetBart Schaefer1-11/+18
2023-06-2651889: fix module loading problem with full RELROJun-ichi Takimoto1-1/+1
2023-06-2051877: do not build pcre module if pcre2-config is not foundJun-ichi Takimoto1-1/+1
2023-05-1351722: Safety for extracting elements of $historywordsPeter Stephenson1-2/+9
2023-05-1351738: support pcre's alternative DFA matching algorithmOliver Kiddle1-17/+36
2023-05-1351728: assign pcre named capture groups to a hashOliver Kiddle1-10/+33
2023-05-1351723: migrate pcre module to pcre2Oliver Kiddle1-136/+87
2023-03-1151557: Clarify availability of ksh-mode parameters, improve vi-mode detection.Bart Schaefer1-2/+3
2023-03-0651524: dependency on zsh/zle for linkageBart Schaefer1-0/+2
2023-03-0551485: module for several ksh93 features, mostly enabled only in ksh emulation.Bart Schaefer2-0/+273
2023-03-05unposted: fix memory leak flagged by coverityBart Schaefer1-0/+1
2023-02-1351430: Misc. problems with typeset and $parametersBart Schaefer1-1/+1
2023-02-1251374: Expose named references in $parameters, fix substitution error.Bart Schaefer1-3/+8
2023-02-1251360: Initial implementation of named references.Bart Schaefer2-3/+18