[rhino] branch master updated (2723099 -> 6839b5f)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jan 19 14:07:38 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  2723099   Removed the transitional package rhino-doc
      adds  eb38758   Update versions for next iteration.
      adds  eecf02f   Update README for release notes.
      adds  8665410   Change benchmark output so we can "plot" it in Maven.
      adds  4dfcb58   Silence warnings in ClassFileWriter
      adds  a241104   Add missing @Deprecated annotations
      adds  fc20777   Add missing @Override annotations
      adds  9346dd2   Add missing generic type info to deprecatedsrc/
      adds  c444718   Add missing generic type info to toolsrc/
      adds  87f3a1b   Add missing generic type info to testsrc/
      adds  d3445d4   Add missing generic type info to src/
      adds  efa1caa   Fix invalid JavaDoc links
      adds  b1f32d2   Replace StringBuffer with StringBuilder if possible
      adds  149de64   Address review comments from hns
      adds  11b98d0   Fix code cleanup fix that broke the Java 6 build.
      adds  fda5adc   Fix benchmark output file format again.
      adds  7cc66ef   NativeDate: Date.length and Date.UTC.length is 7
      adds  a2278cf   NativeDate: Fix bug 732779 (Date.prototype.setXXX functions don't evaluate all parameters)
      adds  ce57011   NativeDate: Date.prototype.toJSON uses [[GET]] to obtain the "toISOString" property
      adds  0ccd923   add js_toISOString method to format date values in ISO-8601 Extended Format with expanded year representation if necessary
      adds  49c9746   NativeDate: Update Date.parse to support simplified ISO 8601 Extended Format [15.9.1.15]
      adds  af7d257   Fix indentation in NativeDate.java
      adds  edae282   NativeError: Error.prototype.name and Error.prototype.message are not enumerable
      adds  5e0cb12   NativeError: 15.11.2.1 and 15.11.4.4 updates
      adds  c1d3d68   Arguments: arguments object should not have its own 'constructor' property, instead it inherits 'constructor' through its prototype
      adds  3700dc4   Arguments: 'callee', 'caller' and 'length' properties can be redefined for the arguments object
      adds  fc0d07c   BaseFunction: Function.prototype.toString arity is 0
      adds  ef758bf   BaseFunction: The 'prototype' property on function instances can be redefined
      adds  beeea90   BaseFunction: The 'arguments' property can be redefined for function instances
      adds  73c0950   NativeArray: Check [[Extensible]] flag for dense-array case in [[Put]]
      adds  cba589a   NativeArray: Remove (invalid) round-trips to ScriptRuntime when getting/setting elements
      adds  82d9a93   NativeArray: Follow spec more closely for Array.isArray and Array.prototype.concat
      adds  b4ddbf6   NativeArray: Array.prototype.{indexOf, lastIndexOf} bug fixes
      adds  1538719   NativeArray: Array.prototype.sort bug fixes (bug 728286)
      adds  936cb46   NativeArray: Multiple changes to ensure specification algorithms are followed more closely
      adds  9320d8c   TopLevel,NativeGlobal,ScriptRuntime: Add cache for native error objects
      adds  971a1d9   NativeNumber: Handle case when precision is Infinity for Number.prototype.{toFixed,toExponential,toPrecision}
      adds  2349c6f   NativeObject: Object.prototype.toLocaleString uses [[Get]] to retrieve 'toString' property
      adds  8161c03   NativeObject: Handle undefined arguments in Object.prototype.{hasOwnProperty,propertyIsEnumerable}
      adds  8cc21bf   NativeString: String.prototype.replace arity is 2 instead of 1
      adds  1419d83   NativeString: Handle undefined arguments in String.prototype.slice
      adds  301cd03   ScriptRuntime: Fix range check to follow spec in numberToString()
      adds  384a331   ScriptRuntime: Set-up proto and parent-scope for TypeErrorThrower function
      adds  03979db   ScriptableObject: Object.defineProperties needs to make sure to call [[Get]] exactly once for each property entry
      adds  c71587d   NativeRegExp: Handle undefined arguments in compile and exec
      adds  7157952   NativeRegExp: Report error if a RegExp flag is used more than once
      adds  70f6041   NativeRegExp: RegExp.prototype.compile arity is 2
      adds  92a4210   NativeRegExp: RegExp.prototype.lastIndex is lazily evaluated and may be set to non-writable as well
      adds  5b42a4e   NativeRegExpCtor: arity of RegExp constructor is 2
      adds  143db4c   NativeRegExpCtor: RegExp.prototype.{multiline,star,input,underscore} properties can be re-defined
      adds  1a59206   RegExpImpl: Multiple changes for String.prototype.{match,search,replace,split}
      adds  5e8e61b   Remove obsolete test case js1_2/function/regexparg-2-n.js
      adds  5a95d3c   update test case doctests/arguments.doctest now that the arguments object inherits the 'constructor' property through its prototype
      adds  fbb7081   NativeRegExp: Make octal escape sequences match web reality
      adds  ff2bbd5   RegExpImpl: String.prototype.split with separator=undefined no longer treated as separator='undefined'
      adds  74a1f31   Fix indentation
      adds  fd08fbe   Context: remove duplicate code in Context#newObject()
      adds  c66bc64   Context: Use StackTraceElement API to traverse stack-trace
      adds  03ec260   NativeArray: address review comment from hns
      adds  fe4e144   Merge branch 'bug489326-builtinObjects' of https://github.com/anba/rhino into anba-bug489326-builtinObjects-3
      adds  b449408   Added the Javascript 1.8 String methods trimLeft and trimRight.
      adds  da8a59f   Added the Javascript 1.8 String methods trimLeft and trim Right.
      adds  7cf62d4   Merge branch 'js18-string' of github.com:travisennis/rhino into js18-string
      adds  91b642d   Merge branch 'js18-string' of https://github.com/travisennis/rhino into travisennis-js18-string
      adds  e5971de   Re-run ID map on NativeString.
      adds  bbe03c9   Updated tests files per instructions in o.m.j.tests.MozillaSuiteTest
      adds  4e8284a   Merge branch 'update_moztests_list' of https://github.com/anba/rhino into anba-update_moztests_list
      adds  957814c   Generators save and later restore the current stack when processing the 'yield' operation. Our current implementation for restoring the stack unfortunately confuses the Java classfile verifier, so at class load time a VerifierError is thrown. This happens because the verifier can no longer ensure that the proper types are placed on the stack, since the stack-state is saved in a simple Object[]. Re-ordering a few operations is only necessary so the verifier will again [...]
      adds  7321f8d   Add doctest and update comments with proper bug number
      adds  f860638   Patch for Bug 782363 ("Increment/Decrement alters const variables")
      adds  0885115   removing old .cvsignore files
      adds  b6e964a   Manually add .gitignore additions from @sghill.
      adds  ef999cf   Add manpage for Rhino shell.
      adds  2e75238   Added a bit more to the README including content from @shirishp
      adds  c082b7b   Add a NOTICE with the V8 copyright message.
      adds  5331145   Patch for Bug 780458 ("Math.IEEEremainder makes ToInt32 slow for non-integer values") (V8):
      adds  d32d0c4   Move anba's new DoubleConversion code into the package with the rest of the code derived from V8.
      adds  ce8711a   Patch for Bug 783797 ("Function calls across multiple global scopes are not handled properly")
      adds  91aa4e4   Merge branch 'bug-783797' of https://github.com/anba/rhino into anba-bug-783797
      adds  7508339   Remove retrotranslator code to generate 1.4-compatible bytecode. Switch bytecode generation to Java 6.
      adds  56a45c6   Patch for Bug 789277 ("JSC: "missing ; after statement" message prints out for the line after the problem one")
      adds  6c2b6c1   'undefined' pattern should be treated as empty string in RegExp constructor http://www.ecma-international.org/ecma-262/5.1/#sec-15.10.4.1 https://sourceforge.net/p/htmlunit/bugs/1599/
      adds  1318cb3   Merge branch 'Bug-RegExpConstructorUndefined' of https://github.com/tntim96/rhino into tntim96-Bug-RegExpConstructorUndefined
      adds  518b2d5   Remove code and build artifacts pointing to the "old E4X" implementation, based on XML Beans.
      adds  71468c9   Remove unused XML beans-based E4X implementation.
      adds  5531db4   One last vestige of XML Beans.
      adds  6a45349   Don't swallow empty lines in doctest; split lines on Mac/Windows/Unix.
      adds  08f5284   Bug 798642. AST 'toSource' on getter/setter mistakenly adding 'function' keyword https://bugzilla.mozilla.org/show_bug.cgi?id=798642
      adds  efd06ca   Bug 800616. Fix AST 'toSource' for Octal and Hexadecimal literals https://bugzilla.mozilla.org/show_bug.cgi?id=800616
      adds  bdd9940   Fix AST empty switch to source
      adds  3af87f6   Fix compile encoding error 'unmappable character for encoding ASCII'
      adds  f463220   Merge branch 'JAVAC_ENCODE_UTF8b' of https://github.com/tntim96/rhino into tntim96-AST_EMPTY_SWITCH
      adds  4efcddc   find and findIndex initial impl
      adds  3ce674d   `findIndex' implementation
      adds  ad76735   Improving test framework + one JUnit class = one JS suite + reporting JS stacktrace on error + load function is available in JS + separate file for JS assertions
      adds  583defd   more V8 compatibility
      adds  2cf01b6   Re-generate ID map on NativeArray.
      adds  202b82b   Initial checkin of typed arrays and tests from V8. Fix bad capitalization.
      adds  d43780f   Fix some integer encoding and add more test cases.
      adds  305520a   Switch typed array tests to use Evgeny's framework for running them. Make them work only with version 1.8.
      adds  46b3eff   Make typed arrays only appear in 1.8.
      adds  50e8e60   Add List implementation for all native arrays.
      adds  896ec3d   Add 'LanguageVersion' annotation. Make 1.8 default version for 'ScriptsTestsBase'
      adds  15be937   Add "Error" to the set of standard Error constructors that could go down the new code path to create an error.
      adds  7b084fd   Complete List implementation for typed arrays. Write typed array unit tests for the List implementation.
      adds  bfa10ad   Do not double-initialize Error.
      adds  4331f96   Make loading of typed array classes lazy. Rename Java classes so that the names are more consistent.
      adds  01744c9   Support for V8-style stack trace support:   Error.prepareStackTrace   Error.captureStackTrace   Error.stackTraceLimit And "V8" format stack traces.
      adds  ff0ef45   Improve efficiency of NativeError via pre-cached Method objects and reduced number of default fields.
      adds  ce77f0a   Make "stack" non-enumerable until generated.
      adds  30d6bb4   Add "setExternalArrayData" to ScriptableObject to allow array data to be stored outside the core object.
      adds  3455de6   Set default version in shell to "180".
      adds  f9ae3cf   Add working directory support to "runCommand"
      adds  7bc14fa   Add working directory support to "runCommand"
      adds  06710fa   rhino exits the JVM even when run as a subshell of another java shell - bug-835147
      adds  52b8881   Add method to both get and set external array data.
      adds  09dbbd3   Add "initSafeStandardObjects" to create standard objects with no Java class access whatsoever.
      adds  b4ccf7e   Update files for 1.7.6 release.
       new  5d5fb25   Merge tag 'upstream/1.7.6'
       new  adc175c   Refreshed the patches
       new  6839b5f   Adapted the build dir used in debian/rules

The 3 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:
 .cvsignore                                         |    4 -
 .gitignore                                         |   17 +-
 NOTICE.txt                                         |   35 +
 README.md                                          |   32 +-
 RELEASE-NOTES.md                                   |  148 +
 build.properties                                   |   15 +-
 build.xml                                          |   51 +-
 debian/changelog                                   |    3 +-
 debian/patches/01_rhino-nowarn.patch               |    6 +-
 debian/patches/02_exclude-jdk15.patch              |    2 +-
 .../03_public_getSourcePositionFromStack.patch     |    2 +-
 debian/patches/04_bug_798642_800616.diff           |  178 --
 debian/patches/series                              |    1 -
 debian/rules                                       |    3 +-
 deprecatedsrc/build.xml                            |   32 -
 .../javascript/ClassDefinitionException.java       |   22 -
 .../mozilla/javascript/NotAFunctionException.java  |   20 -
 .../org/mozilla/javascript/PropertyException.java  |   22 -
 .../xml/impl/xmlbeans/LogicalEquality.java         |  335 ---
 .../javascript/xml/impl/xmlbeans/Namespace.java    |  306 --
 .../xml/impl/xmlbeans/NamespaceHelper.java         |  318 ---
 .../javascript/xml/impl/xmlbeans/QName.java        |  292 --
 .../mozilla/javascript/xml/impl/xmlbeans/XML.java  | 3020 --------------------
 .../javascript/xml/impl/xmlbeans/XMLCtor.java      |  237 --
 .../javascript/xml/impl/xmlbeans/XMLLibImpl.java   |  722 -----
 .../javascript/xml/impl/xmlbeans/XMLList.java      | 1590 -----------
 .../javascript/xml/impl/xmlbeans/XMLName.java      |  138 -
 .../xml/impl/xmlbeans/XMLObjectImpl.java           |  730 -----
 .../javascript/xml/impl/xmlbeans/XMLWithScope.java |   90 -
 examples/Foo.java                                  |    2 +-
 man/rhino.1                                        |   91 +
 maven/maven-pom.xml                                |    2 +-
 src/build.xml                                      |    2 +
 src/manifest                                       |    4 +-
 src/org/mozilla/classfile/ClassFileWriter.java     |   10 +-
 src/org/mozilla/javascript/Arguments.java          |   34 +-
 src/org/mozilla/javascript/BaseFunction.java       |   33 +-
 src/org/mozilla/javascript/BoundFunction.java      |    2 +-
 src/org/mozilla/javascript/ClassCache.java         |    2 +
 src/org/mozilla/javascript/ConsString.java         |    1 +
 src/org/mozilla/javascript/Context.java            |  173 +-
 src/org/mozilla/javascript/ContextFactory.java     |    9 +-
 src/org/mozilla/javascript/ContextListener.java    |    3 +
 src/org/mozilla/javascript/Decompiler.java         |    6 +-
 src/org/mozilla/javascript/EcmaError.java          |    6 +
 src/org/mozilla/javascript/EvaluatorException.java |    4 +
 src/org/mozilla/javascript/ExternalArrayData.java  |   32 +
 src/org/mozilla/javascript/FunctionObject.java     |    1 +
 src/org/mozilla/javascript/IdFunctionObject.java   |    2 +-
 src/org/mozilla/javascript/IdScriptableObject.java |    5 +
 src/org/mozilla/javascript/ImporterTopLevel.java   |    1 +
 src/org/mozilla/javascript/Interpreter.java        |   77 +-
 .../mozilla/javascript/JavaScriptException.java    |    3 +
 src/org/mozilla/javascript/MemberBox.java          |    2 +-
 src/org/mozilla/javascript/NativeArray.java        |  361 ++-
 src/org/mozilla/javascript/NativeCallSite.java     |  246 ++
 src/org/mozilla/javascript/NativeDate.java         |  393 ++-
 src/org/mozilla/javascript/NativeError.java        |  242 +-
 src/org/mozilla/javascript/NativeFunction.java     |    1 +
 src/org/mozilla/javascript/NativeGlobal.java       |   33 +-
 src/org/mozilla/javascript/NativeIterator.java     |    4 +-
 src/org/mozilla/javascript/NativeJSON.java         |    2 +-
 src/org/mozilla/javascript/NativeJavaMethod.java   |   10 +-
 src/org/mozilla/javascript/NativeJavaObject.java   |   10 +-
 src/org/mozilla/javascript/NativeJavaPackage.java  |    2 +
 src/org/mozilla/javascript/NativeNumber.java       |    5 +-
 src/org/mozilla/javascript/NativeObject.java       |   68 +-
 src/org/mozilla/javascript/NativeString.java       |  108 +-
 src/org/mozilla/javascript/Node.java               |   10 +-
 src/org/mozilla/javascript/Parser.java             |   63 +-
 src/org/mozilla/javascript/Ref.java                |    9 +
 src/org/mozilla/javascript/RhinoException.java     |  133 +-
 .../mozilla/javascript/RhinoSecurityManager.java   |    6 +-
 src/org/mozilla/javascript/ScriptRuntime.java      |  534 +++-
 src/org/mozilla/javascript/ScriptStackElement.java |   29 +
 src/org/mozilla/javascript/ScriptableObject.java   |  125 +-
 src/org/mozilla/javascript/SecurityController.java |    2 +-
 src/org/mozilla/javascript/SecurityUtilities.java  |    2 +-
 src/org/mozilla/javascript/SpecialRef.java         |   15 +-
 src/org/mozilla/javascript/StackStyle.java         |   31 +
 src/org/mozilla/javascript/Token.java              |    2 +-
 src/org/mozilla/javascript/TokenStream.java        |  131 +-
 src/org/mozilla/javascript/TopLevel.java           |   68 +
 src/org/mozilla/javascript/VMBridge.java           |    7 +-
 src/org/mozilla/javascript/WrapFactory.java        |    2 +-
 src/org/mozilla/javascript/WrappedException.java   |    1 +
 .../javascript/ast/ArrayComprehensionLoop.java     |    2 +
 src/org/mozilla/javascript/ast/AstNode.java        |    2 +
 src/org/mozilla/javascript/ast/FunctionNode.java   |    8 +-
 src/org/mozilla/javascript/ast/Name.java           |    2 +
 src/org/mozilla/javascript/ast/ObjectProperty.java |    7 +-
 .../mozilla/javascript/ast/SwitchStatement.java    |    6 +-
 .../javascript/commonjs/module/Require.java        |    4 +-
 src/org/mozilla/javascript/optimizer/Block.java    |   14 +-
 src/org/mozilla/javascript/optimizer/Codegen.java  |  301 +-
 .../mozilla/javascript/optimizer/OptRuntime.java   |   13 +-
 .../mozilla/javascript/optimizer/Optimizer.java    |    3 +-
 .../mozilla/javascript/regexp/NativeRegExp.java    |  130 +-
 .../javascript/regexp/NativeRegExpCtor.java        |   59 +-
 src/org/mozilla/javascript/regexp/RegExpImpl.java  |   97 +-
 src/org/mozilla/javascript/typedarrays/ByteIo.java |  214 ++
 .../javascript/typedarrays/Conversions.java        |  107 +
 .../javascript/typedarrays/NativeArrayBuffer.java  |  236 ++
 .../typedarrays/NativeArrayBufferView.java         |  136 +
 .../javascript/typedarrays/NativeDataView.java     |  378 +++
 .../javascript/typedarrays/NativeFloat32Array.java |  112 +
 .../javascript/typedarrays/NativeFloat64Array.java |  114 +
 .../javascript/typedarrays/NativeInt16Array.java   |  111 +
 .../javascript/typedarrays/NativeInt32Array.java   |  112 +
 .../javascript/typedarrays/NativeInt8Array.java    |  112 +
 .../typedarrays/NativeTypedArrayIterator.java      |   94 +
 .../typedarrays/NativeTypedArrayView.java          |  620 ++++
 .../javascript/typedarrays/NativeUint16Array.java  |  111 +
 .../javascript/typedarrays/NativeUint32Array.java  |  111 +
 .../javascript/typedarrays/NativeUint8Array.java   |  110 +
 .../typedarrays/NativeUint8ClampedArray.java       |  111 +
 .../javascript/v8dtoa/DoubleConversion.java        |   85 +
 testsrc/assert.js                                  |  408 +++
 testsrc/benchmarks/sunspider-0.9.1/run.js          |   10 +-
 testsrc/benchmarks/v8-benchmarks-v6/run.js         |   14 +-
 testsrc/build.xml                                  |   15 +-
 testsrc/doctests/757410.doctest                    |   17 +
 testsrc/doctests/arguments.doctest                 |    6 +-
 testsrc/doctests/error.tostring.doctest            |   16 +-
 testsrc/jstests/782363.jstest                      |   53 +
 testsrc/jstests/extensions/external-array-test.js  |   51 +
 testsrc/jstests/extensions/stack-traces.js         |  183 ++
 testsrc/jstests/harmony/array-find.js              |  255 ++
 testsrc/jstests/harmony/array-findIndex.js         |  251 ++
 testsrc/jstests/harmony/dataview-accessors.js      |  465 +++
 testsrc/jstests/harmony/external-array.js          |  719 +++++
 testsrc/jstests/harmony/typed-array-slice.js       |   82 +
 testsrc/jstests/harmony/typedarrays.js             |  752 +++++
 testsrc/opt-1.tests                                |  680 ++++-
 testsrc/opt0.tests                                 |  678 ++++-
 testsrc/opt9.tests                                 |  682 ++++-
 .../javascript/benchmarks/SunSpiderBenchmark.java  |   22 +-
 .../mozilla/javascript/benchmarks/V8Benchmark.java |   22 +-
 .../org/mozilla/javascript/drivers/JsDriver.java   |   32 +-
 .../mozilla/javascript/drivers/JsTestsBase.java    |    1 +
 .../javascript/drivers/LanguageVersion.java        |   18 +
 .../org/mozilla/javascript/drivers/RhinoTest.java  |   13 +
 .../javascript/drivers/ScriptTestsBase.java        |   84 +
 .../mozilla/javascript/tests/Bug448816Test.java    |    2 +-
 .../mozilla/javascript/tests/Bug466207Test.java    |    4 +-
 .../mozilla/javascript/tests/Bug491621Test.java    |   24 +
 .../mozilla/javascript/tests/Bug782363Test.java    |  152 +
 .../mozilla/javascript/tests/Bug783797Test.java    |  545 ++++
 .../mozilla/javascript/tests/Bug789277Test.java    |  653 +++++
 .../javascript/tests/BugGetterSetterTest.java      |   44 +
 .../javascript/tests/ExternalArrayTest.java        |  178 ++
 .../javascript/tests/StackTraceExtensionTest.java  |   87 +
 .../tests/commonjs/module/RequireJarTest.java      |    5 +
 .../javascript/tests/es5/Test262RegExpTest.java    |   16 +
 .../tests/harmony/ArrayFindIndexTest.java          |   13 +
 .../javascript/tests/harmony/ArrayFindTest.java    |   13 +
 .../tests/harmony/DataViewAccessorsTest.java       |   13 +
 .../tests/harmony/ExternalArrayTest.java           |   13 +
 .../tests/harmony/TypedArrayJavaTest.java          |  295 ++
 .../tests/harmony/TypedArraySliceTest.java         |   13 +
 .../javascript/tests/harmony/TypedArraysTest.java  |   13 +
 toolsrc/build.xml                                  |    1 +
 .../javascript/tools/ToolErrorReporter.java        |    2 +-
 .../mozilla/javascript/tools/debugger/.cvsignore   |    1 -
 .../org/mozilla/javascript/tools/debugger/Dim.java |    4 +-
 .../mozilla/javascript/tools/debugger/Main.java    |    6 +
 .../javascript/tools/debugger/SwingGui.java        |   11 +-
 .../tools/debugger/downloaded/.cvsignore           |    4 -
 .../org/mozilla/javascript/tools/shell/Global.java |   18 +-
 .../javascript/tools/shell/JavaPolicySecurity.java |    2 +-
 .../org/mozilla/javascript/tools/shell/Main.java   |    8 +-
 .../tools/shell/ShellContextFactory.java           |    2 +-
 xmlimplsrc/build.xml                               |   67 +-
 .../org/mozilla/javascript/xmlimpl/Namespace.java  |    4 +-
 .../org/mozilla/javascript/xmlimpl/QName.java      |    5 +-
 xmlimplsrc/org/mozilla/javascript/xmlimpl/XML.java |    2 +-
 .../org/mozilla/javascript/xmlimpl/XMLLibImpl.java |   13 +
 .../org/mozilla/javascript/xmlimpl/XMLList.java    |    4 +-
 .../org/mozilla/javascript/xmlimpl/XMLName.java    |    5 +-
 .../org/mozilla/javascript/xmlimpl/XmlNode.java    |    1 +
 .../mozilla/javascript/xmlimpl/XmlProcessor.java   |    6 +-
 181 files changed, 13623 insertions(+), 9210 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 NOTICE.txt
 delete mode 100644 debian/patches/04_bug_798642_800616.diff
 delete mode 100644 deprecatedsrc/build.xml
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/PropertyException.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
 delete mode 100644 deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
 create mode 100644 man/rhino.1
 create mode 100644 src/org/mozilla/javascript/ExternalArrayData.java
 create mode 100644 src/org/mozilla/javascript/NativeCallSite.java
 create mode 100644 src/org/mozilla/javascript/StackStyle.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/ByteIo.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/Conversions.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeArrayBuffer.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeArrayBufferView.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeDataView.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeFloat32Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeFloat64Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeInt16Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeInt32Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeInt8Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeTypedArrayIterator.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeUint16Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeUint32Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeUint8Array.java
 create mode 100644 src/org/mozilla/javascript/typedarrays/NativeUint8ClampedArray.java
 create mode 100755 src/org/mozilla/javascript/v8dtoa/DoubleConversion.java
 create mode 100644 testsrc/assert.js
 create mode 100755 testsrc/doctests/757410.doctest
 create mode 100755 testsrc/jstests/782363.jstest
 create mode 100644 testsrc/jstests/extensions/external-array-test.js
 create mode 100644 testsrc/jstests/extensions/stack-traces.js
 create mode 100644 testsrc/jstests/harmony/array-find.js
 create mode 100644 testsrc/jstests/harmony/array-findIndex.js
 create mode 100644 testsrc/jstests/harmony/dataview-accessors.js
 create mode 100644 testsrc/jstests/harmony/external-array.js
 create mode 100644 testsrc/jstests/harmony/typed-array-slice.js
 create mode 100644 testsrc/jstests/harmony/typedarrays.js
 create mode 100644 testsrc/org/mozilla/javascript/drivers/LanguageVersion.java
 create mode 100644 testsrc/org/mozilla/javascript/drivers/RhinoTest.java
 create mode 100644 testsrc/org/mozilla/javascript/drivers/ScriptTestsBase.java
 create mode 100755 testsrc/org/mozilla/javascript/tests/Bug782363Test.java
 create mode 100755 testsrc/org/mozilla/javascript/tests/Bug783797Test.java
 create mode 100755 testsrc/org/mozilla/javascript/tests/Bug789277Test.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/BugGetterSetterTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/ExternalArrayTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/StackTraceExtensionTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/ArrayFindIndexTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/ArrayFindTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/DataViewAccessorsTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/ExternalArrayTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/TypedArrayJavaTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/TypedArraySliceTest.java
 create mode 100644 testsrc/org/mozilla/javascript/tests/harmony/TypedArraysTest.java
 delete mode 100644 toolsrc/org/mozilla/javascript/tools/debugger/.cvsignore
 delete mode 100644 toolsrc/org/mozilla/javascript/tools/debugger/downloaded/.cvsignore

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