1. 7960856 examples/elements.c: Address compile warning on sign mismatch by Sebastian Pipping · 8 years ago
  2. 1f08fdb Mention issue #502 in 2.1.1 change log by Sebastian Pipping · 8 years ago
  3. b3a467e Fix potential null pointer dereference (issue #502) by Gaurav · 8 years ago
  4. 2671b8b Replace caddr_t by "void *" for -std=c99 (issue #506) by Sebastian Pipping · 8 years ago
  5. b3b0767 Remove pre-2.0.0 leftovers of using "check" unit testing library by Gilles Espinasse · 8 years ago
  6. 4cfcbc0 Address XML_Parse return type mis-match warning (issue #512) by Sebastian Pipping · 8 years ago
  7. e6585e0 lib/libexpat*.def: Fix version in comment by Sebastian Pipping · 8 years ago
  8. 8c2fd3d Bump version to 2.1.1 by Sebastian Pipping · 8 years ago
  9. e4d859e Write 2.1.1 change log by Sebastian Pipping · 8 years ago
  10. 3bdfa93 doc/xmlwf.1: Generate from sources using docbook2X by Sebastian Pipping · 8 years ago
  11. af3dadd doc/xmlwf.sgml: Address GROFF issue by Ardo van Rangelrooij · 8 years ago
  12. a472f11 doc/xmlwf.sgml: Fix typos by Sebastian Pipping · 8 years ago
  13. 3c2d92c Fix RPM .spec file by Sebastian Pipping · 8 years ago
  14. a29cfb1 Makefile.in: Call libtool with --verbose for Debian by Sebastian Pipping · 8 years ago
  15. 95d0faf Install expat_config.h as well by Raphael Bossek · 8 years ago
  16. a0afc16 make-release.sh: Move from Git to CVS by Sebastian Pipping · 8 years ago
  17. 0ab8564 CMakeLists.txt: Align binary locations with Autotools by Sebastian Pipping · 8 years ago
  18. f2b1209 Add CMake things to .gitignore by Sebastian Pipping · 8 years ago
  19. a3b925a xmlwf: Sync usage help with man page and code by Sebastian Pipping · 8 years ago
  20. ba0f9c3 CVE-2015-1283 Sanity check size calculations. r=peterv, a=abillings by Eric Rahm · 8 years ago
  21. 3f5ed8f Extend .gitignore by Sebastian Pipping · 8 years ago
  22. 426bb86 buildconf.sh: Create missing conftools/install-sh by Sebastian Pipping · 8 years ago
  23. 7fed4b0 buildconf.sh: Fix variable mis-nomer/collision by Sebastian Pipping · 8 years ago
  24. d1d7e18 Rename configure.in to .ac by Sebastian Pipping · 8 years ago
  25. 891ec14 Fix for issue #3526620. by Karl Waclawek · 12 years ago
  26. f08b5b7 Fix for issue #3522658. by Karl Waclawek · 12 years ago
  27. c205a74 update news for www.libexpat.org by Fred L. Drake, Jr. · 12 years ago
  28. dbc2e3c fix typo by Fred L. Drake, Jr. · 12 years ago
  29. 62574fc Final release notes. by Karl Waclawek · 12 years ago R_2_1_0
  30. d07166d Changed version of XML test suite used to 20080827. by Karl Waclawek · 12 years ago
  31. 0b01ad3 Typo in README fixed. by Karl Waclawek · 12 years ago
  32. cc3008d Updated Changes for release 2.1.0. by Karl Waclawek · 12 years ago
  33. b46cee3 Fix for bug #3500861 did not work properly, fixed the fix by applying by Karl Waclawek · 12 years ago
  34. fefcce6 Documented new features for release 2.1.0. by Karl Waclawek · 12 years ago
  35. 9d7c552 Fix for bug #3500861 - setContext() called before hash salt was set. by Karl Waclawek · 12 years ago
  36. 60a139d Release preparations. by Karl Waclawek · 12 years ago
  37. b6db327 Added CMake build system. by Karl Waclawek · 12 years ago
  38. dce3da1 Win32 preparations for release. by Karl Waclawek · 12 years ago
  39. 1b2b699 Preparing for release 2.1.0. by Karl Waclawek · 12 years ago
  40. 62649c5 - Added check for CXX compiler to configure.in, to make the tests compile by Karl Waclawek · 12 years ago
  41. 78344f1 Release preparations. by Karl Waclawek · 12 years ago
  42. 0ecc3a7 Release preparations. by Karl Waclawek · 12 years ago
  43. a54b3f9 Release preparations. by Karl Waclawek · 12 years ago
  44. 0d8489d Release preparations. by Karl Waclawek · 12 years ago
  45. 5bcde56 by Karl Waclawek · 12 years ago
  46. e3e81a6 - Fix for bug # 3496608 (Hash DOS attack) by Karl Waclawek · 12 years ago
  47. 06f392c Changes to the build files: by Karl Waclawek · 12 years ago
  48. 77ef094 Applied patch #3120699 with modifications. by Karl Waclawek · 12 years ago
  49. cd7f0cd Added Windows project files (same VC++ 6.0 format as the others) and by Karl Waclawek · 12 years ago
  50. a389cc4 Modified Windows project files to import properly into Visual Studio 2010. by Karl Waclawek · 12 years ago
  51. f6e294b Applied path #3010222 as fix for issue #3010819. by Karl Waclawek · 12 years ago
  52. 1ce475e Fix for issues #2884086 and #2815947. by Karl Waclawek · 12 years ago
  53. 794ff43 Modified Windows project files to import properly into Visual Studio 2010. by Karl Waclawek · 12 years ago
  54. d61103a Updated Windows project files to import properly in Visual Studio 2010. by Karl Waclawek · 12 years ago
  55. 01a5467 Fix for bug ID 2958794. by Karl Waclawek · 14 years ago
  56. 98a856e Revised fix for issue# 2894085: differentiated between two cases where the next pointer should be updated to the end pointer or not - the differentiating negative token value is -XML_TOK_PROLOG_S. by Karl Waclawek · 14 years ago
  57. 82d4951 Fix for issue# 2894085. Removed update to next pointer. It did not seem right to force it to point somewhere between token boundaries, since that could lead the tokenizer to not recognize an end of token. by Karl Waclawek · 14 years ago
  58. ebb40bf Fix for issue # 2895533. by Karl Waclawek · 14 years ago
  59. 194e2c4 - Fix for issue # 2855609 & 2518079. - Some code cosmetics. by Karl Waclawek · 15 years ago
  60. 823aa3b Some AmigaOS related changes. by Steven Solie · 15 years ago
  61. 200fdc2 AmigaOS specific changes to merge a 68k support patch. by Steven Solie · 15 years ago
  62. a56eee7 More AmigaOS specific changes. by Steven Solie · 15 years ago
  63. ca17d1e AmigaOS specific changes. See amiga/README.txt for more details. by Steven Solie · 15 years ago
  64. 66d31c5 Removed unnecessary linker dependencies. by Karl Waclawek · 15 years ago
  65. 3a5e38e Added URL for Expat project site. by Karl Waclawek · 15 years ago
  66. 1c0c10b Fix for issue #2517938: xmlwf should return a non-zero code for parsing errors. by Karl Waclawek · 15 years ago
  67. 6daf07c As per issue #1983953: updates to the most recent versions available by Karl Waclawek · 15 years ago
  68. 81700c6 Fix for issue #2517946. by Karl Waclawek · 15 years ago
  69. 014f661 Applied patch originating from Debian (http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?op=file&rev=0&sc=0). by Karl Waclawek · 15 years ago
  70. 94cdbbb Trade expatpp for ExpatMM by Sebastian Pipping · 16 years ago
  71. 63bc818 - Move diff to unified by Sebastian Pipping · 16 years ago
  72. a247ccd Better fix for bug #1990430. by Karl Waclawek · 16 years ago
  73. 5d3f2b8 Fix for bug #1990430. by Karl Waclawek · 16 years ago
  74. 352cfc8 Added pkg-config support - patch #1749198 by Dan Nicholson. by Karl Waclawek · 17 years ago
  75. af3b8c6 Fix for issue #1785430. by Karl Waclawek · 17 years ago
  76. 5d530f0 Corrected recommended namespace separators - reported in bug #1742315. by Karl Waclawek · 17 years ago
  77. a5348b9 Updated for release 2.0.1. by Karl Waclawek · 17 years ago
  78. 99b8415 Consistent bug references (now hashmark for all). Regex used: "\b(?<!#)(\d{6,})\b" -> "#\1" by Sebastian Pipping · 17 years ago
  79. 4d2c9d0 Added release date. by Karl Waclawek · 17 years ago R_2_0_1
  80. 5b8b510 Optimized png files. by Karl Waclawek · 17 years ago
  81. d95f84c Updated version number by Karl Waclawek · 17 years ago
  82. 220b5e5 Removed need for amiga_main(). by Steven Solie · 17 years ago
  83. 1decd7d Updated for latest SDK. by Steven Solie · 17 years ago
  84. 765bf55 Updated and removed any obsolete defines. by Steven Solie · 17 years ago
  85. 78ea98c Bumped version strings. by Steven Solie · 17 years ago
  86. b77dbe5 Bumped copyright. by Steven Solie · 17 years ago
  87. 358d975 Updated and bumped version. by Steven Solie · 17 years ago
  88. b239d26 Removed incorrect header. by Steven Solie · 17 years ago
  89. 940382c Added references to newest patches and fixes. by Karl Waclawek · 17 years ago
  90. 0de7d3a Added section about using DESTDIR and INSTALL_ROOT. by Karl Waclawek · 17 years ago
  91. de79105 Removing the comment was actually not necessary. by Karl Waclawek · 17 years ago
  92. 1e91933 Fix for issue #1717322. Removed deprecated comment and fixed library name. by Karl Waclawek · 17 years ago
  93. 8244907 One more patch for bug #1490371. by Karl Waclawek · 17 years ago
  94. 9f2d9f2 Fix for issue #1647805 (detecting -fexceptions support doesn't work by Karl Waclawek · 17 years ago
  95. 5e0d9e6 Replaced all literal references to ASCII characters with macros that by Karl Waclawek · 17 years ago
  96. 37cfa46 Trying to make conditional syntax more cross-platform compatible. by Karl Waclawek · 17 years ago
  97. 09a7fe4 Updated version info according to libtool rules. by Karl Waclawek · 17 years ago
  98. b52c224 Added a missing step for the UTF-16 intall. by Karl Waclawek · 17 years ago
  99. f56e31a Don't need to specify the max option - its the default. by Karl Waclawek · 17 years ago
  100. 32c10a4 Added note about output locations for MS builds. by Karl Waclawek · 17 years ago