1. 3b298e1 Updated with new install directory structure. by Karl Waclawek · 17 years ago
  2. 7770aff New install directory structure. All binaries are now in the Bin directory. by Karl Waclawek · 17 years ago
  3. beda8f5 Updated output directory settings, so that they all point to win32/bin/Debug by Karl Waclawek · 17 years ago
  4. a9a1d91 Changed install directory and application name/version to be more typical for Windows. by Karl Waclawek · 17 years ago
  5. 4d84c6e Corrected some typos. by Karl Waclawek · 17 years ago
  6. d6075d6 No more search for (back)slashes in the string "STDIN". by Karl Waclawek · 17 years ago
  7. 91f506c Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is only by Karl Waclawek · 17 years ago
  8. e76fece Forgot to mention xmlwf bugfix. by Karl Waclawek · 17 years ago
  9. 56e145f Preparing for release 2.0.1. by Karl Waclawek · 17 years ago
  10. 85a2890 Updated for release 2.0.1. by Karl Waclawek · 17 years ago
  11. c5cd058 Added xmltok_impl.c and xmltok_ns.c to source files. by Karl Waclawek · 17 years ago
  12. fd79dea Fix for bug #1548182 . by Karl Waclawek · 17 years ago
  13. 3ff6041 Change for MS VC++: Added #ifdefs to allow for passing xmltok_impl.c and by Karl Waclawek · 17 years ago
  14. 704f0cd Updated to new CVS root URL. by Karl Waclawek · 17 years ago
  15. f8df052 Added a shortcut for building for UTF-16. by Karl Waclawek · 18 years ago
  16. cf917aa Updated to recognize more platforms. See bug # 1554618 by Karl Waclawek · 18 years ago
  17. c788097 (s - NULL & 1) would not compiler under GCC 4.0.0. Changed to char* by Karl Waclawek · 18 years ago
  18. 8d8b936 Fix for bug #1543233 - missing XML_ParserFree. by Karl Waclawek · 18 years ago
  19. bfff9ca The Watcom compiler defines __LINUX__ and not __linux__ for cross compilation. by Karl Waclawek · 18 years ago
  20. e3e0d28 Applied patrch #1523242 - support for Open Watcom 1.5. by Karl Waclawek · 18 years ago
  21. 9922bc6 Improved fix for issues # 1515266 and # 1515600. Will now preserve the by Karl Waclawek · 18 years ago
  22. 89f104a Fixed infinite loop when character data handler was cleared under by Karl Waclawek · 18 years ago
  23. 647d969 Fix for issues # 1515266 and # 1515600. The inner for loop under by Karl Waclawek · 18 years ago
  24. 7622ee5 record my changes from today and yesterday by Fred L. Drake, Jr. · 18 years ago
  25. 6788d83 SF bug #1515266: as noted, suspending the parser has the same problem that by Fred L. Drake, Jr. · 18 years ago
  26. 66cc81d SF bug #1515266: missing check of stopped parser in doContext() for loop by Fred L. Drake, Jr. · 18 years ago
  27. 60391fb if the test reports a failure message, always display it (it was by Fred L. Drake, Jr. · 18 years ago
  28. 021ea9f SF bug #1515266: missing check of stopped parser in doContext() for loop by Fred L. Drake, Jr. · 18 years ago
  29. 3e3b98d - suppress compiler warning when the tests are built with C++ by Fred L. Drake, Jr. · 18 years ago
  30. f18b068 Fix for bug #1513566: filemap() in readfilemap.c doesn't handle zero length by Karl Waclawek · 18 years ago
  31. a4db819 Adjusted for changes in SF links and instructions. by Karl Waclawek · 18 years ago
  32. 1c42f84 __cdecl should be used for MS compilers even if MS extensions are turned off. by Karl Waclawek · 18 years ago
  33. 1a1fea4 Casting away some integer conversion warnings that should not pose a problem. by Karl Waclawek · 18 years ago
  34. b5bd929 Added a comment about processFile giving problems on files larger than INT_MAX. by Karl Waclawek · 18 years ago
  35. 1d17d4f Casting away some integer conversion warnings that should not pose a problem. by Karl Waclawek · 18 years ago
  36. c71f275 One should not cast a pointer to unsigned long, as it may not work on non-32bit systems. by Karl Waclawek · 18 years ago
  37. 988c6fc Added note that XML_LARGE_SIZE implies a breaking change to the ABI. by Karl Waclawek · 18 years ago
  38. b43c6f3 Removed DESCRIPTION statement - only valid when compiling 16bit by Karl Waclawek · 18 years ago
  39. 855d53b Some typos corrected. by Karl Waclawek · 18 years ago
  40. 9e0e2e6 Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values, by Karl Waclawek · 18 years ago
  41. 74a3f46 Modified code to use XML_ParserReset() instead of creating a new by Karl Waclawek · 18 years ago
  42. 8617df5 Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat was by Karl Waclawek · 18 years ago
  43. b882b12 changed default sharedlibdir by Steven Solie · 18 years ago
  44. 0114622 bumped version to 4.1 by Steven Solie · 18 years ago
  45. a1b46da added 4.1 notes by Steven Solie · 18 years ago
  46. 88fc663 now allocates shared memory and frees the correct memory block by Steven Solie · 18 years ago
  47. 65fb6b9 Applied patch #1437840. Fix for bugs #1414066 and #1033965 . by Karl Waclawek · 18 years ago
  48. e5bee8c Fix for bug # 1408143: "make check" failure. by Karl Waclawek · 18 years ago
  49. 6745f24 Added missing XML_UNICODE_WCHAR_T to static debug build for UTF-16. by Karl Waclawek · 18 years ago
  50. c48c134 Updated web site with release news. by Karl Waclawek · 18 years ago
  51. 1a6d93c Updated libtool version info. by Karl Waclawek · 18 years ago R_2_0_0
  52. 1e2e2fc More detail on line/column numbers. by Karl Waclawek · 18 years ago
  53. 13ef942 Updated release date. by Karl Waclawek · 18 years ago
  54. 8db4a61 Prepared for release 2.0.0. by Karl Waclawek · 18 years ago
  55. efcfaa7 Added support for XML_LARGE_SIZE. by Karl Waclawek · 18 years ago
  56. c8c0717 Fixed some file references and updated to InnoSetup 5.1.6. by Karl Waclawek · 18 years ago
  57. 0e0d422 Small corrections. by Karl Waclawek · 18 years ago
  58. a37dbba Added 2.0 definitions and bumped version by Steven Solie · 18 years ago
  59. 819ad2f added missing include path by Steven Solie · 18 years ago
  60. 2ed6c3a Updated copyright dates. by Karl Waclawek · 18 years ago
  61. 6ea62ff added amigaconfig.h by Steven Solie · 18 years ago
  62. 925a683 * Added support for XML_LARGE_SIZE. by Karl Waclawek · 18 years ago
  63. 3d14ffc Added some info about XML_LARGE_SIZE and make options. by Karl Waclawek · 18 years ago
  64. bd5b314 Added some whitespace. by Karl Waclawek · 18 years ago
  65. ba0482e Adjusted to the new return type of XML_GetCurrentLineNumber by Karl Waclawek · 18 years ago
  66. b23cb5c Updated to reflect that we use our own Check implementation now. by Karl Waclawek · 18 years ago
  67. 4d29980 Added news item. Moved some older news into news archive. by Karl Waclawek · 18 years ago
  68. 1bc813d More directories to exclude. by Karl Waclawek · 18 years ago
  69. aa03489 Seems we don't have to specify directories. by Karl Waclawek · 18 years ago
  70. 6fb807c Bumped lib version for 4.0 release by Steven Solie · 18 years ago
  71. 9943712 now creates required dirs by Steven Solie · 18 years ago
  72. 3b078c4 *** empty log message *** by Steven Solie · 18 years ago
  73. 9273163 Removed empty amiga directories. by Karl Waclawek · 18 years ago
  74. 8e94886 Updated for new setup application. by Karl Waclawek · 18 years ago
  75. 9a33231 Added info about VS 2005. by Karl Waclawek · 18 years ago
  76. edc0f36 Updated release version. by Karl Waclawek · 18 years ago
  77. f41b3c2 Bumped version number to 2.0.0. by Karl Waclawek · 18 years ago
  78. 85c092d Removed newly added include directives of configuration header files. by Karl Waclawek · 18 years ago
  79. f967e68 * Added integer modifier macro to support 64-bit integers in printf. by Karl Waclawek · 18 years ago
  80. d707e89 * Added integer modifier macro to support 64-bit integers in printf. by Karl Waclawek · 18 years ago
  81. b857511 Added integer modifier macro to support 64-bit integers in printf. by Karl Waclawek · 18 years ago
  82. cf4dd11 Added 64-bit support for MS VC++ 6.0. by Karl Waclawek · 18 years ago
  83. ae5fcf9 Fixed incorrect cast which would cause 64-bit integers not to be set to a 64-bit -1 value. by Karl Waclawek · 18 years ago
  84. 11d4ee8 *** empty log message *** by Steven Solie · 18 years ago
  85. 0e4b9eb *** empty log message *** by Steven Solie · 18 years ago
  86. 5393717 *** empty log message *** by Steven Solie · 18 years ago
  87. 65d6f4c *** empty log message *** by Steven Solie · 18 years ago
  88. 607730d *** empty log message *** by Steven Solie · 18 years ago
  89. 0845031 *** empty log message *** by Steven Solie · 18 years ago
  90. c5241bc Preparing for release 2.0. by Karl Waclawek · 18 years ago
  91. 54acff0 New pre-release snapshot for Expat 2.0. by Karl Waclawek · 18 years ago
  92. f8412b2 Added support for 64-bit integers when reporting byte indexes, by Karl Waclawek · 18 years ago
  93. b68d8cf Fixed non-standard line breaks. by Karl Waclawek · 18 years ago
  94. 825a19c Fixed omission of UTF-16 output. by Karl Waclawek · 18 years ago
  95. bbe15d6 Added int type casts for 64 bit portability, to avoid compiler warnings. by Karl Waclawek · 18 years ago
  96. 36aca9c Added a note about possible integer overflow when using large input buffers. by Karl Waclawek · 18 years ago
  97. cebeca3 Added instructions for creating MinGW libraries. by Karl Waclawek · 18 years ago
  98. b81af0c In preparation for next release. by Karl Waclawek · 18 years ago
  99. e066773 Changed back to anonymous CVS access. by Karl Waclawek · 18 years ago
  100. b3ab45b Fix for bug # 1271642. by Karl Waclawek · 18 years ago