cdesktopenv/cde/lib/tt/bin
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
..
dbck all: remove deprecated sys_errlist[] and replace with ANSI C strerror() 2020-11-02 05:30:08 +00:00
scripts Enable TIRPC support for Linux 2018-04-12 21:00:34 -06:00
shell remove ultrix support 2018-09-30 17:27:04 -06:00
tt_type_comp tt_type_comp: use CppCmd definition 2019-11-29 18:12:20 -07:00
ttauth Change version to 2.3.2b for the new ksh93 submodule merge 2021-01-30 16:32:41 -07:00
ttdbserverd Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
ttsession ttserver: fixup forward (vexing) fucntion decl's in main, get rid of **environ 2019-10-19 18:36:54 -06:00
tttar Rename functions within ToolTalk that conflict with the musl C library headers. 2021-01-10 18:08:00 -07:00
tttrace Use POSIX macros for linux 2018-05-24 18:22:55 -06:00
Imakefile Enable TIRPC support for Linux 2018-04-12 21:00:34 -06:00