Alexey Andreev
|
5a0c418389
|
wasm: fix duplicate random function
|
2023-09-25 21:23:46 +02:00 |
|
Ivan Hetman
|
603d7f1f88
|
classlib: distinguish between +0 and -0 in double stringifier, improve copySign implementation
|
2023-09-25 15:56:43 +02:00 |
|
Colorize
|
05f50afa8d
|
classlib: add ExecutionException (#637)
|
2023-09-25 15:50:19 +02:00 |
|
ihromant
|
c858542605
|
classlib: implement general reversed ListIterator
|
2023-09-25 15:28:26 +02:00 |
|
Alexey Andreev
|
e383b94e1b
|
classlib: fix implementations of SequencedCollection methods in ArrayList
|
2023-09-25 15:23:18 +02:00 |
|
Ivan Hetman
|
55426b25cf
|
classlib: add SequencedCollection interface, inherited List from it (#759)
(initial part of JEP-431)
|
2023-09-25 14:50:00 +02:00 |
|
Ivan Hetman
|
a669cd4957
|
classlib: add MatchException needed for exhaustive switch (#757)
|
2023-09-24 19:24:47 +03:00 |
|
Jonathan Coates
|
e02f91b0fd
|
classlib: add Java 9's Arrays.equals and Arrays.mismatch (#755)
|
2023-09-23 13:01:26 +03:00 |
|
Ivan Hetman
|
7589eb23fc
|
classlib: remove deprecated constructors of primitive wrappers (#754)
|
2023-09-21 16:05:18 +02:00 |
|
Ivan Hetman
|
887528531f
|
classlib: fix for hashcode implementation in various classes, add other minor fixes/improvements (#752)
|
2023-09-21 15:30:41 +02:00 |
|
Ivan Hetman
|
e13746a650
|
classlib: fix reverse bytes methods in primitive wrappers (#753)
|
2023-09-21 13:58:03 +02:00 |
|
Alexey Andreev
|
ba7dcd13b5
|
Update gradle scripts for latest gradle version
1. Use lazy property assignment
2. Remove usages of deprecated buildDir property
|
2023-09-21 09:52:29 +02:00 |
|
Alexey Andreev
|
2ae9c593d2
|
classlib: satisfy checkstyle after applying latest PR
|
2023-09-21 09:51:34 +02:00 |
|
Jonathan Coates
|
6efade1b49
|
classlib: Add nio's channel interfaces (#751)
- Add the basic java.nio.channels.Channel interfaces.
- Add several nio exception types.
- Add UncheckedIOException
|
2023-09-21 09:20:24 +02:00 |
|
Ivan Hetman
|
8277671376
|
classlib: make difference between raw and normal floating points to int conversion
|
2023-09-20 23:51:55 +03:00 |
|
Alexey Andreev
|
3b6b31ff8f
|
Implement more precise comparison logic
|
2023-09-20 21:30:56 +02:00 |
|
Ivan Hetman
|
154bf7abd9
|
classlib: more fixes to Math.nextUp/nextDown (#746)
|
2023-09-19 13:21:32 +02:00 |
|
Alexey Andreev
|
617ce67871
|
classlib: follow-up for math fixes
|
2023-09-19 11:34:51 +02:00 |
|
Alexey Andreev
|
c245eb08cd
|
Fix checkstyle rule violation
|
2023-09-19 11:34:50 +02:00 |
|
Ivan Hetman
|
93d1a5e492
|
classlib: float/double equals fixes (#741)
|
2023-09-19 11:34:29 +02:00 |
|
Ivan Hetman
|
0997a65596
|
classlib: math fixes (#742)
|
2023-09-19 09:52:10 +02:00 |
|
Ivan Hetman
|
4a081db1c3
|
classlib: update RandomGenerator implementation (#743)
|
2023-09-19 09:39:57 +02:00 |
|
Alexey Andreev
|
062d4ae4e9
|
classlib: improve accuracy of float parsing and formatting
|
2023-09-15 12:11:37 +02:00 |
|
Alexey Andreev
|
e1706f242d
|
classlib: improve accuracy of Double.toString
|
2023-09-14 20:55:09 +02:00 |
|
Alexey Andreev
|
7059038cf0
|
classlib: improve accuracy of double parser
|
2023-09-14 15:38:43 +02:00 |
|
Alexey Andreev
|
0a92994c4b
|
classlib: improve accuracy of double parser and fix possible issue
|
2023-09-14 10:04:27 +02:00 |
|
Alexey Andreev
|
b2aae0634e
|
classlib: improve accuracy of Double.toString
|
2023-09-13 21:20:18 +02:00 |
|
Alexey Andreev
|
e2ee9f1dbb
|
classlib: improve precision of float/double parsing and formatting
|
2023-09-13 19:40:00 +02:00 |
|
Alexey Andreev
|
e6c71fa106
|
classlib: add ThreadDeath class
Fix #733
|
2023-09-10 18:46:33 +02:00 |
|
Alexey Andreev
|
83ace9bf3e
|
classlib: fix ByteBuffer.putLong implementation
Fix #737
|
2023-09-05 09:26:22 +02:00 |
|
Alexey Andreev
|
401fcabeae
|
wasm: support ServiceLoader
|
2023-08-28 19:32:22 +02:00 |
|
Alexey Andreev
|
9ecb3ad817
|
classlib: support ReferenceQueue.remove
|
2023-08-21 20:13:06 +02:00 |
|
Alexey Andreev
|
56dfa124ca
|
classlib: add more methods to Logger
|
2023-08-18 18:29:50 +02:00 |
|
Alexey Andreev
|
9af6d262fe
|
classlib: properly implement ByteOrder.nativeOrder
|
2023-08-18 17:55:01 +02:00 |
|
Alexey Andreev
|
a3f0ec52d4
|
classlib: support putFloat/getFloat/putDouble/getDouble in ByteBuffer
|
2023-08-17 11:59:48 +02:00 |
|
Alexey Andreev
|
22864c88f2
|
js: support WeakReference
|
2023-08-10 20:47:01 +02:00 |
|
Alexey Andreev
|
cd38447057
|
classlib: make Reader class implement Readable interface
|
2023-08-10 19:24:49 +02:00 |
|
Alexey Andreev
|
7aefaf37ed
|
classlib: fix issue in PrintStream.println
Fix #726
|
2023-08-04 09:47:53 +02:00 |
|
Alexey Andreev
|
948244cbf4
|
JS: marshall JS object to Java in a wrapper
|
2023-07-29 18:54:23 +02:00 |
|
Alexey Andreev
|
9438380716
|
classlib: improve System.arraycopy for primitive arrays
|
2023-07-20 20:21:52 +02:00 |
|
Alexey Andreev
|
61eb666503
|
classlib: faster implementation of System.arraycopy
|
2023-07-19 21:11:27 +02:00 |
|
Alexey Andreev
|
b11ad994fd
|
classlib: support more methods in InputStream
|
2023-07-19 19:22:17 +02:00 |
|
Ivan Hetman
|
61ef007672
|
classlib: add Stream dropWhile and takeWhile
|
2023-07-05 19:44:10 +02:00 |
|
Ivan Hetman
|
ac2e5d6fa0
|
classlib: added Stream iterate method (#721)
|
2023-07-05 19:40:08 +02:00 |
|
Alexey Andreev
|
eed42e33b0
|
classlib: implement ConcurrentHashMap
|
2023-07-05 19:38:37 +02:00 |
|
Ivan Hetman
|
8e676ff16c
|
classlib: add mapMulti to Stream (#720)
|
2023-07-03 20:35:36 +03:00 |
|
Ivan Hetman
|
23a6393267
|
classlib: collectors partitioning by (#716)
|
2023-06-21 15:35:37 +02:00 |
|
Kirill Prazdnikov
|
81124a084b
|
classlib: fix ByteBuffer,CharBuffer,*Buffer IOOB exception throw with zero length arrays in arguments
fix #713
|
2023-06-21 15:30:30 +02:00 |
|
Jasper Siepkes
|
efe15e323b
|
classlib: add not method to Predicate interface (#709)
With this addition the Predicate interface is 100% complete for Java 17.
|
2023-06-07 12:57:22 +02:00 |
|
Alexey Andreev
|
9dd9fc3a8a
|
classlib: improve performance of several String methods
|
2023-06-07 11:22:01 +02:00 |
|