summaryrefslogtreecommitdiff
path: root/src/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation of libxml-parse-* functionsEli Zaretskii2023-04-291-2/+8
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make start/end in libxml-parse-html-region optionalLars Ingebrigtsen2022-08-221-2/+14
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-201-0/+1
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | (libxml-parse-html-region): Make DISCARD-COMMENTS obsoleteLars Ingebrigtsen2018-04-141-10/+4
* | Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsoleteLars Ingebrigtsen2018-04-141-2/+12
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | New function 'libxml-available-p'Robert Pluim2017-11-031-5/+32
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-251-2/+17
|\ \ | |/
| * Avoid relocating buffers while libxml2 reads its textEli Zaretskii2016-10-231-0/+8
| * Attempt to catch reads from a buffer that is relocatedEli Zaretskii2016-10-231-2/+9
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-4/+4
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+1
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-15/+14
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simplyPaul Eggert2014-12-281-45/+49
* 'libxml-parse(html|xml)-region': new optional param 'discard-comments'.Ulf Jasper2014-11-211-21/+26
* xml.c:parse_region: Do not forget the first document child.Ulf Jasper2014-10-281-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-1/+1
* Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-111-9/+8
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-231-4/+4
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-04-091-14/+118
|\
| * src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.Juanma Barranquero2012-04-071-2/+0
| * Fix typo that broke non-Windows builds.Paul Eggert2012-04-071-1/+1
| * Support building on MS-Windows with libxml2.Eli Zaretskii2012-04-071-14/+120
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-2/+2
|/
* * xml.c (parse_region): Make the parsing work for non-comment-starting XML fi...Lars Magne Ingebrigtsen2011-09-101-3/+9