diff --git a/doc/EXSLT/devhelp/libexslt-exsltexports.html b/doc/EXSLT/devhelp/libexslt-exsltexports.html index b04b4c02..240da955 100644 --- a/doc/EXSLT/devhelp/libexslt-exsltexports.html +++ b/doc/EXSLT/devhelp/libexslt-exsltexports.html @@ -35,11 +35,11 @@

exsltexports - macros for marking symbols as exportable/importable.

-

Author(s): Igor Zlatkovic <igor@zlatkovic.com>

+

Author(s):

Synopsis

#define LIBEXSLT_PUBLIC;
-#define _REENTRANT;
+#define EXSLTPUBLIC;
 #define EXSLTCALL;
 #define EXSLTPUBFUN;
 #define EXSLTPUBVAR;
@@ -52,23 +52,23 @@
       

Details

Macro EXSLTCALL

#define EXSLTCALL;
-

+

Macro which declares the calling convention for exported functions


Macro EXSLTPUBFUN

#define EXSLTPUBFUN;
-

+

Macro which declares an exportable function

+
+
+

Macro EXSLTPUBLIC

#define EXSLTPUBLIC;
+

Macro which declares a public symbol


Macro EXSLTPUBVAR

#define EXSLTPUBVAR;
-

+

Macro which declares an exportable variable


Macro LIBEXSLT_PUBLIC

#define LIBEXSLT_PUBLIC;
 

-

-
-

Macro _REENTRANT

#define _REENTRANT;
-


diff --git a/doc/EXSLT/devhelp/libexslt.devhelp2 b/doc/EXSLT/devhelp/libexslt.devhelp2 index 12020f8f..37e2debc 100644 --- a/doc/EXSLT/devhelp/libexslt.devhelp2 +++ b/doc/EXSLT/devhelp/libexslt.devhelp2 @@ -9,6 +9,7 @@ + @@ -20,7 +21,6 @@ - diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index 1937bb2a..8c5760ab 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -33,9 +33,8 @@ macros for marking symbols as exportable/importable. - Igor Zlatkovic <igor@zlatkovic.com> - + @@ -43,10 +42,16 @@ + Macro which declares the calling convention for exported functions + Macro which declares an exportable function + + + Macro which declares a public symbol + Macro which declares an exportable variable Namespace for EXSLT common functions @@ -77,8 +82,6 @@ Namespace for SAXON extensions functions - - diff --git a/doc/EXSLT/libexslt-refs.xml b/doc/EXSLT/libexslt-refs.xml index bddfb060..32f8d55b 100644 --- a/doc/EXSLT/libexslt-refs.xml +++ b/doc/EXSLT/libexslt-refs.xml @@ -3,6 +3,7 @@ + @@ -14,7 +15,6 @@ - @@ -38,6 +38,7 @@ + @@ -54,9 +55,6 @@ - - - @@ -127,9 +125,9 @@ + - @@ -182,6 +180,12 @@ + + + + + + @@ -255,9 +259,15 @@ + + + + + + @@ -266,11 +276,24 @@ + + + + + + + + + + + + + @@ -282,6 +305,7 @@ + @@ -296,7 +320,11 @@ + + + + @@ -336,6 +364,11 @@ + + + + + @@ -343,6 +376,9 @@ + + + @@ -352,9 +388,22 @@ + + + + + + + + + + + + + - + diff --git a/doc/devhelp/libxslt-xsltexports.html b/doc/devhelp/libxslt-xsltexports.html index e9479ea1..dc9413df 100644 --- a/doc/devhelp/libxslt-xsltexports.html +++ b/doc/devhelp/libxslt-xsltexports.html @@ -40,13 +40,13 @@

xsltexports - macros for marking symbols as exportable/importable.

macros for marking symbols as exportable/importable.

-

Author(s): Igor Zlatkovic <igor@zlatkovic.com>

+

Author(s):

Synopsis

#define LIBXSLT_PUBLIC;
 #define XSLTPUBFUN;
 #define XSLTPUBVAR;
-#define _REENTRANT;
+#define XSLTPUBLIC;
 #define XSLTCALL;
 
@@ -61,19 +61,19 @@

Macro XSLTCALL

#define XSLTCALL;
-

+

Macro which declares the calling convention for exported functions


Macro XSLTPUBFUN

#define XSLTPUBFUN;
-

+

Macro which declares an exportable function

+
+
+

Macro XSLTPUBLIC

#define XSLTPUBLIC;
+

Macro which declares a public symbol


Macro XSLTPUBVAR

#define XSLTPUBVAR;
-

-

-
-

Macro _REENTRANT

#define _REENTRANT;
-

+

Macro which declares an exportable variable


diff --git a/doc/devhelp/libxslt.devhelp2 b/doc/devhelp/libxslt.devhelp2 index 4a44f803..40295fab 100644 --- a/doc/devhelp/libxslt.devhelp2 +++ b/doc/devhelp/libxslt.devhelp2 @@ -39,6 +39,7 @@ + @@ -81,7 +82,6 @@ - diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 87335ae4..785eeafc 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -568,11 +568,10 @@ macros for marking symbols as exportable/importable. macros for marking symbols as exportable/importable. - Igor Zlatkovic <igor@zlatkovic.com> - + @@ -717,10 +716,16 @@
+ Macro which declares the calling convention for exported functions + Macro which declares an exportable function + + + Macro which declares a public symbol + Macro which declares an exportable variable get pointer to compiler context @@ -851,8 +856,6 @@ This is James Clark's XT processor namespace for extensions. - - diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 68a5aba5..5a285277 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -15,6 +15,7 @@ + @@ -131,7 +132,6 @@ - @@ -605,6 +605,7 @@ + @@ -723,7 +724,6 @@ - @@ -2466,8 +2466,8 @@ + -
@@ -3030,6 +3030,10 @@ + + + + @@ -4207,6 +4211,9 @@ + + + @@ -4484,6 +4491,9 @@ + + + @@ -4630,6 +4640,12 @@ + + + + + + @@ -5006,6 +5022,13 @@ + + + + + + + @@ -5305,6 +5328,7 @@ + @@ -6920,6 +6944,9 @@ + + + @@ -7740,6 +7767,9 @@ + + + @@ -8281,6 +8311,10 @@ + + + + diff --git a/doc/xsltproc.1 b/doc/xsltproc.1 index 85b7054d..15555cec 100644 --- a/doc/xsltproc.1 +++ b/doc/xsltproc.1 @@ -2,12 +2,12 @@ .\" Title: xsltproc .\" Author: John Fleck .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: $Date$ +.\" Date: 08/17/2022 .\" Manual: xsltproc Manual .\" Source: libxslt .\" Language: English .\" -.TH "XSLTPROC" "1" "$Date$" "libxslt" "xsltproc Manual" +.TH "XSLTPROC" "1" "08/17/2022" "libxslt" "xsltproc Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" -----------------------------------------------------------------