gcc/libjava/java/util
Tom Tromey 9622762678 [multiple changes]
2001-05-10  Tom Tromey  <tromey@redhat.com>

	* java/util/GregorianCalendar.java: Imported from Classpath.
	* gnu/java/locale/LocaleInformation_nl.java: New file from
	Classpath.
	* gnu/java/locale/LocaleInformation_en.java: Likewise.
	* gnu/java/locale/LocaleInformation_de.java: Likewise.
	* gnu/java/locale/LocaleInformation.java: Likewise.
	* natGregorianCalendar.cc: Removed.
	* Makefile.in: Rebuilt.
	* Makefile.am (nat_source_files): Removed
	natGregorianCalendar.cc.

2001-05-10  Tom Tromey  <tromey@redhat.com>

	* java/text/SimpleDateFormat.java (computeCenturyStart): New
	method.
	(defaultCenturyStart): Use it.
	(readObject): Likewise.
	(SimpleDateFormat): Clear the calendar.  Set the grouping on the
	number format.
	(parse): Copy the calendar before modifying it.  Correctly handle
	the time zone.

	* java/util/Calendar.java (clear): Set field value(s) to 0.

2001-05-10  Jeff Sturm  <jsturm@one-point.com>

	* Calendar.java (get): Clear areFieldsSet if requested field
	is not set.
	(set): Unset fields that depend on new value.

From-SVN: r41942
2001-05-10 18:13:17 +00:00
..
jar
zip DeflaterOutputStream.java (deflate): Loop while def.needsInput. 2001-04-01 14:28:45 -07:00
AbstractCollection.java Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00
AbstractList.java
AbstractMap.java Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00
AbstractSequentialList.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
AbstractSet.java Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00
ArrayList.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Arrays.java re PR java/1895 (Libjava: Arrays.sort doesn't work) 2001-02-07 09:32:46 +00:00
BasicMapEntry.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
BitSet.java * java/util/BitSet.java: Updated copyright notice. 2000-12-06 21:26:32 +00:00
Calendar.java [multiple changes] 2001-05-10 18:13:17 +00:00
Collection.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
Collections.java TreeSet.java (clone): Call TreeMap.clone(), not Object.clone(). 2001-02-15 03:59:57 +00:00
Comparator.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
ConcurrentModificationException.java
Date.java re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
Dictionary.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
EmptyStackException.java
Enumeration.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
EventListener.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
EventObject.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
GregorianCalendar.java [multiple changes] 2001-05-10 18:13:17 +00:00
HashMap.java HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it to 1. 2001-03-24 08:05:29 +00:00
HashSet.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Hashtable.java HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it to 1. 2001-03-24 08:05:29 +00:00
Iterator.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
LinkedList.java FilePermission.java: Made class final per spec. 2000-12-04 10:20:00 +00:00
List.java
ListIterator.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
ListResourceBundle.java
Locale.java
Map.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
MissingResourceException.java
NoSuchElementException.java
Observable.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Observer.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Properties.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
PropertyPermission.java
PropertyResourceBundle.java
Random.java
ResourceBundle.java Forgot this file on last commit. 2001-04-25 16:48:05 +01:00
Set.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
SimpleTimeZone.java
SortedMap.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
SortedSet.java re PR libgcj/1758 (java.util package lacks TreeMap) 2001-02-14 04:44:21 +00:00
Stack.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
StringTokenizer.java
Timer.java * java/util/Timer.java: New version from Classpath. 2001-02-09 23:28:55 +00:00
TimerTask.java * java/util/TimerTask.java: New version from Classpath. 2001-02-17 15:27:34 +00:00
TimeZone.java TimeZone.java: Sync up with Classpath. 2001-03-20 10:05:45 +00:00
TooManyListenersException.java
TreeMap.java TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). 2001-03-06 01:04:28 +00:00
TreeSet.java TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). 2001-03-06 01:04:28 +00:00
Vector.java Vector.java (insertElementAt): Unconditionally increment elementCount. 2000-12-02 04:13:52 +00:00
WeakHashMap.java Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00