cdesktopenv/cde/lib/DtWidget
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
..
ComboBox.c Spelling fixes 2018-05-31 22:23:19 -06:00
ComboBox.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ComboBoxP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Control.c Remove apollo support 2018-06-24 16:22:37 -06:00
Control.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ControlP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
DialogBox.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
DialogBox.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
DialogBoxP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
DtMsgs.c Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
DtMsgsP.h Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
DtStrDefs.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
DtStrDefs.h 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
Editor.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
EditorP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Icon.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
Icon.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
IconP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Imakefile Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
MacrosP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
MenuButton.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
MenuButton.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
MenuButtonP.h 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
SpinBox.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SpinBoxP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
TitleBox.c DtWidget: remove register keyword 2018-06-27 21:58:04 -06:00
TitleBox.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
TitleBoxP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
UNIXbindings.cpp
View.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
View.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ViewP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
libDtWidget.elist
mapfile.reorder