A missing type declaration causes compilation failure. The patch
fixes the problem by including the local header file "constant.h"
This closes the referenced PR.
Changes:
Enable run time selection of message format with SP_MESSAGE_FORMAT
environment variable. Value is one of XML, NONE, TRADITIONAL.
When validating/parseing a document using http, OpenSP will now follow
any redirects headers/requests from the server.
The environment variable SP_HTTP_USER_AGENT can be used to specify a
UserAgent: header.
The environment variable SP_HTTP_ACCEPT can be used to specify Accept:
headers.
A number of enhancements have been made to the osx tool: security
fixes in the handling of output files; addition of the "preserve case
option".
A testing framework together with some initial tests have been
added. Currently there are 22 tests. 6 of which fail.
Support for Mac OS/X, Darwin has been improved. Build infrastructure
and localisation fixes and enhancements. Improved compiler support.
Based on patch from Juan RP via PR pkg/20220.
Changes:
========
- The architecture engine supports #MAPTOKEN.
- The multibyte version of OpenSP now uses 32bit chars and supports
the full UTF-16 range 0x0000-0x10ffff.