index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xml.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-04-29
Fix documentation of libxml-parse-* functions
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-08-22
Make start/end in libxml-parse-html-region optional
Lars Ingebrigtsen
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-20
Define get_proc_addr in Cygwin-w32 build
Andy Moreton
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-04-14
(libxml-parse-html-region): Make DISCARD-COMMENTS obsolete
Lars Ingebrigtsen
2018-04-14
Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsolete
Lars Ingebrigtsen
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-03
New function 'libxml-available-p'
Robert Pluim
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-10-25
Merge from origin/emacs-25
Paul Eggert
2016-10-23
Avoid relocating buffers while libxml2 reads its text
Eli Zaretskii
2016-10-23
Attempt to catch reads from a buffer that is relocated
Eli Zaretskii
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-02-21
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-01-13
Use bool for boolean in xmenu.c, xml.c
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-28
Wrap dll functions more simply
Paul Eggert
2014-11-21
'libxml-parse(html|xml)-region': new optional param 'discard-comments'.
Ulf Jasper
2014-10-28
xml.c:parse_region: Do not forget the first document child.
Ulf Jasper
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-02-17
Prefer `message1' over `message'.
Stefan Monnier
2013-01-11
Avoid unnecessary byte position calculation for the gap movement.
Dmitry Antipov
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-30
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-23
Remove LIBRARIES arg from w32_delayed_load and friends.
Chong Yidong
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-04-09
Merge from trunk.
Paul Eggert
2012-04-07
src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.
Juanma Barranquero
2012-04-07
Fix typo that broke non-Windows builds.
Paul Eggert
2012-04-07
Support building on MS-Windows with libxml2.
Eli Zaretskii
[next]