summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
* Don't short-circuit MBFL_OUTPUTFILTER_ILLEGAL_MODE_NONENikita Popov2019-08-0954-195/+68
* Fix shift UB in mbfilter_utf32.cNikita Popov2019-06-191-1/+1
* Remove unused symbol definitionPeter Kokot2019-05-111-1/+0
* Remove redundant memory.h filePeter Kokot2019-05-111-5/+0
* Simplify ext/mbstring/libmbfl/config.h creationPeter Kokot2019-05-111-52/+0
* Integrate libmbfl docs to README.md and LICENSEPeter Kokot2019-05-116-123/+139
* Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-131-24/+0
* Remove incorrect mbstring includesNikita Popov2019-04-112-3/+0
* Remove unused function prototypeNikita Popov2019-04-111-2/+0
* Remove obsolescent AC_HEADER_STDC and memcpy checkPeter Kokot2019-03-011-3/+0
* Remove local variablesPeter Kokot2019-02-038-50/+0
* Merge branch 'PHP-7.3'Nikita Popov2018-10-172-15/+0
|\
| * Remove the "auto" encodingNikita Popov2018-10-172-15/+0
* | Merge branch 'PHP-7.3'Nikita Popov2018-10-172-3/+46
|\ \ | |/
| * Fixed bug #77025Nikita Popov2018-10-171-2/+43
| * Add vtbls for EUC-TW encodingNikita Popov2018-10-171-1/+3
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-1474-124/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-136-41/+41
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-1473-123/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-135-40/+40
* | Merge branch 'PHP-7.3'Nikita Popov2018-10-023-5/+11
|\ \ | |/
| * Fixed bug #76958Nikita Popov2018-10-021-1/+3
| * Don't fall back to vtbl_pass if no matching vtbl foundNikita Popov2018-10-022-4/+8
* | Remove unused and untouched ext/libmbfl/tests filesPeter Kokot2018-09-2616-2755/+0
* | Remove HAVE_STRING_HPeter Kokot2018-09-187-31/+0
* | Remove HAVE_STDIO_HPeter Kokot2018-09-171-1/+0
* | Remove HAVE_STDLIB_HPeter Kokot2018-09-163-6/+0
* | Remove HAVE_ASSERT_HPeter Kokot2018-09-092-4/+0
* | Remove HAVE_STDDEF_HPeter Kokot2018-09-0524-56/+0
* | Remove AC_C_CONSTPeter Kokot2018-09-021-3/+0
|/
* Remove unused libmbfl build system related filesPeter Kokot2018-07-2913-462/+0
* Remove unused Git attributes identPeter Kokot2018-07-252-4/+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
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-191-1/+1
| |\ \ | | |/
| | * Fix #75944: Wrong cp1251 detectionChristoph M. Becker2018-03-191-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-112-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-112-5/+5
| |\ \ | | |/
| | * Fix #62545: wrong unicode mapping in some charsetsChristoph M. Becker2018-03-112-5/+5
* | | Fix some misspellingsGabriel Caruso2018-02-061-6/+6
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | | Fix cp950 pua checkNikita Popov2017-11-221-5/+12
* | | Update README information for the libmbfl libraryPeter Kokot2017-10-081-5/+10
* | | 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-0468-293/+294
* | | Separate mbfl filters into three categoriesNikita Popov2017-08-042-88/+106