summaryrefslogtreecommitdiff
path: root/src/xml.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Make start/end in libxml-parse-html-region optionalLars Ingebrigtsen2022-08-22
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-20
* | More macro renamings for bignumTom Tromey2018-08-07
* | (libxml-parse-html-region): Make DISCARD-COMMENTS obsoleteLars Ingebrigtsen2018-04-14
* | Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsoleteLars Ingebrigtsen2018-04-14
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | New function 'libxml-available-p'Robert Pluim2017-11-03
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Merge from origin/emacs-25Paul Eggert2016-10-25
|\|
| * Avoid relocating buffers while libxml2 reads its textEli Zaretskii2016-10-23
| * Attempt to catch reads from a buffer that is relocatedEli Zaretskii2016-10-23
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-27
|/
* 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