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
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
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-10
* xml.c (parse_region): Make the parsing work for non-comment-starting XML fi...
Lars Magne Ingebrigtsen
2011-09-03
Fix up xmlCleanupParser sequence.
Lars Magne Ingebrigtsen
2011-07-24
* src/xml.c: Fix Lisp_Object/int mixup.
Stefan Monnier
2011-07-23
* xml.c (parse_region): Remove unused local
Paul Eggert
2011-07-20
* xml.c (parse_region): Make sure we always return a tree.
Lars Magne Ingebrigtsen
2011-07-20
* xml.c (parse_region): If a document contains only comments, return that, too.
HAMANO Kiyoto
2011-07-20
* xml.c (make_dom): Return comments, too.
Lars Magne Ingebrigtsen
2011-04-08
* src/xml.c (parse_region): Avoid creating spurious whiespace nodes.
T.V. Raman
2011-03-18
* xml.c (make_dom): Now static.
Paul Eggert
2011-02-06
* xml.c: conform to C89 pointer rules
Paul Eggert
2011-01-30
Use SSDATA when the context wants char *.
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-15
Add 2011 to remaining FSF/AIST copyright years.
Glenn Morris
2010-12-06
Return CDATA sections (like <style>foo</style>) as text nodes.
Lars Magne Ingebrigtsen
2010-10-02
Clean up trailing whitespace.
Lars Magne Ingebrigtsen
2010-10-02
xml.c: Rework the functions to take regions instead of strings,
Lars Magne Ingebrigtsen
2010-09-30
* src/xml.c (parse_string): Use const.
Dan Nicolaescu
[next]