about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 50149: Remove all remaining =(...) files at shell exitBart Schaefer2022-04-301-0/+1
* 50068: 'exit' in trap causes calling function to returnBart Schaefer2022-04-141-0/+2
* 49534, 49539: separate watch/log functionality out into a moduleOliver Kiddle2021-11-021-1/+0
* unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto2021-09-081-1/+1
* 49069: literal interpretation of subscripts for unset of array/hash elementsBart Schaefer2021-06-131-4/+2
* 48857: declare "volatile" all globals that may be modified by signal handlersBart Schaefer2021-05-161-9/+7
* users/26742: break out of surrounding shell loops when exit is called from an...Peter Stephenson2021-05-151-1/+4
* 48614: getopts: Calculate OPTIND according to POSIX_BUILTINSdana2021-05-031-0/+10
* 47704: POSIX export and readonly ignore "-p" when parameter names also appearBart Schaefer2021-04-181-2/+6
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-3/+11
* users/26509: fix for r -LPeter Stephenson2021-02-181-2/+3
* 48073: Add fc -s as POSIX way of rerunning command without starting editorMartijn Dekker2021-02-171-2/+2
* 47895: Remove trailing spaces from "print -ac" output lines.Bart Schaefer2021-02-041-1/+1
* 47301: Fix print -v metaficationJun-ichi Takimoto2020-10-251-1/+1
* 46168: Update $PWD and call chpwd hook after normalizing pathMatthew Martin2020-07-031-18/+17
* typeset: Fix leaving corrupted entries in paramtabMikael Magnusson2020-06-051-3/+9
* 45729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf2020-05-031-5/+5
* 45660: Fix crash setting vi or emacs mode on command line.Peter Stephenson2020-04-091-1/+1
* 45487: Missing mod_export declarations for AIXPeter Stephenson2020-02-241-1/+1
* 45302: bin_umask(): Queue signals around umask().Daniel Shahaf2020-01-151-1/+4
* 45066: internal: Document forklevel, locallevel, and exit_pending.Daniel Shahaf2019-12-181-1/+5
* 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf2019-12-171-11/+13
* unposted: Update comment to reflect variable rename in 41012 (= zsh-5.3.1-182...Daniel Shahaf2019-12-171-1/+1
* 45009: POSIX_CD needs to suppress some forms of option.Peter Stephenson2019-12-121-1/+1
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-2/+2
* unposted: functions -c: Fix typoDaniel Shahaf2019-10-101-1/+1
* Copy functions using functions -c old new.Peter Stephenson2019-08-031-2/+41
* 44502: Quote function name for "autoload -X"Bart Schaefer2019-07-081-1/+1
* 44469: correct error on missing option argumentMartijn Dekker2019-07-011-5/+12
* 44443: POSIX allows exporting readonly variablesMartijn Dekker2019-06-231-1/+1
* 44284: combination of -T and -p to typeset crashed the shell.Oliver Kiddle2019-05-141-4/+2
* 44291: printf with argument specifier out of range for an int crashed the shellOliver Kiddle2019-05-141-2/+1
* 44198: Add cd_silent option to suppress all cd outputdana2019-04-121-2/+2
* 43669: ensure explicit exit status is used over implicitPeter Stephenson2018-10-101-2/+2
* 43660: extend 43653 when final exit is implicit.Peter Stephenson2018-10-091-2/+38
* 43656: special tied arrays don't have tieddataPeter Stephenson2018-10-091-1/+1
* 43653: explicit exit from EXIT trap overrides exit statusPeter Stephenson2018-10-091-4/+10
* 43616: Various parameter setting and display fixes.Peter Stephenson2018-10-081-43/+112
* GitHub #28: Add missing math.h include for builtinsJörg Thalheim2018-09-101-0/+2
* 43077: Fix shift builtin status.Peter Stephenson2018-06-201-1/+6
* 42785: Allow redefining math function to work silently.Peter Stephenson2018-05-171-9/+4
* 42488: test cases for 42369 and address some issues in the codeOliver Kiddle2018-05-131-2/+8
* 42601: tidy up code for set -A/+A to not increment a NULL pointer and to be m...Oliver Kiddle2018-04-071-6/+4
* 42332: Special case unsigned printf formats.Peter Stephenson2018-01-311-1/+4
* 42156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson2017-12-221-1/+2
* 42063: getopts errors now report "+" in front of option where appropriatedana2017-12-011-2/+3
* 41866: No error unsetting nonexistent function for POSIXBUILTINSMartijn Dekker2017-11-021-1/+5
* Add typeset -p1, like typeset -p with newlinesPeter Stephenson2017-10-011-7/+20
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-131-22/+48
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-111-1/+1