index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
builtin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-10
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
1
-1
/
+3
2022-12-17
51214: handle read -d and a delimiter that can't be decoded into a character
Oliver Kiddle
1
-2
/
+5
2022-12-17
51207: fix for read -d when the delimiter is a byte >= 0x80
Jun-ichi Takimoto
1
-3
/
+4
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-10
/
+10
2022-06-09
50359: fix bad sticky-emulation in "functions -c"
Matthew Martin
1
-1
/
+1
2022-06-09
50351: "functions -c" can set signal traps
Bart Schaefer
1
-1
/
+16
2022-04-30
50149: Remove all remaining =(...) files at shell exit
Bart Schaefer
1
-0
/
+1
2022-04-14
50068: 'exit' in trap causes calling function to return
Bart Schaefer
1
-0
/
+2
2021-11-02
49534, 49539: separate watch/log functionality out into a module
Oliver Kiddle
1
-1
/
+0
2021-09-08
unposted: add/remove UNUSED() for some function parameters
Jun-ichi Takimoto
1
-1
/
+1
2021-06-13
49069: literal interpretation of subscripts for unset of array/hash elements
Bart Schaefer
1
-4
/
+2
2021-05-16
48857: declare "volatile" all globals that may be modified by signal handlers
Bart Schaefer
1
-9
/
+7
2021-05-15
users/26742: break out of surrounding shell loops when exit is called from an...
Peter Stephenson
1
-1
/
+4
2021-05-03
48614: getopts: Calculate OPTIND according to POSIX_BUILTINS
dana
1
-0
/
+10
2021-04-18
47704: POSIX export and readonly ignore "-p" when parameter names also appear
Bart Schaefer
1
-2
/
+6
2021-04-18
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
1
-3
/
+11
2021-02-18
users/26509: fix for r -L
Peter Stephenson
1
-2
/
+3
2021-02-17
48073: Add fc -s as POSIX way of rerunning command without starting editor
Martijn Dekker
1
-2
/
+2
2021-02-04
47895: Remove trailing spaces from "print -ac" output lines.
Bart Schaefer
1
-1
/
+1
2020-10-25
47301: Fix print -v metafication
Jun-ichi Takimoto
1
-1
/
+1
2020-07-03
46168: Update $PWD and call chpwd hook after normalizing path
Matthew Martin
1
-18
/
+17
2020-06-05
typeset: Fix leaving corrupted entries in paramtab
Mikael Magnusson
1
-3
/
+9
2020-05-03
45729: internal: Add a second parameter to zlinklist2array(), analogously to ...
Daniel Shahaf
1
-5
/
+5
2020-04-09
45660: Fix crash setting vi or emacs mode on command line.
Peter Stephenson
1
-1
/
+1
2020-02-24
45487: Missing mod_export declarations for AIX
Peter Stephenson
1
-1
/
+1
2020-01-15
45302: bin_umask(): Queue signals around umask().
Daniel Shahaf
1
-1
/
+4
2019-12-18
45066: internal: Document forklevel, locallevel, and exit_pending.
Daniel Shahaf
1
-1
/
+5
2019-12-17
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
1
-11
/
+13
2019-12-17
unposted: Update comment to reflect variable rename in 41012 (= zsh-5.3.1-182...
Daniel Shahaf
1
-1
/
+1
2019-12-12
45009: POSIX_CD needs to suppress some forms of option.
Peter Stephenson
1
-1
/
+1
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-2
/
+2
2019-10-10
unposted: functions -c: Fix typo
Daniel Shahaf
1
-1
/
+1
2019-08-03
Copy functions using functions -c old new.
Peter Stephenson
1
-2
/
+41
2019-07-08
44502: Quote function name for "autoload -X"
Bart Schaefer
1
-1
/
+1
2019-07-01
44469: correct error on missing option argument
Martijn Dekker
1
-5
/
+12
2019-06-23
44443: POSIX allows exporting readonly variables
Martijn Dekker
1
-1
/
+1
2019-05-14
44284: combination of -T and -p to typeset crashed the shell.
Oliver Kiddle
1
-4
/
+2
2019-05-14
44291: printf with argument specifier out of range for an int crashed the shell
Oliver Kiddle
1
-2
/
+1
2019-04-12
44198: Add cd_silent option to suppress all cd output
dana
1
-2
/
+2
2018-10-10
43669: ensure explicit exit status is used over implicit
Peter Stephenson
1
-2
/
+2
2018-10-09
43660: extend 43653 when final exit is implicit.
Peter Stephenson
1
-2
/
+38
2018-10-09
43656: special tied arrays don't have tieddata
Peter Stephenson
1
-1
/
+1
2018-10-09
43653: explicit exit from EXIT trap overrides exit status
Peter Stephenson
1
-4
/
+10
2018-10-08
43616: Various parameter setting and display fixes.
Peter Stephenson
1
-43
/
+112
2018-09-10
GitHub #28: Add missing math.h include for builtins
Jörg Thalheim
1
-0
/
+2
2018-06-20
43077: Fix shift builtin status.
Peter Stephenson
1
-1
/
+6
2018-05-17
42785: Allow redefining math function to work silently.
Peter Stephenson
1
-9
/
+4
2018-05-13
42488: test cases for 42369 and address some issues in the code
Oliver Kiddle
1
-2
/
+8
2018-04-07
42601: tidy up code for set -A/+A to not increment a NULL pointer and to be m...
Oliver Kiddle
1
-6
/
+4
2018-01-31
42332: Special case unsigned printf formats.
Peter Stephenson
1
-1
/
+4
[next]