cdesktopenv/cde/programs/dtappbuilder/src/libABobjXm
Pascal Stumpf 1177e21080 WIP to make dtbuilder work on 64bit.
Fixes many, though not all 64bit-warnings.  In lots of places, pointers are
cast to ints to be then used as array subscripts.  The only way to deal with
this is to change them to long.  Additionally, use calloc() to allocate the
int_array in istr.c and drop the (wrong) macro patch to istr.h.  Should make
dtbuilder work on 32bit again.
2012-08-13 19:42:44 -06:00
..
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +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
libABobjXm.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
objxm.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxmP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_args.c WIP to make dtbuilder work on 64bit. 2012-08-13 19:42:44 -06:00
objxm_config.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_configP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_conn.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_create.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_inst.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_names.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_objects.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
objxm_strs.c WIP to make dtbuilder work on 64bit. 2012-08-13 19:42:44 -06:00
objxm_util.c WIP to make dtbuilder work on 64bit. 2012-08-13 19:42:44 -06: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

README.src

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

    Library: 	libABobjXm

Description:	Implements motif-specific functionality
	 	for the libABobj object data structures

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

Module		Prefix		Description
------		------		-----------------------
Object-Motif	objxm_		provides mechanism to 
				manipulate the libABobj
				data structures for 
				the Motif toolkit.