Use a non-recursive replace function when the parser supports it. https://bugs.gnu.org/29782 https://bugzilla.samba.org/show_bug.cgi?id=9515 https://bugzilla.gnome.org/show_bug.cgi?id=736077 (for xsltproc) Patch copied from Debian: https://anonscm.debian.org/cgit/collab-maint/docbook-xsl.git/tree/debian/patches/765567_non-recursive_string_subst.patch Description: use EXSLT "replace" function when available A recursive implementation of string.subst is problematic, long strings with many matches will cause stack overflows. Author: Peter De Wachter Bug-Debian: https://bugs.debian.org/750593 --- a/lib/lib.xsl +++ b/lib/lib.xsl @@ -10,7 +10,10 @@ This module implements DTD-independent functions ******************************************************************** --> - + @@ -56,6 +59,9 @@ + + + class='right' method='get' action='/guix/log/gnu/packages/accessibility.scm'>
AgeCommit message (Expand)Author
2019-03-18Correct name and email address for ng0....ng0
2019-02-08gnu: florence: Don't use NAME in source URI....Tobias Geerinckx-Rice
2019-02-05gnu: Add xmagnify....Andrew Miloradovsky
2018-05-25gnu: footswitch: Update to ca43d53f....Jelle Licht
2018-03-20Correct name and Email for ng0....ng0
2018-03-04gnu: footswitch: Update to 0.1-2.deedd87....Tobias Geerinckx-Rice
2018-03-04gnu: footswitch: Remove redundant MKDIR-P....Tobias Geerinckx-Rice
2017-11-19Update email address for ng0.ng0
2017-09-28gnu: Add footswitch....Stefan Reichör
2017-05-27gnu: Add florence....ng0