summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-031-4/+18
|\ \ \ | |/ /
| * | Revert/fix substitution character fallbackNikita Popov2017-08-031-4/+18
* | | Merge branch 'PHP-7.2'Nikita Popov2017-07-281-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-281-2/+2
| |\ \ | | |/
| | * Fixed bug #62934Nikita Popov2017-07-281-2/+2
* | | 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
* | | Merge branch 'PHP-7.2'Nikita Popov2017-07-232-2/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-232-2/+9
| |\ \ | | |/
| | * Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIESChristoph M. Becker2017-07-232-2/+9
* | | 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
|/ /