Richard W.M. Jones
05d4fcb64d
Update copyright dates for 2019.
...
This command run over the source:
perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
212762c593
Update copyright dates for 2018.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2017/$1-2018/g' `git ls-files`
2018-01-04 15:30:10 +00:00
Pino Toscano
55bf7de97c
Update copyright dates for 2017
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2016/$1-2017/g' `git ls-files`
(Thanks Rich for the perl snippet, as used in past years.)
2017-01-03 16:48:21 +01:00
Richard W.M. Jones
307c83177c
Update copyright dates for 2016.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2015/$1-2016/g' `git ls-files`
2016-01-02 21:19:51 +00:00
Richard W.M. Jones
c5800dc97d
Update copyright dates for 2015.
2015-01-17 09:08:15 +00:00
Richard W.M. Jones
6aa64ee3a3
java: run: Add java/.libs to LD_LIBRARY_PATH so JVM finds the right JNI file.
2014-03-07 15:53:59 +00:00
Richard W.M. Jones
6c971faecf
Update copyright dates for 2014.
2014-01-02 16:53:34 +00:00
Richard W.M. Jones
667b303c9a
java: Fix comment in test script.
2013-07-01 15:27:22 +01:00
Richard W.M. Jones
0d18a8b407
Update copyright dates for 2013.
2013-02-02 13:56:19 +00:00
Richard W.M. Jones
684efb3706
java: Further java/java-home fixes.
...
In particular the JVM executable is now called $JAVA_EXE.
This fixes commit 40b9c14ca9 .
2012-08-29 14:24:37 +01:00
Richard W.M. Jones
08840bab44
Tempus fugit.
...
Update all copyright dates to 2012.
2012-01-18 22:05:02 +00:00
Matthew Booth
04ea1375c5
Update FSF address.
2011-11-08 14:43:07 +00:00
Richard W.M. Jones
d7da4807e8
java: Fix optional arguments in calls.
...
This also adds tests.
2011-07-19 15:18:36 +01:00
Richard W.M. Jones
db98ac041e
java: Enable assertions when doing 'make check'.
...
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.
2011-03-02 05:11:55 +00:00
Richard W.M. Jones
babc0846cc
Add tests for bindings parameters, fix several broken bindings.
2009-05-28 20:15:51 +01:00