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
Johnothan King 5bd18322e0 Remove unnecessary sh.defpathlist variable (re: e3a1dda9) (#461)
src/cmd/ksh93/{sh/path.c,include/shell.h}:
- The sh.defpathlist variable is never set once, which makes every
  use of this variable unnecessary (as it's always null). This
  commit removes sh.defpathlist while also fixing a possible memory
  leak (there was another location where defpathinit() was invoked
  without saving the returned pointer, causing a memory leak).
2022-02-17 19:40:53 +00:00
..
args.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
arith.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
array.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +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 Do not disable completion along with pathname expansion 2022-02-17 19:38:15 +00:00
fault.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
fcin.c INIT: remove proto, ratz (re: 46593a89, 6137b99a); major cleanup 2021-12-24 07:05:22 +00:00
init.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
io.c do not save file desc state for subshares (re: 6304dfce, fb755163) 2022-02-17 19:36:50 +00:00
jobs.c trap: fix use after free (#446) 2022-02-05 13:53:11 +00:00
lex.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
macro.c Do not disable completion along with pathname expansion 2022-02-17 19:38:15 +00:00
main.c Export all variables assigned to while allexport is on (#431) 2022-02-05 13:52:28 +00:00
name.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
nvdisc.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
nvtree.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
nvtype.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
parse.c Fix the output of typeset -p for two dimensional indexed arrays (#454) 2022-02-10 21:01:40 +00:00
path.c Remove unnecessary sh.defpathlist variable (re: e3a1dda9) (#461) 2022-02-17 19:40:53 +00:00
pmain.c INIT: remove proto, ratz (re: 46593a89, 6137b99a); major cleanup 2021-12-24 07:05:22 +00:00
shcomp.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
streval.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
string.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
subshell.c do not save file desc state for subshares (re: 6304dfce, fb755163) 2022-02-17 19:36:50 +00:00
suid_exec.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
tdump.c Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
timers.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
trestore.c Fix the output of typeset -p for two dimensional indexed arrays (#454) 2022-02-10 21:01:40 +00:00
waitevent.c Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
xec.c Fix corner-case >&- redirection leak out of subshell 2022-02-17 19:35:47 +00:00