start implementing EXSLT
authorThomas Broyer <tbroyer@src.gnome.org>
Sun, 15 Jul 2001 03:24:40 +0000 (03:24 +0000)
committerThomas Broyer <tbroyer@src.gnome.org>
Sun, 15 Jul 2001 03:24:40 +0000 (03:24 +0000)
commit00c7060529843fe91c308f5dde650fd21f91dd50
treecdc33dcf000e661df955938d2df249522fbbfcfb
parent5b529aba2ca4213cbaf95cef77f61108bf6c43c3
start implementing EXSLT

        * libexslt/exslt.[hc] libexslt/common.[hc] libexslt/functions.[hc]
          libexslt/math.[hc] libexslt/sets.[hc] libexslt/utils.[hc]
          configure.in libexslt/Makefile.am:
          start implementing EXSLT
libexslt/common.c [new file with mode: 0644]
libexslt/exslt.c [new file with mode: 0644]
libexslt/exslt.h [new file with mode: 0644]
libexslt/functions.c [new file with mode: 0644]
libexslt/math.c [new file with mode: 0644]
libexslt/sets.c [new file with mode: 0644]
libexslt/utils.c [new file with mode: 0644]
libexslt/utils.h [new file with mode: 0644]