index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
xml.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Remove no-op calls to decode-char with 'ucs' arg
Stefan Kangas
2021-12-05
1
-5
/
+5
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-2
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
Make ERC desktop notifications lenient to invalid XML characters
Dario Gjorgjevski
2020-09-13
1
-7
/
+12
*
Don't bug out in xml-escape-string if invalid characters aren't present
Lars Ingebrigtsen
2020-05-25
1
-1
/
+2
*
Reject invalid characters in XML strings (Bug#41094).
Philipp Stephani
2020-05-23
1
-1
/
+12
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Replace manually crafted hex regexes with [:xdigit:]
Konstantin Kharlamov
2019-07-06
1
-4
/
+4
*
Update author/maintainer info
Paul Eggert
2019-05-26
1
-1
/
+1
*
Fix regexp branches that subsume other branches
Paul Eggert
2019-04-19
1
-1
/
+0
*
Fix more regexp oddities
Paul Eggert
2019-04-07
1
-2
/
+2
*
Minor xml.el tweaks
Paul Eggert
2019-03-27
1
-2
/
+2
*
* lisp/xml.el (xml-name-char-re): Remove superfluous `-' in regexp.
Mattias Engdegård
2019-03-27
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsolete
Lars Ingebrigtsen
2018-04-14
1
-0
/
+13
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
xml: Properly handle symbol-qnames for attribute parsing
David Engster
2017-04-17
1
-4
/
+3
*
xml: Fix parsing of default namespace with quoted names
David Engster
2017-01-24
1
-2
/
+4
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Turn on more lexical-binding
Mark Oteiza
2016-09-28
1
-3
/
+3
|
/
*
* lisp/xml.el (xml-parse-tag-1): Replace undefined function.
Glenn Morris
2016-03-16
1
-1
/
+1
*
Prevent infinite loop on not-well-formed xml. (Bug#16344)
Ulf Jasper
2016-03-02
1
-1
/
+8
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-5
/
+5
*
Don't quote symbols 'like-this' in docstrings etc.
Paul Eggert
2015-08-20
1
-4
/
+4
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
lisp/xml.el (xml-parse-tag-1): Use looking-at.
Juanma Barranquero
2013-08-12
1
-1
/
+1
*
lisp/*.el: More lexical-binding warnings' cleanups.
Juanma Barranquero
2013-08-11
1
-25
/
+23
*
* xml.el (xml-parse-string): Fix typo in handling of bad character references.
Chong Yidong
2013-02-13
1
-2
/
+2
*
* xml.el (xml-entity-or-char-ref-re): Fix regexp.
Chong Yidong
2013-01-23
1
-1
/
+1
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
* xml.el (xml-escape-string): Don't refer to xml-entity-alist.
Chong Yidong
2012-08-19
1
-7
/
+19
*
Maybe return expanded XML qnames as plain symbols (Bug#11916).
David Engster
2012-07-28
1
-13
/
+64
*
Clean up syntax-table usage in xml.el
Chong Yidong
2012-07-05
1
-187
/
+190
*
* lisp/xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
Stefan Monnier
2012-07-03
1
-5
/
+2
*
* xml.el: Protect parser against XML bombs.
Chong Yidong
2012-07-03
1
-6
/
+31
*
* lisp/xml.el: Handle entity and character reference expansion correctly.
Chong Yidong
2012-07-03
1
-188
/
+184
*
* xml.el (xml-parse-dtd): Use proper regexps for ELEMENT declarations.
Chong Yidong
2012-07-01
1
-6
/
+9
*
Improve xml parameter entity parsing, and add a new ERT test.
Chong Yidong
2012-07-01
1
-73
/
+107
*
Fix use of eval-and-compile in regexps in xml.el.
Chong Yidong
2012-06-30
1
-71
/
+83
[next]