summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
* 2004-07-17 Michael Koch <konqueror@gmx.de>mkoch2004-07-172-20/+24
| | | | | | | * java/lang/String.java: Fixed javadocs all over. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84870 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Mark Wielaard <mark@klomp.org>mkoch2004-07-174-9/+42
| | | | | | | | | | | | | | | | | * gnu/java/nio/channels/FileChannelImpl.java (truncate): Only truncate when size is smaller. * java/io/RandomAccessFile.java (setLength): Use truncate for shrinking the file and seek plus write for expanding the file. 2004-07-17 Michael Koch <konqueror@gmx.de> * gnu/java/nio/channels/natFileChannelPosix.cc (implTruncate): Always save current position. Only reposition file pointer to where we started if not beyond new lenght. Reposition file pointer to file length if it points beyond the end of file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84868 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Mark Wielaard <mark@klomp.org>mkoch2004-07-1716-38/+57
| | | | | | | | | | | | | | | | | | | | | * javax/swing/Box.java: Put FIXME comment above class declaration. * javax/swing/JButton.java: Remove illegal L&F HTML from comments. * javax/swing/JCheckBox.java: Likewise. * javax/swing/JDialog.java: Likewise. * javax/swing/JRadioButton.java: Likewise. * javax/swing/JToggleButton.java: Likewise. * javax/swing/UIManager.java: Likewise. * javax/swing/border/TitledBorder.java: Likewise. * javax/swing/plaf/basic/BasicLabelUI.java: Likewise. * javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise. * javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: Likewise. * javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise. * javax/swing/plaf/basic/BasicScrollBarUI.java: Likewise. * javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise. * javax/swing/text/JTextComponent.java: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84866 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Jeroen Frijters <jeroen@frijters.net>mkoch2004-07-174-8/+30
| | | | | | | | | | | | | | | | | | | * java/net/DatagramPacket.java (setAddress): Removed check for null address. 2004-07-17 Michael Koch <konqueror@gmx.de> * java/net/DatagramSocket.java (getLocalAddress): Check if socket is bound or not. * java/net/Socket.java (getLocalAddrss): Check if socket is bound or not. (getPort): Return -1 when not connected. Dont check getImpl() for null. (setReuseAddress): Check if socket is closed. (isConnected): Check if getImpl() returns null. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84864 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Mark Wielaard <mark@klomp.org>mkoch2004-07-172-2/+12
| | | | | | | | * java/awt/event/InvocationEvent.java (dispatch): Synchronize on notifier object before calling notifyAll(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84859 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Michael Koch <konqueror@gmx.de>mkoch2004-07-172-5/+13
| | | | | | | | * gnu/java/nio/channels/FileChannelImpl.java (finalize): Added javadoc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84858 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Guilhem Lavaux <guilhem@kaffe.org>mkoch2004-07-172-23/+28
| | | | | | | | | * java/text/CollationElementIterator.java (text_decomposition): Changed type to RuleBasedCollator.CollationElement[] (setText): Use ArrayList instead of Vector. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84857 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Michael Koch <konqueror@gmx.de>mkoch2004-07-173-12/+12
| | | | | | | | | | | * java/nio/ByteOrder.java (static): Removed. Not needed. Thanks to Patrick Reali for noticing. * java/nio/charset/CharsetDecoder.java (decode): Fix for classpath bug #9177: Reset state before flipping. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84856 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Michael Koch <konqueror@gmx.de>mkoch2004-07-172-10/+14
| | | | | | | * java/security/Security.java: Fixed javadocs all over. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84855 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-17 Michael Koch <konqueror@gmx.de>mkoch2004-07-175-35/+32
| | | | | | | | | | | | | | * gnu/java/awt/EmbeddedWindow.java (static): Removed. (addNotify): Set peer via reflection. (setWindowPeer): Removed. * gnu/java/awt/natEmbeddedWindow.cc: Removed. * Makefile.am (nat_source_files): Removed gnu/java/awt/natEmbeddedWindow.cc. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84854 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in(ZIP, GCJH): Remove white space around '=' in variablerearnsha2004-07-163-12/+18
| | | | | | | | assignment. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84843 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use build_noncanonical rather than build_alias.neroden2004-07-163-347/+349
| | | | | | | * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84835 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Eliminate CANADIAN and NULL_TARGET variablesneroden2004-07-163-269/+240
| | | | | | | | | by logic refactoring. Move default definition of NATIVE closer to first alternate definition. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84834 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am: Set ZIP and GCJH directly using autoconf.neroden2004-07-168-127/+143
| | | | | | | | | | | * Makefile.in, include/Makefile.in, testsuite/Makefile.in, gcj/Makefile.in: Regenerate. * configure.in: Set ZIP and GCJH. Remove redundant condition in AM_CONDITIONAL(NATIVE,...) * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84832 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use target_noncanonical rather thanneroden2004-07-1611-18/+82
| | | | | | | | | | | | target_alias for forward-compatibility with autoconf 2.59. * configure: Regenerate. * Makefile.am, gcj/Makefile.am, include/Makefile.am, testsuite/Makefile.am: Substitute target_noncanonical. * Makefile.in, gcj/Makefile.in, include/Makefile.in, testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84802 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.neroden2004-07-165-453/+483
| | | | | | | | | | Introduce _GCC_TOPLEV_NONCANONICAL_TARGET. * acinclude.m4: Include acx.m4. * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84797 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-15 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-152-15/+46
| | | | | | | | | | | | | | | PR libgcj/16574 * java/sql/Timestamp.java (dateFormat): Renamed from sdf. (decimalFormat): New static variable. (sbuf): Likewise. (getTime): New. Override Date.getTime(). (toString): Synchronize. Use decimalFormat to format nanos value correctly. Truncate extra zeros. (before): Compare getNanos() only if getTime() is equal. (after): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84784 138bc75d-0d04-0410-961f-82ee72b054a4
* * acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...neroden2004-07-155-835/+695
| | | | | | | | | * configure.in: ...here. * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84749 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4: Rebuilt with aclocal gcj-1.4.neroden2004-07-157-1470/+21
| | | | | | | | | * configure: Rebuilt with autoconf 2.13. * Makefile.in, gcj/Makefile.in, include/Makefile.in, testsuite/Makefile.in: Rebuilt with automake gcj-1.4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84743 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-14 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-155-1/+50
| | | | | | | | | | | | PR libgcj/16204 * Makefile.am (AM_CXXFLAGS): Add -D_FILE_OFFSET_BITS=64 to enable large file support. * Makefile.in: Rebuilt. * testsuite/libjava.lang/LargeFile.java: New test case. * testsuite/libjava.lang/LargeFile.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84733 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-14 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-142-3/+4
| | | | | | | * java/beans/EventHandler.java: Remove debugging statements. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84715 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-14 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-147-12/+415
| | | | | | | | | | * java/beans/EventHandler.java: New file. * Makefile.am (awt_java_source_files): Add EventHandler.java. * Makefile.in, gcj/Makefile.in, include/Makefile.in, testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84714 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-14 Andreas Tobler <a.tobler@schweiz.ch>andreast2004-07-143-61/+24
| | | | | | | | | | | | * testsuite/libjava.jacks/jacks.exp (gcj_jacks_write): Add deprecation flag to the gcj_setup. (gcj_jacks_run): Check tclsh version and launch jacks directly with the tclsh. * testsuite/libjava.jacks/jacks.xfail: Update fails to reflect the deprecation flag change. 58 XFAILS removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84710 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/ChangeLog:uweigand2004-07-143-3/+166
| | | | | | | | | | | | | | | | | | | * config/s390/s390.md ("udivsi3"): Ensure trap is generated for division by zero. ("umodsi3"): Likewise. libjava/ChangeLog: * configure.host (DIVIDESPEC) [s390*-*-*]: Set to -fno-use-divide-subroutine. * include/s390-signal.h: Include <ucontext.h> and <limits.h>. (HANDLE_FPE): Define. (SIGNAL_HANDLER): Change third argument to ucontext_t *. (struct old_s390_kernel_sigaction): Likewise for k_sa_handler. (HANDLE_DIVIDE_OVERFLOW): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84683 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-14 Michael Koch <konqueror@gmx.de>doko2004-07-132-2/+7
| | | | | | | | | Matthias Klose <doko@debian.org> * java/awt/im/InputContext.java: Initialze in, line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84648 138bc75d-0d04-0410-961f-82ee72b054a4
* * interpret.cc (run): Correctly access libffi return values ofuweigand2004-07-132-3/+8
| | | | | | | integral smaller-than-int type; these are implicitly promoted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84645 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-13 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-134-2/+38
| | | | | | | | | | | | | PR libgcj/7587 * interpret.cc (compile_mutex): New. (_Jv_InitInterpreter): New. Initialize compile_mutex. (run): Lock compile_mutex before calling compile() if compilation is required. * prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter(). * include/java-interp.h (_Jv_InitInterpreter): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84644 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-12 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-134-36/+57
| | | | | | | | | | | PR libgcj/15713 * include/jvm.h (_Jv_value): New union type. * gcj/field.h (_Jv_Field): Add new _addr union field variants * interperet.cc (run): Use _Jv_value union type and *_addr _Jv_Field union members. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84596 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-12 Scott Gilbertson <scottg@mantatest.com>sgilbertson2004-07-125-5/+140
| | | | | | | | | | | | | | | | | | | * gnu/awt/xlib/XCanvasPeer.java (createImage): Implement. * gnu/awt/xlib/XOffScreenImage.java (XOffScreenImage): Add ImageConsumer interface. Add ColorModel constructor argument. Add constructor using ImageProducer. (getSource): Implement. (imageComplete): New method. (setColorModel): New method. (setDimensions): New method. (setHints): New method. (setPixels): New method. (setProperties): New method. * gnu/gcj/xlib/GC.java (drawPoint): New native method. * gnu/gcj/xlib/natGC.cc (drawPoint): New native method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84564 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-11 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-111-1/+1
| | | | | | | | | | | | | | | | PR libgcj/16478 * prims.cc (_Jv_CreateJavaVM): Fix comment. * gnu/gcj/runtime/FinalizerThread.java (init): New. Native. (finalizerReady): Now native. (run): Likewise. (runFinalizers): Removed. * gnu/gcj/runtime/natFinalizerThread.cc (run): Implement here. Use a primitive lock, and don't hold it while running the finalizers. (runFinalizers): Implement. Don't aquire any Java lock. (finalizerReady): Use lock primitives to signal finalizer thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84534 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-11 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-114-52/+63
| | | | | | | | | | | | | | | | PR libgcj/16748 * prims.cc (_Jv_CreateJavaVM): Fix comment. * gnu/gcj/runtime/FinalizerThread.java (init): New. Native. (finalizerReady): Now native. (run): Likewise. (runFinalizers): Removed. * gnu/gcj/runtime/natFinalizerThread.cc (run): Implement here. Use a primitive lock, and don't hold it while running the finalizers. (runFinalizers): Implement. Don't aquire any Java lock. (finalizerReady): Use lock primitives to signal finalizer thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84531 138bc75d-0d04-0410-961f-82ee72b054a4
* Reported by Roman Kennke <roman@ontographics.com> (bug #9331)mark2004-07-112-3/+11
| | | | | | | | * java/net/URLStreamHandler.java (parseURL): When url file part doesn't contain a '/' just ignore context. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84518 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLog:uweigand2004-07-112-14/+15
| | | | | | | | | | | | | | | | | * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and SIGBUS signal frames, the PSW address points *to* the faulting instruction, not after it. libjava/ChangeLog: * include/s390-signal.c (SIGNAL_HANDLER): Use SIGINFO-style prototype. (struct old_s390_kernel_sigaction): Likewise for k_sa_handler. (MAKE_THROW_FRAME): Do not modify PSW address. (INIT_SEGV): Install SIGINFO-style signal handler. (INIT_FPE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84506 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-10 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-21/+5
| | | | | | | | * testsuite/libjava.jacks/jacks.xfail: Updates to reflect current status. 21 xfail's removed, 1 added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84461 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-10 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-0/+5
| | | | | | | * gcj/javaprims.h: Regenerate CNI namespace definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84459 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>mkoch2004-07-102-36/+41
| | | | | | | | | | | * java/text/MessageFormat.java (formatInternal): Append "{n}" if argument n is unavailable. (format(Object, StringBuffer, FieldPosition)): This should be equivalent to format(Object[], StringBuffer, FieldPosition). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84448 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-17/+66
| | | | | | | | | | | | | * java.util.Calendar.java (cache): New private static field. Cached mappings of locales->calendar classes. (ctorArgTypes): New private static field. Singleton argument for calendar class constructor lookup. (getInstance): Cache Locale->Calendar class mappings using HashMap. Optimize by bypassing reflection instantiation for the GregorianCalendar case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84438 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-1011-10/+25
| | | | | | | | | | | | | | | | | * java/util/Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBundle() calls. * java/util/GregorianCalendar.java: Likewise. * java/util/Currency.java: Likewise. * java/text/BreakIterator.java: Likewise. * java/text/Collator.java: Likewise. * java/text/DateFormat.java: Likewise. * java/text/DateFormatSymbols.java: Likewise. * java/text/DecimalFormatSymbols.java: Likewise. * java/text/NumberFormat.java: Likewise. * java/awt/Window.java: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84437 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-168/+203
| | | | | | | | | | | | | | | | | | | | | * java/util/ResourceBundle.java (bundleCache): Renamed from resourceBundleCache. Update comments. (getObject): Don't catch MissingResourceException. (getBundle(String)): Remove 'final'. Use system classloader if getCallingClassLoader returned null. (getBundle(String, Locale)): Likewise. (BundleKey): New private class. HashMap key for bundle cache lookup. (lookupKey): New. Singleton instance of BundleKey. (nullEntry): New. Cache entry to represent failed lookups. (getBundle(String, Locale, ClassLoader)): Re-written to use new caching strategy, no-allocation lookup, and new tryBundle methods. (tryBundle(String, ClassLoader)): New. Load a locale-qualified bundle name using given classloader. (tryBundle(String, Locale, ClassLoader, boolean): New. Qualify baseName for given Locale and attempt to load bundle. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84434 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-092-2/+5
| | | | | | | | * javax/swing/plaf/basic/BasicMenuUI.java (mousePressed): Remove illegal protected method calls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84421 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-094-12/+20
| | | | | | | | | | | | Fix or remove some bogus test cases. * testsuite/libjava.compile/pr10459_2.java: Removed. * testsuite/libjava.compile/pr10459.java: Test using its own method, not Object.clone(). * testsuite/libjava.compile/inner_data.java: Test against its own protected field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84420 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-098-12534/+1747
| | | | | | | | | | | | | | | | | | * scripts/unicode-muncher.pl: Updated to version 2.1 from GNU classpath. Added some clarifications on where to find the needed files from www.unicode.org. * gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html, gnu/gcj/convert/UnicodeData-3.0.0.txt: Removed, these can directly be downloaded from www.unicode.org if needed. * gnu/java/lang/CharData.java: Regenerated. * include/java-chartables.h: Regenerated. * Makefile.am (ordinary_java_source_files): Removed gnu/java/lang/CharData.java. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84399 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-093-72/+75
| | | | | | | | | * java/security/AccessControlContext.java, java/security/SecureClassLoader.java: Fixed javadocs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84383 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-092-8/+13
| | | | | | | | * java/io/ObjectInputStream.java (readFields): Use long datatype when shifting byte values more then 24 bits left. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84382 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-095-130/+207
| | | | | | | | | | | | * java/util/zip/DeflaterOutputStream.java, java/util/zip/GZIPInputStream.java, java/util/zip/GZIPOutputStream.java, java/util/zip/InflaterInputStream.java: Reformatted. Added javadocs. Reordered all stuff. Renamed variables to be more clear. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84380 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-099-2/+562
| | | | | | | | | | | | | | | * javax/imageio/IIOException.java, javax/imageio/event/IIOReadProgressListener.java, javax/imageio/event/IIOReadUpdateListener.java, javax/imageio/event/IIOReadWarningListener.java, javax/imageio/event/IIOWriteProgressListener.java, javax/imageio/event/IIOWriteWarningListener.java: New files. * Makefile.am: Added new files. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84371 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Guilhem Lavaux <guilhem@kaffe.org>mkoch2004-07-092-22/+30
| | | | | | | | | | | | * java/text/RuleBasedCollator.java (mergeRules): Use ArrayList instead of Vector. (subParseString): likewise. (parseString): likewise. (buildCollationVector): likewise. (getCollationKey): likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84369 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Dalibor Topic <robilad@kaffe.org>mkoch2004-07-092-2/+10
| | | | | | | | * java/text/DateFormat.java (parse): Improved javadoc. Improved exception message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84368 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Mark Wielaard <mark@klomp.org>mkoch2004-07-092-1/+6
| | | | | | | | * gnu/java/nio/SelectorImpl.java (select): Call static Thread interrupted() method to clear interupt flag of our Thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84367 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Dalibor Topic <robilad@kaffe.org>mkoch2004-07-0925-278/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/nio/Buffer.java, java/nio/ByteBuffer.java, java/nio/ByteBufferHelper.java, java/nio/ByteBufferImpl.java, java/nio/CharBuffer.java, java/nio/CharBufferImpl.java, java/nio/CharViewBufferImpl.java, java/nio/DirectByteBufferImpl.java, java/nio/DoubleBuffer.java, java/nio/DoubleBufferImpl.java, java/nio/DoubleViewBufferImpl.java, java/nio/FloatBuffer.java, java/nio/FloatBufferImpl.java, java/nio/FloatViewBufferImpl.java, java/nio/IntBuffer.java, java/nio/IntBufferImpl.java, java/nio/IntViewBufferImpl.java, java/nio/LongBuffer.java, java/nio/LongBufferImpl.java, java/nio/LongViewBufferImpl.java, java/nio/MappedByteBufferImpl.java, java/nio/ShortBuffer.java, java/nio/ShortBufferImpl.java, java/nio/ShortViewBufferImpl.java: Fixed javadocs all over. Improved input error checking. * java/nio/Buffer.java (checkForUnderflow, checkForOverflow, checkIndex, checkIfReadOnly, checkArraySize): New helper methods for error checking. * java/nio/ByteBufferHelper.java (checkRemainingForRead, checkRemainingForWrite, checkAvailableForRead, checkAvailableForWrite): Removed no longer needed methods. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84366 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud