| Commit message (Expand) | Author | Age | Files | Lines |
* | Update 'East Asian Width' table to comply with Unicode 13.0 | Alex Dowad | 2021-01-19 | 1 | -14/+96 |
* | Remove useless constant MBFL_ENCTYPE_MBCS | Alex Dowad | 2021-01-15 | 1 | -1/+0 |
* | Remove useless mbstring encoding 'JIS-ms' | Alex Dowad | 2021-01-15 | 2 | -2/+0 |
* | Remove useless mbstring encoding 'CP50220-raw' | Alex Dowad | 2021-01-15 | 2 | -2/+0 |
* | Combine MBFL_ENCTYPE_MWC2{BE,LE} constants | Alex Dowad | 2020-11-25 | 1 | -2/+1 |
* | Combine MBFL_ENCTYPE_WCS{2,4}{BE,LE} constants | Alex Dowad | 2020-11-25 | 3 | -20/+13 |
* | Consolidate all single-byte encodings in one source file | Alex Dowad | 2020-11-11 | 4 | -50/+3 |
* | Don't redundantly flush mbstring filters multiple times | Alex Dowad | 2020-11-11 | 2 | -13/+3 |
* | Remove mbstring identify filters | Alex Dowad | 2020-11-09 | 7 | -489/+84 |
* | Remove useless byte{2,4}{be,le} encodings from mbstring | Alex Dowad | 2020-11-09 | 4 | -14/+0 |
* | Fix mbstring support for ARMSCII-8 | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Remove dead code from mbfilter_koi8u.c (and do general code cleanup) | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Remove dead code from mbfilter_iso8859_{2,4,5,9,10,13,14,15,16}.c | Alex Dowad | 2020-11-02 | 2 | -13/+0 |
* | Remove dead code from mbfilter_koi8r.c | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Remove dead code from mbfilter_cp850.c (and do general code cleanup) | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Remove dead code from mbfilter_cp866.c (and do general code cleanup) | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Fix mbstring support for CP1254 encoding | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Fix mbstring support for CP1251 encoding | Alex Dowad | 2020-11-02 | 1 | -1/+0 |
* | Add identify filter for UTF-32{,BE,LE} | Alex Dowad | 2020-10-27 | 1 | -0/+3 |
* | Improve error handling for UTF-16{,BE,LE} | Alex Dowad | 2020-10-27 | 1 | -3/+1 |
* | Add identify filter for ISO-8859-16 (Latin-10) encoding | Alex Dowad | 2020-10-16 | 1 | -0/+2 |
* | Add identify filter for UCS-2, UCS-2BE, and UCS-2LE encodings | Alex Dowad | 2020-10-13 | 1 | -0/+3 |
* | Add mbstring identify filter for 'binary' encoding | Alex Dowad | 2020-10-13 | 3 | -0/+8 |
* | Add identify filter for UTF-16, UTF-16LE, UTF-16BE | Alex Dowad | 2020-10-13 | 2 | -12/+3 |
* | Add mbstring identify filter for '7bit' encoding | Alex Dowad | 2020-10-13 | 1 | -0/+1 |
* | Refactor mbfl_ident.c, mbfl_encoding.c, mbfl_memory_device.c, mbfl_string.c | Alex Dowad | 2020-10-13 | 10 | -245/+122 |
* | Avoid compiler warnings related to mbstring flush functions | Alex Dowad | 2020-10-13 | 1 | -1/+1 |
* | fix mbfl function prototypes | Remi Collet | 2020-09-15 | 3 | -21/+32 |
* | Remove unused 'from' field from mbfl_buffer_converter struct | Alex Dowad | 2020-09-03 | 2 | -6/+4 |
* | Remove unneeded function mbfl_filt_ident_common_dtor | Alex Dowad | 2020-09-03 | 3 | -28/+2 |
* | Remove unneeded function mbfl_filt_conv_common_dtor | Alex Dowad | 2020-09-03 | 5 | -34/+51 |
* | Refactor mbfl_convert.c | Alex Dowad | 2020-09-03 | 3 | -134/+63 |
* | Comment constants in mbfl_consts.h, remove unused ones | Alex Dowad | 2020-08-31 | 1 | -12/+8 |
* | Add comment on mbstring East Asian Width table | Alex Dowad | 2020-08-31 | 1 | -0/+11 |
* | Remove redundant includes from mbstring (and make sure correct config.h is used) | Alex Dowad | 2020-08-31 | 11 | -53/+4 |
* | Remove useless definition of NULL in mbfl_string.h | Alex Dowad | 2020-08-31 | 1 | -4/+0 |
* | Remove unused functions from mbstring | Alex Dowad | 2020-08-31 | 10 | -214/+7 |
* | Inline unneeded indirection for mbstring memory management | Alex Dowad | 2020-08-31 | 8 | -171/+42 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-07-08 | 1 | -5/+9 |
|\ |
|
| * | 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 |
* | | | Remove no_language from mbfl_string | Nikita Popov | 2020-05-07 | 3 | -29/+12 |
* | | | Only allow "pass" as input/output encoding | Nikita Popov | 2020-05-07 | 1 | -1/+0 |
* | | | Fix mbfl default allocators | Nikita Popov | 2020-05-04 | 1 | -3/+0 |
* | | | Spec mbfl allocators as infallible | Nikita Popov | 2020-05-04 | 5 | -120/+29 |
* | | | Remove persistent allocators from libmbfl | Nikita Popov | 2020-05-04 | 1 | -6/+0 |
* | | | Fix [-Wmissing-field-initializers] compiler warning in mbstring | George Peter Banyard | 2020-02-21 | 2 | -3/+6 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-30 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Restore digit check in mb_decode_numericentity() | Nikita Popov | 2020-01-30 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 1 | -3/+4 |
|\ \ \
| |/ / |
|