mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
2007-02-07 Paolo Bonzini <bonzini@gnu.org>
* tests/java.at: Skip tests if only one of javac/java is present.
Reported by Joel E. Denny.
* tests/atlocal.in: Adjust copyright years.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
|||||||
|
2007-02-07 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* tests/java.at: Skip tests if only one of javac/java is present.
|
||||||
|
Reported by Joel E. Denny.
|
||||||
|
* tests/atlocal.in: Adjust copyright years.
|
||||||
|
|
||||||
|
2007-02-05 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* data/lalr1.java (Stack): Work around old verifiers that disallow
|
||||||
|
access to the private fields of an inner class, from the outer class.
|
||||||
|
We can make Stack's fields public because user code doesn't have access
|
||||||
|
to the instance of Stack used by parse(). Reported by Paul Eggert.
|
||||||
|
|
||||||
2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
|
2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
|
* .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# @configure_input@ -*- shell-script -*-
|
# @configure_input@ -*- shell-script -*-
|
||||||
# Configurable variable values for Bison test suite.
|
# Configurable variable values for Bison test suite.
|
||||||
|
|
||||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
|
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
||||||
# Foundation, Inc.
|
# Foundation, Inc.
|
||||||
|
|
||||||
# We need a C compiler.
|
# We need a C compiler.
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
# Simple calculator. -*- Autotest -*-
|
# Java tests for simple calculator. -*- Autotest -*-
|
||||||
|
|
||||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
|
# Copyright (C) 2007 Free Software Foundation, Inc.
|
||||||
# Foundation, Inc.
|
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -149,7 +148,8 @@ m4_define([AT_DATA_JAVA_CALC_Y],
|
|||||||
# Compile SOURCES into Java class files. Skip the test if java or javac is
|
# Compile SOURCES into Java class files. Skip the test if java or javac is
|
||||||
# not installed.
|
# not installed.
|
||||||
m4_define([AT_JAVA_COMPILE],
|
m4_define([AT_JAVA_COMPILE],
|
||||||
[AT_CHECK([test -n "$CONF_JAVA$CONF_JAVAC" || exit 77])
|
[AT_CHECK([test -n "$CONF_JAVA" || exit 77
|
||||||
|
test -n "$CONF_JAVAC" || exit 77])
|
||||||
AT_CHECK([$SHELL ../../../javacomp.sh $1],
|
AT_CHECK([$SHELL ../../../javacomp.sh $1],
|
||||||
0, [ignore], [ignore])])
|
0, [ignore], [ignore])])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user