cdesktopenv/cde/programs
Jon Trulson 383b5e4b59 dtstyle: fix bugs preventing SM save from working properly
All of the dtstyle session save routines used sprintf/snprintf whereby
the destination buffer was also a source buffer, like so:

snprintf(bufr, sizeof(style.tmpBigStr), "%s*Fonts.x: %d\n", bufr, x);
         ^^^^                            ^^                 ^^^^

That results in undefined behavior, which mainly meant missing or
currupted XRM resources being saved in the session file for dtstyle.
2022-02-26 15:51:09 -07:00
..
backdrops backdrops: don't install Makefile.am as a backdrop. Ahem. 2021-12-20 15:14:07 -07:00
dsdm Rename autotools_config.h to cde_config.h to better reflect it's ownership. 2021-12-22 13:21:43 -07:00
dtaction dtaction:: Resolve uninitialized warnings, use a set access more for the SULog file 2021-12-24 10:50:28 -07:00
dtappbuilder dtappbuilder: improve font settings. 2022-02-01 01:40:17 +08:00
dtappintegrate programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtcalc dtcalc: remove matherr() extern due to reversion of a9175c89 2021-12-17 15:21:24 -07:00
dtcm dtcm: Resolve format-overflow issues 2021-12-24 10:50:28 -07:00
dtconfig programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtcreate dtcreate: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
dtdbcache programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtdocbook docbook/doc_utils: make sure XTOOLLIB follows DTCLIENTLIBS to fix link error 2022-02-12 14:41:29 -07:00
dtdspmsg Fix to include system header files for using functions 2021-10-08 14:40:56 +09:00
dtexec programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtfile dtfile: make sure dterror.ds is generated and installed 2022-02-21 14:03:12 -07:00
dthello configure/Makefiles: add checks for Xmu, Xext, and Xdmcp 2021-12-21 16:42:22 -07:00
dthelp Merge branch 'master' into dtdocbook 2022-01-30 08:04:32 +08:00
dticon dticon: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
dtimsstart dtappbuilder: Resolve format-overflow issues 2021-12-24 10:50:28 -07:00
dtinfo Remove include of non-existant fonts.am file 2022-02-21 22:05:44 +08:00
dtksh various: Window objects should be initialised to 0 not NULL 2021-12-24 10:50:28 -07:00
dtlogin dtlogin: set fontpath to support i18n. 2022-02-21 21:22:08 +08:00
dtmail dtmail: Resolve format-overflow issues 2021-12-24 10:50:28 -07:00
dtopen programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtpad dtpad: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
dtpdm dtpdm: fix implicit-function-declaration warnings 2021-11-16 15:24:09 -07:00
dtpdmd Change to use the standard signal handler signature unconditionally 2021-10-08 14:41:28 +09:00
dtprintegrate programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtprintinfo dtprintinfo: ParseJobs.C: fix some compile errors for solaris 2022-01-15 11:58:12 -07:00
dtscreen programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
dtsearchpath Look over the install rules and adjust where appropriate 2021-12-15 15:41:53 -07:00
dtsession Move DtXinerama.h and PamSvc.h into include/Dt/ 2021-12-21 16:42:29 -07:00
dtspcd dtspcd: fix implicit-function-declaration warnings 2021-11-16 11:45:11 -07:00
dtsr Merge branch 'master' into dtdocbook 2022-01-30 08:04:32 +08:00
dtstyle dtstyle: fix bugs preventing SM save from working properly 2022-02-26 15:51:09 -07:00
dtterm Fix up a few more implicit-function-declaration warnings on the BSDs 2021-12-13 16:46:02 -07:00
dtudcexch configure/Makefiles: add checks for Xmu, Xext, and Xdmcp 2021-12-21 16:42:22 -07:00
dtudcfonted dtudcfonted: use libXpm directly. 2021-10-18 10:10:20 -06:00
dtwm dtwm: Resolve format-overflow issues 2021-12-24 10:50:28 -07:00
fontaliases fontaliases: make the font aliases to support i18n. 2022-02-21 21:22:08 +08:00
icons icons: install in proper C/ subdir 2019-12-04 13:22:11 -07:00
localized localized: build dtprintinfo.cat. 2022-02-07 09:48:22 +08:00
palettes Fix palette and backdrops installation in dt/shared with proper symlinks 2019-12-04 13:21:31 -07:00
ttsnoop ttsnoop: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
tttypes programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
types dthelp.dt.src: hack to make Dthelpview ACTION work 2021-12-20 15:06:07 -07:00
util Begin removal of some Imakefiles, and other no longer useful cruft 2021-07-03 18:23:40 -06:00
Makefile.am programs: remove a duplicate subdir from Makefile.am. 2022-02-01 01:44:56 +08:00