1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Release of libxslt-1.1.32

* configure.ac: update for release
* doc/* : regenerated
This commit is contained in:
Daniel Veillard
2017-11-02 21:39:17 +01:00
parent 5415e64dc2
commit 8307b072ad
14 changed files with 71 additions and 17 deletions

View File

@ -579,7 +579,9 @@
<summary>Locale handling</summary>
<description>Interfaces for locale handling. Needed for language dependent sorting. </description>
<author>Nick Wellnhofer </author>
<exports symbol='XSLT_LOCALE_WINAPI' type='macro'/>
<exports symbol='XSLT_LOCALE_NONE' type='macro'/>
<exports symbol='XSLT_LOCALE_POSIX' type='macro'/>
<exports symbol='xsltLocale' type='typedef'/>
<exports symbol='xsltLocaleChar' type='typedef'/>
<exports symbol='xsltNewLocale' type='function'/>
@ -769,7 +771,13 @@
<info>This is the libxslt namespace for specific extensions.</info>
</macro>
<macro name='XSLT_LOCALE_NONE' file='xsltlocale'>
<info>Macro indicating that locale are not supported</info>
<info>Macro indicating that there&apos;s no extended locale support</info>
</macro>
<macro name='XSLT_LOCALE_POSIX' file='xsltlocale'>
<info>Macro indicating to use POSIX locale extensions</info>
</macro>
<macro name='XSLT_LOCALE_WINAPI' file='xsltlocale'>
<info>Macro indicating to use WinAPI for extended locale support</info>
</macro>
<macro name='XSLT_MARK_RES_TREE_FRAG' file='xsltInternals'>
<info>internal macro to set up tree fragments</info>