- Jan 25, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@499946 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2007
-
-
Alberto Massari authored
Win32Transcoder defines wcsupr, wcslwr, wcsicmp and wcsnicmp if they are not available (e.g. on Cygwin) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@494926 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@485688 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2006
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@482395 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2006
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@481948 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@481947 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@481946 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@481229 13f79535-47bb-0310-9956-ffa450edef68
-
http://unicode.org/unicode/faq/utf_bom.html#35Alberto Massari authored
Use the algorithm from http://unicode.org/unicode/faq/utf_bom.html#35 to encode/decode surrogate pairs (bug#1654) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@481222 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 22, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@478105 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@477908 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@477865 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 14, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@474935 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2006
-
-
http://www.apache.org/legal/src-headers.htmlAlberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@471747 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 20, 2006
-
-
Alberto Massari authored
Enable IPv6 addresses by using getaddrinfo when available [based on a patch by Ramanjaneyulu Malisetti] git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@466137 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Handle both IPv4 and IPv6 on Windows (to be enabled via a macro, as it is only available starting with Windows XP) [based on a patch by Ramanjaneyulu Malisetti] git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@466124 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 18, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@465238 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@464557 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@463587 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 10, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@454645 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 05, 2006
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@453341 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 02, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@452136 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 29, 2006
-
-
David N Bertoni authored
Fixed some bugs where the literal 0 was being used as the value of an invalid file handle. This affects platforms like Solaris, which use open/close, etc., instead of fopen/fclose, etc. Removed unnecessary transcoding of file names, that resulted in round-trip transcoding. Moved calls to initializer list to avoid initializing to a default value. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@451489 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 26, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@449880 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 22, 2006
-
-
Alberto Massari authored
If ICU 2.4 or later is available, ask it to compute all the case variants of a case-insensitive range git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@448859 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 19, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@447812 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 13, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@442891 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 28, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@437753 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@437703 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@437697 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@437654 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 25, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@436808 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 03, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@428289 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 25, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@425332 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 09, 2006
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@420236 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 08, 2006
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@420037 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2006
-
-
David Abram Cargill authored
Fix crashes that can occur when a non-default memory manager tries to clean up after running out of memory git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@419680 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@418991 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Removed usage of MB_CUR_MAX from iconv transcoder; if the block-oriented APIs are available, use them (jira# 1444, patch by Axel Weiss) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@418988 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 12, 2006
-
-
Alberto Massari authored
Added parameter http://apache.org/xml/features/pretty-print/space-first-level-elements to DOMLSSerializer to let the user control whether the children of the document root should have an extra line feed between them (jira# 1561) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@413647 13f79535-47bb-0310-9956-ffa450edef68
-