https://github.com/apache/commons-lang

sort by:
Revision Author Date Message Commit Date
2ed9d04 Use the super implementation for nextInt(n) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906537 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 16:07:04 UTC
b3f339a Use the super implementation for boolean and float as they are likely to be better git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906518 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 15:15:20 UTC
3fc7102 Add LANG-472 to the release notes / changes report git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906332 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 03:13:41 UTC
4ec5584 LANG-204 use temporary variables to populate the Entities in the static blocks, and assign the static field at the end as per Sebb's suggestion git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906330 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 03:07:12 UTC
de814a4 LANG-472 - Document >=0 behaviour git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906320 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 01:41:10 UTC
74dc036 LANG-472 - Document >=0 behaviour git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906319 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 01:38:12 UTC
8d478a4 LANG-472 - RandomUtils.nextLong() get all even number git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906318 13f79535-47bb-0310-9956-ffa450edef68 04 February 2010, 01:31:22 UTC
bc35c64 Update release notes and changes report for Lang 2.5 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906079 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 15:03:27 UTC
dad7ca7 Port LANG-454 to 2.x branch - provide an iterator that lets you walk the characters in the range git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@906030 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 12:25:26 UTC
88ce7f2 Port LANG-534 to 2.x branch - add nullToEmpty() methods to ArrayUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905988 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 10:52:37 UTC
4df7e6b Port LANG-583 to 2.x branch - add isNotEmpty() methods to ArrayUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905976 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 10:29:24 UTC
359de9b Reorganize site to standard m2 layout (now there is no longer an m1 build) - move/rename xdocs directory to site/xdoc - remove xdocs/images and xdocs/style directories - copied site/changes/changes.xml from trunk - add maven-changes-plugin in pom.xml - remove xdocs directory from assembly/src.xml - remove xdocs directory from ant build.xml - remove redundant conf directory git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905867 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 02:12:00 UTC
e64c561 Make some private variables final git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905857 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 01:10:27 UTC
4c42e00 LANG-506 Entities - missing final modifiers; thread-safety issues - thanks to Sebb for the patch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905846 13f79535-47bb-0310-9956-ffa450edef68 03 February 2010, 00:20:01 UTC
872e3ba Port r755391 to 2.x branch - LANG-584 (LANG-369) ExceptionUtils uses mutable lock target git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905837 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 23:32:11 UTC
1e649cb testCeil() fails for Java 1.3 on date4/cal4; date5/cal5 is not run for Java 1.3 Now date4=01:10 and date5=01:40 so should behave the same, so disabling the date4 test for Java 1.3 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905734 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 17:59:20 UTC
345b318 SimpleDateFormat format 'Z' is Java 1.4+ Correct comment and test name: LANG-520 => LANG-530 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905721 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 17:37:31 UTC
bd8869f Add @since 2.5 tags git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905707 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 16:59:59 UTC
bbf3bfb Revert LANG-302 - Add back Cloneable interface to restore binary compatibility git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905695 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 16:34:41 UTC
7751949 Update Maven build & NOTICE year git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905688 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 16:13:34 UTC
42ba0ce Minor test changes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905687 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 16:08:23 UTC
d14ed61 Comments git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905684 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 16:03:07 UTC
1f1d0c7 -Dtest.entry allows running a single test git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905681 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 15:57:47 UTC
ea7e5f1 Port LANG-494 to 2.x branch - Synchronizing the COMMON Map so that getInstance doesn't miss a put from a subclass in another thread. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905671 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 15:25:14 UTC
a84e151 Port r902955 to 2.x branch - Simplify code (eliminate conditional check) and avoid NPE warning git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905652 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 14:44:13 UTC
5186f55 Port author tag changes to 2.x branch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905636 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 14:03:32 UTC
9749315 Remove test suites git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905628 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 13:29:55 UTC
4265979 Ant build improvements git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905626 13f79535-47bb-0310-9956-ffa450edef68 02 February 2010, 13:25:57 UTC
bab8595 Remove duplicated code - delegate to methods with message parameter git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905329 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 16:33:28 UTC
0cb284f Re-order notNull() methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905327 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 16:29:45 UTC
715ac90 Javadoc updates git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905325 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 16:26:08 UTC
18ed47c Port LANG-514 to 2.x branch - add more readable static builder methods to CharRange git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905281 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 13:43:13 UTC
56a91cc Javadoc corrections git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905266 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 11:59:40 UTC
436f6b9 exclude EntitiesPerformanceTest from being run in m2 build git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905254 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 11:14:12 UTC
3683ffb Port test improvements to 2.x branch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905253 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 11:11:50 UTC
4c9c160 Port r795895 to 2.x branch - Improve code coverage by testing exceptions and empty constructor git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905246 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 10:55:38 UTC
7360b95 Port r754549 to 2.x branch - Fix failing ShortPrefixToStringStyleTest git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905242 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 10:44:09 UTC
2b4c65f Configure surefire plugin to run *Test.java and not test suites (at least one test was missing because it wasn't in a suite) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905240 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 10:43:00 UTC
00ee64b Port r824595 to 2.x branch - Changing two classes (ClassNotFoundSerializationTest and CharUtilsPerfTest) to not end with Test as that was throwing them into the JUnit setup. CharUtilsPerfTest renamed to CharUtilsPerfRun. ClassNotFoundSerializationTest becomes ClassNotFoundSerialization. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905239 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 10:35:17 UTC
ff0c49c Port r753619 & r753620 to 2.x branch - Make IDKey package private and move to builder package git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905166 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 01:39:08 UTC
701be9b Make some private fields final git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905165 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 01:18:02 UTC
5adcf84 Port LANG-523 to 2.x branch - Performance improvement to StrBuilder by doubling the size of the String in ensureCapacity. Tests indicate a hundredhold improvement in appending speed, which seems worth the doubling of data size. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905163 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 01:06:28 UTC
19de878 Port LANG-422 to 2.x branch - add appendSeparator() methods with an alternative default separator if the StrBuilder is currently empty git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905162 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 01:02:44 UTC
c931c89 Port r754537 to 2.x branch - Replace deprecated method call git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905158 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 00:43:53 UTC
74cda2e Port LANG-522 to 2.x branch - add string constructors to mutable numbers git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905156 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 00:29:32 UTC
cfec24c Port r830029 to 2.x branch - add isTrue() and isFalse() methods to MutableBoolean git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905153 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 00:21:30 UTC
0910b2c Port r830016 to 2.x branch - add toBoolean() method to MutableBoolean git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905148 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 00:16:27 UTC
0277d4e Port r830028 to 2.x branch - Reorder methods for consistency within package git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905144 13f79535-47bb-0310-9956-ffa450edef68 01 February 2010, 00:02:15 UTC
dd12d21 Port Javadoc & comment changes to 2.x branch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905141 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 23:37:24 UTC
aace209 Port LANG-487 to 2.x branch - Make default style thread-safe git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905102 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 19:17:20 UTC
39dae6e Partial port of r775045 & r829635 to 2.x branch - add "upToClass" check to ReflectionToStringBuilder git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905093 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 18:38:16 UTC
ae8a5c5 Port LANG-574 to 2.x branch - Performance improvement: check for isArray to short-circuit the 9 instanceof checks. Improves both non-arrays and Object[] in tests git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905082 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 17:56:08 UTC
c3a424f Port LANG-520 to 2.x branch - Changing the hashCode() method to return toHashCode() git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905081 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 17:47:55 UTC
31094ee Port LANG-467 to 2.x branch - Rolling back r611543 for LANG-393, and removing the special handling of BigDecimal to use compareTo instead of equals because it creates an inequality with HashCodeBuilder git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905078 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 17:24:49 UTC
d17c9ad Port LANG-466 to 2.x branch - Add a reset() method to EqualsBuilder git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905076 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 17:15:51 UTC
7fd6fe2 Port LANG-575 to 2.x branch - Replacing the creation of a List in the core of each Builder class to test contains on the excludeFields with a call to ArrayUtils.contains git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@905074 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 17:07:34 UTC
736d573 Port LANG-547 to 2.x branch -Remove unused field git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904945 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 01:01:04 UTC
e93b77f Port LANG-538 to 2.x branch - need to call getTime() on a calendar sometimes to get it in the right state, otherwise the timezone gets out of whack. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904941 13f79535-47bb-0310-9956-ffa450edef68 31 January 2010, 00:53:56 UTC
c6b46ac Port LANG-486 to 2.x branch - add parseDateStrictly() method method to DateUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904835 13f79535-47bb-0310-9956-ffa450edef68 30 January 2010, 17:58:29 UTC
da3480f Port LANG-530 to 2.x branch - Fix parseDate() cannot parse ISO8601 dates produced by FastDateFormat git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904829 13f79535-47bb-0310-9956-ffa450edef68 30 January 2010, 17:49:28 UTC
88987b4 Port LANG-434 to 2.x branch - add ceiling() method to DateUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904825 13f79535-47bb-0310-9956-ffa450edef68 30 January 2010, 17:37:32 UTC
b7172b9 Port LANG-521 to 2.x branch - isNumber(String) and createNumber(String) both modified to support "2." git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904658 13f79535-47bb-0310-9956-ffa450edef68 29 January 2010, 23:10:27 UTC
88e435b Port LANG-461 to 2.x branch - add toByte() and toShort() methods to NumberUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904655 13f79535-47bb-0310-9956-ffa450edef68 29 January 2010, 22:59:02 UTC
2257fa2 Port LANG-471 to 2.x branch - add isAllUpperCase() and isAllLowerCase() to StringUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904612 13f79535-47bb-0310-9956-ffa450edef68 29 January 2010, 20:02:35 UTC
172b2aa Port LANG-348 to 2.x branch - add repeat() method to StringUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904603 13f79535-47bb-0310-9956-ffa450edef68 29 January 2010, 19:26:48 UTC
685e204 Port LANG-432 to 2.x branch - Applying the final part of Benjamin Bentmann's patch to LANG-432, improving handling of case-insensitive Strings git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904598 13f79535-47bb-0310-9956-ffa450edef68 29 January 2010, 19:18:36 UTC
14b5cca Make private fields final git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904212 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 18:46:25 UTC
46d8966 Use Eclipse-style comment to document switch fall-through Javadoc fixes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904211 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 18:46:10 UTC
d2f5165 Use Eclipse-style comment to document switch fall-through git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904210 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 18:45:48 UTC
7d80a0a Javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904209 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 18:45:12 UTC
c7eb643 Make private fields final git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904207 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 18:41:10 UTC
c9745b6 Port LANG-405 to 2.x branch - add a abbreviateMiddle() method to StringUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904175 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 17:27:57 UTC
3c4bfae Port LANG-569 to 2.x branch - adding indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904169 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 17:20:01 UTC
f514316 Port LANG-469 to 2.x branch - adding a lastOrdinalIndexOf method to complement the existing ordinalIndexOf method git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904167 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 17:13:48 UTC
b0aa9d7 Port LANG-552 to 2.x branch - StringUtils.replaceEach(String, String[], String[]) no longer NPEs when null appears in the last String[] git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904158 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 17:05:54 UTC
22c832d Port LANG-555 to 2.x branch - Add IS_OS_WINDOWS_7 constant git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904105 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 14:46:05 UTC
a13b38a Port LANG-554 to 2.x branch - Add JDK 1.7 check git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904102 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 14:43:07 UTC
aaf18fa Partial Port of LANG-500 to 2.x branch - Improving performance of getAllInterfaces (changes couldn't be fully ported as LinkedHashSet requires JDK 1.4) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904101 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 14:27:50 UTC
e340cdd Port LANG-535 to 2.x branch - adding support to getShortClassName and getPackageName for arrays, including primitive arrays and multi-dimensional arrays. Also stopped getPackageName relying on the underlying class.getPackage as it's sometimes null git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904093 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 14:02:25 UTC
60ff6d5 remove trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904086 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 13:48:55 UTC
5802407 Port ArrayUtils test improvements back to 2.x branch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904080 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 13:33:33 UTC
8a6fba2 Reformatting & javadoc changes only git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904079 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 13:28:04 UTC
1393de5 Port LANG-567 to 2.x branch - ArrayUtils.addAll() does not handle mixed types very well git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904076 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 13:20:22 UTC
99b09b1 Rename TestCase -> Test git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904051 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 12:05:10 UTC
1219c8a Remove trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904036 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 11:06:24 UTC
8229c8d Rename TestCase -> Test git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904021 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 10:00:21 UTC
df9630f Remove tabs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@904012 13f79535-47bb-0310-9956-ffa450edef68 28 January 2010, 09:37:28 UTC
dbd48e3 Formatting changes only git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@902824 13f79535-47bb-0310-9956-ffa450edef68 25 January 2010, 14:36:12 UTC
b10c544 Re-organize to normal m2 layout (as trunk has) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@902790 13f79535-47bb-0310-9956-ffa450edef68 25 January 2010, 12:07:50 UTC
ef169e0 Change version from 3.0-SNAPSHOT back to to 2.5-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@902785 13f79535-47bb-0310-9956-ffa450edef68 25 January 2010, 11:46:28 UTC
f675056 Create Lang 2.x branch from before JDK 1.5 changes started to be applied (r749095) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@902784 13f79535-47bb-0310-9956-ffa450edef68 25 January 2010, 11:38:51 UTC
52b9a37 Create Lang 2.x branch from before JDK 1.5 changes started to be applied (r749165) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X@902781 13f79535-47bb-0310-9956-ffa450edef68 25 January 2010, 11:23:48 UTC
4f3b802 Adding javadoc per LANG-424 to point out what happens in substringLast/substringBefore methods when substring is not found git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749151 13f79535-47bb-0310-9956-ffa450edef68 02 March 2009, 02:33:24 UTC
cb8a0d4 Applying my patch from LANG-478 - moving StopWatch to using nanoTime under the hood. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749114 13f79535-47bb-0310-9956-ffa450edef68 01 March 2009, 21:18:18 UTC
ef718fc Removing the notion that -1 was a special state value. The code was changed a while back to have properly defined states. Helps prepare for LANG-478 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749101 13f79535-47bb-0310-9956-ffa450edef68 01 March 2009, 21:02:57 UTC
c068395 Applying Alexander Kjall's patch from LANG-480; along with a unit test made from his example. Fixes unicode conversion above U+00FFFF being done into 2 characters git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749095 13f79535-47bb-0310-9956-ffa450edef68 01 March 2009, 20:54:40 UTC
00fee20 ws git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@739041 13f79535-47bb-0310-9956-ffa450edef68 29 January 2009, 22:00:55 UTC
10e6a67 Fixed download link. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@737515 13f79535-47bb-0310-9956-ffa450edef68 25 January 2009, 14:44:48 UTC
a38e2e9 Fix for LANG-477 OutOfMemory with custom format registry and a pattern containing single quotes - thanks to Duncan Eley git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@733169 13f79535-47bb-0310-9956-ffa450edef68 09 January 2009, 22:05:14 UTC
eb8b39b Removing commented out main method git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@723785 13f79535-47bb-0310-9956-ffa450edef68 05 December 2008, 16:34:26 UTC
back to top