cdesktopenv/src/cmd/ksh93/sh
Martijn Dekker 8a0920ea0a Yet another round of accumulated tweaks and cleanups
Notable changes:

- sh/timers.c: Rename timerdel() to sh_timerdel() for consistency;
  we had timerdel() but sh_timeradd().

- include/shell.h: Remove unused sh struct members:
  - sh.lastpath (this was still being saved/restored in several
    places, but not actually used since 2008-06-02 ksh93t-)
  - sh.lastbase (unused since 2000-10-31 ksh93k)
  - sh.inpool (unused since libcoshell was removed in 3613da42)

- sh/xec.c: sh_exec(): Add comments for the various command types.
2022-07-04 00:29:05 +02:00
..
args.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
arith.c tweak: make better use of funptr() macro and sh.bltinfun pointer 2022-06-20 22:25:41 +01:00
array.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
defs.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
deparse.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
expand.c Another round of tweaks 2022-06-24 15:34:55 +01:00
fault.c Fix signal exit status of last command in subshell (re: b3050769) 2022-07-03 12:49:36 +02:00
fcin.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
init.c restore C90 compat: do not repeat a typedef (re: 3e0da770) 2022-07-03 18:56:47 +02:00
io.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
jobs.c Fix signal exit status of last command in subshell (re: b3050769) 2022-07-03 12:49:36 +02:00
lex.c Another round of tweaks 2022-06-24 15:34:55 +01:00
macro.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
main.c cleanup: remove redundant sh.st.execbrk flag 2022-07-03 12:53:15 +02:00
name.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
nvdisc.c restore C90 compat: do not repeat a typedef (re: 3e0da770) 2022-07-03 18:56:47 +02:00
nvtree.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
nvtype.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
parse.c Another round of tweaks 2022-06-24 15:34:55 +01:00
path.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
pmain.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
shcomp.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
streval.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
string.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
subshell.c Fix signal exit status of last command in subshell (re: b3050769) 2022-07-03 12:49:36 +02:00
suid_exec.c Another round of accumulated minor fixes and cleanups 2022-03-11 21:20:32 +01:00
tdump.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
timers.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
trestore.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
waitevent.c Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00
xec.c Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00