[Pkg-javascript-commits] [node-expat] branch upstream created (now c9c3b63)

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


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

js pushed a change to branch upstream
in repository node-expat.

        at  c9c3b63   Imported Upstream version 2.3.12

This branch includes the following new commits:

       new  4541157   barely works, finally
       new  417e1f2   StartElement & EndElement events + tests
       new  8ed0e79   emit text event
       new  2de23b9   test: use all stepsizes for each test
       new  18227be   README
       new  8e5a2f0   README: markdown fixes
       new  fb23368   README: Instructions & Namespace handling
       new  a10bffc   README: markdown fixes
       new  0728acb   expat.cc: rm debug output
       new  28b5904   test for entities
       new  ab65c9b   test: add run stats
       new  e6ac47b   move SAX callbacks to private static methods of class Parser
       new  0b6393c   fix expected XML_ParseBuffer() return value
       new  8bff36b   indentation
       new  1eab835   processingInstruction & comment events
       new  01abaaa   pass encoding optionally to new Parser() or use setEncoding()
       new  94ef41e   i can has error handling
       new  48381b7   README: TODO
       new  f75f0c2   xmlDecl callback
       new  72123e2   getError()
       new  1c3b5a7   README: Error handling
       new  ed7a520   expat: comments
       new  f301bde   node.js Buffer support (speed++)
       new  5ae6522   README: TODO done
       new  4b383ae   README: not only 3 events anymore
       new  7e87463   xmlDecl callback data is optional
       new  ada063b   parse(): check buffer param and raise TypeError
       new  ffaec9d   Making this a NPM module
       new  4199cb2   Adding install script to package information (and renaming to install.sh)
       new  94081ca   test.js: don't use setEncoding(), it's superfluous right after new Parser()
       new  cbc9580   LICENSE: MIT
       new  20c23a8   Merge remote branch 'hammerdr/master'
       new  1944d58   install.sh: add shebang
       new  aeba208   package.json: version is 0.0.4
       new  af79c3c   install.sh: make executable
       new  dd998d8   node-expat 1.0.0
       new  f6f1e24   pimp my package.json
       new  5bd15bf   package.json: fix main path
       new  4cc1fe1   node-expat 1.0.1
       new  af7dcf4   rename expat.cc & target binary to node-expat
       new  ee041ce   node-expat 1.1.0
       new  b464870   node.js v0.3 Buffer compatibility
       new  74592f4   emit startCdataElement/endCdataElement
       new  cc8a46a   rename startCdataElement/endCdataElement to startCdata/endCdata
       new  97e60e1   test.js: test for new cdata events
       new  dec2165   node-expat 1.2.0
       new  89528d4   Imported Upstream version 1.2.0
       new  45a818a   expose stop and resume to the nodejs side
       new  7a605ac   test for start/stop
       new  8231436   revert version, should not be changed without release
       new  9502068   unified wording in test
       new  0b925cb   package.json: contributors
       new  4c7daa6   expose stop and resume to the nodejs side
       new  e8904ba   test for start/stop
       new  e50b03d   unified wording in test
       new  fcde09e   node-expat 1.3.0
       new  4ca9ec7   Imported Upstream version 1.3.0
       new  c9162d0   implement entityDecl event + test
       new  d39b7e3   alias stop as pause to match node conventions
       new  e172d8d   node-expat 1.3.1
       new  9f7fc98   package.json: scripts
       new  0b78f48   test.js: port to vows
       new  92c3bdd   don't assert anything when parsing empty buffer
       new  78181b4   test.js: restore entityDecl test
       new  23fc14b   node-expat 1.3.2
       new  3ce618e   test.js: repair start & stop test case
       new  3ff8fa2   adds fail test to double parse the same document with the same parser instance
       new  b24d9a2   adds fail test to double parse the same document with the same parser instance
       new  a8a06e4   improves test
       new  1da0cd5   closes issue #15
       new  59b9564   package.json: add Camilo Aguilar to contributors
       new  2f24b62   wrap parser because EventEmitter is pure-JS as of node 0.5.x
       new  a815b6a   test.js: twice parsing is pending
       new  0833c14   node-expat 1.4.0
       new  f87253d   Imported Upstream version 1.4.0
       new  1ec3d3a   Fix for Node.js 0.6.0: Build seems to be now in Release instead of default
       new  5f40076   fix backwards compatibility for node 0.4.x
       new  30567d5   Merge pull request #21 from mweibel/patch-1
       new  7b3ca92   node-expat 1.4.1
       new  3268c6c   package.json: contributor Michael Weibel
       new  cb897fe   Imported Upstream version 1.4.1
       new  f995bc4   CI w/ Travis, tests with vows
       new  9277f98   test: rm unused require('sys')
       new  03cabcc   updates files to rename the native module to node_expat to be able to load it in windows (native modules with - fail to load)
       new  3c4fe34   Added windows building tools in wintools folder
       new  31ee208   Added Readme.txt in wintools and fixed an echo in the script
       new  52ec224   Added node-gyp to build the module in linux
       new  e7ad1ab   Added linux building support and renamed wintools to tools
       new  9b7a994   Added execute permitions to node-gyp and fixed a minro bug passing an empty expat_root variable to compile with gyp
       new  f1bc269   package.json: fix dup "scripts" key
       new  6559f0c   added stream support
       new  70c3121   adding bench for streaming from file
       new  bbb95b6   Update bench.js:  * added 'sax' parser to benchmark;  * added average el/s calculation on process exit;  * require 'sys' replaced with 'util' as proposed in the new versions of Nodejs.
       new  d88dab1   Merge pull request #26 from zerodivisi0n/patch-1
       new  b0cd393   package.json: dependencies as object not array
       new  0030d4e   package.json: update
       new  8509fc9   node-expat 1.4.2
       new  1e21273   EntityDecl: obey value_length parameter
       new  d630e9b   node-expat 1.4.3
       new  75414cf   Imported Upstream version 1.4.3
       new  776779e   Implement libexpat getCurrentLineNumber/getCurrentColumnNumber/getCurrentByteIndex
       new  68df853   node-expat 1.4.5
       new  9e29e29   Imported Upstream version 1.4.5
       new  f638c46   Exposing XML_ParserReset.
       new  95f9904   Adding tests for parser reset.
       new  b57053b   Merge master of git://github.com/satyamshekhar/node-expat.git (parser reset support)
       new  c846650   node-expat 1.5.0
       new  4ee9fd0   Imported Upstream version 1.5.0
       new  d72f5e0   Adding stream tag to version
       new  af2570d   merging in 1.5.0 with stream tag
       new  2dec97e   tidying exports
       new  0cda347   that try catch isn't helping anything
       new  819535e   Fix build issue on FreeBSD
       new  3a6d5e8   Merge 'dhruvbird/master'
       new  11be45e   Merge 'andreasbotsikas/windows-build'
       new  1d3df37   package.json: contributors Dhruv Matani & Andreas Botsikas
       new  844aaf8   Merge 'sh1mmer/master' (streams)
       new  5e8a4f1   integrate stream expat-bench.js into test.js
       new  0ec5fcb   Parser stream interface: emit 'close' after 'end'
       new  e00afd3   Parser stream interface: do not emit 'data'
       new  2e11630   Parser(): simplify parser.emit() proxying
       new  bde1fcb   Parser stream interface: write() & end() emit 'error'
       new  f653829   node-expat 1.6.0
       new  bf9e95f   .travis.yml: drop node 0.4
       new  29cd084   Imported Upstream version 1.6.0
       new  1fa6c6b   .travis.yml: run against node 0.8
       new  e7d7cb5   build: add support for building with node-gyp
       new  c388917   Merge tootallnate/gyp: build: add support for building with node-gyp
       new  5514d0e   node-expat 1.6.1
       new  bfed9b3   README: update Instructions
       new  c2144dd   wscript: remove, node-waf is no longer support by node-expat
       new  08d55f2   remove legacy windows build stuff
       new  90edc1f   add vanilla libexpat v2.1.0
       new  92d729e   add libexpat.gyp file
       new  9a913ea   add mac x64 config
       new  c593300   add test "version.c" file
       new  8cf84cf   binding: add libexpat to the "dependecies", don't link to system expat
       new  80328f9   add mac ia32 config
       new  9664c2c   libexpat: move the "expat_config.h" file to the top-level
       new  e6a2287   libexpat: remove platfor+arch specific gyp code
       new  b8cda5d   libexpat: Windows requires the "XML_STATIC" define to be set
       new  d2e32d6   README: remove "apt-get" and "yum" stuff
       new  bd61356   Merge remote-tracking branch 'tootallnate/master'
       new  cb33880   Parser.write(): check for error and emit 'error'
       new  17f8dea   Parser.end(): check for error to emit 'error'
       new  593c2a8   README: doc
       new  e73fdb6   node-expat 2.0.0
       new  6e54962   Added QuickStart usage instructions and API from test.js
       new  b79702f   added something to parse in example
       new  44c3f1a   Merge pull request #68 from coolaj86/patch-1
       new  e6e5492   convert to NAN for Node 0.8->0.11+ compatibility
       new  97378fe   Lets drop nodejs < 0.8 support and test up to 0.11
       new  899a409   Require nodejs >= 0.8.0
       new  2b462ed   Merge branch 'nan' of github.com:rvagg/node-expat
       new  a8abb06   Merge pull request #77 from rvagg/nan
       new  da695e9   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  0aa058b   2.1.0
       new  d36d9e1   Add myself to maintainers list
       new  3a6d585   Update README.markdown
       new  8bcfe7f   Revert "Merge pull request #77 from rvagg/nan"
       new  45071dc   2.1.1
       new  9ee2fbe   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  0aca9c6   Reapplying pull request #77 from @rvagg after testing on ubunut
       new  e2f694d   2.1.2
       new  7d50487   Added travis icon
       new  bfae244   Attempt to fix OS error in travis
       new  60df3fa   Missed hyphens
       new  0ebce63   Merge pull request #79 from node-xmpp/travis-coookbook-155
       new  cd63fb0   2.1.3
       new  ef94b88   fix quoting for Windows compile
       new  3289005   Merge pull request #81 from rvagg/windows-fix
       new  5a49ca8   2.1.4
       new  25124ca   Update README.markdown
       new  bbfc2a0   hook an UnknownEncoding handler, setUnknownEncoding(map)
       new  3e3e664   setUnknownEncoding(): don't crash on unsuspecting people
       new  9546618   Point to correct travis build status image
       new  025a609   adding a failing test for iconv
       new  ffddb9e   fixing the default param to be \b
       new  c36e214   lockning the iconv version
       new  2301006   Merge pull request #83 from julien51/unknown-encoding
       new  c0019f0   Add @julien51
       new  de5a942   Merge pull request #88 from node-xmpp/unknown-encoding
       new  a95a44a   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  f602bab   Roughly this version :)
       new  1b01915   Don't test with nodejs 0.9
       new  8760613   2.2.0
       new  fade8a1   Update README.markdown
       new  c1b2843   Update `nan` to version 1.0.0
       new  1d17597   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  b17c0f2   Update `nan`
       new  c03934d   NanSymbol -> NanNew<String>
       new  5e0f03f   NanFromV8String -> NanFromRawString
       new  57de8a8   NanNewLocal -> NanNew
       new  d3f7176   node 0.11.13 / nan 1.2.0 compatible
       new  96011aa   Merge pull request #92 from node-xmpp/issues/90
       new  696a1f6   2.3.0
       new  335368c   move build status logo
       new  8e1651b   Merge pull request #93 from chris-rock/patch-1
       new  596cbef   use bindings lib to locate addon
       new  0eb72f1   Merge pull request #95 from rvagg/bindings
       new  0b732e5   2.3.1
       new  e1b976f   Add a test for the escaping of ampersands
       new  22cbce0   Imported Upstream version 2.3.1
       new  6999e82   Update `nan`
       new  adb0ebf   2.3.2
       new  a7288c1   Move test file, add a reset() call
       new  1b71c3e   Refactor
       new  6451837   Update npm
       new  98973f2   More refactor
       new  9fad909   Add double parsing test back in
       new  d964cf0   Update dependencies
       new  11b5ded   Move test file
       new  63ef9e4   More refactor, add 'debug'
       new  4446b8e   Fire 'close' event
       new  a54b79a   Minor refactor
       new  d1aa00d   Merge pull request #103 from node-xmpp/reset
       new  e4ec0c5   2.3.3
       new  5252024   Add npm-debug.log to the .gitignore file
       new  5e8c19f   Fix repository entry
       new  3cabd7f   Update homepage URL + use https for Github links
       new  d06b087   Upgrade npm in travis for nodejs 0.8
       new  4b7101f   Merge branch 'master' of github.com:node-xmpp/node-expat into issues/104
       new  dac8b64   Merge pull request #105 from node-xmpp/issues/104
       new  0c10be9   2.3.4
       new  cc6fe7d   Update to nan 1.5.1
       new  6530995   Merge pull request #109 from corbinu/master
       new  5a98cdf   2.3.5
       new  b75ce3e   Upgrade `nan`, test on nodejs 0.12
       new  2e9a695   Support iojs on travis
       new  37e2f76   Minimal readme change
       new  0430e44   Update README.markdown
       new  2c91bee   Update `nan`
       new  a268b22   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  9e9f011   Use '~' don't update npm
       new  d2fdfc8   2.3.6
       new  dfb66ac   Update manual link
       new  413b05e   Update nan
       new  d2d9ac4   2.3.7
       new  409eb4b   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  66a83bb   update string usage to nan 1.3.0 style
       new  70ff777   Update `nan`. Fixes #117
       new  75c3e02   2.3.8
       new  96f7bee   Some cleanup
       new  9b227ff   Merge pull request #120 from node-xmpp/somefixes
       new  c129cb3   upgrade to NANv2
       new  9ae540c   travis update by @c4milo
       new  9daf70f   Merge pull request #123 from julianduque/master
       new  4963b95   2.3.9
       new  b3f048c   make travis run with Node.js 4.0
       new  58beb44   Merge pull request #127 from node-xmpp/4.0
       new  1569ddf   2.3.10
       new  27d078c   use standard JavaScript style and improvements
       new  50077ad   Merge pull request #130 from node-xmpp/standard
       new  2e9d9f1   2.3.11
       new  5c796d0   Ensure iconv and debug are devDependency - closes #129 Silence expat warnings
       new  5732561   Merge pull request #131 from lovell/quiet-install-fix-deps
       new  ed1e1ef   update travis node versions
       new  415cb33   2.3.12
       new  c9c3b63   Imported Upstream version 2.3.12

The 259 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.


-- 
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