summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index dd63881416..ddccf1f4bb 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-17 Bruno Haible <bruno@clisp.org>
+
+ Cygwin portability.
+ * javaexec.c (execute_java_class): Test for jview program also on
+ Cygwin.
+
2006-04-09 Bruno Haible <bruno@clisp.org>
* fatal-signal.c: Don't include string.h.
@@ -18,7 +24,8 @@
2005-07-09 Bruno Haible <bruno@clisp.org>
- * csharpcomp.c (compile_csharp_using_sscli): For -l option, add a .dll suffix.
+ * csharpcomp.c (compile_csharp_using_sscli): For -l option, add a .dll
+ suffix.
Reported by Mark Junker <mjscod@gmx.de>.
2006-06-17 Bruno Haible <bruno@clisp.org>