cdesktopenv/cde/programs/dtimsstart
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
..
conf remove OSF1 support 2018-05-24 14:25:26 -06:00
0020.dtims.src fix files not registering as scripts 2018-05-31 22:23:19 -06:00
Dtimsstart
Imakefile Disable all code related to libXp 2016-04-20 20:17:22 +01:00
Makefile.am Get /usr/dt/config populated correctly on make install 2019-12-02 14:33:05 -07:00
action.c dtimsstart: Change to ANSI function definitions 2018-06-28 04:19:15 +01:00
dtimsstart.msg
env.c dtimsstart: make it build 2019-11-21 20:06:29 -07:00
file.c dtimsstart: Change to ANSI function definitions 2018-06-28 04:19:15 +01:00
main.c Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
remote.c all: remove deprecated sys_errlist[] and replace with ANSI C strerror() 2020-11-02 05:30:08 +00:00
select.c dtimsstart: Change to ANSI function definitions 2018-06-28 04:19:15 +01:00
start.c Merge branch 'master' into autotools-conversion 2020-11-24 16:53:24 -07:00
util.c dtimsstart: make it build 2019-11-21 20:06:29 -07:00
win.c dtimsstart: make it build 2019-11-21 20:06:29 -07:00
xims.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ximserr.h dtimsstart: Coverity fixes 2018-04-28 21:44:27 +01:00
ximsfunc.h dtimsstart: Change to ANSI function definitions 2018-06-28 04:19:15 +01:00
ximspath.h Fix typo in license headers 2018-04-28 12:30:20 -06:00