mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Notable changes:
src/cmd/ksh93/bltins/trap.c: b_trap():
- Disable the unadvertised 'trap + SIG' feature in POSIX mode; it's
not compatible as '+' is a legitimate command name.
src/cmd/ksh93/data/builtins.c:
- Give "pwd", "alarm" and "times" the BLT_ENV flag for better
performance. There is no need for those to be stoppable.
src/cmd/ksh93/sh/xec.c:
- sh_eval(): Remove a "temporary tksh hack" and associated
sh.fn_reset flag.
- sh_exec():
- Remove now-used 'unpipe' flag and one remaining dead check for
it (re:
|
||
|---|---|---|
| .. | ||
| features | ||
| Mamfile | ||
| RELEASE | ||
| sum-ast4.c | ||
| sum-att.c | ||
| sum-bsd.c | ||
| sum-crc.c | ||
| sum-lmd.c | ||
| sum-md5.c | ||
| sum-prng.c | ||
| sum-sha1.c | ||
| sum-sha2.c | ||
| sum.h | ||
| sumlib.c | ||