gcc/libjava/java/util
Tom Tromey 8639786815 re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgumentException)
Fixes PR libgcj/6389:
	* Makefile.in: Rebuilt.
	* Makefile.am (nat_source_files): Added natTimeZone.cc.
	* java/util/natTimeZone.cc: New file.
	* java/util/TimeZone.java (getDefaultTimeZoneId): New method.
	* java/lang/System.java: Merged with Classpath.
	* java/lang/Runtime.java: Merged with Classpath.
	* java/lang/natSystem.cc (setErr0): Renamed from setErr; don't run
	security check.
	(setIn0): Renamed from setIn; don't run security check.
	(setOut0): Renamed from setOut; don't run security check.
	(file_encoding, getpwuid_adaptor, getSystemTimeZone,
	init_properties): Moved to natRuntime.cc.
	Moved many includes to natRuntime.cc.
	(isWordsBigEndian): New method.
	* java/lang/natRuntime.cc: Include Long.h, also other includes
	previously in natSystem.cc.
	(maxMemory): New function.
	(exitInternal): Renamed from `_exit'.
	(exit): Removed.
	(init): Don't set finalize_on_exit.
	(exitInternal): Use `finalizeOnExit'.
	(file_encoding, getpwuid_adaptor): New functions from
	natSystem.cc.
	(insertSystemProperties): New method, renamed from
	System::init_properties.  Don't set user.timezone.
	(_load): Don't call checkLink.
	(execInternal): New method.
	(availableProcessors): Likewise.
	(nativeGetLibname): Likewise.

From-SVN: r53429
2002-05-13 20:10:37 +00:00
..
jar
zip
AbstractCollection.java
AbstractList.java
AbstractMap.java AbstractMap.java (putAll): Use entrySet size. 2002-04-08 00:23:28 +00:00
AbstractSequentialList.java
AbstractSet.java
ArrayList.java ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remaining elements. 2002-04-07 07:40:49 +00:00
Arrays.java Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value when count > 40. 2002-04-04 12:58:38 +01:00
BasicMapEntry.java
BitSet.java
Calendar.java
Collection.java
Collections.java
Comparator.java
ConcurrentModificationException.java
Date.java
Dictionary.java
EmptyStackException.java
Enumeration.java
EventListener.java
EventObject.java
GregorianCalendar.java
HashMap.java
HashSet.java
Hashtable.java Hashtable.java (contains): Remove NullPointer check. 2002-04-07 12:18:58 +00:00
IdentityHashMap.java IdentityHashMap.java (put): Set new threshold correctly when resizing table. 2002-04-02 14:55:14 +01:00
Iterator.java
LinkedHashMap.java
LinkedHashSet.java
LinkedList.java
List.java
ListIterator.java
ListResourceBundle.java
Locale.java ResourceBundle.java: New version from Classpath. 2002-05-09 23:41:42 +00:00
Map.java
MissingResourceException.java
natTimeZone.cc re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgumentException) 2002-05-13 20:10:37 +00:00
NoSuchElementException.java
Observable.java
Observer.java
Properties.java
PropertyPermission.java
PropertyResourceBundle.java
Random.java
RandomAccess.java
ResourceBundle.java ResourceBundle.java: New version from Classpath. 2002-05-09 23:41:42 +00:00
Set.java
SimpleTimeZone.java
SortedMap.java
SortedSet.java
Stack.java
StringTokenizer.java
Timer.java
TimerTask.java
TimeZone.java re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgumentException) 2002-05-13 20:10:37 +00:00
TooManyListenersException.java
TreeMap.java
TreeSet.java
Vector.java ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remaining elements. 2002-04-07 07:40:49 +00:00
WeakHashMap.java