| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-07-08 | 1 | -5/+9 |
| |\ | |||||
| | * | Fix bug #79787 | XXiang | 2020-07-08 | 1 | -5/+9 |
| * | | Fix shift ub in mbstring | Nikita Popov | 2020-01-30 | 2 | -8/+8 |
| * | | Restore digit check in mb_decode_numericentity() | Nikita Popov | 2020-01-30 | 1 | -1/+1 |
| * | | Better overflow check for entity decoding | Nikita Popov | 2020-01-29 | 1 | -3/+4 |
| * | | Fix recovery of large entities in mb_decode_numericentity() | Nikita Popov | 2020-01-29 | 1 | -6/+2 |
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2020-01-20 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-01-20 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`) | Stanislav Malyshev | 2020-01-20 | 1 | -5/+12 |
| | | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 75 | -126/+0 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 9 | -55/+55 |
| * | | | Don't short-circuit MBFL_OUTPUTFILTER_ILLEGAL_MODE_NONE | Nikita Popov | 2019-08-09 | 54 | -195/+68 |
| * | | | Fix shift UB in mbfilter_utf32.c | Nikita Popov | 2019-06-19 | 1 | -1/+1 |
| * | | | Remove unused symbol definition | Peter Kokot | 2019-05-11 | 1 | -1/+0 |
| * | | | Remove redundant memory.h file | Peter Kokot | 2019-05-11 | 1 | -5/+0 |
| * | | | Simplify ext/mbstring/libmbfl/config.h creation | Peter Kokot | 2019-05-11 | 1 | -52/+0 |
| * | | | Integrate libmbfl docs to README.md and LICENSE | Peter Kokot | 2019-05-11 | 6 | -123/+139 |
| * | | | Disable PACKAGE_* preprocessor symbols | Peter Kokot | 2019-04-13 | 1 | -24/+0 |
| * | | | Remove incorrect mbstring includes | Nikita Popov | 2019-04-11 | 2 | -3/+0 |
| * | | | Remove unused function prototype | Nikita Popov | 2019-04-11 | 1 | -2/+0 |
| * | | | Remove obsolescent AC_HEADER_STDC and memcpy check | Peter Kokot | 2019-03-01 | 1 | -3/+0 |
| * | | | Remove local variables | Peter Kokot | 2019-02-03 | 8 | -50/+0 |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-17 | 2 | -15/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Remove the "auto" encoding | Nikita Popov | 2018-10-17 | 2 | -15/+0 |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-17 | 2 | -3/+46 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #77025 | Nikita Popov | 2018-10-17 | 1 | -2/+43 |
| | * | | Add vtbls for EUC-TW encoding | Nikita Popov | 2018-10-17 | 1 | -1/+3 |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 74 | -124/+0 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 6 | -41/+41 |
| * | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 73 | -123/+0 |
| * | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 5 | -40/+40 |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-02 | 3 | -5/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #76958 | Nikita Popov | 2018-10-02 | 1 | -1/+3 |
| | * | | Don't fall back to vtbl_pass if no matching vtbl found | Nikita Popov | 2018-10-02 | 2 | -4/+8 |
| * | | | Remove unused and untouched ext/libmbfl/tests files | Peter Kokot | 2018-09-26 | 16 | -2755/+0 |
| * | | | Remove HAVE_STRING_H | Peter Kokot | 2018-09-18 | 7 | -31/+0 |
| * | | | Remove HAVE_STDIO_H | Peter Kokot | 2018-09-17 | 1 | -1/+0 |
| * | | | Remove HAVE_STDLIB_H | Peter Kokot | 2018-09-16 | 3 | -6/+0 |
| * | | | Remove HAVE_ASSERT_H | Peter Kokot | 2018-09-09 | 2 | -4/+0 |
| * | | | Remove HAVE_STDDEF_H | Peter Kokot | 2018-09-05 | 24 | -56/+0 |
| * | | | Remove AC_C_CONST | Peter Kokot | 2018-09-02 | 1 | -3/+0 |
| |/ / | |||||
| * | | Remove unused libmbfl build system related files | Peter Kokot | 2018-07-29 | 13 | -462/+0 |
| * | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 2 | -4/+0 |
| * | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-28 | 2 | -1/+8 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-28 | 2 | -1/+8 |
| | |\ | |||||
| | | * | Fixed bug #76532 (excessive memory usage in mb_strimwidth) | Marcus Schwarz | 2018-06-28 | 2 | -1/+8 |
| * | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-03-19 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-19 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix #75944: Wrong cp1251 detection | Christoph M. Becker | 2018-03-19 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-03-11 | 2 | -5/+5 |
| |\ \ \ | |/ / | |||||
