[Pkg-javascript-commits] [node-expat] 267/371: Imported Upstream version 2.3.1

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 22cbce028ffbbeff9db7f5b1cdceee783e1406d2
Merge: 29cd084 0b732e5
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Sep 8 14:34:17 2014 +0200

    Imported Upstream version 2.3.1

 .gitignore                                      |     4 -
 .travis.yml                                     |    12 +-
 README.markdown                                 |    51 +-
 binding.gyp                                     |    14 +
 deps/libexpat/CMake.README                      |    42 +
 deps/libexpat/CMakeLists.txt                    |   111 +
 deps/libexpat/COPYING                           |    22 +
 deps/libexpat/Changes                           |   205 +
 deps/libexpat/ConfigureChecks.cmake             |    44 +
 deps/libexpat/MANIFEST                          |   141 +
 deps/libexpat/Makefile.in                       |   201 +
 deps/libexpat/README                            |   139 +
 deps/libexpat/aclocal.m4                        |  8460 ++++++++++
 deps/libexpat/amiga/Makefile                    |   336 +
 deps/libexpat/amiga/README.txt                  |    98 +
 deps/libexpat/amiga/expat.xml                   |   264 +
 deps/libexpat/amiga/expat_68k.c                 |   939 ++
 deps/libexpat/amiga/expat_68k.h                 |    94 +
 deps/libexpat/amiga/expat_68k_handler_stubs.c   |   185 +
 deps/libexpat/amiga/expat_base.h                |    40 +
 deps/libexpat/amiga/expat_lib.c                 |   247 +
 deps/libexpat/amiga/expat_vectors.c             |   505 +
 deps/libexpat/amiga/include/inline4/expat.h     |    94 +
 deps/libexpat/amiga/include/interfaces/expat.h  |    98 +
 deps/libexpat/amiga/include/libraries/expat.h   |   566 +
 deps/libexpat/amiga/include/proto/expat.h       |    52 +
 deps/libexpat/amiga/launch.c                    |    57 +
 deps/libexpat/bcb5/README.txt                   |    87 +
 deps/libexpat/bcb5/all_projects.bpg             |    49 +
 deps/libexpat/bcb5/elements.bpf                 |     4 +
 deps/libexpat/bcb5/elements.bpr                 |   149 +
 deps/libexpat/bcb5/elements.mak                 |   186 +
 deps/libexpat/bcb5/expat.bpf                    |     6 +
 deps/libexpat/bcb5/expat.bpr                    |   140 +
 deps/libexpat/bcb5/expat.mak                    |   187 +
 deps/libexpat/bcb5/expat_static.bpf             |     5 +
 deps/libexpat/bcb5/expat_static.bpr             |   143 +
 deps/libexpat/bcb5/expat_static.mak             |   189 +
 deps/libexpat/bcb5/expatw.bpf                   |     6 +
 deps/libexpat/bcb5/expatw.bpr                   |   146 +
 deps/libexpat/bcb5/expatw.mak                   |   187 +
 deps/libexpat/bcb5/expatw_static.bpf            |     5 +
 deps/libexpat/bcb5/expatw_static.bpr            |   152 +
 deps/libexpat/bcb5/expatw_static.mak            |   190 +
 deps/libexpat/bcb5/libexpat_mtd.def             |   141 +
 deps/libexpat/bcb5/libexpatw_mtd.def            |   140 +
 deps/libexpat/bcb5/makefile.mak                 |    37 +
 deps/libexpat/bcb5/outline.bpf                  |     4 +
 deps/libexpat/bcb5/outline.bpr                  |   132 +
 deps/libexpat/bcb5/outline.mak                  |   186 +
 deps/libexpat/bcb5/setup.bat                    |     9 +
 deps/libexpat/bcb5/xmlwf.bpf                    |     7 +
 deps/libexpat/bcb5/xmlwf.bpr                    |   136 +
 deps/libexpat/bcb5/xmlwf.mak                    |   187 +
 deps/libexpat/configure                         | 18632 ++++++++++++++++++++++
 deps/libexpat/configure.in                      |   155 +
 deps/libexpat/conftools/PrintPath               |   116 +
 deps/libexpat/conftools/ac_c_bigendian_cross.m4 |    81 +
 deps/libexpat/conftools/config.guess            |  1517 ++
 deps/libexpat/conftools/config.sub              |  1760 ++
 deps/libexpat/conftools/expat.m4                |    43 +
 deps/libexpat/conftools/get-version.sh          |    46 +
 deps/libexpat/conftools/install-sh              |   520 +
 deps/libexpat/conftools/ltmain.sh               |  9642 +++++++++++
 deps/libexpat/conftools/mkinstalldirs           |    40 +
 deps/libexpat/doc/expat.png                     |   Bin 0 -> 1027 bytes
 deps/libexpat/doc/reference.html                |  2390 +++
 deps/libexpat/doc/style.css                     |   101 +
 deps/libexpat/doc/valid-xhtml10.png             |   Bin 0 -> 2368 bytes
 deps/libexpat/doc/xmlwf.1                       |   251 +
 deps/libexpat/doc/xmlwf.sgml                    |   468 +
 deps/libexpat/examples/elements.c               |    65 +
 deps/libexpat/examples/elements.dsp             |   103 +
 deps/libexpat/examples/outline.c                |   106 +
 deps/libexpat/examples/outline.dsp              |   103 +
 deps/libexpat/expat.dsw                         |   110 +
 deps/libexpat/expat.pc.in                       |    11 +
 deps/libexpat/expat_config.h                    |   103 +
 deps/libexpat/expat_config.h.cmake              |    91 +
 deps/libexpat/expat_config.h.in                 |   102 +
 deps/libexpat/lib/Makefile.MPW                  |   206 +
 deps/libexpat/lib/amigaconfig.h                 |    32 +
 deps/libexpat/lib/ascii.h                       |    92 +
 deps/libexpat/lib/asciitab.h                    |    36 +
 deps/libexpat/lib/expat.dsp                     |   185 +
 deps/libexpat/lib/expat.h                       |  1047 ++
 deps/libexpat/lib/expat_external.h              |   115 +
 deps/libexpat/lib/expat_static.dsp              |   162 +
 deps/libexpat/lib/expatw.dsp                    |   185 +
 deps/libexpat/lib/expatw_static.dsp             |   162 +
 deps/libexpat/lib/iasciitab.h                   |    37 +
 deps/libexpat/lib/internal.h                    |    73 +
 deps/libexpat/lib/latin1tab.h                   |    36 +
 deps/libexpat/lib/libexpat.def                  |    73 +
 deps/libexpat/lib/libexpatw.def                 |    73 +
 deps/libexpat/lib/macconfig.h                   |    53 +
 deps/libexpat/lib/nametab.h                     |   150 +
 deps/libexpat/lib/utf8tab.h                     |    37 +
 deps/libexpat/lib/winconfig.h                   |    30 +
 deps/libexpat/lib/xmlparse.c                    |  6403 ++++++++
 deps/libexpat/lib/xmlrole.c                     |  1336 ++
 deps/libexpat/lib/xmlrole.h                     |   114 +
 deps/libexpat/lib/xmltok.c                      |  1651 ++
 deps/libexpat/lib/xmltok.h                      |   316 +
 deps/libexpat/lib/xmltok_impl.c                 |  1783 +++
 deps/libexpat/lib/xmltok_impl.h                 |    46 +
 deps/libexpat/lib/xmltok_ns.c                   |   115 +
 deps/libexpat/libexpat.gyp                      |    84 +
 deps/libexpat/m4/libtool.m4                     |  7851 +++++++++
 deps/libexpat/m4/ltoptions.m4                   |   369 +
 deps/libexpat/m4/ltsugar.m4                     |   123 +
 deps/libexpat/m4/ltversion.m4                   |    23 +
 deps/libexpat/m4/lt~obsolete.m4                 |    98 +
 deps/libexpat/tests/README.txt                  |    13 +
 deps/libexpat/tests/benchmark/README.txt        |    16 +
 deps/libexpat/tests/benchmark/benchmark.c       |   114 +
 deps/libexpat/tests/benchmark/benchmark.dsp     |    88 +
 deps/libexpat/tests/benchmark/benchmark.dsw     |    44 +
 deps/libexpat/tests/chardata.c                  |   131 +
 deps/libexpat/tests/chardata.h                  |    40 +
 deps/libexpat/tests/minicheck.c                 |   182 +
 deps/libexpat/tests/minicheck.h                 |    90 +
 deps/libexpat/tests/runtests.c                  |  1515 ++
 deps/libexpat/tests/runtestspp.cpp              |     6 +
 deps/libexpat/tests/xmltest.sh                  |   142 +
 deps/libexpat/version.c                         |     9 +
 deps/libexpat/vms/README.vms                    |    23 +
 deps/libexpat/vms/descrip.mms                   |    70 +
 deps/libexpat/vms/expat_config.h                |    52 +
 deps/libexpat/win32/MANIFEST.txt                |    27 +
 deps/libexpat/win32/README.txt                  |    80 +
 deps/libexpat/win32/expat.iss                   |    69 +
 deps/libexpat/xmlwf/codepage.c                  |    68 +
 deps/libexpat/xmlwf/codepage.h                  |     6 +
 deps/libexpat/xmlwf/ct.c                        |   147 +
 deps/libexpat/xmlwf/filemap.h                   |    17 +
 deps/libexpat/xmlwf/readfilemap.c               |   100 +
 deps/libexpat/xmlwf/unixfilemap.c               |    65 +
 deps/libexpat/xmlwf/win32filemap.c              |    96 +
 deps/libexpat/xmlwf/xmlfile.c                   |   244 +
 deps/libexpat/xmlwf/xmlfile.h                   |    20 +
 deps/libexpat/xmlwf/xmlmime.c                   |   163 +
 deps/libexpat/xmlwf/xmlmime.h                   |    19 +
 deps/libexpat/xmlwf/xmltchar.h                  |    36 +
 deps/libexpat/xmlwf/xmlurl.h                    |    13 +
 deps/libexpat/xmlwf/xmlwf.c                     |   861 +
 deps/libexpat/xmlwf/xmlwf.dsp                   |   139 +
 deps/libexpat/xmlwf/xmlwin32url.cxx             |   395 +
 lib/node-expat.js                               |    23 +-
 node-expat.cc                                   |   267 +-
 package.json                                    |    88 +-
 test.js                                         |    75 +-
 tools/Readme.txt                                |    13 -
 tools/module.gyp                                |    75 -
 tools/node-gyp                                  |    33 -
 tools/node-gyp.bat                              |    85 -
 wscript                                         |    26 -
 157 files changed, 80851 insertions(+), 417 deletions(-)

diff --cc .gitignore
index 5c68e8c,5c68e8c..0000000
deleted file mode 100644,100644
--- a/.gitignore
+++ /dev/null
@@@ -1,4 -1,4 +1,0 @@@
--.lock-wscript
--node_modules
--build
--*.swp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list