Home
last modified time | relevance | path

Searched full:thanks (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/external/apache-commons-lang/
DRELEASE-NOTES.txt26 o Add BooleanUtils.booleanValues(). Thanks to Gary Gregory.
27 o Add BooleanUtils.primitiveValues(). Thanks to Gary Gregory.
28 o LANG-1535: Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). Thanks to Gary G…
29 o LANG-1359: Add StopWatch.getStopTime(). Thanks to Gary Gregory, Keegan Witt.
30 o More test coverage for CharSequenceUtils. #631. Thanks to Edgar Asatryan.
31 o Add fluent-style ArraySorter. Thanks to Gary Gregory.
32 o Add and use LocaleUtils.toLocale(Locale) to avoid NPEs. Thanks to Gary Gregory.
33 o Add FailableShortSupplier, handy for JDBC APIs. Thanks to Gary Gregory.
34 o Add JavaVersion.JAVA_17. Thanks to Gary Gregory.
35 o LANG-1636: Add missing boolean[] join method #686. Thanks to .
[all …]
/external/apache-commons-lang/src/site/resources/release-notes/
DRELEASE-NOTES-3.10.txt51 o LANG-1485: Add getters for lhs and rhs objects in DiffResult #451. Thanks to nicolasbd.
52 o LANG-1486: Generify builder classes Diffable, DiffBuilder, and DiffResult #452. Thanks to Gary Gr…
53 o LANG-1487: Add ClassLoaderUtils with toString() implementations #453. Thanks to Gary Gregory.
54 …Utils.toRootLowerCase(String) and StringUtils.toRootUpperCase(String) #456. Thanks to Gary Gregory.
55 o LANG-1494: Add org.apache.commons.lang3.time.Calendars. Thanks to Gary Gregory.
56 o LANG-1495: Add EnumUtils getEnum() methods with default values #475. Thanks to Cheong Voon Leong.
57 o LANG-1177: Added indexesOf methods and simplified removeAllOccurences #471. Thanks to Liel Fridma…
58 o LANG-1498: Add support of lambda value evaluation for defaulting methods #416. Thanks to Lysergid…
59 o LANG-1503: Add factory methods to Pair classes with Map.Entry input. #454. Thanks to XenoAmess, G…
60 o LANG-1505: Add StopWatch convenience APIs to format times and create a simple instance. Thanks to…
[all …]
DRELEASE-NOTES-3.8.1.txt86 o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Thanks to Ruslan S…
87 o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki.
88 o LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder Thanks to Yath…
89 o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Matulli, Oleg Chubary…
90 …String getEnvironmentVariable(final String name, final String defaultValue) Thanks to Gary Gregory.
91 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, G…
92 …ng methods in StringUtils that take a regex to take precompiled Pattern. Thanks to Christopher Cor…
93 …ils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schaland…
94 o LANG-1392: Methods for getting first non empty or non blank value Thanks to Jeff Nelson.
98 o LANG-1380: FastDateParser too strict on abbreviated short month symbols Thanks to Markus Jelsma.
[all …]
DRELEASE-NOTES-3.8.txt45 o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Thanks to Ruslan S…
46 o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki.
47 o LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder Thanks to Yath…
48 o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Matulli, Oleg Chubary…
49 …String getEnvironmentVariable(final String name, final String defaultValue) Thanks to Gary Gregory.
50 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, G…
51 …ng methods in StringUtils that take a regex to take precompiled Pattern. Thanks to Christopher Cor…
52 …ils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schaland…
53 o LANG-1392: Methods for getting first non empty or non blank value Thanks to Jeff Nelson.
57 o LANG-1380: FastDateParser too strict on abbreviated short month symbols Thanks to Markus Jelsma.
[all …]
DRELEASE-NOTES-3.7.txt45 o LANG-1355: TimeZone.getTimeZone() in FastDateParser causes resource contention (PR #296.) Thanks
46 …ds to ObjectUtils to get various forms of class names in a null-safe manner Thanks to Gary Gregory.
49 o LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale Thanks to Stephen Colebourne.
50 …sionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10 Thanks to Gary Gregory.
51 …verflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf Thanks to mbusso.
52 o LANG-1350: ConstructorUtils.invokeConstructor(Class, Object...) regression Thanks to Brett Kail.
53 o LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bug Thanks to Naman Nigam.
54 o LANG-1357: org.apache.commons.lang3.time.FastDateParser should use toUpperCase(Locale) Thanks to …
57 o LANG-1358: Improve StringUtils#replace throughput Thanks to Stephane Landelle.
59 o LANG-1361: ExceptionUtils.getThrowableList() is using deprecated ExceptionUtils.getCause() Thanks
[all …]
DRELEASE-NOTES-3.9.txt29 o LANG-1411: Add isEmpty method to ObjectUtils Thanks to Alexander Tsvetkov.
40 …or 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412. Thanks to Andrei Troie af…
109 o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Thanks to Ruslan S…
110 o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki.
111 o LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder Thanks to Yath…
112 o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Matulli, Oleg Chubary…
113 …String getEnvironmentVariable(final String name, final String defaultValue) Thanks to Gary Gregory.
114 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, G…
115 …ng methods in StringUtils that take a regex to take precompiled Pattern. Thanks to Christopher Cor…
116 …ils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schaland…
[all …]
DRELEASE-NOTES-3.5.txt105 o LANG-1255: Add DateUtils.toCalendar(Date, TimeZone). Thanks to Kaiyuan Wang.
107 Thanks to Marko Bekhta.
108 o LANG-787: Add method removeIgnoreCase(String, String) to StringUtils. Thanks
111 between a min and max length. Thanks to Caleb Cushing.
112 o LANG-1257: Add APIs StringUtils.wrapIfMissing(String, char|String). Thanks to
114 o LANG-1253: Add RandomUtils#nextBoolean() method. Thanks to adilek.
115 o LANG-1085: Add a circuit breaker implementation. Thanks to Oliver Heger and
117 o LANG-1013: Add StringUtils.truncate(). Thanks to Thiago Andrade.
118 o LANG-1195: Enhance MethodUtils to allow invocation of private methods. Thanks
121 decrementAndGet/addAndGet in Mutable* classes. Thanks to
[all …]
DRELEASE-NOTES-3.6.txt107 o LANG-1336: Add NUL Byte To CharUtils. Thanks to Beluga Behr.
109 mixed cased characters. Thanks to Andy Klimczak.
111 Thanks to Arshad Basha.
113 string. Thanks to Arshad Basha.
114 o LANG-1256: Add JMH maven dependencies. Thanks to C0rWin.
116 Thanks to Mark Dacek.
120 EqualsBuilder#reflectionEquals. Thanks to Yathos UG.
122 o LANG-740: Implementation of a Memoizer. Thanks to James Sawle.
124 Thanks to IG, Grzegorz Rożniecki.
127 Thanks to Pierre Templier, Martin Tarjanyi.
[all …]
DRELEASE-NOTES-3.4.txt51 o LANG-821: Support OS X versions in SystemUtils. Thanks to Timo Kockert.
53 o LANG-1093: Add ClassUtils.getAbbreviatedName(). Thanks to Fabian Lange.
55 DiffBuilder. Thanks to Jonathan Baker.
56 o LANG-1015: Add JsonToStringStyle implementation to ToStringStyle. Thanks to
59 Thanks to Innokenty Shuvalov.
61 Thanks to Daniel Stewart.
62 o LANG-1052: Multiline recursive to string style. Thanks to Jan Matèrne.
63 o LANG-536: Add isSorted() to ArrayUtils. Thanks to James Sawle.
66 specific type. Thanks to Alexander Müller.
67 o LANG-1016: NumberUtils#isParsable method(s). Thanks to
[all …]
DRELEASE-NOTES-3.3.2.txt66 Thanks to Adam Hooper.
73 Thanks to Rekha Joshi.
78 o LANG-900: New RandomUtils class. Thanks to Duncan Jones.
85 fields within 3rd party object. Thanks to Philip Hodges,
88 Thanks to Chris Karcher.
93 UnsupportedEncodingException. Thanks to Matt Bishop.
96 Thanks to Michael Keppler.
98 returns wrong result. Thanks to Yaniv Kunda, Eli Lindsey.
104 Thanks to Sebastian Götz.
109 Thanks to Sergio Fernández.
[all …]
DRELEASE-NOTES-3.3.txt39 Thanks to Adam Hooper.
46 Thanks to Rekha Joshi.
51 o LANG-900: New RandomUtils class. Thanks to Duncan Jones.
58 fields within 3rd party object. Thanks to Philip Hodges,
61 Thanks to Chris Karcher.
66 UnsupportedEncodingException. Thanks to Matt Bishop.
69 Thanks to Michael Keppler.
71 returns wrong result. Thanks to Yaniv Kunda, Eli Lindsey.
77 Thanks to Sebastian Götz.
82 Thanks to Sergio Fernández.
[all …]
DRELEASE-NOTES-3.3.1.txt53 Thanks to Adam Hooper.
60 Thanks to Rekha Joshi.
65 o LANG-900: New RandomUtils class. Thanks to Duncan Jones.
72 fields within 3rd party object. Thanks to Philip Hodges,
75 Thanks to Chris Karcher.
80 UnsupportedEncodingException. Thanks to Matt Bishop.
83 Thanks to Michael Keppler.
85 returns wrong result. Thanks to Yaniv Kunda, Eli Lindsey.
91 Thanks to Sebastian Götz.
96 Thanks to Sergio Fernández.
[all …]
/external/dnsmasq/
DCHANGELOG.archive62 Thanks to "Denis Carre" <denis.carre@laposte.net> and Martin
95 Thanks to "Steve Hardy" <s.a.hardy@connectux.com> for his input
99 two closely-spaced updates of resolv.conf (Thanks to Eli Chen
122 which have upper-case letters in them. Thanks for Joao Clemente
163 startup for security reasons. Thanks to Peter Bailey for
166 Cope with infinite DHCP leases. Patch thanks to
169 Added rpm control files to .tar.gz distribution. Thanks to
172 Improved startup script for rpms. Thanks to Yaacov Akiba Slama.
190 Thanks to Joerg Mayer for the last two.
210 Thanks to Steve Davis for pointing this one out.
[all …]
DCHANGELOG9 standard tools. Thanks to Yves Dorfsman for the
21 options. Thanks to Michael Rack for spotting this.
32 which use '\' as pathname separator. Thanks to Ralf for
35 Updated Polish translation. Thanks to Jan Psota.
37 Warn if an IP address is duplicated in /etc/ethers. Thanks
42 for backup files etc. Thanks to Helmut Hullen for the
54 is a slow nameserver in the list. Thanks to Joe for the
61 the DHCP server. Thanks to Spencer Clark for spotting this.
69 requests. Thanks to Niels Basjes for the bug report.
71 Updated French translation. Thanks to Gildas Le Nadan.
[all …]
/external/apache-commons-io/
DRELEASE-NOTES.txt23 …stFiles does not list matching files if File parameter is a symbolic link. Thanks to Zach Sherman.
24 o IO-724: FileUtils#deleteDirectory(File) exception Javadoc inaccurate update #245. Thanks to lira…
25 o Minor changes #243. Thanks to Arturo Bernal.
26 …f FileInputStream and FileOutputStream objects with Files NIO APIs. #221. Thanks to Arturo Bernal.
27 o Fix IndexOutOfBoundsException in IOExceptionList constructors. Thanks to Gary Gregory.
41 toString(byte[], String) Thanks to Gary Gregory.
44 o Add SymbolicLinkFileFilter. Thanks to Gary Gregory.
45 o Add test to make sure the setter of AndFileFilter works correctly #244. Thanks to trncat…
46 o Add XmlStreamReader(Path). Thanks to Gary Gregory.
47 o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot.
[all …]
/external/one-true-awk/
DFIXES31 consistency, as well as consistency with gawk. Thanks to
37 tempfree in cat, thanks to Miguel Pineiro Jr and valgrind.
41 Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.
46 Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.
50 truncating its entry in ARGV. (circa 1989) Thanks to
56 stdout, and stderr (circa 1992). Thanks to Miguel Pineiro Jr.
62 undetected. Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.
67 Thanks to Volodymyr Gubarkov, and Todd C Miller.
76 -v FS="str" when str is null. Thanks to Warner Losh.
81 an infinite read loop. Thanks to Miguel Pineiro Jr.
[all …]
/external/apache-commons-io/src/changes/
Drelease-notes.vm68 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
91 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
114 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
137 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
194 o Add org.apache.commons.io.input.CircularInputStream. Thanks to Gary Gregory.
195 o Add org.apache.commons.io.file.PathUtils.cleanDirectory(Path, FileVisitOption...). Thanks to Gary…
196 o Add org.apache.commons.io.file.PathUtils.deleteDirectory(Path, FileVisitOption...). Thanks to Gar…
197 o Add NullAppendable. Thanks to Gary Gregory.
198 o Add PathUtils.getAclEntryList(Path). Thanks to Gary Gregory.
199 o Null-guard IOUtils.close(Closeable, IOConsumer). Thanks to Gary Gregory.
[all …]
/external/apache-commons-io/src/site/xdoc/
Dupgradeto2_5.xml46 … o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis.
47 … o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank.
48 o IO-406: Introduce new class AppendableOutputStream Thanks to Niall Pemberton.
49 …IO-459: Add WindowsLineEndingInputStream and UnixLineEndingInputStream. Thanks to Kristian Rosenv…
52 … to avoid overflowing the mark limit of the underlying buffer. Thanks to Kristian Rosenvold.
54 o IO-410: Readfully() That Returns A Byte Array Thanks to Beluga Behr.
55 … o IO-395: Overload IOUtils buffer methods to accept buffer size Thanks to Beluga Behr.
71 … o IO-359: Add IOUtils.skip and skipFully(ReadableByteChannel, long). Thanks to yukoba.
72 … IO-358: Add IOUtils.read and readFully(ReadableByteChannel, ByteBuffer buffer). Thanks to yukoba.
73 … o IO-353: Add API IOUtils.copy(InputStream, OutputStream, int) Thanks to ggregory.
[all …]
Dupgradeto2_2.xml44 o IO-305: New copyLarge() method in IOUtils that takes additional offset, length arguments Thanks
45 …yte (PB) and exabyte (EB) in FileUtils.byteCountToDisplaySize(long size) Thanks to Ron Kuris, Gary…
46 o IO-173: FileUtils.listFiles() doesn't return directories Thanks to Marcos Vinícius da Silva.
47 o IO-297: CharSequenceInputStream to efficiently stream content of a CharSequence Thanks to Oleg K…
48 o IO-304: The second constructor of Tailer class does not pass 'delay' to the third one Thanks to …
49 …Stream does not call branch.close() when main.close() throws an exception Thanks to fabian.barney.
50 …ception in BOMInputStream when reading a file without BOM multiple times Thanks to jsteuerwald, de…
51 o IO-301: Add IOUtils.closeQuietly(Selector) necessary Thanks to kaykay.unique.
52 o IO-292: IOUtils.closeQuietly() should take a ServerSocket as a parameter Thanks to sebb.
53 o IO-290: Add read/readFully methods to IOUtils Thanks to sebb.
[all …]
Dupgradeto2_6.xml75 o IO-367: Add convenience methods for copyToDirectory. Thanks to James Sawle.
76 o IO-493: Add infinite circular input stream. Thanks to Piotr Turski.
81 Thanks to Behrang Saeedzadeh.
87 Thanks to Jimi Adrian.
90 Thanks to Simon Robinson.
93 o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
95 Thanks to Marko Vasic.
97 o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.
99 Thanks to Brett Lounsbury, Gary Gregory.
101 FileNotFoundException. Thanks to Ralf Hauser.
[all …]
Dupgradeto2_4.xml44 o IO-269: Tailer locks file from deletion/rename on Windows. Thanks to sebb.
45 o IO-333: Export OSGi packages at version 1.x in addition to 2.x. Thanks to fmeschbe.
46 o IO-320: Add XmlStreamReader support for UTF-32. Thanks to ggregory.
47 …m wrongly detects UTF-32LE_BOM files as UTF-16LE_BOM files in method getBOM(). Thanks to ggregory.
48 o IO-327: Add byteCountToDisplaySize(BigInteger). Thanks to ggregory.
49 o IO-326: Add new FileUtils.sizeOf[Directory] APIs to return BigInteger. Thanks to ggregory.
50 o IO-325: Add IOUtils.toByteArray methods to work with URL and URI. Thanks to raviprak.
51 o IO-324: Add missing Charset sister APIs to method that take a String charset name. Thanks to rav…
54 o IO-279: Tailer erroneously considers file as new. Thanks to Sergio Bossa, Chris Baron.
57 o IO-332: Improve tailer's reading performance. Thanks to liangly.
[all …]
/external/apache-commons-compress/
DRELEASE-NOTES.txt15 Thanks to Carmi Grushko.
22 Thanks to Didier Loiseau.
37 Thanks to Jens Reimann.
83 Thanks to Marchenko Sergey.
92 Thanks to Andreas Beeker.
111 Issue: COMPRESS-423. Thanks to Andre F de Miranda.
118 Issue: COMPRESS-380. Thanks to Christian Marquez Grabia.
125 Issue: COMPRESS-430. Thanks to Bruno P. Kinoshita.
136 Issue: COMPRESS-435. Thanks to BELUGA BEHR.
141 Issue: COMPRESS-429. Thanks to Damiano Albani.
[all …]
/external/apache-commons-compress/src/changes/
Drelease-notes.vm55 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
56 #else#if($!dueto != "") Thanks to $dueto. #end
84 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
85 #else#if($!dueto != "") Thanks to $dueto. #end
113 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
114 #else#if($!dueto != "") Thanks to $dueto. #end
142 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
143 #else#if($!dueto != "") Thanks to $dueto. #end
170 Thanks to Matthias Stevens.
183 Thanks to Bob Robertson.
[all …]
/external/rust/crates/rayon/
DRELEASES.md24 appropriately rather than spinning CPU. (Thanks @njaard!)
51 Thanks to all of the contributors for this release!
93 Thanks to all of the contributors for this release!
122 Thanks to all of the contributors for this release!
138 Thanks to all of the contributors for this release!
175 Thanks to all of the contributors for this release!
199 Thanks to all of the contributors for this release!
220 Thanks to all of the contributors for this release!
239 Thanks to all of the contributors for this release!
256 Thanks to all of the contributors for this release!
[all …]
/external/fmtlib/
DChangeLog.rst41 Thanks `@tohammer (Tobias Hammer) <https://github.com/tohammer>`_.
45 Thanks `@OptoCloud <https://github.com/OptoCloud>`_.
68 Thanks `@jk-jeon (Junekey Jeon) <https://github.com/jk-jeon>`_.
99 Thanks `@adamburgess (Adam Burgess) <https://github.com/adamburgess>`_.
122 Thanks `@tonyelewis (Tony E Lewis) <https://github.com/tonyelewis>`_.
126 Thanks `@BRevzin (Barry Revzin) <https://github.com/BRevzin>`_.
250 Thanks `@Kurkin (Dmitry Kurkin) <https://github.com/Kurkin>`_,
270 Thanks `@Naios (Denis Blank) <https://github.com/Naios>`_.
301 Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
307 Thanks `@t-wiser <https://github.com/t-wiser>`_.
[all …]

12345678910>>...46