cdesktopenv/cde/programs
Lev Kujawski 7010b2c11b Centralize catgets() calls through MsgCat
CDE has relied upon catgets() implementations following a relaxed
interpretation of the XPG internationalization standard that ignored
-1, the standard error value returned by catopen, as the catalog
argument. However, this same behavior causes segmentation faults with
the musl C library.

This patch:

- Centralizes (with the exception of ToolTalk) all calls to catopen(),
  catgets(), and catclose() through MsgCat within the DtSvc library.
- Prevents calls to catgets() and catclose() that rely upon
  undefined behavior.
- Eliminates a number of bespoke catgets() wrappers, including multiple
  redundant caching implementations designed to work around a design
  peculiarity in HP/UX.
- Eases building CDE without XPG internationalization support by providing
  the appropriate macros.
2021-01-31 16:17:13 -07:00
..
backdrops
dsdm
dtaction Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtappbuilder Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtappintegrate dtappintegrate.src and dtopen.src: fix shellcheck warnings 2018-08-26 15:45:08 -06:00
dtcalc dtcalc: remove some pointless macroing of function names to uppercase versionss 2020-11-26 23:00:18 +00:00
dtcm Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtconfig
dtcreate Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtdbcache
dtdocbook dtdocbook/instant: the musl C library does not define MAXNAMLEN 2021-01-30 17:21:16 -07:00
dtdspmsg Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtexec Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtfile Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dthello Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dthelp Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dticon dticon: Resolve GCC 10 errors about multiple definitions of global variables 2020-11-24 02:25:30 +00:00
dtimsstart Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtinfo Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtksh ksh93: update to 66e1d446 from autotools branch 2021-01-31 16:15:25 -07:00
dtlogin Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtmail Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtopen dtopen: fix the syntax errors of comment. 2020-12-29 00:20:37 +08:00
dtpad Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtpdm Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtpdmd Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtprintegrate dtprintegrate: fix shellcheck warnings 2018-08-26 15:45:23 -06:00
dtprintinfo Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtscreen Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtsearchpath
dtsession On Linux, use the SVR4 (now POSIX) signal and locking interfaces instead of the non-standard BSD equivalents. 2021-01-10 18:08:00 -07:00
dtspcd
dtsr Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtstyle Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtterm 'notdef' means it's not used, so we remove it 2019-10-15 20:32:13 -06:00
dtudcexch Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtudcfonted Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
dtwm Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym 2020-03-23 12:51:18 -06:00
fontaliases
icons Remove redundant motif widgets 2018-07-29 16:52:44 -06:00
localized Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
nsgmls Fix to Wenum-compare 2019-10-10 17:01:56 +02:00
palettes
ttsnoop Restore original `tail` functionality in ttsnoop, with POSIX args 2018-11-04 10:28:42 -07:00
tttypes
types Rename "dtapp" to "dtopen" 2018-07-19 20:42:54 -06:00
util Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
Imakefile Remove hpversion.h from repository 2018-10-06 17:00:38 -06:00