- Notifications
You must be signed in to change notification settings - Fork31
omnibus pull from bobhanson/java2Script#230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
13 commits Select commitHold shift + click to select a range
e9f806e Merge pull request #263 from java2script/master
BobHanson87c72b8 Fix inequality tests for negative longs. Fix #268
warownia1c8c9cac Merge pull request #269 from warownia1/hanson1
BobHanson9aff277 Jmol-SwingJS fixes for Hashtable; efficiencies for DataInputStream
BobHansonf650053 removal of unicode characters from jmol/4.2 version Hashtable, HashSet,
BobHanson489e12f Merge pull request #271 from BobHanson/hanson1
BobHansonccf7265 fix for issue #270 -- Long.signum, Long.compareUnsigned fail
BobHanson318ed92 just rewriting odd j2sNative code
BobHansondbde100 A4d should extend P3d
BobHanson8d78ad0 (4.2, only for legay Jmol) adding more efficient @j2sOverride and
BobHansona826557 fixes MutableBigInteger (mostly for BigDecimal) not set to roll over
BobHanson068cea2 //BH 2024.02.22 -- 3.3.1-v7 fixes long extension issue causing
BobHanson76dc748 Transpiler and SwingJS library update.
BobHansonFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Binary file modifiedsources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip
Binary file not shown.
Binary file modifiedsources/net.sf.j2s.core/dist/swingjs/j2s.core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletionsources/net.sf.j2s.core/dist/swingjs/timestamp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 20240225103130 |
Binary file modifiedsources/net.sf.j2s.core/dist/swingjs/ver/5.0.1/SwingJS-site.zip
Binary file not shown.
2 changes: 1 addition & 1 deletionsources/net.sf.j2s.core/dist/swingjs/ver/5.0.1/timestamp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 20240225103130 |
6 changes: 3 additions & 3 deletionssources/net.sf.j2s.core/src/j2s/swingjs/Java2ScriptVisitor.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Binary file modifiedsources/net.sf.j2s.java.core/dist/SwingJS-site.zip
Binary file not shown.
Binary file modifiedsources/net.sf.j2s.java.core/dist_to_jsmol/Jmol-j2s-site.zip
Binary file not shown.
2 changes: 0 additions & 2 deletionssources/net.sf.j2s.java.core/site-resources/test-raf.txt
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
2 changes: 1 addition & 1 deletionsources/net.sf.j2s.java.core/site-resources_4.2/jsmol/js/j2sjmol.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
50 changes: 33 additions & 17 deletionssources/net.sf.j2s.java.core/src/java/math/MutableBigInteger.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletionsources/net.sf.j2s.java.core/src/java/util/Hashtable.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
21 changes: 1 addition & 20 deletionssources/net.sf.j2s.java.core/src/javajs/util/A4d.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
38 changes: 18 additions & 20 deletionssources/net.sf.j2s.java.core/src/javajs/util/MessagePackReader.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.