FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Debian > Debian GCC

 
 
LinkBack Thread Tools
 
Old 01-08-2008, 01:08 PM
"gnu_andrew at member dot fsf dot org"
 
Default import java.util.Scanner cannot be resolved

------- Comment #7 from gnu_andrew at member dot fsf dot org 2008-01-08 13:08 -------
twisti has lost track of the code and student...


--

gnu_andrew at member dot fsf dot org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-08-2008, 01:57 PM
"twisti at complang dot tuwien dot ac dot at"
 
Default import java.util.Scanner cannot be resolved

------- Comment #8 from twisti at complang dot tuwien dot ac dot at 2008-01-08 13:57 -------
We're currently trying to get this sorted with GNU legal and get contact to the
student again.


--


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 02-11-2008, 09:55 AM
"ian dot rogers at manchester dot ac dot uk"
 
Default import java.util.Scanner cannot be resolved

------- Comment #9 from ian dot rogers at manchester dot ac dot uk 2008-02-11 09:55 -------
Any progress on this?


--

ian dot rogers at manchester dot ac dot uk changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |ian dot rogers at manchester
| |dot ac dot uk


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 02-11-2008, 11:24 AM
"mark at gcc dot gnu dot org"
 
Default import java.util.Scanner cannot be resolved

------- Comment #10 from mark at gcc dot gnu dot org 2008-02-11 11:24 -------
Submitter is currently mia, sorry.


--


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 04-21-2008, 03:50 PM
"gnu_andrew at member dot fsf dot org"
 
Default import java.util.Scanner cannot be resolved

------- Comment #14 from gnu_andrew at member dot fsf dot org 2008-04-21 14:50 -------
Legalities are now cleared up.
However, on refactoring and reformatting this code, I discovered that it has
never been compiled against GNU Classpath. Before we can commit this, we need
support for region-based regular expression matching.


--

gnu_andrew at member dot fsf dot org changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |gnu_andrew at member dot fsf
|dot org |dot org
Status|WAITING |ASSIGNED
Last reconfirmed|2007-03-07 22:24:03 |2008-04-21 14:50:22
date| |


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 04-21-2008, 03:52 PM
"gnu_andrew at member dot fsf dot org"
 
Default import java.util.Scanner cannot be resolved

--

gnu_andrew at member dot fsf dot org changed:

What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |36000


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 06-15-2008, 11:10 PM
"gnu_andrew at member dot fsf dot org"
 
Default import java.util.Scanner cannot be resolved

------- Comment #15 from gnu_andrew at member dot fsf dot org 2008-06-15 22:10 -------
Let's get this in for 0.98.


--

gnu_andrew at member dot fsf dot org changed:

What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |0.98


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 08-17-2008, 12:35 AM
"gnu_andrew at member dot fsf dot org"
 
Default import java.util.Scanner cannot be resolved

------- Comment #16 from gnu_andrew at member dot fsf dot org 2008-08-16 23:35 -------
CVSROOT: /sources/classpath
Module name: classpath
Changes by: Andrew John Hughes <gnu_andrew> 08/08/16 23:34:21

Modified files:
. : AUTHORS ChangeLog
Added files:
java/util : Scanner.java

Log message:
Add initial implementation of java.util.Scanner.

2008-08-17 Andrew John Hughes <gnu_andrew@member.fsf.org>

* AUTHORS: Added Laszlo.

2008-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org>

PR classpath/30436:
* java/util/Scanner.java:
Fix package to be java.util and correct
indentation.

2007-07-25 Laszlo Andras Hernadi <e0327023@student.tuwien.ac.at>

PR classpath/30436:
* java/util/Scanner.java:
Initial implementation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/AUTHORS?cvsroot=classpath&r1=1.44&r2=1.45
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9691&r2=1.9692
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Scanner.java?cvsroot=classpath&rev=1.1


--

gnu_andrew at member dot fsf dot org changed:

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


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 

Thread Tools




All times are GMT. The time now is 12:36 PM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org