cdesktopenv/cde/programs/dtappbuilder/src/libAButil
Pascal Stumpf 0bbd4ff9aa Get rid of malloc.h.
This is a non-POSIX/ISO-C header.  It is ok to include this on Linux, but it
is obsolete on BSD; FreeBSD even throws an error if you include it with
__STDC__ defined.  Every system should nowadays have malloc() defined in
stdlib.h.

Diff is largely mechanical, replacing malloc.h with stdlib.h where it is not
yet included anyway.
2012-08-12 14:20:58 -06:00
..
AB.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.install Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
MwmUtil.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
README.src Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
UilDef.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
XmAll.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
abio.c Get rid of malloc.h. 2012-08-12 14:20:58 -06:00
abio.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
abio_path.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
istr.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
istr.h At least on OpenBSD/amd64, this macro returns a bogus value if its argument is NULL. 2012-08-09 12:21:43 -06:00
istr_hash.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
istr_hash.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
istr_test.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
libAButil.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
strlist.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
strlist.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
template.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
template.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util.c Do not bother trying to redefine the putenv() function 2012-03-12 16:16:16 +00:00
util.h Do not redefine strdup() on Linux 2012-03-12 16:03:06 +00:00
utilP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_convert.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_ds.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_ds.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_err.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_err.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_file.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_string.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_test.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util_types.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00: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_