cdesktopenv/cde/programs
Frederic Koehler 7d2fee2769 dtcreate: Fix some memory management issues
ProcessExecString thought it was returning an array of size 3; however
in C arrays are second-class and there is no direct way to return an
array like this; GCC warning triggered because it was actually
just returning a pointer to local storage. Fixed using malloc.

Also fix some obviously wrong usages of sizeof, although they were
relatively harmless. A little other warning quieting using 0 instead of
NULL.
2012-08-17 19:03:01 -06:00
..
backdrops Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dsdm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtaction FreeBSD updates for dtspcd, dtfile and others 2012-08-15 12:41:31 -06:00
dtappbuilder FreeBSD does not need extern char *sys_errlist[] 2012-08-15 15:58:46 -06:00
dtappintegrate Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcalc Get rid of malloc.h. 2012-08-12 14:20:58 -06:00
dtcm FreeBSD does not need extern char *sys_errlist[] 2012-08-15 15:58:46 -06:00
dtconfig Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcreate dtcreate: Fix some memory management issues 2012-08-17 19:03:01 -06:00
dtdbcache Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtdocbook dtdocbook: on some systems SIGLOST = SIGPWR and they should not be in the same case statement. 2012-08-16 16:19:40 -06:00
dtdspmsg Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtexec Use SIGCHLD rather than SIGCLD. 2012-08-09 12:24:56 -06:00
dtfile FreeBSD updates for dtspcd, dtfile and others 2012-08-15 12:41:31 -06:00
dthello Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dthelp FreeBSD port: dtsearch, dtterm, dtwidget, dthelp 2012-08-13 19:53:10 -06:00
dticon Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtimsstart FreeBSD does not need extern char *sys_errlist[] 2012-08-15 15:58:46 -06:00
dtinfo Get rid of malloc.h. 2012-08-12 14:20:58 -06:00
dtksh Use $(KORNSHELL) for dtksh as well 2012-08-14 20:37:07 -06:00
dtlogin FreeBSD port: dtsearch, dtterm, dtwidget, dthelp 2012-08-13 19:53:10 -06:00
dtmail FreeBSD port: dtsearch, dtterm, dtwidget, dthelp 2012-08-13 19:53:10 -06:00
dtpad Use SIGCHLD rather than SIGCLD. 2012-08-09 12:24:56 -06:00
dtpdm Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtpdmd OpenBSD patches for dtpdmd and dtprintinfo. 2012-08-11 20:06:44 -06:00
dtprintegrate Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtprintinfo FreeBSD does not need extern char *sys_errlist[] 2012-08-15 15:58:46 -06:00
dtscreen Patches for dtscreen, dtsearchpath, dtsession on OBSD. 2012-08-11 20:06:44 -06:00
dtsearchpath FreeBSD updates for dtspcd, dtfile and others 2012-08-15 12:41:31 -06:00
dtsession Fix compiler warnings in dtsession 2012-08-16 16:15:49 -06:00
dtspcd FreeBSD updates for dtspcd, dtfile and others 2012-08-15 12:41:31 -06:00
dtsr SIGPWR is not present everywhere. 2012-08-10 05:44:49 -06:00
dtstyle Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtterm Use $(SHELL) and $(KORNSHELL) for shell scripts 2012-08-14 12:34:41 -06:00
dtudcexch Modern BSDs don't need union wait 2012-08-15 15:58:48 -06:00
dtudcfonted Modern BSDs don't need union wait 2012-08-15 15:58:48 -06:00
dtwm dtwm: Cleanup some implicit definitions 2012-08-10 05:54:52 -06:00
fontaliases Provide basic font aliases for FreeBSD 2012-08-16 16:15:52 -06:00
icons Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
localized Deal with *.tmp.msg after mkcatdefs failure 2012-08-14 20:37:03 -06:00
nsgmls Process sgml and man files in doc directory for FreeBSD. 2012-08-15 15:56:03 -06:00
palettes Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
ttsnoop OpenBSD patches for ttsnoop. 2012-08-11 20:06:44 -06:00
tttypes Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
types Remove dtinfo launcher and icons from the default front panel. 2012-06-19 19:22:08 -06:00
util Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
Imakefile Compile dtksh on FreeBSD 2012-08-14 12:18:38 -06:00