aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
1999-10-22Makefile.in: Rebuilt.Tom Tromey1-8/+7
1999-10-18VMClassLoader.java (getVMClassLoader): New method.Tom Tromey2-14/+7
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green3-12/+25
1999-10-15gij.cc (main): Formatting fixes.Tom Tromey1-3/+15
1999-10-15libtool-version: Catch up by incrementing current.Anthony Green1-0/+28
1999-10-04natPlainSocketImpl.cc: Don't include headers if java.net is disabled.Tom Tromey1-0/+2
1999-10-02The following patches include a couple of fixes for cross toolchains,Steve Chamberlain1-0/+8
1999-10-02configure: Rebuilt.Tom Tromey3-2/+141
1999-09-30* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.Tom Tromey1-3/+3
1999-09-24re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey3-77/+96
1999-09-23natFirstThread.cc (run): Renamed from `run0'.Tom Tromey2-20/+2
1999-09-22MessageFormat.java (MessageFormat(String)): Set the default locale.Bryce McKinlay2-1/+6
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey2-10/+6
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey2-6/+10
1999-09-10configure: Rebuilt.Tom Tromey30-39/+37
1999-09-03re GNATS libgcj/3 (FileInputStream.available always returns 0)Tom Tromey1-11/+55
1999-09-02natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol...Tom Tromey1-2/+4
1999-09-02natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh1-2/+2
1999-09-01Modifier.java (ALL_FLAGS): New constant.Tom Tromey2-13/+3
1999-09-01natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'.Tom Tromey2-16/+17
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey2-2/+2
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva2-4/+4
1999-08-21configure.in: Check for in_addr_t in netinet/in.h too.Alexandre Oliva2-1/+10
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva2-2/+53
1999-08-20interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup1-13/+4
1999-08-19natThread.cc (class locker): New class.Tom Tromey1-7/+31
1999-08-18ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey2-3/+3
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup14-234/+875
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey1-0/+3
1999-08-14resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.Per Bothner2-12/+9
1999-08-11BitSet.java (set, [...]): specify "1" constant as long.Bryce McKinlay1-3/+3
1999-08-10[multiple changes]Anthony Green3-4/+6
1999-08-08[multiple changes]Anthony Green12-366/+1319
1999-08-06Locale.java (CHINESE, [...]): New locales.Mojo Jojo1-5/+31
1999-08-03natFile.cc (performMkdir): Remove FIXME.Bryce McKinlay2-3/+1
1999-08-03ServerSocket.java: Define ANY_IF.Bryce McKinlay4-22/+13
1999-08-01configure.in: Check for bstring.h.Alexandre Oliva2-0/+10
1999-08-01configure.in: Check for struct hostent_data and need for -D_REENTRANT for get...Alexandre Oliva1-2/+18
1999-07-31natSystem.cc (arraycopy): Use bcopy if memmove is not available.Alexandre Oliva1-1/+6
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay3-4/+4
1999-07-20DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using Plai...Warren Levy2-4/+29
1999-07-12mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.Tom Tromey1-0/+6
1999-07-05URL.java (equals): Compare strings using String.equals.Anthony Green1-10/+22
1999-07-02configure: Rebuilt.Warren Levy1-4/+31
1999-07-02PlainDatagramSocketImpl.java (ttl): Removed.Warren Levy2-12/+61
1999-07-01String.java (toString): Check for this == null and throw NullPointerException.Bryce McKinlay1-0/+3
1999-07-01[multiple changes]Warren Levy2-3/+6
1999-06-24[multiple changes]Tom Tromey2-16/+15
1999-06-24[multiple changes]Tom Tromey26-407/+425
1999-06-23InflaterInputStream.java (read): Throw ZipException if inflater throws a Data...Tom Tromey1-1/+8