summaryrefslogtreecommitdiff
path: root/libjava/include
Commit message (Expand)AuthorAgeFilesLines
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-1914-14/+14
* name-finder.cc (lookup): Check for dladdr function.Andrew Haley2000-01-181-0/+4
* Runtime.java (loadLibraryInternal): Declare.Tom Tromey2000-01-172-3/+7
* natThrowable.cc: New file.Andrew Haley2000-01-173-0/+95
* [multiple changes]Tom Tromey2000-01-042-1/+11
* natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID...Tom Tromey1999-12-151-0/+6
* re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.)Tom Tromey1999-12-091-2/+17
* jvm.h: Declare many functions with __attribute__((__malloc__)).Anthony Green1999-12-061-7/+10
* prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey1999-11-251-0/+30
* sjlj jumbo patchTom Tromey1999-11-193-1/+38
* configure.in: Removed `qt' threads case.Tom Tromey1999-11-041-130/+0
* quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1999-11-043-38/+0
* Makefile.in: Rebuilt.Tom Tromey1999-10-222-2/+23
* gij.cc (main): Formatting fixes.Tom Tromey1999-10-151-0/+6
* * include/java-props.h: Added copyright.Tom Tromey1999-10-151-0/+8
* libtool-version: Catch up by incrementing current.Anthony Green1999-10-152-0/+19
* configure: Rebuilt.Tom Tromey1999-10-021-0/+3
* sparc-signal.h (SIGNAL_HANDLER): Third argument now a `void *'.Tom Tromey1999-09-271-1/+2
* re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey1999-09-241-9/+0
* posix-threads.h (_Jv_MutexDestroy): Use _Jv_PthreadGetMutex.Tom Tromey1999-09-211-3/+3
* java-insns.h: Turned constants into an enum.Tom Tromey1999-09-141-228/+231
* configure: Rebuilt.Tom Tromey1999-09-1011-709/+276
* posix-threads.h (_Jv_PthreadCheckMonitor): Reverted previous change and imple...Tom Tromey1999-09-081-1/+3
* posix-threads.h (_Jv_PthreadCheckMonitor): Changed test in __m_count case.Tom Tromey1999-09-081-1/+1
* posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.Tom Tromey1999-09-081-0/+7
* re GNATS libgcj/3 (FileInputStream.available always returns 0)Tom Tromey1999-09-031-0/+3
* java-array.h (jobjectArrayjchar): Removed unused declaration.Tom Tromey1999-09-021-2/+0
* posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.Tom Tromey1999-09-022-9/+17
* posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.Tom Tromey1999-09-011-17/+66
* posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey1999-09-011-6/+23
* jvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration.Tom Tromey1999-09-011-1/+0
* configure.in: Check for in_addr_t in netinet/in.h too.Alexandre Oliva1999-08-211-2/+6
* Change in_addr_t default to jintAlexandre Oliva1999-08-211-1/+1
* configure.in: Check types ssize_t and in_addr_t.Alexandre Oliva1999-08-211-0/+9
* interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup1999-08-201-22/+20
* * include/javaprims.h ("Java"): Regenerated namespace decls.Tom Tromey1999-08-181-1/+7
* natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup1999-08-181-0/+1
* natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey1999-08-181-1/+5
* javaprims.h (TRUE, FALSE): Redefine as themselves.Alexandre Oliva1999-08-121-0/+8
* [multiple changes]Anthony Green1999-08-103-105/+65
* [multiple changes]Anthony Green1999-08-087-1/+612
* configure.in: Check for bstring.h.Alexandre Oliva1999-08-011-0/+3
* configure.in: Check for struct hostent_data and need for -D_REENTRANT for get...Alexandre Oliva1999-08-011-0/+6
* prims.cc (JvRunMain): Always initialize arithexception.Andrew Haley1999-07-211-0/+9
* * include/stamp-h.in: New file.Tom Tromey1999-07-191-0/+1
* i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point a...Andrew Haley1999-07-071-3/+16
* configure: Rebuilt.Warren Levy1999-07-021-0/+3
* i386-signal.h: Replace sigaction () with __sigaction ().Andrew Haley1999-07-011-2/+2
* [multiple changes]Tom Tromey1999-06-241-1/+13
* sparc-signal.h (INIT_FPE, INIT_SEGV): SA_NODEFER added to signal options to a...Andrew Haley1999-05-211-2/+2