Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major merge with Classpath. | Tom Tromey | 2005-07-16 | 1 | -615/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Removed many duplicate files. * HACKING: Updated.x * classpath: Imported new directory. * standard.omit: New file. * Makefile.in, aclocal.m4, configure: Rebuilt. * sources.am: New file. * configure.ac: Run Classpath configure script. Moved code around to support. Disable xlib AWT peers (temporarily). * Makefile.am (SUBDIRS): Added 'classpath' (JAVAC): Removed. (AM_CPPFLAGS): Added more -I options. (BOOTCLASSPATH): Simplified. Completely redid how sources are built. Include sources.am. * include/Makefile.am (tool_include__HEADERS): Removed jni.h. * include/jni.h: Removed (in Classpath). * scripts/classes.pl: Updated to look at built classes. * scripts/makemake.tcl: New file. * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added -I options. (gcj_jni_invocation_compile_c_to_binary): Likewise. From-SVN: r102082 | ||||
* | Update FSF address | Kelley Cook | 2005-06-30 | 1 | -2/+2 |
| | | | | From-SVN: r101453 | ||||
* | 2005-04-01 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2005-04-01 | 1 | -2/+3 |
| | | | | | | | * java/util/Timer.java (run): Stop the queue if a task throws an exception. From-SVN: r97411 | ||||
* | Proxy.java, [...]: Don't catch java.lang.ThreadDeath. | Jeroen Frijters | 2005-02-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | 2005-02-22 Jeroen Frijters <jeroen@frijters.net> * java/lang/reflect/Proxy.java, java/net/URL.java, java/security/SecureRandom.java, java/util/Timer.java, java/util/prefs/AbstractPreferences.java: Don't catch java.lang.ThreadDeath. From-SVN: r95415 | ||||
* | Timer.java (DEFAULT_SIZE): Made static. | Michael Koch | 2004-11-17 | 1 | -1/+1 |
| | | | | | | | | 2004-11-17 Michael Koch <konqueror@gmx.de> * java/util/Timer.java (DEFAULT_SIZE): Made static. From-SVN: r90798 | ||||
* | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2004-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | * java/util/Timer.java (nr): Removed useless initializer. * java/util/logging/LogRecord.java (lastSeqNum): Likewise. * javax/naming/spi/NamingManager.java (icfb, ofb): Likewise. From-SVN: r89206 | ||||
* | Timer.java (finalize): Added "throws Throwable". | Michael Koch | 2003-09-18 | 1 | -1/+1 |
| | | | | | | | | 2003-09-18 Michael Koch <konqueror@gmx.de> * java/util/Timer.java (finalize): Added "throws Throwable". From-SVN: r71519 | ||||
* | * java/util/Timer (TaskQueue.stop): set elements to zero. | Mark Wielaard | 2002-03-03 | 1 | -0/+1 |
| | | | | From-SVN: r50254 | ||||
* | Add license clarification. | Mark Wielaard | 2002-01-22 | 1 | -5/+16 |
| | | | | From-SVN: r49104 | ||||
* | Timer.java (TaskQueue.isStopped): Remove method. | Mark Wielaard | 2001-11-16 | 1 | -11/+10 |
| | | | | | | | | * java/util/Timer.java (TaskQueue.isStopped): Remove method. (Scheduler.run): Try to re-schedule task and ignore exception if queue has been stopped. From-SVN: r47093 | ||||
* | re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on ↵ | Tom Tromey | 2001-11-13 | 1 | -2/+11 |
| | | | | | | | | | | | cancel()) Fix for PR libgcj/4859: * java/util/Timer.java (TaskQueue.isStopped): New method. (Scheduler.run): Don't re-schedule task if queue has been stopped. From-SVN: r46994 | ||||
* | HACKING, [...]: Fix spelling errors. | Joseph Myers | 2001-10-31 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, gnu/java/rmi/rmic/RMIC.java, java/awt/Window.java, java/awt/AWTEvent.java, java/io/ByteArrayOutputStream.java, java/io/CharConversionException.java, java/io/PipedInputStream.java, java/io/PipedReader.java, java/io/PrintWriter.java, java/io/WriteAbortedException.java, java/io/natFileWin32.cc, java/lang/Class.h, java/lang/natClassLoader.cc, java/lang/natObject.cc, java/lang/Package.java, java/net/BindException.java, java/net/ConnectException.java, java/net/ProtocolException.java, java/net/SocketException.java, java/net/UnknownServiceException.java, java/security/cert/X509Certificate.java, java/security/interfaces/DSAKey.java, java/security/SecureRandom.java, java/security/SignedObject.java, java/sql/DatabaseMetaData.java, java/text/DecimalFormatSymbols.java, java/util/jar/Attributes.java, java/util/jar/JarEntry.java, java/util/jar/JarInputStream.java, java/util/jar/JarOutputStream.java, java/util/Calendar.java, java/util/Collections.java, java/util/GregorianCalendar.java, java/util/HashMap.java, java/util/List.java, java/util/Properties.java, java/util/Timer.java, java/util/Vector.java, java/util/WeakHashMap.java, javax/naming/NamingException.java, testsuite/libjava.lang/Thread_Wait.java, org/xml/sax/helpers/DefaultHandler.java, org/xml/sax/HandlerBase.java, org/xml/sax/SAXParseException.java, ChangeLog, acinclude.m4, aclocal.m4, posix-threads.cc: Fix spelling errors. * configure: Regenerate. From-SVN: r46665 | ||||
* | * java/util/Timer.java: New version from Classpath. | Tom Tromey | 2001-02-09 | 1 | -429/+492 |
| | | | | From-SVN: r39573 | ||||
* | ArrayList.java, [...]: Imported from GNU Classpath. | Anthony Green | 2000-08-27 | 1 | -0/+525 |
2000-08-27 Anthony Green <green@redhat.com> * java/util/ArrayList.java, java/util/Timer.java, java/util/LinkedList.java, java/util/TimerTask.java, java/util/HashMap.java, java/util/AbstractMap.java, java/util/SortedMap.java, java/util/AbstractSequentialList.java, java/util/SortedSet.java: Imported from GNU Classpath. * Makefile.in: Rebuilt. * Makefile.am: Added new files. From-SVN: r36006 |