cdesktopenv/cde/programs/dtappbuilder/src/libAButil
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
..
AB.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Imakefile OpenIndiana and Solaris port 2014-10-28 13:40:11 -06:00
Makefile.install
MwmUtil.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
README.src
UilDef.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
XmAll.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
abio.c Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
abio.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
abio_path.c dtappbuilder: remove register keyword 2018-06-27 22:00:56 -06:00
istr.c Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
istr.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
istr_hash.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
istr_hash.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
istr_test.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
libAButil.msg
strlist.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
strlist.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
template.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
template.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
util.c dtappbuilder: Change to ANSI function definitions 2018-06-28 04:08:35 +01:00
util.h Use POSIX macros for linux 2018-05-24 18:22:55 -06:00
utilP.h Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
util_convert.c dtappbuilder: Change to ANSI function definitions 2018-06-28 04:08:35 +01:00
util_ds.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_ds.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_err.c Centralize catgets() calls through MsgCat 2021-01-31 16:17:13 -07:00
util_err.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_file.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_string.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_test.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_types.h Fix typo in license headers 2018-04-28 12:30:20 -06:00

README.src

XCOMM $XConsortium: README.src /main/3 1996/04/23 20:04:02 drk $

    Library:    libAButil

Description:    

-------------------------------------------------------
-------------------------------------------------------

Module          Prefix          Description
------          ------          -----------------------
Utilities    	util_          
Input/Output	abio_
IString Cache	istr_