[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-05-16 Thread ziga dot mahkovec at klika dot si

--- Additional Comments From ziga dot mahkovec at klika dot si  2005-05-16 
19:18 ---
 I checked this in everywhere.

I was about to go through the procedure myself, but thanks anyway.
There was a typo in my initial ChangeLog entry though:

@@ -1,4 +1,4 @@
 2005-03-17  Ziga Mahkovec  [EMAIL PROTECTED]

PR libgcj/20504
-   gnu/regexp/RE.java: Add support for quoting constructs.
+   * gnu/regexp/RE.java: Add support for quoting constructs.

-- 


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


[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-05-04 Thread ziga dot mahkovec at klika dot si

--- Additional Comments From ziga dot mahkovec at klika dot si  2005-05-04 
15:01 ---
My copyright papers were resent and arrived successfully this time.  This was
about a week ago (and I returned them immediately) so I expect the confirmation
Real Soon Now.

-- 


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


[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-04-20 Thread ziga dot mahkovec at klika dot si

--- Additional Comments From ziga dot mahkovec at klika dot si  2005-04-20 
16:24 ---
Bryce,

about a month ago, I was informed that my papers were to be sent shortly.  I
forgot about it later, but I poked the copyright clerk now.

Let me know if there's anything I can do to speed things up (like putting the
patch in public domain for you to commit?).

-- 


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


[Bug libgcj/20997] New: gij -verbose fails with a VM error

2005-04-13 Thread ziga dot mahkovec at klika dot si
When running gij with the -verbose option, it immediately fails with the
following error:

$ gij -verbose C1
libgcj: couldn't create virtual machine

Same for '-verbose:class', '--verbose', or any other verbose option.
Reproduced on 4.0.0 and HEAD.

-- 
   Summary: gij -verbose fails with a VM error
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ziga dot mahkovec at klika dot si
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=20997


[Bug libgcj/20997] gij -verbose fails with a VM error

2005-04-13 Thread ziga dot mahkovec at klika dot si

--- Additional Comments From ziga dot mahkovec at klika dot si  2005-04-13 
17:49 ---
Created an attachment (id=8619)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8619action=view)
Fix for the parsing code


-- 


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


[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread ziga dot mahkovec at klika dot si

--- Additional Comments From ziga dot mahkovec at klika dot si  2005-03-17 
00:33 ---
The quoting constructs are used in Perl as well [1]:
\Q  quote (disable) pattern metacharacters till  \E

I'm attaching the ChangeLog entry.  And my GNU Classpath copyright assignment is
in processing.

[1] http://www.perl.com/doc/manual/html/pod/perlre.html

-- 


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