summaryrefslogtreecommitdiff
path: root/src/xml.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Avoid relocating buffers while libxml2 reads its textEli Zaretskii2016-10-23
* Attempt to catch reads from a buffer that is relocatedEli Zaretskii2016-10-23
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Wrap dll functions more simplyPaul Eggert2014-12-28
* 'libxml-parse(html|xml)-region': new optional param 'discard-comments'.Ulf Jasper2014-11-21
* xml.c:parse_region: Do not forget the first document child.Ulf Jasper2014-10-28
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Prefer `message1' over `message'.Stefan Monnier2013-02-17
* Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-11
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-04-09
|\
| * src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.Juanma Barranquero2012-04-07
| * Fix typo that broke non-Windows builds.Paul Eggert2012-04-07
| * Support building on MS-Windows with libxml2.Eli Zaretskii2012-04-07
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * xml.c (parse_region): Make the parsing work for non-comment-starting XML fi...Lars Magne Ingebrigtsen2011-09-10
* Fix up xmlCleanupParser sequence.Lars Magne Ingebrigtsen2011-09-03
* * src/xml.c: Fix Lisp_Object/int mixup.Stefan Monnier2011-07-24
* * xml.c (parse_region): Remove unused localPaul Eggert2011-07-23
* * xml.c (parse_region): Make sure we always return a tree.Lars Magne Ingebrigtsen2011-07-20
* * xml.c (parse_region): If a document contains only comments, return that, too.HAMANO Kiyoto2011-07-20
* * xml.c (make_dom): Return comments, too.Lars Magne Ingebrigtsen2011-07-20
* * src/xml.c (parse_region): Avoid creating spurious whiespace nodes.T.V. Raman2011-04-08
* * xml.c (make_dom): Now static.Paul Eggert2011-03-18
* * xml.c: conform to C89 pointer rulesPaul Eggert2011-02-06
* Use SSDATA when the context wants char *.Paul Eggert2011-01-30
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-15
* Return CDATA sections (like <style>foo</style>) as text nodes.Lars Magne Ingebrigtsen2010-12-06
* Clean up trailing whitespace.Lars Magne Ingebrigtsen2010-10-02
* xml.c: Rework the functions to take regions instead of strings,Lars Magne Ingebrigtsen2010-10-02
* * src/xml.c (parse_string): Use const.Dan Nicolaescu2010-09-30
* Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong2010-09-21
* * xml.c (parse_string): Renamed to parse_string(), since that'sLars Magne Ingebrigtsen2010-09-14
* * xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab2010-09-14