[rhino] branch master updated (0b28be3 -> ad30a57)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 20 10:09:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository rhino.
from 0b28be3 Filter out the gradle wrapper
adds cb996d1 Formatting issue with SourceReader.
adds f5e8f93 Fix CallSite.isNative() and isTopLevel() to not throw.
adds 0b9aa21 Make String.prototype.repeat not overflow for large values, and change code style a bit.
adds 68a7c19 Add tests from 1.7.7.
adds 8e545ce Add Gradle code from 1.7.7.
adds b52f694 Replace YearFromTime with code from jsdate.cpp to avoid long CPU loops.
adds 920e125 Update release numbers for 1.7.7.1.
adds 7d1c630 Update release notes and readme for 1.7.7.1.
adds d27d57a Removed the Gradle wrapper
new 307fff8 Merge tag 'upstream/1.7.7.1'
new 68fe14f New upstream release (1.7.7.1)
new c687e7e Simplified the usage syntax displayed with the --help option
new 0470ad7 Updated the man pages (Closes: #792243)
new f8bca11 Reintroduced removed methods in the FunctionNode and ObjectProperty classes
new 4fcabdf Reintroduced the deprecated exceptions used by htmlunit
new 0de5e05 Removed the build.xml patches (not required)
new 82fda87 Fixed a bug in Context.getImplementationVersion() when the project is built with Ant
new ad30a57 Upload to unstable
The 9 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:
README.md | 3 +-
RELEASE-NOTES.md | 18 ++
build.gradle | 54 ++++-
build.properties | 2 +-
debian/changelog | 10 +-
debian/patches/01_rhino-nowarn.patch | 20 --
debian/patches/02_exclude-jdk15.patch | 12 --
debian/patches/05_modify-usage.patch | 23 ++
.../06_preserve-backward-compatibility.patch | 172 +++++++++++++++
.../07_fix-context-implementation-version.patch | 18 ++
debian/patches/series | 5 +-
debian/rhino-debugger.1 | 44 +++-
debian/rhino-jsc.1 | 43 ++--
debian/rhino.1 | 41 +++-
gradle.properties | 4 +-
gradle/wrapper/gradle-wrapper.jar | Bin 52141 -> 0 bytes
gradle/wrapper/gradle-wrapper.properties | 6 -
gradlew | 164 --------------
gradlew.bat | 90 --------
maven/maven-pom.xml | 2 +-
src/manifest | 4 +-
src/org/mozilla/javascript/NativeCallSite.java | 2 +
src/org/mozilla/javascript/NativeDate.java | 50 +++--
src/org/mozilla/javascript/NativeString.java | 62 +++---
testsrc/doctests/467396.doctest | 28 +--
testsrc/doctests/480758.doctest | 32 +--
testsrc/doctests/iteratorKeys.doctest | 22 +-
testsrc/jstests/extensions/stack-traces.js | 46 +++-
.../mozilla/javascript/tests/Bug421071Test.java | 234 ++++++++++----------
.../org/mozilla/javascript/tools/SourceReader.java | 238 ++++++++++-----------
30 files changed, 777 insertions(+), 672 deletions(-)
delete mode 100644 debian/patches/01_rhino-nowarn.patch
delete mode 100644 debian/patches/02_exclude-jdk15.patch
create mode 100644 debian/patches/05_modify-usage.patch
create mode 100644 debian/patches/06_preserve-backward-compatibility.patch
create mode 100644 debian/patches/07_fix-context-implementation-version.patch
delete mode 100644 gradle/wrapper/gradle-wrapper.jar
delete mode 100644 gradle/wrapper/gradle-wrapper.properties
delete mode 100755 gradlew
delete mode 100755 gradlew.bat
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rhino.git
More information about the pkg-java-commits
mailing list