| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * all files: Update for new FSF address. | Mark Wielaard | 2005-07-02 | 1 | -2/+2 |
| | | |||||
| * | * gnu/java/text/WordBreakIterator.java (WordBreakIterator): Don't | Tom Tromey | 2004-10-25 | 1 | -2/+1 |
| | | | | | | | | | | | | | | initialize `iter'. * gnu/java/text/SentenceBreakIterator.java (SentenceBreakIterator): Don't initialize `iter'. * gnu/java/text/LineBreakIterator.java (LineBreakIterator): Don't initialize `iter'. * gnu/java/text/CharacterBreakIterator.java (CharacterBreakIterator): Don't initialize `iter'. * gnu/java/text/BaseBreakIterator.java (BaseBreakIterator): New constructor. * java/text/BreakIterator.java: Updated documentation. | ||||
| * | * java/net/URLStreamHandler.java (toExternalForm): Removed | Tom Tromey | 2004-04-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unused variables. * java/net/URLConnection.java: Removed unused imports. * java/net/URLClassLoader.java (URLClassLoader): Removed unused constructor. * java/math/BigDecimal.java (divide): Removed unused variable. * java/lang/Throwable.java: Cleaned up imports. * java/lang/String.java: Cleaned up imports. * java/lang/ClassLoader.java: Cleaned up imports. * java/io/FilePermission.java (implies): Removed unused variable. * java/awt/TextComponent.java: Removed unused import. * gnu/java/util/prefs/NodeReader.java: Cleaned up imports. * gnu/java/util/DoubleEnumeration.java: Removed unused import. * gnu/java/text/WordBreakIterator.java: Removed unused import. * gnu/java/text/SentenceBreakIterator.java: Removed unused import. * gnu/java/text/LineBreakIterator.java: Removed unused import. * gnu/java/text/CharacterBreakIterator.java: Removed unused import. * gnu/java/security/provider/DSAKeyPairGenerator.java: Cleaned up imports. * gnu/java/security/der/DERWriter.java: Cleaned up imports. * gnu/java/nio/charset/UTF_16Decoder.java (put): Removed unused method. * gnu/java/nio/SocketChannelImpl.java: Cleaned up imports. * gnu/java/nio/FileLockImpl.java: Cleaned up imports. * gnu/java/io/Base64InputStream.java: Cleaned up imports. * gnu/java/beans/info/ComponentBeanInfo.java: Cleaned up imports. * gnu/classpath/ServiceFactory.java: Cleaned up imports. (lookupProviders): Removed unused variable. (loadNextServiceProvider): Likewise. * gnu/java/beans/BeanInfoEmbryo.java: Cleaned up imports. | ||||
| * | Add License clarification | Mark Wielaard | 2002-01-22 | 1 | -5/+16 |
| | | |||||
| * | * java/text/SimpleDateFormat.java | Tom Tromey | 2001-09-05 | 1 | -0/+185 |
| (SimpleDateFormat(String,DateFormatSymbols)): Call computeCenturyStart(). * gnu/java/locale/LocaleInformation_de.java (word_breaks, sentence_breaks, line_breaks): Removed. (collation_rules): Use `k,K', not `j,K'. Don't using leading `-'. Use `0<1', not `0,1'. Use `9<A', not `9A'. * gnu/java/locale/LocaleInformation_nl.java: Likewise. * gnu/java/locale/LocaleInformation_en.java: Likewise. * java/text/DateFormatSymbols.java: Merged with libgcj. * java/text/StringCharacterIterator.java: Reindented and merged with libgcj. (StringCharacterIterator(String,int,int,int)): Simplified. (current): Likewise. (next): Likewise. (previous): Likewise. (last): Likewise. (equals): Likewise. (setText): Now public. Also sets all fields. * java/text/RuleBasedCollator.java (clone): Rewrote. * java/text/Collator.java: Mostly merged with libgcj. * java/text/MessageFormat.java: Merged with libgcj. * java/text/FieldPosition.java: Reindented. Merged with libgcj. * java/text/ParsePosition.java: Reindented. Merged with libgcj. * java/text/Format.java: Reindented. Merged with libgcj. (parseObject): Doesn't throw exception on error. * java/text/CharacterIterator.java: Reindented. * java/text/ChoiceFormat.java: Merged with libgcj. * gnu/java/text/Makefile.am: New file. * gnu/java/Makefile.am (SUBDIRS): Added text. * configure.in (AC_OUTPUT): Added gnu/java/text/Makefile. * gnu/java/text/BaseBreakIterator.java: New file from libgcj. * gnu/java/text/CharacterBreakIterator.java: Likewise. * gnu/java/text/LineBreakIterator.java: Likewise. * gnu/java/text/SentenceBreakIterator.java: Likewise. * gnu/java/text/WordBreakIterator.java: Likewise. * java/text/BreakIterator.java: Merged with libgcj. * java/text/DefaultBreakIterator.java: Removed. * java/text/DecimalFormatSymbols.java: Merged with libgcj. * java/text/DateFormat.java: Merged with libgcj. * gnu/java/locale/Makefile.am (EXTRA_DIST): Added new file. * gnu/java/locale/LocaleInformation_en.java: Removed US-specific entries. (collation_rules): Use `k,K', not `j,K'. * gnu/java/locale/LocaleInformation_en_US.java: New file. * java/text/NumberFormat.java: Merged with libgcj. * java/text/DecimalFormat.java: Merged with libgcj. | |||||
