- 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
-
- Oct 30, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@590047 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@583166 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@582791 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 20, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@577837 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 19, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@577322 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 13, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@575387 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@575245 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@575030 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 10, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@574322 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 09, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@574018 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 06, 2007
-
-
Alberto Massari authored
When validating a date, the error message related to the day value was always stating that the valid range was 1 to 31, even if the month allowed a narrower range git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@573256 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 30, 2007
-
-
Alberto Massari authored
- Don't use backtracking if the regex pattern doesn't have ambiguities (XERCESC-1242) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@571231 13f79535-47bb-0310-9956-ffa450edef68
-