NetBSD/bin/csh
dholland 00826baa83 Use the right size for several calloc calls.
When allocating for a Char **, it should use sizeof(Char *), not
sizeof(Char **). This doesn't actually affect the results except
on DS9000 though :-)

(part 2, the instance in this file was as far as I can tell
inexplicably missed by CVS on the first go...)
2020-08-09 00:53:38 +00:00
..
USD.doc Reorg docs, part 1: 2014-07-05 19:22:41 +00:00
Makefile use SUBDIR.roff suggested by uwe@ 2018-06-10 17:55:11 +00:00
alloc.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
char.c
char.h
const.c
csh.1 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
csh.c Use the right size for several calloc calls. 2020-08-09 00:53:38 +00:00
csh.h Don't depend on common declarations. 2020-04-03 18:11:29 +00:00
dir.c Use the right size for several calloc calls. 2020-08-09 00:34:21 +00:00
dir.h Don't depend on common declarations. 2020-04-03 18:11:29 +00:00
dol.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
err.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
exec.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
exp.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
extern.h Add '-t' option for tcsh-style time output. 2020-04-23 07:54:53 +00:00
file.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
func.c Don't cast the value returned from *malloc. No change to compiler output. 2020-08-09 00:22:53 +00:00
glob.c put back x in xrealloc 2019-01-05 16:56:25 +00:00
hist.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
init.c
lex.c Use the right size for several calloc calls. 2020-08-09 00:34:21 +00:00
misc.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
parse.c Use the right size for several calloc calls. 2020-08-09 00:34:21 +00:00
pathnames.h
proc.c Don't cast the value returned from *malloc. No change to compiler output. 2020-08-09 00:22:53 +00:00
proc.h Don't depend on common declarations. 2020-04-03 18:11:29 +00:00
sem.c bin/csh: Fix the -Wclobber warning. 2020-02-05 20:06:17 +00:00
set.c Add file completion. 2020-01-12 18:42:41 +00:00
str.c Welcome to the 21th century csh: retire "ptr_t" now that we have "void *" 2019-01-05 16:54:00 +00:00
time.c Add '-t' option for tcsh-style time output. 2020-04-23 07:54:53 +00:00