summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-271-0/+0
|/
* 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.6' into PHP-7.0Anatol Belski2016-06-061-0/+2
|\ \ | |/
| * missing returnAnatol Belski2016-06-061-0/+2
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-17/+17
| |\
| * | Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if ...Yasuo Ohgaki2016-01-181-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
| * | added missing parenthesesMasaki Kagaya2015-03-081-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-181-1/+1
|\ \ \
| * | | Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if ...Yasuo Ohgaki2016-01-181-1/+1
| | |/ | |/|
| * | added missing parenthesesMasaki Kagaya2015-03-081-1/+1
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-2/+2
* | | Check mbfl_filt_put_invalid_char return valueNikita Popov2015-07-183-15/+16
* | | added missing parenthesesMasaki Kagaya2015-03-081-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-10178-2166/+2166
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-2/+2
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+0
|/ /
* | Removed another cvsclean fileSobak2014-06-081-14/+0
|/
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-204-4/+4
|\
| * - Fixed possible uninitialized scalar variable usage (spotted by Coverity)Felipe Pena2013-10-204-4/+4