October 2004 Commit Log

Number of Commits:
43
Number of Active Developers:
3
ggregory 2004-10-21 01:18

Javadoc only.

55 lines of code changed in:

ggregory 2004-10-21 00:36

Allow Java 1.5 to be used to build with Maven.

17 lines of code changed in:

ggregory 2004-10-21 00:21

Two items:



(1) Allow the Java 1.5 to be used to build by adding:



# Specifies the source version for the Java compiler.

# Corresponds to the source attribute for the ant javac task.

# Valid values are 1.3, 1.4, 1.5.

compile.source = 1.3



(2) Refactor the multiple use of the javac/target="1.1" into a build property:



# Generate class files for specific VM version (e.g., 1.1 or 1.2).

# Note that the default value depends on the JVM that is running Ant.

# In particular, if you use JDK 1.4+ the generated classes will not be usable

# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1

# (which is the default value for JDK 1.1 to 1.3).

compile.target = 1.1

18 lines of code changed in:

scolebourne 2004-10-16 21:06

Add parse method that handles multiple patterns

bug 30674

78 lines of code changed in:

scolebourne 2004-10-16 18:52

Fix unescape to handle invalid entities

bug 29149, from Dan Goldberg

25 lines of code changed in:

scolebourne 2004-10-16 18:20

Document how to format a date

from bug 21663

15 lines of code changed in:

scolebourne 2004-10-16 18:13

Remove dead code

1 lines of code changed in:

scolebourne 2004-10-16 17:47

Add bug 30929

4 lines of code changed in:

scolebourne 2004-10-16 17:43

Fix DateUtils.truncate oddity at the far end of the Date spectrum

bug 31395, from Marc Portier

31 lines of code changed in:

scolebourne 2004-10-16 17:27

Improve example

12 lines of code changed in:

scolebourne 2004-10-16 17:08

Add methods to compare dates and calendars in different ways

based on bug 26922

133 lines of code changed in:

scolebourne 2004-10-16 16:45

First cut at release notes for 2.1

88 lines of code changed in:

scolebourne 2004-10-16 15:20

Add since tags

4 lines of code changed in:

scolebourne 2004-10-16 15:19

Javadoc

1 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: package.html (+1 -1)
scolebourne 2004-10-16 15:09

Add initial version of StrBuilder, currently without any tests

1446 lines of code changed in:

scolebourne 2004-10-15 23:11

Rework DurationFormatUtils to have clearer API based on two types of formatting

Fix millisecond formatting bug

428 lines of code changed in:

scolebourne 2004-10-15 23:10

Fix test for changed exception message

2 lines of code changed in:

scolebourne 2004-10-15 20:57

Remove commented out code that never went anywhere

1 lines of code changed in:

scolebourne 2004-10-15 20:55

Update Javadoc to better describe the behaviour and use cases of the exceptions

120 lines of code changed in:

ggregory 2004-10-15 00:43

'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5.

4 lines of code changed in:

scolebourne 2004-10-13 21:48

Add Date equivalent of isSameDay method

40 lines of code changed in:

scolebourne 2004-10-10 18:56

Remove lastIndex(), which is better done as getLength() - 1

3 lines of code changed in:

scolebourne 2004-10-09 11:55

Fix bug where add() didn't use array type

Remove unecessary calls to lastIndex() for performance

32 lines of code changed in:

scolebourne 2004-10-09 10:45

Change behaviour of indexOf to match subclasses, with appropriate comments

bug 30929

125 lines of code changed in:

scolebourne 2004-10-09 10:04

Add additional method to support subclass searching of exceptions in a chain

bug 30929

126 lines of code changed in:

ggregory 2004-10-08 22:29

Javadoc hashCode() more precisely.

4 lines of code changed in:

scolebourne 2004-10-08 22:10

Javadoc

19 lines of code changed in:

scolebourne 2004-10-08 22:10

Extra tests based on Javadoc

10 lines of code changed in:

scolebourne 2004-10-08 21:44

Rename allElementsOfClass to allElementsOfType, and change to instanceof check

42 lines of code changed in:

scolebourne 2004-10-08 21:33

Remove wrong Javadoc

2 lines of code changed in:

scolebourne 2004-10-08 21:27

Add isTrue and isFalse methods

55 lines of code changed in:

ggregory 2004-10-08 19:45

- Added javadoc package.html

- Removed all "implements java.io.Serializable" since java.lang.Number already declares it.

- New Javadoc for equals(Object) methods to match Number subclasses, in particular to provide more details for Float and Double.

- equals(Object) methods now use /type/Value() calls instead of ".value" direct references (similar impl to Number subclasses).

337 lines of code changed in:

scolebourne 2004-10-08 00:11

Add since tags for 2.1 and fix Javadoc

10 lines of code changed in:

scolebourne 2004-10-08 00:11

Add since tags for 2.1

61 lines of code changed in:

scolebourne 2004-10-07 22:45

Fix javadoc to refer to the correct entities

from knuti at ibm

3 lines of code changed in:

scolebourne 2004-10-06 22:29

Rename Tokenizer to StrTokenizer and move to text subpackage

1652 lines of code changed in:

scolebourne 2004-10-06 21:40

Javadoc

16 lines of code changed in:

bayard 2004-10-02 01:46

CharacterEncoding renamed to CharEncoding

254 lines of code changed in:

bayard 2004-10-02 01:40

Calendar.setTimeInMillis(long) is a JDK 1.4 method, so reverting to an older variant

4 lines of code changed in:

ggregory 2004-10-01 22:45

Minor format tweak, add some leading spaces to two lines. (One more time, without tabs in the two spots).

11 lines of code changed in:

ggregory 2004-10-01 22:32

Minor format tweak, add some leading spaces to two lines.

3 lines of code changed in:

ggregory 2004-10-01 21:53

Run mutable tests.

9 lines of code changed in:

ggregory 2004-10-01 17:12

Remove unnecessary type casts.

23 lines of code changed in:

September 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT