gcc/libjava/java/lang
Andrew Haley d1238423cd natSystem.cc (getenv0): Don't assume environment variable is Latin 1 coded.
2004-06-15  Andrew Haley  <aph@redhat.com>

        * java/lang/natSystem.cc (getenv0): Don't assume environment
        variable is Latin 1 coded.

From-SVN: r83182
2004-06-15 13:43:33 +00:00
..
ref
reflect Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
AbstractMethodError.java
ArithmeticException.java
ArrayIndexOutOfBoundsException.java
ArrayStoreException.java
AssertionError.java
Boolean.java
Byte.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
Character.java
CharSequence.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
Class.h natClass.cc (_Jv_LayoutInterfaceMethods): New method. 2004-04-21 20:26:22 +01:00
Class.java
ClassCastException.java
ClassCircularityError.java
ClassFormatError.java
ClassLoader.java URLStreamHandler.java (toExternalForm): Removed unused variables. 2004-05-03 19:52:29 +00:00
ClassNotFoundException.java
Cloneable.java
CloneNotSupportedException.java
Comparable.java
Compiler.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
Double.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
dtoa.c
e_acos.c
e_asin.c
e_atan2.c
e_exp.c
e_fmod.c
e_log.c
e_pow.c
e_rem_pio2.c
e_remainder.c
e_scalb.c
e_sqrt.c
EcosProcess.java
Error.java
Exception.java
ExceptionInInitializerError.java
fdlibm.h
Float.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
ieeefp.h
IllegalAccessError.java
IllegalAccessException.java
IllegalArgumentException.java
IllegalMonitorStateException.java
IllegalStateException.java
IllegalThreadStateException.java
IncompatibleClassChangeError.java
IndexOutOfBoundsException.java
InheritableThreadLocal.java
InstantiationError.java
InstantiationException.java
Integer.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
InternalError.java
InterruptedException.java
k_cos.c
k_rem_pio2.c
k_sin.c
k_tan.c
LinkageError.java
Long.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
Math.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
mprec.c
mprec.h
natCharacter.cc
natClass.cc Layout interfaces during preparation, not initialization. 2004-05-21 17:08:50 +01:00
natClassLoader.cc Layout interfaces during preparation, not initialization. 2004-05-21 17:08:50 +01:00
natDouble.cc
natEcosProcess.cc
natFloat.cc
natMath.cc
natObject.cc class.c (make_class_data): Add new field aux_info. 2004-04-20 02:38:46 +01:00
natPosixProcess.cc * java/lang/natPosixProcess.cc (startProcess): Fix thinko. 2004-03-01 13:33:28 -08:00
natRuntime.cc Fix typo in last commit. 2004-05-19 21:49:40 +00:00
natString.cc prims.cc (_Jv_AllocObject): Remove `size' argument. 2004-04-16 17:27:19 +01:00
natStringBuffer.cc
natSystem.cc natSystem.cc (getenv0): Don't assume environment variable is Latin 1 coded. 2004-06-15 13:43:33 +00:00
natThread.cc gcj.texi (Object allocation): Remove _Jv_AllocBytes. 2004-05-28 19:53:06 +01:00
natVMClassLoader.cc class.c (make_class_data): Add new field aux_info. 2004-04-20 02:38:46 +01:00
natVMSecurityManager.cc
natWin32Process.cc natPosixProcess.cc (startProcess): Implement standard streams using FileChannelImpl, not FileDescriptor. 2004-02-29 11:14:20 -08:00
NegativeArraySizeException.java
NoClassDefFoundError.java
NoSuchFieldError.java
NoSuchFieldException.java
NoSuchMethodError.java
NoSuchMethodException.java
NullPointerException.java
Number.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
NumberFormatException.java
Object.h
Object.java
OutOfMemoryError.java
Package.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
PosixProcess.java
Process.java
Runnable.java
Runtime.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
RuntimeException.java
RuntimePermission.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
s_atan.c
s_ceil.c
s_copysign.c
s_cos.c
s_fabs.c
s_floor.c
s_rint.c
s_scalbn.c
s_sin.c
s_tan.c
SecurityException.java
SecurityManager.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
sf_fabs.c
sf_rint.c
Short.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
StackOverflowError.java
StackTraceElement.java
StrictMath.java
String.java
StringBuffer.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
StringIndexOutOfBoundsException.java
strtod.c
System.java System.java: (getenv0): New method. 2004-06-14 14:34:21 +00:00
Thread.java gcj.texi (Object allocation): Remove _Jv_AllocBytes. 2004-05-28 19:53:06 +01:00
ThreadDeath.java
ThreadGroup.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
ThreadLocal.java
Throwable.java URLStreamHandler.java (toExternalForm): Removed unused variables. 2004-05-03 19:52:29 +00:00
UnknownError.java
UnsatisfiedLinkError.java
UnsupportedClassVersionError.java
UnsupportedOperationException.java
VerifyError.java
VirtualMachineError.java
VMClassLoader.java
VMSecurityManager.java
VMThrowable.java VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup(). 2004-04-09 04:39:24 +00:00
Void.java
w_acos.c
w_asin.c
w_atan2.c
w_exp.c
w_fmod.c
w_log.c
w_pow.c
w_remainder.c
w_sqrt.c
Win32Process.java