summaryrefslogtreecommitdiff
path: root/module/sxml/ssax.scm
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30quick fix to ssax.scmAndy Wingo1-3/+4
* module/sxml/ssax.scm: Fix previous commit.
2013-01-30fix ssax:warn to work as intendedAndy Wingo1-3/+5
* module/sxml/ssax.scm (ssax:warn): Fix to make more sense.
2013-01-27current-ssax-error-port is a parameterAndy Wingo1-5/+7
* module/sxml/ssax.scm (current-ssax-error-port): Change to be a parameter.
2012-01-20remove duplicate when/unless definitionsAndy Wingo1-8/+1
* module/rnrs/control.scm: * module/sxml/ssax.scm: * test-suite/lalr/common-test.scm: Remove local `when'/`unless' definitions.
2010-10-14ssax: add procs to define parsed entitiesAndy Wingo1-1/+22
* module/sxml/ssax.scm (reset-parsed-entity-definitions!) (define-parsed-entity!): New heavy-handed knobs for adding to the set of parsed entity definitions.
2009-12-21import statprof, sxml, and texinfo from guile-libAndy Wingo1-0/+246
* module/Makefile.am (LIB_SOURCES): Add statprof, sxml, and texinfo to the build. (NOCOMP_SOURCES): Reindent, and add the upstream SSAX files. * module/statprof.scm: * module/sxml/apply-templates.scm: * module/sxml/fold.scm: * module/sxml/simple.scm: * module/sxml/ssax.scm: * module/sxml/ssax/input-parse.scm: * module/sxml/transform.scm: * module/sxml/upstream/COPYING.SSAX: * module/sxml/upstream/SSAX.scm: * module/sxml/upstream/SXML-tree-trans.scm: * module/sxml/upstream/SXPath-old.scm: * module/sxml/upstream/assert.scm: * module/sxml/upstream/input-parse.scm: * module/sxml/xpath.scm: * module/texinfo.scm: * module/texinfo/docbook.scm: * module/texinfo/html.scm: * module/texinfo/indexing.scm: * module/texinfo/plain-text.scm: * module/texinfo/reflection.scm: * module/texinfo/serialize.scm: * module/texinfo/string-utils.scm: Add files from guile-lib to Guile. It's only Richard, Andreas, Rob, and myself that have copyright on these, and we have all assigned to the FSF. SSAX itself is in the public domain.