Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java: Further java/java-home fixes. | Richard W.M. Jones | 2012-08-29 | 1 | -2/+2 |
| | | | | | | In particular the JVM executable is now called $JAVA_EXE. This fixes commit 40b9c14ca9af3b31ea1cf5336142d63313bbae39. | ||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | java: Fix optional arguments in calls. | Richard W.M. Jones | 2011-07-19 | 1 | -1/+1 |
| | | | | This also adds tests. | ||||
* | java: Enable assertions when doing 'make check'. | Richard W.M. Jones | 2011-03-02 | 1 | -2/+2 |
| | | | | | | | | | | | It turns out that Java assertions are disabled by default. You have to add the 'java -ea' flag to the JVM. Who knew ..? Because of this oversight, the tests weren't actually performing the assertions that we wanted (although in fact none of the assertions were failing). This change enables assertions when running the tests. | ||||
* | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+24 |