summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/mbfl
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Merge branch 'PHP-7.3'Nikita Popov2018-10-022-4/+8
|\
| * Don't fall back to vtbl_pass if no matching vtbl foundNikita Popov2018-10-022-4/+8
* | Remove HAVE_STRING_HPeter Kokot2018-09-184-20/+0
* | Remove HAVE_STDLIB_HPeter Kokot2018-09-161-2/+0
* | Remove HAVE_STDDEF_HPeter Kokot2018-09-0511-28/+0
|/
* Remove unused libmbfl build system related filesPeter Kokot2018-07-291-48/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Merge branch 'PHP-7.2'Nikita Popov2018-06-282-1/+8
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-282-1/+8
| |\
| | * Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-282-1/+8
* | | fixes PR #2722, no clue how it broke ...Joe Watkins2017-09-061-1/+1
* | | fixed mbstring extension compiled broken with archlinuxshinemotec@gmail.com2017-09-061-0/+2
* | | Optimize mb_ord()Nikita Popov2017-08-043-11/+13
* | | Store input and output filters in mbfl encodingsNikita Popov2017-08-048-212/+51
* | | Separate mbfl filters into three categoriesNikita Popov2017-08-042-88/+106
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-031-4/+18
|\ \ \ | |/ /
| * | Revert/fix substitution character fallbackNikita Popov2017-08-031-4/+18
| |/
* | Add MBFL_SUBSTR_TO_END mode to mbfl_substrNikita Popov2017-07-232-47/+54
* | adjust datatype, used for position handlingAnatol Belski2017-07-231-1/+2
* | Fix overflow checks in mbfl_memory_deviceNikita Popov2017-07-232-92/+45
* | add missing headerAnatol Belski2017-07-231-0/+1
* | sync libmbfl allocator with the size_t changesAnatol Belski2017-07-222-11/+11
* | Mitigation for ssize_t issue in 22a5f554a8766d63fd2c2ce91a90ebacb13c0f6aAnatol Belski2017-07-222-2/+11
* | Only write single terminating byteNikita Popov2017-07-201-1/+1
* | Directly use encodings instead of no_encoding in libmbflNikita Popov2017-07-206-331/+141
* | Temporary fix for windows buildNikita Popov2017-07-202-2/+2
* | Switch libmbfl to use size_tNikita Popov2017-07-207-168/+168
|/
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-12-171-3/+6
|\
| * fix C89 compatAnatol Belski2016-12-171-3/+6
| * Add more mbfl string size checks (bug #73505)Stanislav Malyshev2016-11-261-1/+29
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-261-0/+28
|\ \
| * | Add more mbfl string size checks (bug #73505)Stanislav Malyshev2016-11-261-1/+29
| |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-17/+17
| |\
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | Merge branch 'PHP-5.5' into PHP-7.0.5Stanislav Malyshev2016-03-281-4/+4
|\ \ \ | | |/ | |/|
| * | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-281-17/+17
| |/
* | trailing whitespace removalStanislav Malyshev2015-01-1027-53/+53
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
|/
* - Fixed possible uninitialized scalar variable usage (spotted by Coverity)Felipe Pena2013-10-201-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| * MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-241-1/+49
| * - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-091-2/+2
| * - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-091-0/+4
* | MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-241-1/+76
* | MFH: added alias for *-mobile encodings.Rui Hirokawa2011-08-314-5/+5
* | MFH: added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.Rui Hirokawa2011-08-244-0/+8
* | MFH: removed SJIS-Mobile#*PUA.Rui Hirokawa2011-08-203-16/+0
* | MFH: updated limbfl to 1.3.2Rui Hirokawa2011-08-206-1/+35