cdesktopenv/cde/programs/dtmail/include/DtMail
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
..
AliasListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
AlternatesListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
AntiCheckBoxUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
Buffer.hh Use POSIX macros for linux 2018-05-24 18:22:55 -06:00
CheckBoxUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
CheckForMailUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
Common.h Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
CustomListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
Dictionary.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
DtLanguages.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
DtMail.h
DtMail.hh Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
DtMailError.hh Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
DtMailP.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
DtMailProps.h
DtMailServer.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
DtMailSigChld.h
DtMailTypes.h
DtMailValues.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
DtMailXtProc.h
DtVirtArray.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
EncryptedTextFieldUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
FileShare.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
HashTable.hh Remove UXPDS support 2018-05-15 20:27:22 -06:00
IO.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
IgnoreListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
ImplDriver.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
InboxTextFieldUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
IndexedOptionMenuUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
ListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
MoveMenuListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
ObjectKey.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
OptCmd.h
PropSource.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
PropUi.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
ScaleUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
SpinBoxUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
TemplateListUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
TextFieldUiItem.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
Threads.hh Add missing license headers on *.hh files and others 2018-05-12 15:49:13 -06:00
options_util.h