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 21d591dbd8 parse.c: rm overlooked SHOPT_BASH stuff (re: 921bbcae)
That bit of code supported bash's redundant 'function foo()'
function declaration syntax (with both the 'function' keyword
and the '()') which is a syntax error on ksh, as it should be.
2021-03-23 20:03:18 +00:00
..
args.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +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 various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
defs.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
deparse.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
expand.c Add --globcasedetect shell option for globbing and completion 2021-03-22 18:45:19 +00:00
fault.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
fcin.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
init.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
io.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
jobs.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
lex.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
macro.c Allow proper tilde expansion overrides (#225) 2021-03-17 21:07:14 +00:00
main.c cleanup: remove legacy code for systems without fork(2) 2021-03-21 06:39:32 +00:00
name.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
nvdisc.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
nvtree.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
nvtype.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
parse.c parse.c: rm overlooked SHOPT_BASH stuff (re: 921bbcae) 2021-03-23 20:03:18 +00:00
path.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +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 various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
subshell.c Fix set/unset state for short integer (typeset -si) (#211) 2021-03-08 04:19:36 +00:00
suid_exec.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00
tdump.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
timers.c Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +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 Fix various minor problems and update the documentation (#237) 2021-03-21 14:39:03 +00:00