cdesktopenv/cde/lib/DtWidget
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
..
ComboBox.c Spelling fixes 2018-05-31 22:23:19 -06:00
Control.c Remove apollo support 2018-06-24 16:22:37 -06:00
DialogBox.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
DtMsgs.c Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
DtStrDefs.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
DtSvcInternal.h Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
DtWidget.msg correction of message files 2013-09-15 19:35:53 -06:00
DtWidgetI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
EditAreaData.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
EditCalls.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
Editor.c Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym 2020-03-23 12:51:18 -06:00
Icon.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
Imakefile Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
Makefile.am Fix erroneous uses of ${prefix} rather than $(CDE_INSTALLATION_TOP) 2020-03-23 13:10:07 -06:00
MenuButton.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
NewCvt.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SearchCalls.c Spelling fixes 2018-05-31 22:23:19 -06:00
SearchDlg.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
SpinBox.c Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
TitleBox.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
UNIXbindings.cpp
View.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
libDtWidget.elist
mapfile.reorder