public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/14045] New: replaceAll is missing from java.lang.String
@ 2004-02-06 12:37 ruben at ugr dot es
  2004-02-06 14:44 ` [Bug libgcj/14045] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ruben at ugr dot es @ 2004-02-06 12:37 UTC (permalink / raw)
  To: gcc-bugs

String.replaceAll (String,String) was added in the transition from 1.3.1 to
1.4.1 java.

gcj does not implement it yet.
Implementing it should be trivial.

Needed for the freenet project.

-- 
           Summary: replaceAll is missing from java.lang.String
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ruben at ugr dot es
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: any
  GCC host triplet: any
GCC target triplet: any


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


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

* [Bug libgcj/14045] replaceAll is missing from java.lang.String
  2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
@ 2004-02-06 14:44 ` pinskia at gcc dot gnu dot org
  2004-02-06 18:51 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-06 14:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 14:44 -------
Fixed for 3.4.0 by merging in from classpath.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|java                        |libgcj
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

* [Bug libgcj/14045] replaceAll is missing from java.lang.String
  2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
  2004-02-06 14:44 ` [Bug libgcj/14045] " pinskia at gcc dot gnu dot org
@ 2004-02-06 18:51 ` tromey at gcc dot gnu dot org
  2004-02-06 21:36 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-02-06 18:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-02-06 18:51 -------
Actually, if you try it, it will fail.
The implementation relies on java.util.regex, which we don't have yet.
Mark Wielaard will integrate gnu.regexp into classpath soon-ish.
Most likely this will miss 3.4 and be fixed in 3.5.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
   Target Milestone|3.4.0                       |---


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


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

* [Bug libgcj/14045] replaceAll is missing from java.lang.String
  2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
  2004-02-06 14:44 ` [Bug libgcj/14045] " pinskia at gcc dot gnu dot org
  2004-02-06 18:51 ` tromey at gcc dot gnu dot org
@ 2004-02-06 21:36 ` pinskia at gcc dot gnu dot org
  2004-02-14 21:11 ` [Bug libgcj/14045] replaceAll is not fully implemente in java.lang.String pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-06 21:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 21:36 -------
Confirmed then.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-06 21:36:31
               date|                            |
   Target Milestone|---                         |3.5.0


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


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

* [Bug libgcj/14045] replaceAll is not fully implemente in java.lang.String
  2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
                   ` (2 preceding siblings ...)
  2004-02-06 21:36 ` pinskia at gcc dot gnu dot org
@ 2004-02-14 21:11 ` pinskia at gcc dot gnu dot org
  2004-03-09 19:45 ` [Bug libgcj/14045] replaceAll is not fully implemented " pinskia at gcc dot gnu dot org
  2004-03-09 19:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-14 21:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
            Summary|replaceAll is missing from  |replaceAll is not fully
                   |java.lang.String            |implemente in
                   |                            |java.lang.String


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


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

* [Bug libgcj/14045] replaceAll is not fully implemented in java.lang.String
  2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
                   ` (3 preceding siblings ...)
  2004-02-14 21:11 ` [Bug libgcj/14045] replaceAll is not fully implemente in java.lang.String pinskia at gcc dot gnu dot org
@ 2004-03-09 19:45 ` pinskia at gcc dot gnu dot org
  2004-03-09 19:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-09 19:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 14045 depends on bug 13138, which changed state.

Bug 13138 Summary: [eclipse 3.0] libgcj needs java.util.regex
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13138

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug libgcj/14045] replaceAll is not fully implemented in java.lang.String
  2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
                   ` (4 preceding siblings ...)
  2004-03-09 19:45 ` [Bug libgcj/14045] replaceAll is not fully implemented " pinskia at gcc dot gnu dot org
@ 2004-03-09 19:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-09 19:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-09 19:46 -------
Fixed for 3.5.0.

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


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


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

end of thread, other threads:[~2004-03-09 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-06 12:37 [Bug java/14045] New: replaceAll is missing from java.lang.String ruben at ugr dot es
2004-02-06 14:44 ` [Bug libgcj/14045] " pinskia at gcc dot gnu dot org
2004-02-06 18:51 ` tromey at gcc dot gnu dot org
2004-02-06 21:36 ` pinskia at gcc dot gnu dot org
2004-02-14 21:11 ` [Bug libgcj/14045] replaceAll is not fully implemente in java.lang.String pinskia at gcc dot gnu dot org
2004-03-09 19:45 ` [Bug libgcj/14045] replaceAll is not fully implemented " pinskia at gcc dot gnu dot org
2004-03-09 19:46 ` pinskia 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).