• Home
Name Date Size #Lines LOC

..--

include/03-May-2024-822624

MakefileD03-May-20243.9 KiB185123

README.txtD03-May-20241.4 KiB5740

expat.xmlD03-May-202410.5 KiB265263

expat_lib.cD03-May-20245.4 KiB234155

expat_vectors.cD03-May-202421.5 KiB506412

launch.cD03-May-20241.8 KiB6731

stdlib.cD03-May-20242.3 KiB11065

README.txt

1SUMMARY
2=======
3This is a port of expat for AmigaOS 4.0 which includes the
4SDK, some XML tools and the libraries.
5
6Both static and shared library versions are supported.
7
8The static library version is limited to clib2 although it should
9be possible to use newlib with the appopriate compile options.
10
11The shared library version is based on the work of Fredrik Wikstrom
12and is currently limited to PPC only.
13
14
15HISTORY
16=======
174.0  - updated for corresponding Expat 2.0 release
18     - some minor CVS related changes
19
203.1  - removed obsolete sfd file
21     - added library description xml file
22     - refactored Makefile
23     - removed extraneous VARARGS68K keywords
24     - reworked default memory handling functions in shared lib
25     - updated amigaconfig.h
26
273.0  - initial release
28     - based on expat 1.95.8
29
30
31BUILDING
32========
33To build expat.library, xmlwf tool, examples and run the test suite,
34simply type 'make all' in the amiga subdirectory.
35
36The test suite will compile and run for both the static and shared
37library versions.
38
39
40INSTALLATION
41============
42To install both static and shared versions of expat into the
43AmigaOS SDK type 'make install' in the amiga subdirectory.
44
45
46CONFIGURATION
47=============
48You may want to edit the lib/amigaconfig.h file to remove
49DTD and/or XML namespace support if they are not required by your
50specific application for a smaller and faster implementation.
51
52
53TO DO
54=====
55- wide character support (UTF-16)
56- provide 68k backwards compatibility
57