You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ar...@apache.org on 2006/01/13 20:13:34 UTC

svn commit: r368826 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm: INSTALL configure.ac libjc/native_lib.c

Author: archie
Date: Fri Jan 13 11:13:31 2006
New Revision: 368826

URL: http://svn.apache.org/viewcvs?rev=368826&view=rev
Log:
Upgrade to Classpath 0.20.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/INSTALL
    incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.ac
    incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/native_lib.c

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/INSTALL
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/INSTALL?rev=368826&r1=368825&r2=368826&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/INSTALL (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/INSTALL Fri Jan 13 11:13:31 2006
@@ -16,9 +16,9 @@
 	Debian: zlib1g-dev
 	RPM: zlib
 
-1. Install classpath-0.19. You can get it from
+1. Install classpath-0.20. You can get it from
 
-	ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.19.tar.gz
+	ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.20.tar.gz
 	FreeBSD: java/classpath
 	Debian: classpath
 

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.ac
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.ac?rev=368826&r1=368825&r2=368826&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.ac (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.ac Fri Jan 13 11:13:31 2006
@@ -12,7 +12,7 @@
 
 # Definitions
 AC_SUBST(LIBRARY_VERSION, [1:1:0])
-AC_SUBST(CLASSPATH_VERSION, [0.19])
+AC_SUBST(CLASSPATH_VERSION, [0.20])
 
 [JC_CFLAGS='-g -O3 -pipe -Wall -Waggregate-return -Wcast-align -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings']
 AC_SUBST(JC_CFLAGS)

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/native_lib.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/native_lib.c?rev=368826&r1=368825&r2=368826&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/native_lib.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/native_lib.c Fri Jan 13 11:13:31 2006
@@ -42,10 +42,6 @@
 static void	*_jc_dlsym(void *handle, const char *name);
 static int	_jc_ilib_compare(const void *item1, const void *item2);
 
-/* Backward compat for classpath-0.19 */
-extern _jc_object *JCNI_gnu_classpath_VMStackWalker_getClassLoader(_jc_env *,
-			_jc_object *) _JC_JCNI_ATTR;
-
 /*
  * Internal JCNI native methods.
  *