]> gcc.gnu.org Git - gcc.git/commitdiff
gij.cc (version): Properly quote java version.
authorThomas Fitzsimmons <fitzsim@redhat.com>
Fri, 15 Apr 2005 02:40:02 +0000 (02:40 +0000)
committerThomas Fitzsimmons <fitzsim@gcc.gnu.org>
Fri, 15 Apr 2005 02:40:02 +0000 (02:40 +0000)
2005-04-14  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gij.cc (version): Properly quote java version.
(main): Fix typo in comment.

From-SVN: r98166

libjava/ChangeLog
libjava/gij.cc

index 7c388dac8e80bb64dc01ac03ef69f00e5137287a..c6c6205f114a4f66148d693e08eecd02dd06d696 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-14  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * gij.cc (version): Properly quote java version.
+       (main): Fix typo in comment.
+
 2005-04-13  Mark Wielaard  <mark@klomp.org>
 
        * java/lang/natRuntime.cc (insertSystemProperties): Set
index 6eee6b5a40adee7d521afedde30704f67b16da1e..010e72fb5fc1796dd83b0b0b29902ff82210bbe8 100644 (file)
@@ -40,7 +40,7 @@ help ()
 static void
 version ()
 {
-  printf ("java version " JV_VERSION "\n");
+  printf ("java version \"" JV_VERSION "\"\n");
   printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
   printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n");
   printf ("This is free software; see the source for copying conditions.  There is NO\n");
@@ -315,7 +315,7 @@ main (int argc, char const** argv)
     }
 
   // -jar mode overrides all other modes of specifying class path:
-  // -CLASSPATH, -Djava.class.path, -classpath and -cp.
+  // CLASSPATH, -Djava.class.path, -classpath and -cp.
   if (jar_mode)
     {
       char* darg = (char*) JvMalloc (strlen (argv[i])
This page took 0.079724 seconds and 5 git commands to generate.