Age | Commit message (Expand) | Author |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-11 | update documentation | Stephan Bergmann |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-09 | rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit | Stephan Bergmann |
2014-12-08 | Typo "mehtod" -> "method" | Stephan Bergmann |
2014-12-05 | fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ... | Juergen Funk |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-03 | Fold URE: Windows | Stephan Bergmann |
2014-11-28 | Fold URE: Linux ure/share/java/* -> program/classes/ | Stephan Bergmann |
2014-11-28 | Fold URE: Linux ure/lib/* -> program/ | Stephan Bergmann |
2014-11-19 | readwrite_helper.c -> readwrite_helper.cxx | Stephan Bergmann |
2014-11-19 | pipe.c -> pipe.cxx | Stephan Bergmann |
2014-11-19 | nlsupport.c -> nlsupport.cxx | Stephan Bergmann |
2014-11-19 | mutex.c -> mutex.cxx | Stephan Bergmann |
2014-11-19 | memory.c -> memory.cxx | Stephan Bergmann |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: last statement in finalize() method should be call to super.finalize() | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-27 | Fix indentation | Stephan Bergmann |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-14 | jurt: print an array with java.util.Arrays.toString | Robert Antoni Buj i Gelonch |
2014-10-13 | java: import from the same package | Robert Antoni Buj i Gelonch |
2014-10-10 | jurt: use new exception constructors | Robert Antoni Buj i Gelonch |
2014-10-08 | jurt: remove unused import | Robert Antoni Buj i Gelonch |
2014-10-07 | java: no need to check for null before calling instanceof | Noel Grandin |
2014-10-01 | sal/osl/unx/thread.c -> .cxx | Stephan Bergmann |
2014-09-29 | Precise, platform-specific Class-Path path for NativeLibraryLoader use | Stephan Bergmann |
2014-09-29 | fix Java1.5 incompatibility | Noel Grandin |
2014-09-28 | jurt: remove constructor in AnyConverter_Test (JUnit) | Robert Antoni Buj i Gelonch |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-15 | jurt: encode(String) in URLEncoder has been deprecated | rbuj |
2014-09-09 | Make the "Mac-like" or "canonical" app bundle structure always used on OS X | Tor Lillqvist |
2014-09-08 | set names on some Java threads | Michael Stahl |
2014-09-04 | Fix condition | Stephan Bergmann |
2014-09-04 | Poor hack for libjpipe.so under Clang -fsanitize=* | Stephan Bergmann |
2014-09-02 | jurt: fix javadoc error: unexpected end tag: </p> | rbuj |
2014-08-30 | jurt: fix some javadoc errors for JDK 8 | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | jurt: Throwable.getCause() instead of Throwable.getTargetException() | rbuj |
2014-08-19 | java: no need to instantiate String objects directly | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |