aboutsummaryrefslogtreecommitdiff
path: root/libjava/posix.cc
AgeCommit message (Expand)AuthorFilesLines
2007-02-22re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Jakub Jelinek1-0/+4
2006-09-14posix.cc (_Jv_platform_nanotime): Return nanoseconds, not microseconds; use g...Geoffrey Keating1-2/+10
2006-07-04re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler1-1/+1
2006-06-29javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew1-0/+33
2006-03-31posix.cc (_Jv_platform_nanotime): Declare id with clockid_t.Andreas Tobler1-1/+1
2006-03-29posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC and CLOCK_HIGHRES.Tom Tromey1-1/+9
2006-03-09win32.cc (_Jv_platform_nanotime): New function.Tom Tromey1-1/+17
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay1-1/+1
2003-07-08posix.cc: added #include<stdio.h>Adam Megacz1-0/+1
2003-04-25jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar1-4/+1
2003-03-10[multiple changes]Andrew Haley1-0/+25
2002-04-07natSystem.cc (init_properties): Call new function _Jv_platform_initProperties.Adam King1-0/+19
2002-03-09posix.cc (_Jv_platform_gettimeofday): Make sure result doesn't get truncated ...Bryce McKinlay1-3/+3
2002-03-08posix.cc (internal_gettimeofday): New function.Tom Tromey1-2/+14
2002-03-08win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz1-11/+9
2002-02-07prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey1-4/+21
2001-02-13re PR libgcj/1351 (_Jv_select -vs- Thread.interrupt)Tom Tromey1-1/+9
2000-08-02Makefile.in: Rebuilt.Tom Tromey1-0/+104