1. f5092bb Defined HAVE_EXPAT_CONFIG_H when building on VMS. Closes SF bug #840173. by Fred L. Drake, Jr. · 21 years ago
  2. 1b3f0f6 bump the version number since the code has changed, however slightly by Fred L. Drake, Jr. · 21 years ago
  3. 441247c remove unused stanzas by Fred L. Drake, Jr. · 21 years ago
  4. 8b57439 Simplify preprocessor construct. by Fred L. Drake, Jr. · 21 years ago
  5. d11807a Allow the configure script to set where manpages go using --mandir. by Fred L. Drake, Jr. · 21 years ago
  6. 0a0a850 added regression test for SF bug #824420: by Fred L. Drake, Jr. · 21 years ago
  7. b2686e7 update the dates by Fred L. Drake, Jr. · 21 years ago
  8. fba15ab remove unnecessary typecast by Fred L. Drake, Jr. · 21 years ago
  9. 556f165 extend the "Communicating between handlers" section a bit; needed to by Fred L. Drake, Jr. · 21 years ago
  10. 98990a1 update the link for tDOM by Fred L. Drake, Jr. · 21 years ago
  11. e167203 Make XML_ParserFree() null-safe, so that it behaves by Karl Waclawek · 21 years ago
  12. bd816ff Corrected docs regarding Win32 builds with MS VC++. by Karl Waclawek · 21 years ago
  13. 9b01868 Cleaned up make files and improved docs. by Karl Waclawek · 21 years ago
  14. ef17156 Started a new page with some notes about what's changing in Expat 3. by Fred L. Drake, Jr. · 21 years ago
  15. 216def7 make sure we pick up the Expat logo in the doc directory by Fred L. Drake, Jr. · 21 years ago
  16. 417a3d0 Add a news item for the Expat 1.95.7 release; not quite ready, but almost. by Fred L. Drake, Jr. · 21 years ago
  17. 1d6a85c Set the release date. by Fred L. Drake, Jr. · 21 years ago R_1_95_7
  18. 9749816 use indentation consistently by Fred L. Drake, Jr. · 21 years ago
  19. 16efce8 Steal a bit of look-n-feel from the website; this document was just looking by Fred L. Drake, Jr. · 21 years ago
  20. cf18cd4 avoid a few additional warnings for some compilers, and others with by Fred L. Drake, Jr. · 21 years ago
  21. 48bff2f Updates from last night. by Fred L. Drake, Jr. · 21 years ago
  22. b3a1f51 Fix for bug #824420. by Karl Waclawek · 21 years ago
  23. f4487b0 update to reflect further improvements by Fred L. Drake, Jr. · 21 years ago
  24. 9960942 Make it possible to avoid the import of expat_config.h. This makes it by Fred L. Drake, Jr. · 21 years ago
  25. 18b5734 - reorganize by the components that need what we're checking for by Fred L. Drake, Jr. · 21 years ago
  26. c56983e - use spaces instead of tabs consistently by Fred L. Drake, Jr. · 21 years ago
  27. 80e8668 Remove the __attribute__((dllimport)) and __attribute__((dllexport)) by Fred L. Drake, Jr. · 21 years ago
  28. 5bdc756 Removed unused EXPAT_EXPORTS definition. by Karl Waclawek · 21 years ago
  29. 2331e87 clean up the macro restructuring, and make it play nice on Windows by Fred L. Drake, Jr. · 21 years ago
  30. 7b1a4b6 - add the XMLCALL annotation consistently in the docs by Fred L. Drake, Jr. · 21 years ago
  31. 5cc0142 - the "alt" attribute is required on <img/> to be valid XHTML strict by Fred L. Drake, Jr. · 21 years ago
  32. 5635f09 - add Expat version number by Fred L. Drake, Jr. · 21 years ago
  33. 6590085 Update to reflect the addition of the XMLCALL macro. by Fred L. Drake, Jr. · 21 years ago
  34. ff6d437 Add a news item about the upcoming release, and a pointer to the testing by Fred L. Drake, Jr. · 21 years ago
  35. c33c38d Move "Configuring Expat Using the Pre-Processor" from the "Using" by Fred L. Drake, Jr. · 21 years ago
  36. 2bba3d2 Deal with issue discussed in SF patch #820946: Expat doesn't handle by Fred L. Drake, Jr. · 21 years ago
  37. 032ed43 - move the CVS repository specification to a variable by Fred L. Drake, Jr. · 21 years ago
  38. c02e878 Put in a little protection against the developer not having the check by Greg Stein · 21 years ago
  39. 0c78684 Minor updates before release. by Fred L. Drake, Jr. · 21 years ago
  40. b5aaaef Added documentation for the pre-processor macros used to configure Expat. by Fred L. Drake, Jr. · 21 years ago
  41. d7a766e Suggested fix from jtalkington@users.sf.net. by Greg Stein · 21 years ago
  42. ecceec2 Improved comment on hash algorithm. by Karl Waclawek · 21 years ago
  43. b288698 Applied patch #699487. For details see patch description. by Karl Waclawek · 21 years ago
  44. ee9e686 wrapped some long lines by Fred L. Drake, Jr. · 21 years ago
  45. 9e252e8 Updated mailing list links. by Karl Waclawek · 21 years ago
  46. 8128549 Corrected typo. by Karl Waclawek · 21 years ago
  47. 8aee05d Added a file for testing the duplicate prefixed attribute check. by Karl Waclawek · 21 years ago
  48. c2a87a1 Added files for performance testing. by Karl Waclawek · 21 years ago
  49. 8ffc7e6 Explains usage of benchmark utility. by Karl Waclawek · 21 years ago
  50. a1980e2 Add explanations for this directory. by Fred L. Drake, Jr. · 21 years ago
  51. 0c62e32 Small benchmark utility to test pure parser speed. by Karl Waclawek · 21 years ago
  52. 04e4395 Adjusted layout of XML_ParserReset fix. by Karl Waclawek · 21 years ago
  53. f375cc9 Fixed omission of second argument in XML_ParserReset. Reported by Tim Bray. by Karl Waclawek · 21 years ago
  54. 118ea18 elaborated test case to cover SF bug #774028; current Expat already by Fred L. Drake, Jr. · 21 years ago
  55. b7e1fb5 update link to mailing lists by Fred L. Drake, Jr. · 21 years ago
  56. 8940f54 Update expatpp link, and use the name in the description. by Fred L. Drake, Jr. · 21 years ago
  57. cb1d481 Added link to Late Night Software's XML Tools 2. by Fred L. Drake, Jr. · 21 years ago
  58. 4b4c45e Replace a poor message with one that isn't misleading. See SF bug #699323. by Fred L. Drake, Jr. · 21 years ago
  59. 63870ec Update the library version properly this time. by Fred L. Drake, Jr. · 21 years ago
  60. dc2b252 Added notes about needing the check library to run the regression and by Fred L. Drake, Jr. · 21 years ago
  61. fa49735 - bump the versioning information - start describing the changes in 1.95.7 by Fred L. Drake, Jr. · 21 years ago
  62. 57455c8 Expat would report an incorrect "Unlosed token" error when by Karl Waclawek · 21 years ago
  63. f42e8ae Patch submitted by Joe Orton <joe@manyfish.co.uk> with additional by Greg Stein · 21 years ago
  64. beb865d Add a reference to the Simkin scripting language. by Fred L. Drake, Jr. · 21 years ago
  65. f668c50 Be more defensive: only enable the *CALL macros when using GCC on by Fred L. Drake, Jr. · 21 years ago
  66. 5bd3d02 - better explain the XML_GetCurrent*() functions (SF bug #683681) by Fred L. Drake, Jr. · 21 years ago
  67. c288abe - better explain the XML_GetCurrent*() functions (SF bug #683681) - fix spelling by Fred L. Drake, Jr. · 21 years ago
  68. de2aab2 Fix function signature. Closes SF bug #679468. by Fred L. Drake, Jr. · 21 years ago
  69. cc45456 Fix FASTCALL for GCC on Solaris (SF bug #692878). by Fred L. Drake, Jr. · 21 years ago
  70. c95888a Removed documentation of limitations that no longer exist in the by Fred L. Drake, Jr. · 21 years ago
  71. 2ff7f92 - be more specific about the errors we expect to see reported by Fred L. Drake, Jr. · 21 years ago
  72. 72ba3bd Add regression tests for SF bugs: by Fred L. Drake, Jr. · 21 years ago
  73. 8650b04 Apply patch NSAttFix3.diff for bug #692964 (with one minor modification). by Karl Waclawek · 21 years ago
  74. 2d3510f Fix for bug #679754: compile error when XML_DTD not defined. by Karl Waclawek · 21 years ago
  75. 777344d Move the XML_Status enum definition earlier. Some recent versions of by Fred L. Drake, Jr. · 21 years ago
  76. a711a04 Add win32/README.txt to the Source/ directory that gets installed. by Fred L. Drake, Jr. · 21 years ago
  77. 0edf0b6 XML_Status is an enum, not a typedef name. by Fred L. Drake, Jr. · 21 years ago
  78. c48e483 Fix the release date... again. by Fred L. Drake, Jr. · 21 years ago R_1_95_6
  79. 1ffb2b4 Karl's latest patch for SF issue #673791: by Fred L. Drake, Jr. · 21 years ago
  80. db8a501 - two more tests based on Karl's comments on SF patch #673791 by Fred L. Drake, Jr. · 21 years ago
  81. eedd60e Add the .DEF files to the Windows installer. by Fred L. Drake, Jr. · 21 years ago
  82. 33176a0 Added change notes for Expat 1.95.6, in preparation for pending by Fred L. Drake, Jr. · 21 years ago
  83. f16ae24 Replace tabs with spaces. by Fred L. Drake, Jr. · 21 years ago
  84. c6db3a8 Update more version numbers. by Fred L. Drake, Jr. · 21 years ago
  85. 6a43d87 Update for release 1.95.6. by Fred L. Drake, Jr. · 21 years ago
  86. 06f1a47 Update information on the 1.95.6 release (still pending). by Fred L. Drake, Jr. · 21 years ago
  87. f85926a Added regression tests for SF bug #673791. by Fred L. Drake, Jr. · 21 years ago
  88. a04f107 Karl's fix for SF bug #673791: by Fred L. Drake, Jr. · 21 years ago
  89. 7fd8181 Thread the proper file name and line number to make determination of by Fred L. Drake, Jr. · 21 years ago
  90. e39c6e2 Last minute updates. by Fred L. Drake, Jr. · 21 years ago
  91. de5e0f5 Regenerate from xmlwf.sgml revision 1.4. by Fred L. Drake, Jr. · 21 years ago
  92. ed1d59f Explain "--" properly. by Fred L. Drake, Jr. · 21 years ago
  93. d976fa6 Add a clobber target. "clean" should really be less destructive, but by Fred L. Drake, Jr. · 21 years ago
  94. da32500 Regenerate from xmlwf.sgml. by Fred L. Drake, Jr. · 21 years ago
  95. 9934dba - document unexpected memory use reporting when memory mapped files by Fred L. Drake, Jr. · 21 years ago
  96. 5d55922 - _expect_failure(): Use _fail_unless() instead of fail() to allow by Fred L. Drake, Jr. · 21 years ago
  97. 4273b16 Add a test that makes sure xmlns:prefix="" is allowed when namespace by Fred L. Drake, Jr. · 21 years ago
  98. d9d4971 Applied patch #673791. by Karl Waclawek · 21 years ago
  99. dd2ecd7 For the start of element and end of element events, it is possible that by Karl Waclawek · 21 years ago
  100. c56f444 Prevent storeAtts() from being called twice for an empty element when by Karl Waclawek · 21 years ago