summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-0353399: don't load ZLE early to set keymapOliver Kiddle1-1/+1
2025-02-1553363: permit "typeset -n +m pattern"Bart Schaefer1-4/+3
2025-02-1253348: Revise handling of incompatible typeset options when used with -nBart Schaefer1-3/+12
2025-01-3053332, 53334: Avoid strlen calls after sprintfOliver Kiddle1-2/+1
2024-06-1352951: make sure to close memstream for 'print -v'Jun-ichi Takimoto1-3/+2
2024-03-1252742: fix bad interactions of "typeset -p" with GLOBAL_EXPORTBart Schaefer1-8/+27
2024-03-0552692: local typeset of the name of a named reference hides the referenceBart Schaefer1-7/+8
2024-03-04unposted (cf. 52615): use META_NOALLOC for 52591Bart Schaefer1-5/+5
2024-03-0452659: Fix crash on unset-through-nameref, add regression testBart Schaefer1-2/+4
2024-03-0452650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer1-1/+1
2024-03-0152645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer1-0/+6
2024-02-2852594: support for POSIX real-time signals with kill and trapOliver Kiddle1-15/+15
2024-02-2452591: printf builtin must pass metafied strings to math evaluationStephane Chazelas1-4/+6
2024-02-1752556: fix crash when changing type of unset referent via named referenceBart Schaefer1-2/+4
2024-01-2452468: save and restore state of correct TTY when using read -s / -dBart Schaefer1-15/+15
2023-10-2652244: Fix a batch of minor defects reported by Coverity.Bart Schaefer1-1/+3
2023-07-2651945: assorted documentation improvements, bug fixes, and new testBart Schaefer1-9/+32
2023-07-2651969: read -d and -s should not reset terminal state when stdin is redirectedBart Schaefer1-3/+3
2023-07-0951890: fix "whence -wa" for multiple argumentsBart Schaefer1-0/+1
2023-03-2258586: print "%s" with invalid multibyte characterPeter Stephenson1-13/+14
2023-03-1451573: additional "typset -p -m" fix for namespacesBart Schaefer1-3/+5
2023-03-0651510: Skip namespaces in "set"/"typeset" output, add tests, fix bugBart Schaefer1-4/+10
2023-02-2051431: "typeset -p" shouldn't change parameter flagsBart Schaefer1-13/+33
2023-02-1351430: Misc. problems with typeset and $parametersBart Schaefer1-6/+10
2023-02-1251402: Some ksh/bash features, additional sanity checkingBart Schaefer1-12/+37
2023-02-1251360: Initial implementation of named references.Bart Schaefer1-4/+52
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle1-1/+3
2022-12-1751214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle1-2/+5
2022-12-1751207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto1-3/+4
2022-12-1651212: remove STOUC() macroOliver Kiddle1-10/+10
2022-06-0950359: fix bad sticky-emulation in "functions -c"Matthew Martin1-1/+1
2022-06-0950351: "functions -c" can set signal trapsBart Schaefer1-1/+16
2022-04-3050149: Remove all remaining =(...) files at shell exitBart Schaefer1-0/+1
2022-04-1450068: 'exit' in trap causes calling function to returnBart Schaefer1-0/+2
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle1-1/+0
2021-09-08unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto1-1/+1
2021-06-1349069: literal interpretation of subscripts for unset of array/hash elementsBart Schaefer1-4/+2
2021-05-1648857: declare "volatile" all globals that may be modified by signal handlersBart Schaefer1-9/+7
2021-05-15users/26742: break out of surrounding shell loops when exit is called from an...Peter Stephenson1-1/+4
2021-05-0348614: getopts: Calculate OPTIND according to POSIX_BUILTINSdana1-0/+10
2021-04-1847704: POSIX export and readonly ignore "-p" when parameter names also appearBart Schaefer1-2/+6
2021-04-1848560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer1-3/+11
2021-02-18users/26509: fix for r -LPeter Stephenson1-2/+3
2021-02-1748073: Add fc -s as POSIX way of rerunning command without starting editorMartijn Dekker1-2/+2
2021-02-0447895: Remove trailing spaces from "print -ac" output lines.Bart Schaefer1-1/+1
2020-10-2547301: Fix print -v metaficationJun-ichi Takimoto1-1/+1
2020-07-0346168: Update $PWD and call chpwd hook after normalizing pathMatthew Martin1-18/+17
2020-06-05typeset: Fix leaving corrupted entries in paramtabMikael Magnusson1-3/+9
2020-05-0345729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf1-5/+5
2020-04-0945660: Fix crash setting vi or emacs mode on command line.Peter Stephenson1-1/+1