import statprof, sxml, and texinfo from guile-lib
authorAndy Wingo <wingo@pobox.com>
Sun, 20 Dec 2009 23:01:13 +0000 (00:01 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 20 Dec 2009 23:01:13 +0000 (00:01 +0100)
commit47f3ce525efcf2aa30abbae0374c19c9f8960789
tree7bb9ee62708bd858c2f272511495f93db21c0f71
parentc66fe8a9a0a6b5106c94a4ce6eeda551275dc2bc
import statprof, sxml, and texinfo from guile-lib

* 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.
23 files changed:
module/Makefile.am
module/statprof.scm [new file with mode: 0644]
module/sxml/apply-templates.scm [new file with mode: 0644]
module/sxml/fold.scm [new file with mode: 0644]
module/sxml/simple.scm [new file with mode: 0644]
module/sxml/ssax.scm [new file with mode: 0644]
module/sxml/ssax/input-parse.scm [new file with mode: 0644]
module/sxml/transform.scm [new file with mode: 0644]
module/sxml/upstream/COPYING.SSAX [new file with mode: 0644]
module/sxml/upstream/SSAX.scm [new file with mode: 0644]
module/sxml/upstream/SXML-tree-trans.scm [new file with mode: 0644]
module/sxml/upstream/SXPath-old.scm [new file with mode: 0644]
module/sxml/upstream/assert.scm [new file with mode: 0644]
module/sxml/upstream/input-parse.scm [new file with mode: 0644]
module/sxml/xpath.scm [new file with mode: 0644]
module/texinfo.scm [new file with mode: 0644]
module/texinfo/docbook.scm [new file with mode: 0644]
module/texinfo/html.scm [new file with mode: 0644]
module/texinfo/indexing.scm [new file with mode: 0644]
module/texinfo/plain-text.scm [new file with mode: 0644]
module/texinfo/reflection.scm [new file with mode: 0644]
module/texinfo/serialize.scm [new file with mode: 0644]
module/texinfo/string-utils.scm [new file with mode: 0644]