cdesktopenv/cde/programs/localized
Lev Kujawski a6ea2a2d52 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-06-02 19:55:15 -06:00
..
C appmanager action files: create and populate them 2020-03-24 18:41:55 -06:00
de_DE.UTF-8 appmanager action files: create and populate them 2020-03-24 18:41:55 -06:00
el_GR.UTF-8 localization: finish up with getting message catalogs building 2019-11-30 20:26:59 -07:00
en_US.UTF-8 Addition of the en_US.UTF-8 locale: installation support 2014-02-26 19:49:20 -07:00
es_ES.UTF-8 appmanager action files: create and populate them 2020-03-24 18:41:55 -06:00
fr_FR.UTF-8 appmanager action files: create and populate them 2020-03-24 18:41:55 -06:00
it_IT.UTF-8 appmanager action files: create and populate them 2020-03-24 18:41:55 -06:00
ja_JP.dt-eucJP programs/localized: add automake files 2019-10-23 15:34:20 -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 app-defaults, config, types: re-enable parallel builds 2020-03-24 18:44:40 -06:00
util Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06: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
Makefile.am Disable Japanese locale support since we do not currently support it 2021-01-31 13:11:41 -07:00