2004-04-05 23:34:14 GMT Jacques Vidrine Summary: Compatibility cruft for GCC 2.95. The ctype macros such as islower and isdigit cannot be referenced in the std namespace directly with GCC 2.95. A `using' declaration is a reasonable workaround. GCC 2.95 does not implement ios_base. Take advantage of the fact that basic_iostream (and thus descendants) inherit from ios_base in standard C++, and from ios in GCC 2.95. Yuk. One wishes FreeBSD 4 would join the modern world. modified files: handlers.cc processors.cc 2004-04-01 20:27:14 GMT Jacques Vidrine Summary: Add new reference elements: , , , modified files: handlers.cc include/vuxml/elements.hh 2004-04-01 20:15:18 GMT Jacques Vidrine Summary: Ignore vulns. Use the vuxml.freebsd.org URL rather than vuxml.org. modified files: handlers.cc include/vuxml/basic_state.hh include/vuxml/elements.hh processors.cc 2004-02-12 21:13:25 GMT Jacques Vidrine Summary: Regenerate `configure' script. modified files: configure 2004-02-12 21:13:12 GMT Jacques Vidrine Summary: xhtml-files output option; vuxml.org URL in text output Add the `xhtml-files' output option, which generates a separate XHTML file for each entry. When using the `text' output option, include the vuxml.org URL corresponding to this entry. modified files: configure.ac handlers.cc include/vuxml/processors.hh processors.cc vxquery.cc 2004-02-12 19:24:17 GMT Jacques Vidrine Summary: vxquery 0.1