public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/21233] New: gij -version returns unquoted version number
@ 2005-04-26  8:38 caolanm at redhat dot com
  2005-04-26  9:08 ` [Bug java/21233] " rmathew at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: caolanm at redhat dot com @ 2005-04-26  8:38 UTC (permalink / raw)
  To: java-prs

sun java -version will say e.g. 
java version "1.4.2_07" 
while gij -version says 
java version 1.4.2
i.e. sun quotes the version number while gij doesn't. It's trivial, but a number
of configure scripts and other tests depend on the quotes to find the java
version number, e.g. db 4.2.52 and openoffice.org 1.9.95

-- 
           Summary: gij -version returns unquoted version number
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: caolanm at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21233


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/21233] gij -version returns unquoted version number
  2005-04-26  8:38 [Bug java/21233] New: gij -version returns unquoted version number caolanm at redhat dot com
@ 2005-04-26  9:08 ` rmathew at gcc dot gnu dot org
  2005-04-26 13:17 ` [Bug libgcj/21233] [4.0 only] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2005-04-26  9:08 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From rmathew at gcc dot gnu dot org  2005-04-26 09:07 -------
On mainline, it has been fixed by:

  http://gcc.gnu.org/ml/java-patches/2005-q2/msg00121.html

Ranjit.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21233


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/21233] [4.0 only] gij -version returns unquoted version number
  2005-04-26  8:38 [Bug java/21233] New: gij -version returns unquoted version number caolanm at redhat dot com
  2005-04-26  9:08 ` [Bug java/21233] " rmathew at gcc dot gnu dot org
@ 2005-04-26 13:17 ` pinskia at gcc dot gnu dot org
  2005-04-26 21:00 ` cvs-commit at gcc dot gnu dot org
  2005-04-26 21:01 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-26 13:17 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-26 13:13 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|java                        |libgcj
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-26 13:13:35
               date|                            |
            Summary|gij -version returns        |[4.0 only] gij -version
                   |unquoted version number     |returns unquoted version
                   |                            |number
   Target Milestone|---                         |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21233


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/21233] [4.0 only] gij -version returns unquoted version number
  2005-04-26  8:38 [Bug java/21233] New: gij -version returns unquoted version number caolanm at redhat dot com
  2005-04-26  9:08 ` [Bug java/21233] " rmathew at gcc dot gnu dot org
  2005-04-26 13:17 ` [Bug libgcj/21233] [4.0 only] " pinskia at gcc dot gnu dot org
@ 2005-04-26 21:00 ` cvs-commit at gcc dot gnu dot org
  2005-04-26 21:01 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-26 21:00 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-26 21:00 -------
Subject: Bug 21233

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	tromey@gcc.gnu.org	2005-04-26 21:00:06

Modified files:
	libjava        : ChangeLog gij.cc 

Log message:
	2005-04-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR libgcj/21233:
	* gij.cc (version): Properly quote java version.
	(main): Fix typo in comment.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.53&r2=1.3391.2.54
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gij.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.25.2.1&r2=1.25.2.2



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21233


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/21233] [4.0 only] gij -version returns unquoted version number
  2005-04-26  8:38 [Bug java/21233] New: gij -version returns unquoted version number caolanm at redhat dot com
                   ` (2 preceding siblings ...)
  2005-04-26 21:00 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-26 21:01 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-04-26 21:01 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-04-26 21:01 -------
I've committed the fix to the 4.0 branch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21233


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-04-26 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-26  8:38 [Bug java/21233] New: gij -version returns unquoted version number caolanm at redhat dot com
2005-04-26  9:08 ` [Bug java/21233] " rmathew at gcc dot gnu dot org
2005-04-26 13:17 ` [Bug libgcj/21233] [4.0 only] " pinskia at gcc dot gnu dot org
2005-04-26 21:00 ` cvs-commit at gcc dot gnu dot org
2005-04-26 21:01 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).