[cp-patches] FYI: bump needed auto* versions

2009-08-17 Thread Tom Tromey
Ralf Wildenhues (CCd) went through the whole toolchain (gcc, binutils, gdb, etc) and bumped the required auto* versions to the latest stable releases. This seems to be a good idea generally, so I think we ought to do it for Classpath as well. The only actual source change needed for this is to

Re: [cp-patches] FYI: bump needed auto* versions

2009-08-17 Thread Tom Tromey
Andrew == Andrew John Hughes gnu_and...@member.fsf.org writes: Andrew The autoconf jump seems a bit steep. 2.64 was only released at the Andrew end of July, less than a month ago. I guess you can downgrade it if you feel strongly about it. It is true that this is really bleed-in from GCC. I

[commit-cp] classpath ChangeLog doc/cp-hacking.texinfo

2009-08-17 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 09/08/17 16:09:33 Modified files: . : ChangeLog doc: cp-hacking.texinfo Log message: 2009-08-15 Ralf Wildenhues ralf.wildenh...@gmx.de

Re: trouble w/ synchronized close method in PushbackInputStream

2008-11-08 Thread Tom Tromey
Robert == Robert Dodier [EMAIL PROTECTED] writes: Robert PushbackInputStream.close is synchronized. Apparently there is a Robert deadlock: if I cut out the synchronized keyword, the program runs Robert to completion. I am guessing that there is a thread sleeping in read() Robert or something

[cp-patches] Patch: FYI: AIX fixlet in fdlibm.h

2008-10-24 Thread Tom Tromey
I'm checking this in. This comes from a GCC maintainer. fdlibm fails to build on AIX because 'hz' is defined in some system header there. This patch works around the problem by undeffing hz. Tom ChangeLog: 2008-10-23 David Edelsohn [EMAIL PROTECTED] * native/fdlibm/fdlibm.h: Undef

[commit-cp] classpath ChangeLog native/fdlibm/fdlibm.h

2008-10-24 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/10/24 15:25:26 Modified files: . : ChangeLog native/fdlibm : fdlibm.h Log message: 2008-10-23 David Edelsohn [EMAIL PROTECTED

[commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav...

2008-10-17 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/10/17 18:52:30 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_CairoGraphics2D.c Log message: 2008-10-17 Robert Lougher [EMAIL

[cp-patches] FYI: make jar use foreach

2008-10-16 Thread Tom Tromey
I'm checking this in. While looking at a jar oddity I found that it was still explicitly using iterators. IMO it is cleaner to use the 1.5 foreach feature. This patch implements this. Tom ChangeLog: 2008-10-16 Tom Tromey [EMAIL PROTECTED] * tools/gnu/classpath/tools/jar/WorkSet.java

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/j...

2008-10-16 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/10/16 17:20:24 Modified files: . : ChangeLog tools/gnu/classpath/tools/jar: Creator.java Indexer.java WorkSet.java Log

Re: [cp-patches] [rvm-core] State of Jikes RVM patches waiting to go into Classpath

2008-08-18 Thread Tom Tromey
Ian == Ian Rogers [EMAIL PROTECTED] writes: Ian Sorry about that, it's the same thread just at the end rather than the Ian initial patch. What are these other VMs you speak of ;-) Can I apply Ian it and see if something somewhere falls over then fix it, rather than Ian pre-emptively finding

Re: [cp-patches] RFC: AIX build fix - paths too long in check_jni.sh

2008-08-18 Thread Tom Tromey
Ian == Ian Rogers [EMAIL PROTECTED] writes: Ian Dave Grove fixed an AIX build issue for the Jikes RVM with the Ian attached patch. Jikes RVM tracker here: Ian http://jira.codehaus.org/browse/RVM-526 It reads slightly strangely to me, but no big deal -- it isn't unclear. Ok with a ChangeLog

Re: FW: Help a noob?

2008-08-13 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti You don't need to write that one, the shipped one works. I compile GNU Twisti Classpath and CACAO on IRIX for a long time: Do you have a configure change that didn't make it upstream to Classpath? Just curious :) Tom

Re: FW: Help a noob?

2008-08-12 Thread Tom Tromey
Geoffrey == Greene, Geoffrey N [EMAIL PROTECTED] writes: But that's weird. This is supposed to be a REPLACEMENT for java...why would it need javac? How can I get around the need for javac? And why is it needed anyway? Basically, all the 1.5 compilers in existence are written in java. So,

Re: [cp-patches] [PATCH, classpath, build] Use AM_COND_IF if available.

2008-07-15 Thread Tom Tromey
Ralf == Ralf Wildenhues [EMAIL PROTECTED] writes: Ralf Tested by building the tree with --{enable,disable}-tool-wrappers and Ralf with Automake 1.9.6 and git Automake. OK for GCC trunk, and if yes, can Ralf somebody push this to classpath upstream? This is ok. I will check it in to classpath.

[commit-cp] classpath ChangeLog configure.ac m4/acinclude.m...

2008-07-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/07/15 15:33:52 Modified files: . : ChangeLog configure.ac m4 : acinclude.m4 tools : Makefile.am Log message: 2008-07-15 Ralf

Re: [cp-patches] FYI: PR36636 Copy updated JAR file if renaming fails

2008-06-26 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew gjar -u doesn't work if the jar file being updated is not on Andrew the same filesystem as /tmp. We could just make the temporary file in the same directory as the desired output file. Tom

[cp-patches] Patch: FYI: fix PR 32198

2008-06-24 Thread Tom Tromey
I'm checking this in to Classpath and libgcj. This fixes PR 32198. rmic had an inverted isAssignableFrom test. Tom ChangeLog: 2008-06-24 Tom Tromey [EMAIL PROTECTED] PR libgcj/32198: * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java (compile): Reverse

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/r...

2008-06-24 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/06/24 17:36:07 Modified files: . : ChangeLog tools/gnu/classpath/tools/rmic: SourceGiopRmicCompiler.java Log message: PR libgcj/32198

Re: [cp-patches] make jni.h C++ compatible with OpenJDK

2008-06-23 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti This patch renames the JNINativeInterface_ variable in Twisti _Jv_JNIEnv to be compatible with OpenJDK. Without that it's Twisti not possible to compile C++ code with both. Twisti OK to commit? Yes, this is fine. I'm surprised

Re: [cp-patches] [PATCH, classpath] dtoa.c: missing include

2008-06-23 Thread Tom Tromey
Ralf == Ralf Wildenhues [EMAIL PROTECTED] writes: Ralf the trivial patch below avoids a warning about undeclared 'free'. Ralf bootstrapped and regtested. OK for GCC trunk, and if yes, can somebody Ralf put this in upstream classpath? I got to this today and found that stdlib.h is already

Re: [cp-patches] [PATCH, classpath] dtoa.c: missing include

2008-06-18 Thread Tom Tromey
Ralf == Ralf Wildenhues [EMAIL PROTECTED] writes: Ralf the trivial patch below avoids a warning about undeclared Ralf 'free'. bootstrapped and regtested. OK for GCC trunk, and if Ralf yes, can somebody put this in upstream classpath? This is ok. I'll push it upstream next week. Ralf (Cc:ing

[commit-cp] classpath ChangeLog include/jni.h

2008-06-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/06/15 17:12:10 Modified files: . : ChangeLog include: jni.h Log message: * include/jni.h (_jobjectRefType, jobjectRefType): Always

[cp-patches] Patch: RFC: Always define jobjectRefType

2008-06-11 Thread Tom Tromey
there are objections. thanks, Tom ChangeLog: 2008-06-11 Tom Tromey [EMAIL PROTECTED] * include/jni.h (_jobjectRefType, jobjectRefType): Always declare. Index: include/jni.h === RCS file: /cvsroot/classpath/classpath

Re: Savannah has Mercurial!

2008-06-06 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew For me the speed of diffs/status checks in CVS is appalling Andrew and has a significant impact on my work habits. For diff I can't help you, but for status I recommend the cvs utils. I've used these upwards of ten years, I can't

Re: [cp-patches] RFC: @file support for gjavah gjar

2008-06-04 Thread Tom Tromey
Robert == Robert Schuster [EMAIL PROTECTED] writes: Robert The other tools are not affected by this change nor does this modify the Robert core getopt functionality (except that I made the 'programName' field Robert protected - was private). I don't think we need this to be protected. Instead

Re: [cp-patches] FYI: gjar @file fix

2008-06-02 Thread Tom Tromey
Robert == Robert Schuster [EMAIL PROTECTED] writes: Robert What my implementation does not handle is whitespace inside filenames Robert and quoting. However I am not sure whether this is supported in filelist Robert anyway. Somewhere there is a rule for how javac handles this. As I recall,

Re: [cp-patches] Fix for Class.getSimpleName()

2008-05-27 Thread Tom Tromey
Andrew == Andrew Haley [EMAIL PROTECTED] writes: Andrew Yes, but gcj's implementation was also broken. This is the Andrew current gcj code; please let me know if you think it's still Andrew wrong. I think looking for a $ in general is wrong. I think instead the name should be looked up in the

Re: [cp-patches] FYI: Fix Integer.parseInt(+x) bug

2008-05-12 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew This makes Classpath parse +x as x, not -x. ChangeLog: I think this will parse '-+5', which I assume is not intended. Andrew ch = str.charAt(++index); Andrew} Andrew +if (ch == '+') ... probably should be

Re: Integer.parseInt(+42) gives -42

2008-05-12 Thread Tom Tromey
David == David Daney [EMAIL PROTECTED] writes: David I am not an expert in this realm, but this may be small enough David so that an assignment is not necessary. Yes, I agree, particularly because there is really only one fix for this -- delete the '+' code. Actually, the proposed patch

Re: [cp-patches] FYI: PR36147 Fix post-toString use of CPStringBuilder

2008-05-11 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew This adds a feature to CPStringBuilder so that it knows Andrew when its array has been shared with a String object. Once Andrew this has happened, any future write operations will allocate Andrew a new array and reset the flag.

Re: How to build Classpath without Classpath

2008-05-09 Thread Tom Tromey
Gustavo == Gustavo Guillermo Perez [EMAIL PROTECTED] writes: ecj-binary - gcj-4.3 - classpath 0.9x (x = 5) - cacao 0.98+hg20071001 (or newer) - ecj(-bootstrap) Gustavo Yes very well, I having nightmares cause I can't have a Gustavo binary build of gcc 4.3 or 4.4 without errors on uClibc, I

Re: How to build Classpath without Classpath

2008-05-09 Thread Tom Tromey
Gustavo == Gustavo Guillermo Perez [EMAIL PROTECTED] writes: Gustavo Hey I can do that, but what about rhe lib folder of gnu classpath Gustavo libraries are not binary compatible from glibc to uClibc Yeah, the idea is to compile the class files only, then build the rest on the new platform.

Re: [cp-patches] Fix for Class.getSimpleName()

2008-04-20 Thread Tom Tromey
Sebastian GCJ's implementation seems not to handle inner and local classes. Thanks. Sebastian I don't have a good overview of the classpath architecture, Sebastian yet. Maybe it would be better to remove the method Sebastian getSimpleName() in VMClass.java and implement it directly Sebastian in

Re: [cp-patches] Fix for Class.getSimpleName()

2008-04-19 Thread Tom Tromey
Sebastian == Sebastian Mancke [EMAIL PROTECTED] writes: Sebastian Now, the method getSimpleName() is merged with the one of Sebastian glibgcj. (Not changing behaviour, but avoiding recursion) I noticed it is still different. My recollection (I haven't looked at this in a while) is that the gcj

Re: [cp-patches] Patch: FYI: speed up gen-classlist.sh

2008-04-18 Thread Tom Tromey
Mark Something is broken in this patch, at least for in srcdir builds. I end Mark up with an empty cat | sed which then just sits there. I believe it Mark comes from: Mark I don't really know what the intention is here. I assume that the whole Mark sedding should be skipped if there is no such

Re: [cp-patches] Patch: FYI: speed up gen-classlist.sh

2008-04-18 Thread Tom Tromey
the mess. Here's the patch I'm committing. This fixed it for me. Tom ChangeLog: 2008-04-18 Tom Tromey [EMAIL PROTECTED] * lib/gen-classlist.sh.in: Skip 'sed' steps if no vm_omitlist found. Index: lib/gen-classlist.sh.in

[commit-cp] classpath ChangeLog lib/gen-classlist.sh.in

2008-04-18 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/04/18 14:30:35 Modified files: . : ChangeLog lib: gen-classlist.sh.in Log message: * lib/gen-classlist.sh.in: Skip 'sed' steps

[cp-patches] Patch: FYI: speed up gen-classlist.sh

2008-04-17 Thread Tom Tromey
I'm checking this in. This is a patch from a gcc contributor to speed up gen-classlist.sh. See the attached email for the details. (Well, the link in the attached email...) Tom ---BeginMessage--- * Tom Tromey wrote on Thu, Apr 17, 2008 at 01:45:13AM CEST: Ralf == Ralf Wildenhues [EMAIL

[commit-cp] classpath ChangeLog configure.ac lib/gen-classl...

2008-04-17 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/04/17 22:46:21 Modified files: . : ChangeLog configure.ac lib: gen-classlist.sh.in Log message: 2008-04-17 Ralf Wildenhues [EMAIL PROTECTED

[cp-patches] Patch: FYI: fix tools/Makefile nit

2008-04-16 Thread Tom Tromey
I'm checking this in. This fixes an automake nit with tools/Makefile.am. See the original posting for details: http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00941.html Tom ChangeLog: 2008-04-16 Ralf Wildenhues [EMAIL PROTECTED] * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache

[commit-cp] classpath ChangeLog m4/gcc_attribute.m4 tools/M...

2008-04-16 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/04/16 23:54:13 Modified files: . : ChangeLog m4 : gcc_attribute.m4 tools : Makefile.am Log message: 2008-04-16 Ralf

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/o...

2008-04-16 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/04/17 00:22:15 Modified files: . : ChangeLog tools/gnu/classpath/tools/orbd: Main.java tools/resource/gnu/classpath/tools/common: Messages.properties Log

[cp-patches] Patch: FYI: fix getopt Parser oddity

2008-03-20 Thread Tom Tromey
needed. Tom ChangeLog: 2008-03-20 Tom Tromey [EMAIL PROTECTED] * tools/gnu/classpath/tools/getopt/Parser.java (options): Don't initialize. (add, addFinal): Don't update options. (requireOptions): New method. (printHelp): Synchronize. Call requireOptions

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/g...

2008-03-20 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/03/20 18:04:44 Modified files: . : ChangeLog tools/gnu/classpath/tools/getopt: Parser.java Log message: * tools/gnu/classpath/tools/getopt

[cp-patches] Patch: realloc fix

2008-03-10 Thread Tom Tromey
I'm checking this in. This is a realloc usage fix from Jim Meyering. Tom ChangeLog: 2008-03-10 Jim Meyering [EMAIL PROTECTED] Don't leak upon failed realloc. * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc, free the original buffer before throwing the

[cp-patches] Re: [PATCH] classpath doc typos

2008-03-10 Thread Tom Tromey
Ralf == Ralf Wildenhues [EMAIL PROTECTED] writes: Ralf Tested 'make docs info dvi pdf html' in classpath/doc. OK for trunk? Ralf If yes, will somebody push this upstream into classpath for me? Yes, this is ok. Thanks. Did Dalibor put it in Classpath? If not, let me know, and I will do it.

[cp-patches] Re: [PATCH] classpath doc: punctuation

2008-03-10 Thread Tom Tromey
Ralf == Ralf Wildenhues [EMAIL PROTECTED] writes: Ralf libjava/classpath/ChangeLog: Ralf 2008-02-23 Ralf Wildenhues [EMAIL PROTECTED] Ralf * doc/cp-hacking.texinfo: Fix spacing after periods. Ralf * doc/cp-tools.texinfo: Likewise. Ralf * doc/cp-vmintegration.texinfo: Likewise. This one

[commit-cp] classpath ChangeLog native/jni/classpath/jcl.c

2008-03-10 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/03/10 19:01:42 Modified files: . : ChangeLog native/jni/classpath: jcl.c Log message: 2008-03-10 Jim Meyering [EMAIL PROTECTED

[cp-patches] Re: libjava/classpath/configure needs regenerated in 4.3

2008-03-07 Thread Tom Tromey
Ralf == Ralf Wildenhues [EMAIL PROTECTED] writes: Ralf libjava/classpath/configure needs an autoconf rerun to pick up the Ralf Libtool support for AIX 6.1. This holds for trunk as well as the 4.3 Ralf branch. OK for both? Sorry I didn't get to this sooner. AFAIK libjava does not work on AIX.

note on readdir_r

2008-02-20 Thread Tom Tromey
While looking into http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24170, I noticed that Classpath is also using readdir_r. There is no reason to use this. Ulrich wrote a blog entry a while back explaining why: http://udrepper.livejournal.com/18555.html I'm not planning to fix this in Classpath,

[cp-patches] Patch: FYI: fix @direntry in .texi

2008-02-18 Thread Tom Tromey
I'm checking this in. Jakub found this in libgcj; I'm just pushing the patch upstream for him. The bug is that the @direntry lines in the .texi files were wrong. Tom ChangeLog: 2008-02-18 Jakub Jelinek [EMAIL PROTECTED] * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.

Re: Classpath Tools

2008-02-17 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew Does anyone know why our tools use -Xbootclasspath to load as in: Andrew exec @VM_BINARY@ -Xbootclasspath/p:${tools_cp} Andrew gnu.classpath.tools.javah.Main $@ Andrew The option is not supported by either gcj or JikesRVM (although

Re: [cp-patches] [patch] check for xulrunner-1.9

2008-02-13 Thread Tom Tromey
Matthias == Matthias Klose [EMAIL PROTECTED] writes: Matthias This patch checks for a build using xulrunner-1.9. Ok to Matthias checkin? (please commit it to classpath as well). Matthias PKG_CHECK_MODULES(MOZILLA, mozilla-plugin, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no]) Matthias if

Re: [cp-patches] RFC: use helper method to clone char array in java.lang.String

2008-02-07 Thread Tom Tromey
Ian + * java/lang/String.java Ian + Only copy live portion of String. Use array copies in preference to clone. The ChangeLog entry should mention method names. See other examples in the file, or the GNU coding standards. Otherwise -- looks good to me, thanks. Tom

Re: [cp-patches] RFC: tweaks to java.util.zip.ZipEntry

2008-02-05 Thread Tom Tromey
Ian == Ian Rogers [EMAIL PROTECTED] writes: Ian the attached patch stops the lazy initialization of a Calendar object Ian in ZipEntry and instead uses a static final one. I thought this could lead to odd results sometimes, when the calendrical data is in a zip. But it is hard to remember.

Re: [cp-patches] RFC: use helper method to clone char array in java.lang.String

2008-02-05 Thread Tom Tromey
Ian == Ian Rogers [EMAIL PROTECTED] writes: Ian Please let me know if you think this patch is suitable for Ian inclusion. It looks fine. I do have one nit, which is that we put spaces around operators... this problem is pervasive in the patch, but here's one example: Ian +newStr[x-offset]

Re: [cp-patches] RFC: use helper method to clone char array in java.lang.String

2008-02-04 Thread Tom Tromey
Ian == Ian Rogers [EMAIL PROTECTED] writes: Ian + private static char[] cloneCharArray(char[] src) Ian + { Ian +char[] copy = new char[src.length]; Ian +VMSystem.arraycopy(src, 0, copy, 0, src.length); Ian +return copy; Ian + } I think it would be better in these places to copy

[cp-patches] Re: [PATCH,classpath] Fix some typos

2008-01-28 Thread Tom Tromey
Bernhard == Bernhard Fischer [EMAIL PROTECTED] writes: Bernhard The attached patch fixes 's/by by/by/g' for classpath. Bernhard It was not tested, please apply if you think it is ok. Bernhard libjava/classpath/ChangeLog Bernhard 2008-01-27 Bernhard Fischer Bernhard *

[cp-patches] Re: more doc typos

2008-01-28 Thread Tom Tromey
Gerald == Gerald Pfeifer [EMAIL PROTECTED] writes: libjava/classpath/ChangeLog: 2008-01-24 Ralf Wildenhues [EMAIL PROTECTED] * doc/README.jaxp: Fix typos. Gerald I committed this on your behalf so that this will be in GCC Gerald 4.3.0, but you may also want to Cc: [EMAIL PROTECTED] Gerald

[commit-cp] classpath ChangeLog doc/README.jaxp

2008-01-28 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/01/28 16:32:31 Modified files: . : ChangeLog doc: README.jaxp Log message: 2008-01-27 Ralf Wildenhues [EMAIL PROTECTED

[commit-cp] classpath ChangeLog gnu/CORBA/GIOP/v1_2/Request...

2008-01-28 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/01/28 16:52:40 Modified files: . : ChangeLog gnu/CORBA/GIOP/v1_2: RequestHeader.java java/util : SimpleTimeZone.java Log message: 2008-01-27

Re: [cp-patches] RFC: adding -reverse to gnative2ascii

2008-01-25 Thread Tom Tromey
Mario == Mario Torre [EMAIL PROTECTED] writes: Mario This patch adds the -reverse option to gnative2ascii as described here: Mario http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=103 Mario Mark told me that Tom Tromey is already working on it too, so feel free Mario to ignore this one

[cp-patches] Patch: FYI: -reverse argument for native2ascii

2008-01-24 Thread Tom Tromey
I'm checking this in to Classpath and libgcj. Sun's native2ascii accepts -reverse, while we accept -reversed. This changes Classpath to conform. This bug came from the IcedTea build: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=103 Tom ChangeLog: 2008-01-24 Tom Tromey [EMAIL

[commit-cp] classpath ChangeLog resource/gnu/classpath/tool...

2008-01-24 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/01/24 18:28:42 Modified files: . : ChangeLog resource/gnu/classpath/tools/native2ascii: messages.properties tools/gnu/classpath/tools/native2ascii

[commit-cp] classpath ChangeLog java/net/URI.java

2008-01-21 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 08/01/21 20:09:56 Modified files: . : ChangeLog java/net : URI.java Log message: 2008-01-21 Luciano Chavez [EMAIL PROTECTED

[cp-patches] Patch: FYI: PR 33206

2007-08-28 Thread Tom Tromey
I'm checking this in. This fixes a possible overflow in isProbablePrime. Tom 2007-08-28 John X [EMAIL PROTECTED] PR classpath/33206: * java/math/BigInteger.java (isProbablePrime): Handle case of large 'b'. Index: java/math/BigInteger.java

[commit-cp] classpath ChangeLog java/math/BigInteger.java

2007-08-28 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/08/28 18:37:56 Modified files: . : ChangeLog java/math : BigInteger.java Log message: 2007-08-28 John X [EMAIL PROTECTED

[cp-patches] Patch: FYI: Class.internalGetFields

2007-08-15 Thread Tom Tromey
I'm checking this in. We lose the order of fields in internalGetFields. This in turn makes JNA die. The order is not guaranteed, of course, but there's no reason that Class should rearrange things gratuitously -- that's what the VM is for :) Tom ChangeLog: 2007-08-15 Tom Tromey [EMAIL

[cp-patches] Patch: FYI: fix typo in LinkedHashSet

2007-08-15 Thread Tom Tromey
This fixes a typo in LinkedHashSet javadoc. Tom ChangeLog: 2007-08-15 Tom Tromey [EMAIL PROTECTED] * java/util/LinkedHashSet.java (LinkedHashSet): Fix typo. Index: java/util/LinkedHashSet.java === RCS file: /cvsroot

[commit-cp] classpath ChangeLog

2007-08-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/08/15 16:25:41 Modified files: . : ChangeLog Log message: * java/lang/Class.java (internalGetFields): Use LinkedHashSet. CVSWeb URLs: http

[commit-cp] classpath/java/lang Class.java

2007-08-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/08/15 16:27:00 Modified files: java/lang : Class.java Log message: * java/lang/Class.java (internalGetFields): Use LinkedHashSet. CVSWeb URLs: http

[commit-cp] classpath ChangeLog java/util/LinkedHashSet.java

2007-08-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/08/15 16:29:10 Modified files: . : ChangeLog java/util : LinkedHashSet.java Log message: * java/util/LinkedHashSet.java (LinkedHashSet): Fix

Re: [cp-patches] RFC: @filelist support for jar

2007-07-24 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti This patch adds support for @filelist, where the file filelist Twisti may only contain files and not options, as the spec says. Twisti Should I commit that (incomplete) patch? It looks good to me. What is incomplete about it? Tom

Re: [cp-patches] RFC: @filelist support for jar

2007-07-24 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti @files can include any arguments that are valid, not only Twisti files. Maybe you know how to get Java getopt to support that. Ah. I am not sure there is a way from outside. But perhaps this could be an option on the option Parser

[cp-patches] Patch: FYI: PR java/32862

2007-07-24 Thread Tom Tromey
in java.util. Tom Index: ChangeLog from Tom Tromey [EMAIL PROTECTED] PR java/32862: * java/util/EnumMap.java (get): Special case emptySlot. (clone): Rewrote. Index: java/util/EnumMap.java === RCS file: /cvsroot

[cp-patches] Patch: FYI: jni.h fixlet for emacs

2007-06-28 Thread Tom Tromey
I'm checking this in. Emacs complained about the local variables section in jni.h. This makes it stop complaining. Tom 2007-06-28 Tom Tromey [EMAIL PROTECTED] * include/jni.h: Fixed local variables. Index: include/jni.h

Re: J2SE compliant RE for Arm Linux

2007-06-28 Thread Tom Tromey
Søren == Søren Boll Overgaard [EMAIL PROTECTED] writes: Kinda old thread, but wanted to clear this up... Søren So far, none of the the platforms I've been looking at (except Søren PERC, which is prohibitively priced) support J2SE 5.0. Thus, my Søren question is, can you provide me with a

[commit-cp] classpath ChangeLog include/jni.h

2007-06-28 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/06/28 15:47:38 Modified files: . : ChangeLog include: jni.h Log message: * include/jni.h: Fixed local variables. CVSWeb URLs: http

Re: URLLoader / RemoteURLLoader

2007-06-01 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Well I am actually patching URLClassLoader. RemoteURLLoader Martin seemed to provide some connection to http protocol. When is it Martin exactly used? The various Loader classes are used to handle particular URL types. RemoteURLLoader

Re: [cp-patches] RFC: Gstreamer audio backend configure patch

2007-05-30 Thread Tom Tromey
Mario == Mario Torre [EMAIL PROTECTED] writes: Mario This patch does not contains code, only configuration setups, Mario and it is not meant to be committed. I need some feedback on Mario that because I'm not a configure expert so it is highly Mario probable that I've missed something. Looks

Re: URLLoader / RemoteURLLoader

2007-05-29 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin -I noticed that URLLoader and RemoteURLLoader are also Martin intended to load remote directories. May someone give me any Martin hint to use these one? These are only for use as internal helpers of URLClassLoader. Martin The very

Re: Classpath 0.95 build issue

2007-05-06 Thread Tom Tromey
Audrius == Audrius Meskauskas [EMAIL PROTECTED] writes: Audrius This is becoming the permanent topic already. Maybe we could add Audrius something to README or hackers guide? Sounds good to me. Dâniel, would you mind making a patch for this? Perhaps a change to the FAQ is the best bet. Tom

Re: Compilation Time | More questions ClassLoader

2007-05-04 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Current behavior acts like this, macro-algorithm: [..] Martin Class loadClass(String className){ Martin if (bootstrap) { Martin c= VMClassLoader.loadClass(className); Martin Basically all we have done is add a step at Martin

Re: Compilation Time | More questions ClassLoader

2007-05-01 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin - Is there any place where I can find something like a UML sequence Martin diagram of classloading mechanisms. Nope, sorry. Martin It seems there is a lot of back and forth between Martin URLClassLoader, ClassLoader, VMClassLoader

Re: Compilation Time | More questions -Charsets

2007-04-25 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Actually since we saw that support for different charsets were Martin constantly added to GNU/Classpath, this may have been linked with Martin GNU/Classpath and not jamvm. Martin Indeed, gnu.java.nio.charset.Provider loads multiple

Re: [cp-patches] FYI: fix for user specified javac

2007-04-24 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark gcj --main=com.sun.tools.javac.Main -g -o ~/bin/javac \ Mark dist/lib/javac.jar I tried this. svn trunk gcj can't build the jar -- some ICE. But when I added -findirect-dispatch it worked just fine and the resulting javac compiled

Re: Compilation Time | More questions -Charsets

2007-04-24 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Now we are investigating the charsets classes since for sure we don't Martin need them all on our minimal system. JamVM tries to load a bunch of Martin them when initializing and we would stick to one (8859 or UTF8 for Martin example).

Re: couldn't able to install classpath: java.lang.OutOfMemoryError

2007-04-24 Thread Tom Tromey
== r srinivasaraju [EMAIL PROTECTED] writes: but when it comes to executing gmake, its giving some error. Internal compiler error java.lang.OutOfMemoryError: Java heap space There's not much we can do about this. Maybe you don't have enough memory. Maybe you need to increase the heap

Re: [cp-patches] FYI: fix for hacked up autotools toolchains

2007-04-23 Thread Tom Tromey
Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor 2007-04-22 Dalibor Topic [EMAIL PROTECTED] Dalibor * Makefile.am (ACLOCAL_AMFLAGS): Add contents of env var Dalibor LOCAL_ACLOCAL_AMFLAGS to allow for systems where the user Dalibor has a mix of system

Re: Compilation Time

2007-04-23 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Each time we change the ClassLoader.java class, compilation Martin lasts quite a long and I am not really convinced that Martin everything need to be recompiled. I am quite a beginner with Martin Makefile but it seems that no real

[cp-patches] Patch: FYI: PR 31626

2007-04-19 Thread Tom Tromey
I'm checking this in on the gcc trunk, the RH 4.1 branch, and Classpath. This is a patch from Casey to fix PR 31626. The bug here is that we are missing a method that Mylar uses. Tom Index: ChangeLog from Casey Marshall [EMAIL PROTECTED] PR classpath/31626: *

[cp-patches] Patch: FYI: CNI -vs- bridge methods

2007-04-18 Thread Tom Tromey
though... if the compiler ever gets smarter, it could, perhaps, devirtualize such a call and then we would fail to link. Tom Index: ChangeLog from Tom Tromey [EMAIL PROTECTED] * Regenerated headers with new gjavah. Index: classpath/ChangeLog from Tom Tromey [EMAIL PROTECTED

[cp-patches] Patch: FYI: minor fix in SSLSocketFactoryImpl

2007-04-16 Thread Tom Tromey
the code to delegate the other way around. I tested this on the test case (also hacked to try the 2-arg call) and also on the javax.net subset of Mauve. Tom Index: classpath/ChangeLog from Tom Tromey [EMAIL PROTECTED] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236614

[commit-cp] classpath ChangeLog gnu/javax/net/ssl/provider/...

2007-04-16 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/04/16 20:20:14 Modified files: . : ChangeLog gnu/javax/net/ssl/provider: SSLSocketFactoryImpl.java Log message: https://bugzilla.redhat.com

Re: [cp-patches] Patch: FYI: hard-code SAX fallback

2007-04-05 Thread Tom Tromey
Jeroen == Jeroen Frijters [EMAIL PROTECTED] writes: I think for proper operation we have to remove the various XML service files from META-INF; see the earlier thread. But in order for this to work we also have to fix SAX to properly fall back to the Classpath SAX parser. Jeroen Any update

Re: [cp-patches] FYI: Some CORBA deprecations

2007-04-02 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark This only leaves 2 interfaces as missing for full 1.5 coverage. They are Mark simple to add, but I don't really know how they are supposed to be used. Mark They aren't referenced from any public method or class it seems. Yeah.. FWIW the

Re: [cp-patches] FYI: Disable gnome accessibility

2007-03-29 Thread Tom Tromey
Andrew == Andrew Haley [EMAIL PROTECTED] writes: This is a gnome accessibility bug with multithreading, filed as http://bugzilla.gnome.org/show_bug.cgi?id=423057 , and this patch is a workaround until that issue is resolved. Andrew Is this the same bug as Andrew

Re: [cp-patches] RFC: iconv -Werror compilation fix

2007-03-29 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti This patch fixes -Werror compilation with !HAVE_ICONV. Daney Twisti pointed me to the (void)-solution. I'm not sure if that is Twisti the best solution, but it works. Twisti Comments? We discussed on irc but I thought the answer

[cp-patches] Patch: FYI: fix PR 29689

2007-03-29 Thread Tom Tromey
on this too. This patch was made against the libgcj repository so the paths are a bit screwy vis a vis the Classpath tree. But, you'll get the idea. Tom Index: classpath/ChangeLog from Tom Tromey [EMAIL PROTECTED] PR libgcj/29869: * gnu/java/util/jar/JarUtils.java (log

[commit-cp] classpath ChangeLog java/util/logging/LogManage...

2007-03-29 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/03/30 04:13:43 Modified files: . : ChangeLog java/util/logging: LogManager.java Log message: PR libgcj/29869: * java/util/logging

  1   2   3   4   5   6   7   8   9   10   >