1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/cmd/ksh93/sh
Martijn Dekker 0b814b53bd Remove more legacy libast code (re: f9c127e3, 651bbd56)
This removes #ifdefs checking for the existence of
SH_PLUGIN_VERSION (version check for dynamically loaded builtins)
and the SFIO identifiers SF_BUFCONST, SF_CLOSING, SF_APPENDWR,
SF_ATEXIT, all of which are defined by the bundled libast.
2021-03-21 06:39:32 +00:00
..
args.c Re-enable SHOPT_DEVFD, fixing process substitution fd leaks (#218) 2021-03-13 13:46:42 +00:00
arith.c Fix arbitrary command execution vuln in array subscripts in arith 2021-03-04 13:37:13 +00:00
array.c Fix arbitrary command execution vuln in array subscripts in arith 2021-03-04 13:37:13 +00:00
defs.c test/[: use a shell state bit (re: 7003aba4) 2020-08-30 05:33:59 +01:00
deparse.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
expand.c Fix many compiler warnings and remove unused variables (#191) 2021-02-22 22:16:32 +00:00
fault.c sh_done(): fix portable exit status logic (re: d024d4c8) 2021-03-17 09:33:23 +00:00
fcin.c Fix parsing of multibyte characters 2020-06-12 01:45:17 +02:00
init.c Fix set/unset state for short integer (typeset -si) (#211) 2021-03-08 04:19:36 +00:00
io.c Remove more legacy libast code (re: f9c127e3, 651bbd56) 2021-03-21 06:39:32 +00:00
jobs.c Revert "Backport atomic job locking from ksh 93v- beta" (52067c3d) 2021-03-17 14:35:15 +00:00
lex.c Remove more legacy libast code (re: f9c127e3, 651bbd56) 2021-03-21 06:39:32 +00:00
macro.c Allow proper tilde expansion overrides (#225) 2021-03-17 21:07:14 +00:00
main.c Add more out of memory checks (re: 18529b88) (#192) 2021-02-27 21:21:58 +00:00
name.c Remove more legacy libast code (re: f9c127e3, 651bbd56) 2021-03-21 06:39:32 +00:00
nvdisc.c Save $? when discipline triggered without command (#226) 2021-03-16 16:13:13 +00:00
nvtree.c Add more out of memory checks (re: 18529b88) (#192) 2021-02-27 21:21:58 +00:00
nvtype.c Add more out of memory checks (re: 18529b88) (#192) 2021-02-27 21:21:58 +00:00
parse.c Remove more legacy libast code (re: f9c127e3, 651bbd56) 2021-03-21 06:39:32 +00:00
path.c Remove more legacy libast code (re: f9c127e3, 651bbd56) 2021-03-21 06:39:32 +00:00
pmain.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
shcomp.c resolve/remove USAGE_LICENSE macros; remove repetitive (c) strings 2021-01-31 11:00:49 +00:00
streval.c silence macro redefinition warnings (re: 7003aba4) 2020-06-16 04:51:21 +02:00
string.c Fix garbled output from Ctrl+Alt+V (#135) 2020-09-25 03:37:22 +01:00
subshell.c Fix set/unset state for short integer (typeset -si) (#211) 2021-03-08 04:19:36 +00:00
suid_exec.c Add lots of checks for out of memory (re: 0ce0b671) 2021-02-21 22:27:28 +00:00
tdump.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
timers.c Add more out of memory checks (re: 18529b88) (#192) 2021-02-27 21:21:58 +00:00
trestore.c '#if 0' cleanup 2020-08-30 04:51:20 +01:00
waitevent.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
xec.c Re-enable SHOPT_DEVFD, fixing process substitution fd leaks (#218) 2021-03-13 13:46:42 +00:00