summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-0.99
Commit message (Collapse)AuthorAgeFilesLines
* classpath: add patch to fix BigDecimal.stripTrailingZeros()'s handling of 0.Chris Laplante2019-11-111-0/+51
| | | | | | | | | | | | | Previously, 'new BigDecimal("0").stripTrailingZeros()' would blow up: Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.charAt at java.math.BigDecimal.stripTrailingZeros Fixes https://sourceforge.net/p/saxon/mailman/message/27204592/ Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* classpath: add patch to fix BigDecimal.compareTo()Chris Laplante2019-11-111-0/+68
| | | | | | | | | Prior to this patch compareTo couldn't handle operands with negative scales. It passes the following unit test from JDK8: http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/test/java/math/BigDecimal/CompareToTests.java Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* classpath: Fix build with targets aarch64Ricardo Ribalda Delgado2019-07-091-0/+19
| | | | | | | | | | | | | Fixes: | In file included from ../../../classpath-0.99/native/fdlibm/fdlibm.h:36, | from ../../../classpath-0.99/native/fdlibm/e_exp.c:76: | ../../../classpath-0.99/native/fdlibm/ieeefp.h:163:2: error: #error Endianess not declared!! | #error Endianess not declared!! | ^~~~~ | In file included from ../../classpath-0.99/native/fdlibm/fdlibm.h:40, Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* classpath: remove unused patchMaxin B. John2018-03-011-19/+0
| | | | | | | Remove unused patch: fix-gmp.patch Signed-off-by: Maxin B. John <maxin.john@intel.com>
* Added patch to fix build of package classpath-0.99 with the freetype2 library.Martin Rösch2014-06-081-0/+36
|
* classpath: Fix build for 64bit target using lib64 for base_libdirKhem Raj2012-11-271-0/+19
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* classpath: update to version 0.99Henning Heinold2012-07-196-0/+736
* switch to INC_PR for native and initial * clean up dependencies * inherit gettext class instead of depeding directly on the package * clean up patches