2003-10-11 15:40:20 by grant beattie | Files touched by this commit (15) |
Log message:
bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.
|
2003-09-27 12:10:34 by grant beattie | Files touched by this commit (1) |
Log message:
link against the correct libs when using gcc3.
|
2003-08-31 12:58:38 by Jaromir Dolecek | Files touched by this commit (2) |
Log message:
patch-ac is not needed anymore with version 1.0 (and doesn't apply, even)
|
2003-08-31 12:30:18 by Jaromir Dolecek | Files touched by this commit (1) | |
Log message:
update distinfo for update to sablotron version 1.0
|
2003-08-29 17:47:47 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Depend on the latest version.
|
2003-08-29 17:29:30 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Updated sablotron to 1.0
Changes:
Version 1.0
August 8, 2003
---------------
- two flags SAB_DUMP_SHEET_STRUCTURE (0x40) and
SAB_NO_EXTERNAL_ENTITIES (0x80) added
- nested xsl:attribute reported as error
- > is always escaped to prevent problems with CDATA end
- new configurable set of makefiles for Windows MSVC++ has been
created to replace existing Makefile.nt file
[by Rosimildo daSilva, patch by Bob Kline]
- fixed a type comparison failing on arm, powerpc and s390
[reported by Debian maintainers]
- fixed a bug of default NS in imported/included templates
- fixed a segfault in keys defined on empty nodes
[reported by Simon Spanihel]
- minor changes to compile under QNX 6.2
[patch by Adrian Weiler]
- fixed a bug of nested imports [reported by Dave Brooks]
- fixed a bug of UTF-16 encoded files on Win
[reported by Andrey Sokolov]
- fixed a bug of defenition check in shandler.h for Borland
compilers [reported by Vladimir Lukianov]
- fixed a bug of crashing sorting on Windows
- fixed a bug of crashing key() on RTF
[reported by Valeriy Ovechkin]
- solved the issue of too many files open with exsl:document
- fixed a bug of casting of 64-bit pointers to (int)
[patch by Steve Crockett]
- fixed a bug absolute paths starting with a drive letter on
Windows (unsupported scheme is reported)
- fixed a bug of SDOM_DestroyDocument
Version 0.98
April 7, 2003
-------------
- added stylesheet chaining to sabcmd [by Stefan Behnel]
- changes in XML::Sablotron (new layout, added DOMHandler SXP
interface) [by Nicolas Trebst and Anselm Kruis]
- fixed a bug of variables bound for SXP queries
- fixed a bug of the self axis (principal node type)
- fix for Metrowerks C/C++ compiler [suggested by Tim Crook]
- fixed a bug of forbidden XPath (child::xxx@yyy)
- configuration fixes (APIDOC docs are built only when
Perl/XML::Parser found)
- fixed defaults for xsl:number
- fixed a bug of required order of top-level variables
- fixes in the outputting of NS declarations
- fixes in the import precedence [report by Roy Huggins]
- added a new config switch for sabcmd to abort on XSLT error
(--enable-abort-on-error)
- fixed a bug in namespace-alias
- fixed segfault occurring when formating big numbers (>1e127)
- fixed comparison of char to 0 for unsigned-char platforms
Version 0.97
December 30, 2002
-----------------
- fixed the problem with Expat 1.95.5
- fixed a bug in xsl:message [report by Bob Kline]
- fixed an infinite loop bug in recursive imports
[report by Michael Vladimirov]
- added SablotGetOptions() function
- added a new option (SAB_FILES_TO_HANDLER) to pass the 'file'
URIs to the scheme handler
- fixed collisions with PHP/Java extension, Arena* renamed to
SabArena [suggested by Christian Stocker]
- mapping of namespaces added to xql() function (DOM)
- chars illegal in output encoding displayed as references
(for xml, html, xhtml output methods)
- fixed resolution of relative URIs in document()
- fixed a bug of not overridden imported parameters
- documentation sources (APIDOC XML) added to distribution
Closes my own PR pkg/22603.
|
2003-07-24 15:35:29 by grant beattie | Files touched by this commit (1) |
Log message:
fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablot
can once again find the iconv functions on systems without iconv
in libc.
|
2003-07-22 16:05:48 by Jim Wise | Files touched by this commit (1) |
Log message:
Don't explicitly pull in -liconv -- if we need it, the libiconv buildlink glue
will give it to us, and if we don't this breaks the build.
|
2003-07-18 14:39:18 by grant beattie | Files touched by this commit (1) |
Log message:
pass libs in LIBS, not LDFLAGS. link with libstdc++ and libm if gcc,
libCrun and libm if SunPro.
fixes build with SunPro.
|
2003-07-18 13:14:44 by grant beattie | Files touched by this commit (1) |
Log message:
only use libstdc++ and libm if we aren't using sunpro or mipspro.
|