summaryrefslogtreecommitdiff
path: root/libjava/java/text/MessageFormat.java
AgeCommit message (Collapse)Author
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey
Fix for PR libgcj/1906: * java/text/MessageFormat.java (setLocale): Use named class literals. (forName): Removed. (format(Object,StringBuffer,FieldPosition)): Special case if argument is an Object[]. From-SVN: r39529
2000-03-07All files: Updated copyright information.Tom Tromey
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
From-SVN: r31504
1999-09-22MessageFormat.java (MessageFormat(String)): Set the default locale.Bryce McKinlay
1999-09-16 Bryce McKinlay <bryce@albatross.co.nz> * java/text/MessageFormat.java (MessageFormat(String)): Set the default locale. * java/text/NumberFormat.java: Check that object is a Number. If not, throw IllegialArgumentException. From-SVN: r29574
1999-04-07Initial revisionTom Tromey
From-SVN: r26263