cdesktopenv/cde/programs/dtmail/include/MotifApp
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
..
Application.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
AskFirstCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
BasicComponent.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
BusyPixmap.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ButtonInterface.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Cmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CmdInterface.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CmdList.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ColorView.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
DialogCallbackData.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
DialogManager.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Help.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
IconifyCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
InfoDialogManager.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
InterruptibleCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
MainWindow.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ManageCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
MenuBar.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
MenuWindow.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
MotifCmds.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
NoUndoCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
PixmapCycler.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
PromptDialogManager.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
QuestionDialogManager.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
QuitCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ScrollingList.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SelectFileCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
ShutdownActions.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
ToggleButtonInterface.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
UIComponent.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
UndoCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
WarnNoUndoCmd.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
WorkingDialogManager.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtmailopts.h Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
mailtest.h Fix typo in license headers 2018-04-28 12:30:20 -06:00