[Pkg-javascript-commits] [node-repeat-element] branch master updated (a67815d -> 0ee450b)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 17 17:45:31 UTC 2016


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

praveen pushed a change to branch master
in repository node-repeat-element.

      from  a67815d   add itp, bump standards
       new  0c9d4e0   update watch file
       new  c7d0078   New upstream version 1.1.2+github
       new  cc9d051   Merge tag 'upstream/1.1.2+github'
       new  0ee450b   enable tests

The 4 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:
 .editorconfig                       | 17 ++++++++++++
 .gitattributes                      | 14 ++++++++++
 .gitignore                          | 12 +++++++++
 .jshintrc                           | 18 +++++++++++++
 .verb.md                            | 54 +++++++++++++++++++++++++++++++++++++
 benchmark/check.js                  | 38 ++++++++++++++++++++++++++
 benchmark/code/array-from.js        |  9 +++++++
 benchmark/code/array-map-call.js    |  7 +++++
 benchmark/code/array-map-valueOf.js |  5 ++++
 benchmark/code/current.js           |  1 +
 benchmark/code/for-concat.js        | 11 ++++++++
 benchmark/code/for-join-1.js        | 10 +++++++
 benchmark/code/for-join-2.js        |  9 +++++++
 benchmark/code/for-length.js        | 17 ++++++++++++
 benchmark/code/for-new-array-1.js   | 11 ++++++++
 benchmark/code/for-new-array-2.js   | 11 ++++++++
 benchmark/code/for-push.js          | 11 ++++++++
 benchmark/code/new-array-map-1.js   |  7 +++++
 benchmark/code/new-array-map-2.js   |  8 ++++++
 benchmark/code/repeat-element.js    |  3 +++
 benchmark/code/while-array-1.js     | 11 ++++++++
 benchmark/code/while-array-2.js     | 12 +++++++++
 benchmark/code/while-array-3.js     | 12 +++++++++
 benchmark/code/while-bitwise.js     | 16 +++++++++++
 benchmark/code/while-concat.js      | 11 ++++++++
 benchmark/code/while-exp.js         | 11 ++++++++
 benchmark/code/while-new-array-1.js | 11 ++++++++
 benchmark/code/while-new-array-2.js | 12 +++++++++
 benchmark/code/while-push.js        | 11 ++++++++
 benchmark/code/while-stack.js       | 15 +++++++++++
 benchmark/code/while-unshift.js     | 11 ++++++++
 benchmark/fixtures/0.js             |  3 +++
 benchmark/fixtures/1.js             |  3 +++
 benchmark/fixtures/100.js           |  4 +++
 benchmark/fixtures/2.js             |  3 +++
 benchmark/fixtures/2000.js          |  4 +++
 benchmark/fixtures/20000.js         |  4 +++
 benchmark/fixtures/25.js            |  3 +++
 benchmark/fixtures/250.js           |  4 +++
 benchmark/fixtures/3.js             |  3 +++
 benchmark/fixtures/4.js             |  3 +++
 benchmark/fixtures/5.js             |  3 +++
 benchmark/fixtures/50.js            |  4 +++
 benchmark/index.js                  | 12 +++++++++
 benchmark/last.md                   | 11 ++++++++
 debian/changelog                    |  7 +++++
 debian/control                      |  1 +
 debian/rules                        |  6 ++---
 debian/tests/control                |  3 +++
 debian/watch                        |  2 +-
 test.js                             | 39 +++++++++++++++++++++++++++
 51 files changed, 523 insertions(+), 5 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 .jshintrc
 create mode 100644 .verb.md
 create mode 100755 benchmark/check.js
 create mode 100644 benchmark/code/array-from.js
 create mode 100644 benchmark/code/array-map-call.js
 create mode 100644 benchmark/code/array-map-valueOf.js
 create mode 100644 benchmark/code/current.js
 create mode 100644 benchmark/code/for-concat.js
 create mode 100755 benchmark/code/for-join-1.js
 create mode 100644 benchmark/code/for-join-2.js
 create mode 100644 benchmark/code/for-length.js
 create mode 100755 benchmark/code/for-new-array-1.js
 create mode 100644 benchmark/code/for-new-array-2.js
 create mode 100644 benchmark/code/for-push.js
 create mode 100644 benchmark/code/new-array-map-1.js
 create mode 100644 benchmark/code/new-array-map-2.js
 create mode 100755 benchmark/code/repeat-element.js
 create mode 100755 benchmark/code/while-array-1.js
 create mode 100755 benchmark/code/while-array-2.js
 create mode 100755 benchmark/code/while-array-3.js
 create mode 100644 benchmark/code/while-bitwise.js
 create mode 100755 benchmark/code/while-concat.js
 create mode 100644 benchmark/code/while-exp.js
 create mode 100644 benchmark/code/while-new-array-1.js
 create mode 100644 benchmark/code/while-new-array-2.js
 create mode 100644 benchmark/code/while-push.js
 create mode 100644 benchmark/code/while-stack.js
 create mode 100755 benchmark/code/while-unshift.js
 create mode 100755 benchmark/fixtures/0.js
 create mode 100755 benchmark/fixtures/1.js
 create mode 100755 benchmark/fixtures/100.js
 create mode 100644 benchmark/fixtures/2.js
 create mode 100755 benchmark/fixtures/2000.js
 create mode 100644 benchmark/fixtures/20000.js
 create mode 100755 benchmark/fixtures/25.js
 create mode 100755 benchmark/fixtures/250.js
 create mode 100644 benchmark/fixtures/3.js
 create mode 100644 benchmark/fixtures/4.js
 create mode 100755 benchmark/fixtures/5.js
 create mode 100755 benchmark/fixtures/50.js
 create mode 100755 benchmark/index.js
 create mode 100644 benchmark/last.md
 create mode 100644 test.js

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



More information about the Pkg-javascript-commits mailing list