aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-20Define get_proc_addr in Cygwin-w32 buildAndy Moreton1-0/+1
2018-08-07More macro renamings for bignumTom Tromey1-2/+2
2018-04-14(libxml-parse-html-region): Make DISCARD-COMMENTS obsoleteLars Ingebrigtsen1-10/+4
2018-04-14Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsoleteLars Ingebrigtsen1-2/+12
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-03New function 'libxml-available-p'Robert Pluim1-5/+32
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-10-23Avoid relocating buffers while libxml2 reads its textEli Zaretskii1-0/+8
2016-10-23Attempt to catch reads from a buffer that is relocatedEli Zaretskii1-2/+9
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert1-4/+4
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+0
2015-05-31Remove unused DEFSYMsPaul Eggert1-2/+0
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert1-2/+1
2015-01-13Use bool for boolean in xmenu.c, xml.cPaul Eggert1-15/+14
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-2/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-28Wrap dll functions more simplyPaul Eggert1-45/+49
2014-11-21'libxml-parse(html|xml)-region': new optional param 'discard-comments'.Ulf Jasper1-21/+26
2014-10-28xml.c:parse_region: Do not forget the first document child.Ulf Jasper1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert1-1/+1
2013-02-17Prefer `message1' over `message'.Stefan Monnier1-1/+1
2013-01-11Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov1-9/+8
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert1-1/+1
2012-09-23Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong1-4/+4
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-0/+1
2012-04-07src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.Juanma Barranquero1-2/+0
2012-04-07Fix typo that broke non-Windows builds.Paul Eggert1-1/+1
2012-04-07Support building on MS-Windows with libxml2.Eli Zaretskii1-14/+120
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-2/+2
2011-09-10* xml.c (parse_region): Make the parsing work for non-comment-starting XML fi...Lars Magne Ingebrigtsen1-3/+9
2011-09-03Fix up xmlCleanupParser sequence.Lars Magne Ingebrigtsen1-1/+0
2011-07-24* src/xml.c: Fix Lisp_Object/int mixup.Stefan Monnier1-2/+2
2011-07-23* xml.c (parse_region): Remove unused localPaul Eggert1-1/+0
2011-07-20* xml.c (parse_region): Make sure we always return a tree.Lars Magne Ingebrigtsen1-1/+2
2011-07-20* xml.c (parse_region): If a document contains only comments, return that, too.HAMANO Kiyoto1-3/+15
2011-07-20* xml.c (make_dom): Return comments, too.Lars Magne Ingebrigtsen1-0/+8
2011-04-08* src/xml.c (parse_region): Avoid creating spurious whiespace nodes.T.V. Raman1-1/+1