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 c0334e32a1 [1.0 release prep] Remove tilde expansion discipline
Defining a .sh.tilde.get or .sh.tilde.set discipline function to
extend tilde expansion works well as long as the discipline
function doesn't get interrupted (e.g. with Crtl+C) or produce an
error message. Either of those will cause the shell to become
unstable and crash.

This feature is now removed from the 1.0 branch as it is not ready
for prime time. It can return to a release branch if/when we manage
to fix it on the master branch.

Related: https://github.com/ksh93/ksh/issues/346
2021-11-24 07:46:58 +01:00
..
args.c arithmetic: Fix the octal leading zero mess (#337) 2021-11-17 04:28:08 +01:00
arith.c arith: implement range checking for enum types 2021-11-23 22:10:40 +01:00
array.c nv_associative(): finally use proper check for enum (re: b98e32fc) 2021-11-24 02:06:08 +01:00
defs.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
deparse.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
expand.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
fault.c test/[: Improve error status > 1 (re: 7003aba4, cd2cf236, ef1f53b5) 2021-11-22 15:37:04 +01:00
fcin.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
init.c Fix a few issues with $RANDOM seeding in subshells (#339) 2021-11-19 08:18:44 +01:00
io.c Fix backtick comsubs by making them act like $(modern) ones 2021-08-13 09:14:11 +02:00
jobs.c Comments: document job control flags (re: 41ebb55a) 2021-11-05 03:21:44 +00:00
lex.c test/[: binary operators: fix '<' and add '=~'; some more cleanups 2021-11-14 02:46:34 +01:00
macro.c [1.0 release prep] Remove tilde expansion discipline 2021-11-24 07:46:58 +01:00
main.c Fix bug on closed stdout; improve BUG_PUTIOERR fix (re: 93e15a30) 2021-11-07 15:44:06 +00:00
name.c arithmetic: Fix the octal leading zero mess (#337) 2021-11-17 04:28:08 +01:00
nvdisc.c arithmetic: Fix the octal leading zero mess (#337) 2021-11-17 04:28:08 +01:00
nvtree.c Fix more bugs that occur when enabling ASan (#293) 2021-05-02 04:06:30 +01:00
nvtype.c typeset -T shouldn't list types created with enum (#340) 2021-11-20 09:48:48 +01:00
parse.c Fix enum type definition pre-parsing for shcomp and dot/source 2021-11-21 17:43:55 +01:00
path.c Fix two more 'command' bugs 2021-05-05 02:43:18 +01:00
pmain.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
shcomp.c shcomp: refuse to write binary data to terminal 2021-11-16 23:34:52 +01:00
streval.c test/[: Improve error status > 1 (re: 7003aba4, cd2cf236, ef1f53b5) 2021-11-22 15:37:04 +01:00
string.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
subshell.c Fix a few issues with $RANDOM seeding in subshells (#339) 2021-11-19 08:18:44 +01:00
suid_exec.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
tdump.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
timers.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
trestore.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
waitevent.c Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
xec.c [1.0 release prep] Block namespace defs in ksh functions 2021-11-24 07:31:22 +01:00