Commit Graph

4479 Commits

Author SHA1 Message Date
Sergio Fernández 158373bb21 [INFRA-10636>] test commit 2016-04-11 08:10:39 +02:00
ggregory af81f78543 Javadoc fix. 2016-04-09 19:41:23 -07:00
ggregory a1cde6ab70 [LANG-1201] Add a TimeUnit-like classes for base 2 and base 10 digital
conversions (bits, bytes, KB, MB, and so on). Forgot to commit those.
2016-03-14 09:31:03 -07:00
ggregory 04e52eb615 [LANG-1201] Add a TimeUnit-like classes for base 2 and base 10 digital
conversions (bits, bytes, KB, MB, and so on).
2016-03-13 19:54:32 -07:00
ggregory 7642423cfa [LANG-1146] z/OS identification in SystemUtils. Simplest implementation. 2016-03-12 21:48:27 -08:00
ggregory 3e05553510 Fix typo on appendIfMissing Javadoc.
https://github.com/apache/commons-lang/pull/129
2016-03-09 09:39:20 -08:00
ggregory cd63fed74c Javadoc fixes from https://github.com/apache/commons-lang/pull/125 2016-03-02 00:52:42 -08:00
ggregory ac78ec294e [LANG-1210] StringUtils#startsWithAny has error in Javadoc. 2016-02-29 18:43:00 -08:00
ggregory d1a3255600 [LANG-1211] Fix Javadoc for StringUtils.startsWithAny(CharSequence,
CharSequence...)
2016-02-29 18:17:57 -08:00
Hen 59c28bb25f Merge branch '124-branch'
Conflicts:
	src/changes/changes.xml

LANG-1208: StrSubstitutor can preserve escapes
This closes #124 from github. Thanks to Samuel Karp.
2016-02-25 21:17:53 -08:00
Hen 8e17410e8e Adding changes for LANG-1208 2016-02-25 21:16:38 -08:00
Hen 56e52fe4cb newline pain, despite having run the config line 2016-02-25 21:15:13 -08:00
Hen 242e1f5498 Merge branch '112-branch'
Conflicts:
	src/changes/changes.xml

LANG-1175: Remove Ant-based build
This closes #112 from github. Thanks to wikier@.
2016-02-25 20:58:23 -08:00
Hen 69e97c8b42 Fixing crlfs 2016-02-25 20:52:13 -08:00
Samuel Karp e55aaa5706 StrSubstitutor can preserve escapes
StrSubstitutor can now optionally preserve the escape character for an
escaped reference, which is useful when substitution takes place in
multiple phases and some references are intentionally unresolved.  Prior
to this change, an unresolved reference `${a}` and an escaped reference
`$${a}` may result in the same string `${a}`, making it impossible for
an additional substitution phase to distinguish between escaped
references and non-escaped references.
2016-02-25 17:02:56 -08:00
ggregory a72a5ced53 Format. 2016-02-24 22:14:50 -08:00
ggregory f3a7cf629c Format. 2016-02-24 22:11:59 -08:00
ggregory bcc7c0c858 Format. 2016-02-24 22:11:36 -08:00
ggregory 5e5ba1b812 Statement unnecessarily nested within else clause. 2016-02-24 22:08:37 -08:00
ggregory b2ec67b54a Javadoc: Active voice. 2016-02-24 22:07:20 -08:00
ggregory 4ceba11305 Statement unnecessarily nested within else clause.\ 2016-02-24 22:06:36 -08:00
ggregory 2b15e1f43d Format nit. 2016-02-24 13:44:31 -08:00
ggregory 63374a1813 Statement unnecessarily nested within else clause. 2016-02-24 13:44:16 -08:00
ggregory ddcf6aa50b Statement unnecessarily nested within else clause. 2016-02-24 13:42:45 -08:00
Emmanuel Bourg 0432e83a42 Registered the merged contribution from Jake Wang in changes.xml (Fix #123) 2016-02-01 08:52:36 +01:00
Jake Wang 28555d4c6d Updated @since tag for IS_OS_MAC_OSX_EL_CAPITAN property 2016-02-01 08:48:07 +01:00
Jake Wang c202aa8cec Added new property IS_OS_MAC_OSX_EL_CAPITAN in SystemUtils 2016-02-01 08:48:07 +01:00
Emmanuel Bourg 3b204c071f CRLF -> LF 2016-02-01 08:41:58 +01:00
ggregory 3af7d0dace [LANG-1191] Incorrect Javadoc StringUtils.containsAny(CharSequence,
CharSequence...).
2016-01-26 10:51:27 -08:00
ggregory 04a5d83aec Add sanity check test. 2016-01-26 10:47:30 -08:00
Benedikt Ritter 8bb3526317 Revert "Allocate array of the correct size"
This reverts commit 60b32953a9.

Following the advices from http://shipilev.net/blog/2016/arrays-wisdom-ancients/
this seems to be faster and safer on current VMs.
2016-01-19 08:07:51 +01:00
ggregory e01b8eb3fe Update copyright for 2016. 2016-01-18 14:25:53 -08:00
Kristian Rosenvold 818a544144 Fixed line ending issues once and for all 2016-01-17 20:15:51 +01:00
ggregory 69d4bf883c Simplify, less clutter. 2016-01-16 14:37:38 -08:00
ggregory bb76a6848b Revert "Simplify, less clutter."
This reverts commit 18f5f54ca0.
2016-01-16 14:36:50 -08:00
ggregory 18f5f54ca0 Simplify, less clutter. 2016-01-15 16:33:07 -08:00
ggregory 7429e75b75 commons-parent 38 -> 39. 2016-01-14 14:15:32 -08:00
ggregory 4d4e0b0481 [LANG-1200][GitHub PR] modify note at line 1230 #120 2016-01-14 14:10:23 -08:00
Chas Honton afc942c7b2 LANG-1192: FastDateFormat support of the week-year component (uppercase 'Y') 2015-12-25 12:44:12 -08:00
Chas Honton 39ed92fff7 LANG-1194: Travis-ci build fails occasionally with Killed message 2015-12-25 12:36:47 -08:00
Chas Honton c8cc651651 Merge branch 'master' of https://github.com/NickManley/commons-lang
This closes #117
LANG-1186 Fix NullPointerException in FastDateParser$TimeZoneStrategy
2015-12-17 07:46:44 -08:00
Chas Honton 1002c9e243 revert LANG-1192 while investigating travis failures 2015-12-17 06:52:42 -08:00
Chas Honton 2fa0b168d6 LANG-1192: FastDateFormat support of the week-year component (uppercase 'Y') 2015-12-13 16:38:35 -08:00
Chas Honton 2ebf9a21d2 LANG-1192 partial: implement format 'u' for FastDateFormat, day number of week 2015-12-11 20:36:22 -08:00
Sebb bfcdeeaf44 More Javadoc and tests 2015-12-11 23:10:32 +00:00
Sebb a5ad80d754 Revert update of change history for 3.4 2015-12-11 13:57:19 +00:00
Sebb d75fe46b8f LANG-1193 ordinalIndexOf("abc", "ab", 1) gives incorrect answer of -1
(correct answer should be 0)
Revert LANG-1077
2015-12-11 13:41:22 +00:00
Sebb 15e1ea2f4e Moved DOAP 2015-12-09 18:00:37 +00:00
Nick Manley 5556026ed1 Fix NullPointerException in FastDateParser$TimeZoneStrategy 2015-11-19 23:24:05 -06:00
Benedikt Ritter 56907c9a96 Merge branch 'LANG-1182'
LANG-1182: Clarify JavaDoc of StringUtils.containsAny(). Thanks to
Larry West for the suggestion and to Pascal Schuhmacher for implementing
it. This fixes #114 from github.
2015-11-16 20:16:52 +01:00