2002-09-27 |
Fred L. Drake... | Archive old news off the main page so it is not so... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Karl Waclawek | Changed calling convention macros to differentiate... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Fred L. Drake... | Fix a name. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Fred L. Drake... | A last-minute report suggests a problem with this using... R_1_95_5 |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Fred L. Drake... | Revised one of the change notes slightly. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Fred L. Drake... | Disable FASTCALL on Windows since it turned out not... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Fred L. Drake... | Add the static libraries to the manifest of installed... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Fred L. Drake... | Install the static libs and the PNG icon for the docume... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Stupid typo. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Let's make at least one distribution try to be complete. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Add the new, internal header file. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Karl Waclawek | Updated link. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Refer to the roadmap document until I can update this... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Make it clear that "Namespaces in XML 1.1" is included... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Karl Waclawek | Fred and I added FASTCALL directives to xmltok.c and... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Karl Waclawek | Make FASTCALL function pointer declaration compile... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Update the version/compatibility information for the... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Update RPM spec file for Expat 1.95.5. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Update information about the Expat mailing lists, and... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Add the proper way of dealing with page margins. This... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Added a news item about the roadmap document. This... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Add a note to the prolog directing discussion to the... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Added the date of the last update. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Add link to the roadmap document. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Predict a release date. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Use the FASTCALL macro for many of the internal functions. |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Added new header for common internal definitions. ... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Fred L. Drake... | Elaborate the XML_GetFeatureList() API a bit, and add... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Fred L. Drake... | Don't hedge; call it what it is. |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Fred L. Drake... | Added text about the pull/suspend model for parsing... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Fred L. Drake... | Small elaboration of what the new API needs to support. |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Fred L. Drake... | Add HTML version of the roadmap document currently... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Fred L. Drake... | Abstract some of the styling information out of the... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Karl Waclawek | Included "invalid" test cases, to check if the parser... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Fred L. Drake... | Update to Karl's version of this script, and use the... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Karl Waclawek | Added some comments regarding previous fix (bug #602729). |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Karl Waclawek | Fix bug reported by Rolf Ade: |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Fred L. Drake... | New test: demonstrate segfault in epilogProcessor(... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Added information on the expat-checkins list. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Update links to the mailing lists. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Make these well-formed XHTML. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Karl Waclawek | Added default handler fix. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | At least make this well-formed XHTML. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Tabs are evil; remove them. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Document the special build considerations for building... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Fixed indentation, added period. |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Karl Waclawek | Added static library build support under VC++ |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Consistently use "Expat" when refering to the Expat... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | The strings returned as part of the XML_Feature structu... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Fred L. Drake... | Revise the XML_GetFeatureList() function signature... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Make the arg to XML_ErrorString() an XML_Error value... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Define XML_Error enum before referencing it. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Added more updates; mostly the list of misc. bugs that... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Added & elaborated some comments about the structures... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Comments should be sentences, and sentences should... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Karl Waclawek | Applied patch #600964: Element name storage optimization |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Karl Waclawek | The previous fix should also be applied to XML_ParserReset. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Initialize the pools that are part of the parser struct... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Added regression test. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | Start a section for the next release. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | asParser(): Removed unused function only defined in... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred L. Drake... | One consequence of using an incomplete struct to define... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Karl Waclawek | Fix for bug #600479: error decoding UTF-8 triplet |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | Fix a broken error message about the XML declaration. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | Documented XML_ParserReset(). |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | Substantially reduce the amount of indentation used... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | Change XML_Parser definition to use an incomplete struc... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Karl Waclawek | Small documentation fix for default handler. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | Fix XHTML well-formedness and validity. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | showVersion(): Use the new XML_GetFeatureList() functi... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | XML_GetFeatureList(): New API function. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred L. Drake... | Update the link to the mailing lists. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Karl Waclawek | Applied patch #599715: Enable undeclared DTD |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Karl Waclawek | Removed DllMain function for Windows Dll. |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Fred L. Drake... | Add test for well-formedness constraint: No Recursion. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | Minor changes for consistency. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | Wrap some long lines; the AS/400 requires line length... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | Update the "clean" target to match the current arrangement. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | It doesn't look like this has been used in a long time... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | Add a test that we do report an undefined entity if... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Karl Waclawek | Applied patch #598944: Static library builds for VC++ |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | Factor out some error reporting code used when the... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred L. Drake... | Renamed the last test added to be more clear about... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | Elaborate a comment slightly. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | showVersion(): Only check for \ in the path on Windows... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | Add a test case for the improper reporting of a failure... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | Preliminary version number increment. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Karl Waclawek | Fix for WFC: Entity Declared handling: |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | Added some minor markup, plus many more internal hyperl... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Karl Waclawek | Applied patch #598352: Patch for defaultHandler in... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | Reduce the maximum line with to 80 (including the newli... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred L. Drake... | Suppress a warning from GCC that moveToFreeBindingList... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Karl Waclawek | Added more detail about the unknownEncodingHandler. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Karl Waclawek | Applied patch for bug #596931: XML_ParseReset and memor... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Karl Waclawek | Fixed typo. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Fred L. Drake... | Fix well-formedness, broken in the previous checkin. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Fred L. Drake... | Added documentation on how Expat deals with XML version... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Fred L. Drake... | Specify XHTML 1.0 Strict, conform, and add the "Valid... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Fred L. Drake... | Add the "Valid XHTML 1.0" icon. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Fred L. Drake... | Lots of really minor changes: |
commit | commitdiff | tree | snapshot |
next |