1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/sxml/upstream
Ludovic Courtès 3b42b1eb52 sxml: Make parser thread-safe.
Fixes <https://bugs.gnu.org/51264>.

Lack of thread-safety would also affect the parser in (texinfo) because
it uses 'next-token-of'.

* module/sxml/upstream/input-parse.scm (input-parse:init-buffer): Always
return a fresh buffer.
2021-10-22 13:52:40 +02:00
..
assert.scm import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00
COPYING.SSAX import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00
input-parse.scm sxml: Make parser thread-safe. 2021-10-22 13:52:40 +02:00
SSAX.scm ssax: treat *DEFAULT* as a fallback handler in entity alist 2013-01-28 10:52:47 +01:00
SXML-tree-trans.scm import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00
SXPath-old.scm import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00