- Jan 22, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614272 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614270 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614263 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614259 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614235 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614222 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614188 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614185 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
'make dist' didn't include extra files needed by tests; builddir variable can be undefined on some autoconf versions git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614182 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614181 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@614153 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2008
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@613903 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@612452 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@610726 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2008
-
-
Alberto Massari authored
The default way to check for mbrlen, wcsrtombs and mbsrtowcs reported a false positive on HP-UX with gcc git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@610307 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@610034 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@609971 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@609904 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 07, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@609601 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@609572 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 04, 2008
-
-
Alberto Massari authored
- If the URI contains several non-ASCII characters, the optimistic allocation (len*3) could run out of space (as each non-ASCII char would be replaced by at least 2 UTF-8 bytes, and each of them by 3 characters) -> use an XMLBuffer that can grow past the initial allocation - the static buffers used by printf were 2 bytes long, but sprintf would also write the NULL terminator - the converted UTF-8 string was converted partially, as the loop used the length of the original string instead of the length of the UTF-8 string - each UTF-8 byte was assumed to be a signed byte, but XMLByte is unsigned; so the b<0 test was never true (and why add 256 to the signed value to make it positive? the new number would be different) and the next text was accessing a static array of 128 items with indexes between 0 and 255 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@608951 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@608932 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@608930 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@608927 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@608862 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2008
-
-
Alberto Massari authored
Removed autoconf-generated files from SVN (use the reconf script to generate them after getting the sources from SVN) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@608555 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 28, 2007
-
-
David N Bertoni authored
Fixed glitch with static configurations so the PDB is generated in a place where the linker will find it. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@607344 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
Removed unnecessary /MACHINE directives. Added configurations for XSTSHarness and fixed static configurations. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@607318 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 2007
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@607104 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@607103 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 20, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@605828 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@605820 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
Removed the linker option that specified i386 as the machine type, which was unnecessary, and was breaking the x64 build. Change the directories for x64 to VC9. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@605780 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@604927 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@597129 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 12, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@594002 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 05, 2007
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@592195 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
Set ICU_CXXFLAGS for all files, not just the ICU transcoder, so that special cased code for ICU such as that in RangeToken.cpp, will not break for lack of these flags. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@592193 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@592189 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@592187 13f79535-47bb-0310-9956-ffa450edef68
-