cdesktopenv/cde/programs/localized
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
..
C NLS: fix quote issue with various OS's in C/types/_common.dt.tmsg 2019-02-24 12:58:31 -07:00
de_DE.UTF-8 UTF-8 conversion: programs/localized/de_DE 2018-11-04 18:34:23 -07:00
el_GR.UTF-8 Spelling fixes 2018-05-31 22:23:19 -06:00
en_US.UTF-8
es_ES.UTF-8 UTF-8 conversion: programs/localized/es_ES 2018-11-04 18:34:34 -07:00
fr_FR.UTF-8 UTF-8 conversion: programs/localized/it_IT 2018-11-04 18:34:49 -07:00
it_IT.UTF-8 UTF-8 conversion: programs/localized/it_IT 2018-11-04 18:34:49 -07:00
ja_JP.dt-eucJP Remove apollo support 2018-06-24 16:22:37 -06:00
ko_KR.dt-eucKR Remove apollo support 2018-06-24 16:22:37 -06:00
sv_SE.UTF-8 UTF-8 conversion: programs/localized/sv_SE 2018-11-04 18:35:54 -07:00
templates Merge branch 'master' into utf8-conversion after 2.3.1 release 2019-11-16 16:34:48 -07:00
util Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
zh_CN.dt-eucCN Remove apollo support 2018-06-24 16:22:37 -06:00
zh_TW.dt-eucTW Remove apollo support 2018-06-24 16:22:37 -06:00
Imakefile