aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natSystem.cc
AgeCommit message (Expand)AuthorFilesLines
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey1-0/+21
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay1-2/+0
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green1-2/+4
2000-08-26Makefile.in: Rebuilt.Anthony Green1-24/+21
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green1-8/+33
2000-08-02Makefile.in: Rebuilt.Tom Tromey1-29/+3
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey1-7/+0
2000-03-07All files: Updated copyright information.Tom Tromey1-3/+3
2000-02-15natSystem.cc (init_properties): set java.lang.classpath property.Bryce McKinlay1-2/+9
2000-02-11natFileDescriptorPosix.cc (open): Recognize EXCL flag.Tom Tromey1-0/+3
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-3/+3
2000-01-11natSystem.cc (getpwuid_adaptor): New adaptor for HP/UX.Tom Tromey1-1/+12
1999-12-15natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID...Tom Tromey1-1/+5
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey1-44/+2
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-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva1-2/+2
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva1-1/+30
1999-07-31natSystem.cc (arraycopy): Use bcopy if memmove is not available.Alexandre Oliva1-1/+6
1999-05-17natSystem.cc (init_properties): URL now points to sourceware.Tom Tromey1-1/+1
1999-05-07acconfig.h (GCJVERSION): New undef.Tom Tromey1-6/+25
1999-05-05natSystem.cc (DEFAULT_FILE_ENCODING): New macro.Per Bothner1-1/+6
1999-04-19natSystem.cc (init_properties): Only declare pwd_entry once.Tom Tromey1-1/+1
1999-04-13natSystem.cc (arraycopy): Don't always use jbyteArray; instead switch on actu...Tom Tromey1-9/+51
1999-04-12natSystem.cc (SystemClass): New define.Tom Tromey1-3/+10
1999-04-07Initial revisionTom Tromey1-0/+259