summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
1999-11-01PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay
1999-10-22Makefile.in: Rebuilt.Tom Tromey
1999-10-18VMClassLoader.java (getVMClassLoader): New method.Tom Tromey
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green
1999-10-15gij.cc (main): Formatting fixes.Tom Tromey
1999-10-15libtool-version: Catch up by incrementing current.Anthony Green
1999-10-04natPlainSocketImpl.cc: Don't include headers if java.net is disabled.Tom Tromey
1999-10-02The following patches include a couple of fixes for cross toolchains,Steve Chamberlain
1999-10-02configure: Rebuilt.Tom Tromey
1999-09-30* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.Tom Tromey
1999-09-24re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey
1999-09-23natFirstThread.cc (run): Renamed from `run0'.Tom Tromey
1999-09-22MessageFormat.java (MessageFormat(String)): Set the default locale.Bryce McKinlay
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-09-03re GNATS libgcj/3 (FileInputStream.available always returns 0)Tom Tromey
1999-09-02natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol...Tom Tromey
1999-09-02natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh
1999-09-01Modifier.java (ALL_FLAGS): New constant.Tom Tromey
1999-09-01natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'.Tom Tromey
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva
1999-08-21configure.in: Check for in_addr_t in netinet/in.h too.Alexandre Oliva
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva
1999-08-20interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup
1999-08-19natThread.cc (class locker): New class.Tom Tromey
1999-08-18ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey
1999-08-14resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.Per Bothner
1999-08-11BitSet.java (set, [...]): specify "1" constant as long.Bryce McKinlay
1999-08-10[multiple changes]Anthony Green
1999-08-08[multiple changes]Anthony Green
1999-08-06Locale.java (CHINESE, [...]): New locales.Mojo Jojo
1999-08-03natFile.cc (performMkdir): Remove FIXME.Bryce McKinlay
1999-08-03ServerSocket.java: Define ANY_IF.Bryce McKinlay
1999-08-01configure.in: Check for bstring.h.Alexandre Oliva
1999-08-01configure.in: Check for struct hostent_data and need for -D_REENTRANT for get...Alexandre Oliva
1999-07-31natSystem.cc (arraycopy): Use bcopy if memmove is not available.Alexandre Oliva
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay
1999-07-20DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using Plai...Warren Levy
1999-07-12mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.Tom Tromey
1999-07-05URL.java (equals): Compare strings using String.equals.Anthony Green
1999-07-02configure: Rebuilt.Warren Levy
1999-07-02PlainDatagramSocketImpl.java (ttl): Removed.Warren Levy
1999-07-01String.java (toString): Check for this == null and throw NullPointerException.Bryce McKinlay
1999-07-01[multiple changes]Warren Levy
1999-06-24[multiple changes]Tom Tromey
1999-06-24[multiple changes]Tom Tromey