|
From: JVZ <je...@fo...> - 2016-05-24 02:23:17
|
A number of small items were reported, and have been fixed in this release:
- Removed quoted string length limitation in XML parser.
- Removed comment length limitation in XMP parser.
- Pass all text of processing instruction in one single callback from XML parser.
- XML declaration now only recognized if followed by whitespace.
- Updated Visual Studio 2008 project files to add enable intrinsics flags. This was causing problems compiling FXAtomic file.
- In FXAtomic, favor inlined x86 or x86-64 assembly over GCC builtins, due to spotty implementation of these primitives.
- Quoted string in XML could have newlines or blanks; adjusted parsing routine to not lose track of line and column
numbers while parsing over strings.
Enjoy!
-- JVZ
|