Gary D. Gregory
01d50f2e00
Planned 2.2 leg work.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@327707 13f79535-47bb-0310-9956-ffa450edef68
2005-10-22 22:11:24 +00:00
Steven Caswell
1a31352333
added reference to developer's guide for more info on why Ant 1.6 is required for building
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179435 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 22:19:20 +00:00
Gary D. Gregory
269d283d1d
- Starting with version 2.1, Ant version 1.6.x is required to build. Copy
...
junit.jar to ANT_HOME/lib. You can get JUnit from http://www.junit.org .
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179416 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 20:36:59 +00:00
Stephen Colebourne
371c34bbea
Add StringUtils.defaultIfEmpty
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@160807 13f79535-47bb-0310-9956-ffa450edef68
2005-04-10 23:25:25 +00:00
Henri Yandell
f0376e00e6
added latest set of fixed issues in Bugz
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156334 13f79535-47bb-0310-9956-ffa450edef68
2005-03-06 19:21:36 +00:00
Henri Yandell
cf2dd60c0f
fixed typo
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@153538 13f79535-47bb-0310-9956-ffa450edef68
2005-02-12 20:27:06 +00:00
Stephen Colebourne
cd9922ef8b
ToStringStyle setArrayEnd handled null incorrectly
...
bug 31933, fix from Masato Tezuka
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138011 13f79535-47bb-0310-9956-ffa450edef68
2004-12-28 23:13:03 +00:00
Stephen Colebourne
ac517f7c0d
Add parse method that handles multiple patterns
...
bug 30674
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137989 13f79535-47bb-0310-9956-ffa450edef68
2004-10-16 21:06:18 +00:00
Stephen Colebourne
e08b9b890f
Fix unescape to handle invalid entities
...
bug 29149, from Dan Goldberg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137988 13f79535-47bb-0310-9956-ffa450edef68
2004-10-16 18:52:21 +00:00
Stephen Colebourne
c0722eaddf
Add bug 30929
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137985 13f79535-47bb-0310-9956-ffa450edef68
2004-10-16 17:47:48 +00:00
Stephen Colebourne
d19d4a8521
Fix DateUtils.truncate oddity at the far end of the Date spectrum
...
bug 31395, from Marc Portier
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137984 13f79535-47bb-0310-9956-ffa450edef68
2004-10-16 17:43:05 +00:00
Stephen Colebourne
61cccd3e0a
Add methods to compare dates and calendars in different ways
...
based on bug 26922
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137982 13f79535-47bb-0310-9956-ffa450edef68
2004-10-16 17:08:42 +00:00
Stephen Colebourne
4ef9502e78
First cut at release notes for 2.1
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137981 13f79535-47bb-0310-9956-ffa450edef68
2004-10-16 16:45:59 +00:00
Gary D. Gregory
56de34db0f
Copied RELEASE-NOTES.txt to RELEASE-NOTES-2.0.txt
...
RELEASE-NOTES.txt now tracks an upcomming 2.1.
lang.enum.*:
Deprecated and replaced by org.apache.commons.lang.enums.* and will be
removed in version 3.0. All classes in this package are deprecated and
repackaged to org.apache.commons.lang.enums since enum is a Java 1.5
keyword.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137812 13f79535-47bb-0310-9956-ffa450edef68
2004-02-23 04:36:06 +00:00
Henri Yandell
21e376f8f7
Moved BitField and Validate. Will rebuild the jardiff later.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137634 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 02:39:59 +00:00
Stephen Colebourne
8d36a61bb5
Remove evaluateSet(String) which is deprecated, but wasn't in 1.0.1
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137631 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 00:21:46 +00:00
Henri Yandell
0894baec63
Updated the api diff format.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137626 13f79535-47bb-0310-9956-ffa450edef68
2003-08-18 02:35:16 +00:00
Stephen Colebourne
d1d8827200
Move capitalizeAllWords, uncapitalizeAllWords, swapCase to WordUtils
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137620 13f79535-47bb-0310-9956-ffa450edef68
2003-08-17 22:59:28 +00:00
Stephen Colebourne
f253575ee7
Rename WordWrapUtils to WordUtils and make ready for 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137619 13f79535-47bb-0310-9956-ffa450edef68
2003-08-17 22:01:04 +00:00
Henri Yandell
b75b09afe0
Removed WordWrapUtils from release notes. Will move the tag.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137617 13f79535-47bb-0310-9956-ffa450edef68
2003-08-17 19:51:09 +00:00
Henri Yandell
abbf6c11a9
Updated the jardiff alias at the end.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137602 13f79535-47bb-0310-9956-ffa450edef68
2003-08-16 02:41:18 +00:00
Henri Yandell
1d8edee23e
Added latest bugs to the bugfix list.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137601 13f79535-47bb-0310-9956-ffa450edef68
2003-08-16 02:31:36 +00:00
Stephen Colebourne
9114dac200
Update status docs following CharRange/CharSet change
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137558 13f79535-47bb-0310-9956-ffa450edef68
2003-08-02 18:28:19 +00:00
Henri Yandell
1f9205ff84
Backed the 1.0.1 out. Maybe it doesn't make sense.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137527 13f79535-47bb-0310-9956-ffa450edef68
2003-07-30 03:30:58 +00:00
Henri Yandell
ebf4847c53
Added in the bugs fixed in the last few weeks.
...
Changed comment to say that these are the changes since 1.0.1.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137526 13f79535-47bb-0310-9956-ffa450edef68
2003-07-30 03:21:42 +00:00
Stephen Colebourne
f5d4e8456e
Updates pre 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137477 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 16:14:51 +00:00
Stephen Colebourne
895cedb404
Rework isEmpty and isNotEmpty following user feedback
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137459 13f79535-47bb-0310-9956-ffa450edef68
2003-07-19 21:55:05 +00:00
Stephen Colebourne
2a94c6d2e5
Remove StringUtils.unescape
...
Its deprecated, and wasn't in 1.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137442 13f79535-47bb-0310-9956-ffa450edef68
2003-07-16 21:23:50 +00:00
Stephen Colebourne
f59fb46272
Implement changes to StringUtils.isEmpty and friends
...
This is an incompatible change for isEmpty and isNotEmpty from 1.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137441 13f79535-47bb-0310-9956-ffa450edef68
2003-07-16 21:19:22 +00:00
Stephen Colebourne
861a4236aa
Add defaultString(String) back in for performance
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137436 13f79535-47bb-0310-9956-ffa450edef68
2003-07-15 23:42:13 +00:00
Stephen Colebourne
c9ddec3092
Updated with isEmptyTrimmed/isNotEmptyTrimmed
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137425 13f79535-47bb-0310-9956-ffa450edef68
2003-07-14 23:03:27 +00:00
Henri Yandell
4be9ee9124
Removed tabs.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137410 13f79535-47bb-0310-9956-ffa450edef68
2003-07-12 03:37:24 +00:00
Henri Yandell
fe2bbb8762
Added the bugs fixed by 2.0 to the release notes.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137409 13f79535-47bb-0310-9956-ffa450edef68
2003-07-12 03:29:27 +00:00
Robert Burrell Donkin
a0ed6f4f27
Small improvements to formatting
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137407 13f79535-47bb-0310-9956-ffa450edef68
2003-07-11 06:38:58 +00:00
Stephen Colebourne
5c66eeae0d
Update for release 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137404 13f79535-47bb-0310-9956-ffa450edef68
2003-07-08 22:05:14 +00:00
Henri Yandell
b78e65b2c4
New release notes, though it lacks bugs from bugzilla at the moment.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137401 13f79535-47bb-0310-9956-ffa450edef68
2003-07-08 05:50:42 +00:00
Stephen Colebourne
81096b320b
Correct the enum release notes
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137066 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 10:29:56 +00:00
Henri Yandell
e1e9aa56fe
Release notes for Lang 1.0.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137058 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 01:33:06 +00:00
Henri Yandell
9c8d148c74
wrote a release text.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136941 13f79535-47bb-0310-9956-ffa450edef68
2002-07-25 22:44:29 +00:00
Henri Yandell
6627f7ad8f
Initial copy from jakarta-commons-sandbox
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136932 13f79535-47bb-0310-9956-ffa450edef68
2002-07-19 03:35:56 +00:00