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 304648d0c5 Another round of accumulated tweaks and cleanups
Notable changes:

src/cmd/ksh93/*.c:
- Get rid of all the dtuserdata(FOO,&sh,1) calls backported in
  cc492752. These set pointers to sh in Cdt objects. As of
  b590a9f1, the code does not use any pointers to sh, so these are
  superfluous.

src/cmd/ksh93/data/builtins.c,
src/cmd/ksh93/sh.1:
- As of ksh 93l 2001-06-01, the -h/trackall option has no effect at
  all, so trim its documentation.

src/lib/libast/man/stk.3,
src/lib/libast/man/stak.3:
- Correct the documentation on what the ST(A)K_SMALL option bit
  actually does based on a reading of the code.
- Document the STK_NULL option bit.

README.md,
src/cmd/ksh93/README:
- Add a note that -fdiagnostics-color=always will break the build.
  Ref.: https://github.com/ksh93/ksh/issues/379

src/lib/libast/Mamfile:
- Remove a 'rm -f astmath' command -- a file that is never created.
  But on Cygwin this removes astmath.exe, which *is* used. As a
  result, executing it failed on Cygwin, so the system incorrectly
  detected that Cygwin needs -lm for math functions.
2022-01-28 21:12:31 +00:00
..
args.c Various minor cleanups and fixes 2022-01-20 00:54:42 +00:00
arith.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
array.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
defs.c [shp cleanup 00] Reunify the original sh state struct 2022-01-01 02:28:06 +00:00
deparse.c INIT: remove proto, ratz (re: 46593a89, 6137b99a); major cleanup 2021-12-24 07:05:22 +00:00
expand.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
fault.c Some more accumulated minor tweaks and cleanups 2022-01-25 16:13:15 +00:00
fcin.c INIT: remove proto, ratz (re: 46593a89, 6137b99a); major cleanup 2021-12-24 07:05:22 +00:00
init.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
io.c Document history expansion and fix a few loose ends 2022-01-25 03:45:47 +00:00
jobs.c Fix various typos, man page issues and improve the documentation (#415) 2022-01-07 16:17:55 +00:00
lex.c Some more accumulated minor tweaks and cleanups 2022-01-25 16:13:15 +00:00
macro.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
main.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
name.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
nvdisc.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
nvtree.c Some more accumulated minor tweaks and cleanups 2022-01-25 16:13:15 +00:00
nvtype.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
parse.c Some more accumulated minor tweaks and cleanups 2022-01-25 16:13:15 +00:00
path.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
pmain.c INIT: remove proto, ratz (re: 46593a89, 6137b99a); major cleanup 2021-12-24 07:05:22 +00:00
shcomp.c edit: do not enable multiline mode with no editor active 2022-01-12 20:39:05 +00:00
streval.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
string.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
subshell.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00
suid_exec.c Fix various typos, man page issues and improve the documentation (#415) 2022-01-07 16:17:55 +00:00
tdump.c INIT: remove proto, ratz (re: 46593a89, 6137b99a); major cleanup 2021-12-24 07:05:22 +00:00
timers.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
trestore.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
waitevent.c [shp cleanup 01..20] all the rest (re: 2d3ec8b6) 2022-01-07 16:16:31 +00:00
xec.c Another round of accumulated tweaks and cleanups 2022-01-28 21:12:31 +00:00