aboutsummaryrefslogtreecommitdiff
path: root/libs/classpath/patches
Commit message (Collapse)AuthorAge
* classpath: removeRosen Penev2020-04-09
| | | | | | This no longer builds as GCC no longer includes Java support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* classpath: fix this statement may fall throughGuo Li2018-09-06
| | | | | | | | | | | gnu_java_math_GMP.c:1135:13: error: this statement may fall through [-Werror=implicit-fallthrough=] res = mpz_popcount (_this); ~~~~^~~~~~~~~~~~~~~~~~~~~~ gnu_java_math_GMP.c:1136:7: note: here default: ^~~~~~~ Signed-off-by: Guo Li <uxgood.org@gmail.com>
* classpath: move to new repo, update to classpath-0.99; add patch for double ↵Dana Myers2015-01-06
memory-leak Signed-off-by: Dana H. Myers <k6jq@comcast.net>