[Pkg-javascript-commits] [sax.js] branch master updated (d683c97 -> d52341d)
Jérémy Lal
kapouer at alioth.debian.org
Mon Sep 23 00:23:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository sax.js.
from d683c97 Releasing to sid
new ca152a1 Imported Upstream version 0.5.5
new 22bdb04 Merge tag 'upstream/0.5.5'
new 46b5502 rename MIT to expat, rewrap
new 07c441d Source is github
new 241a51e Extend copyright year
new bdd54a7 Upstream switched to BSD-2-clause
new 1e1dd01 Add W3C license for examples/strict.dtd
new e8605cd Watch github
new b291e5f Standards-Version 3.9.4
new 1cfc285 Homepage is github
new a056918 Canonicalize Vcs fields
new 2a9b837 Minor changes in descriptions
new 22ba5cb Update changelog
new 0466855 Add myself as uploader
new d52341d Release
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
AUTHORS | 1 +
LICENSE | 47 +--
LICENSE-W3C.html | 188 ++++++++++++
README.md | 3 +-
component.json | 12 +
debian/changelog | 13 +
debian/control | 17 +-
debian/copyright | 116 ++++++--
debian/watch | 4 +-
examples/example.js | 50 ++--
examples/switch-bench.js | 45 ---
lib/sax.js | 436 ++++++++++++++++++++++++----
package.json | 20 +-
test/attribute-name.js | 33 +++
test/buffer-overrun.js | 3 +-
test/case.js | 9 +-
test/cdata-chunked.js | 2 +-
test/cdata-end-split.js | 2 +-
test/cdata-fake-end.js | 4 +-
test/cdata-multiple.js | 2 +-
test/cdata.js | 2 +-
test/cyrillic.js | 8 +
test/duplicate-attribute.js | 13 +
test/entities.js | 10 +
test/entity-mega.js | 16 +
test/issue-23.js | 16 +-
test/issue-30.js | 4 +-
test/issue-35.js | 2 +-
test/issue-47.js | 9 +-
test/issue-49.js | 8 +-
test/issue-84.js | 13 +
test/script-close-better.js | 12 +
test/script.js | 6 +-
test/self-closing-child-strict.js | 12 +-
test/self-closing-child.js | 12 +-
test/self-closing-tag.js | 8 +-
test/stray-ending.js | 4 +-
test/trailing-attribute-no-value.js | 10 +
test/trailing-non-whitespace.js | 3 +-
test/unclosed-root.js | 11 +
test/unquoted.js | 3 +-
test/utf8-split.js | 32 ++
test/xmlns-issue-41.js | 1 +
test/xmlns-rebinding.js | 12 +-
test/xmlns-strict.js | 19 +-
test/xmlns-unbound-element.js | 33 +++
test/xmlns-unbound.js | 2 +-
test/xmlns-xml-default-ns.js | 31 ++
test/xmlns-xml-default-prefix-attribute.js | 1 +
test/xmlns-xml-default-prefix.js | 1 +
test/xmlns-xml-default-redefine.js | 1 +
51 files changed, 1067 insertions(+), 255 deletions(-)
create mode 100644 LICENSE-W3C.html
create mode 100644 component.json
delete mode 100755 examples/switch-bench.js
create mode 100644 test/attribute-name.js
create mode 100644 test/cyrillic.js
create mode 100644 test/duplicate-attribute.js
create mode 100644 test/entities.js
create mode 100644 test/entity-mega.js
create mode 100644 test/issue-84.js
create mode 100644 test/script-close-better.js
create mode 100644 test/trailing-attribute-no-value.js
create mode 100644 test/unclosed-root.js
create mode 100644 test/utf8-split.js
create mode 100644 test/xmlns-unbound-element.js
create mode 100644 test/xmlns-xml-default-ns.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sax.js.git
More information about the Pkg-javascript-commits
mailing list