1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +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
COPYING.SSAX
input-parse.scm sxml: Make parser thread-safe. 2021-10-22 13:52:40 +02:00
SSAX.scm
SXML-tree-trans.scm
SXPath-old.scm