summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2003-02-24AbstractPreferences.java (isUserNode): Implemented.Tom Tromey
2003-02-24ClassLoader.java (defineClass(byte[],int,int)): Deprecate.Tom Tromey
2003-02-24natRuntime.cc (libraries_size, [...]): Removed.Tom Tromey
2003-02-22New docs for Thread.java, and little tweaks identified by japi.Anthony Green
2003-02-21ZipEntry.java (setComment): Don't check length when argument is null.Mark Wielaard
2003-02-21ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ...Mark Wielaard
2003-02-21* java/util/zip/ZipFile.java (finalize): New method.Mark Wielaard
2003-02-20BigInteger.java (euclidInv): Take result array as an argument.Raif S. Naffah
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth
2003-02-192003-02-19 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-19ScrollPaneAdjustable.java: Reformated.Michael Koch
2003-02-192003-02-19 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-19XToolkit.java (getFontMetrics): initialize if necessary.Hans Boehm
2003-02-182003-02-18 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-18ColorModel.java: Re-merged with Classpath.Tom Tromey
2003-02-17BigInteger.java (euclidInv): Return array of `BigInteger's.Raif S. Naffah
2003-02-17Properties.java (store): Move the code formerly in list(), into this method.Ranjit Mathew
2003-02-172003-02-17 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-172003-02-17 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-152003-02-15 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-152003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu>Jesse Rosenstock
2003-02-152003-02-15 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-14BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is ...Mark Wielaard
2003-02-14System.java (properties): Use Properties.clone.Tom Tromey
2003-02-13InputStreamReader.java (getEncoding): Return null when closed.Mark Wielaard
2003-02-13InflaterInputStream.java (read): Return zero when len is zero.Mark Wielaard
2003-02-13BufferedOutputStream.java (write(int)): Only flush when next byte cannot be b...Mark Wielaard
2003-02-132003-02-13 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-132003-02-13 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-13re PR libgcj/9271 (Severe bias in java.security.SecureRandom)Casey Marshall
2003-02-132003-02-13 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-13natByteBufferImpl.cc, [...]: Added copyright and license.Michael Koch
2003-02-13FileBasedFactory.java, [...]: New files, all merged from classpath.Michael Koch
2003-02-132003-02-13 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-13GridBagConstraints.java (FIRST_LINE_ENT, [...]): New constants.Michael Koch
2003-02-12Channels.java: New file.Michael Koch
2003-02-122003-02-12 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-12ZipInputStream.java: idemJohn Leuner
2003-02-112003-02-11 Ranjit Mathew <rmathew@hotmail.com>Ranjit Mathew
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-11FileLockImpl.java, [...]: New files.Michael Koch
2003-02-112003-02-08 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-10Win32Process.java (destroy): Declare as native.Ranjit Mathew
2003-02-10BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah
2003-02-10Timestamp.java (compareTo(Object)): New method.Tom Tromey
2003-02-07JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.Mark Wielaard