- Jan 22, 2008
-
-
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@614188 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
-
- 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 08, 2008
-
-
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@608930 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 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
-
- 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
-
- 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
-
- Aug 28, 2007
-
-
Alberto Massari authored
- MsgLoader and Transcode API needed some more XMLSize_t (XERCESC-1531) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@570552 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@570484 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@570480 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@570478 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
- Added some testing for regex inside DOMTest git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@570441 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
When matching a union, stop testing the various alternatives if one reaches the end of the input string git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@570398 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 24, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@569455 13f79535-47bb-0310-9956-ffa450edef68
-