summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/mbfl
Commit message (Expand)AuthorAgeFilesLines
* Update 'East Asian Width' table to comply with Unicode 13.0Alex Dowad2021-01-191-14/+96
* Remove useless constant MBFL_ENCTYPE_MBCSAlex Dowad2021-01-151-1/+0
* Remove useless mbstring encoding 'JIS-ms'Alex Dowad2021-01-152-2/+0
* Remove useless mbstring encoding 'CP50220-raw'Alex Dowad2021-01-152-2/+0
* Combine MBFL_ENCTYPE_MWC2{BE,LE} constantsAlex Dowad2020-11-251-2/+1
* Combine MBFL_ENCTYPE_WCS{2,4}{BE,LE} constantsAlex Dowad2020-11-253-20/+13
* Consolidate all single-byte encodings in one source fileAlex Dowad2020-11-114-50/+3
* Don't redundantly flush mbstring filters multiple timesAlex Dowad2020-11-112-13/+3
* Remove mbstring identify filtersAlex Dowad2020-11-097-489/+84
* Remove useless byte{2,4}{be,le} encodings from mbstringAlex Dowad2020-11-094-14/+0
* Fix mbstring support for ARMSCII-8Alex Dowad2020-11-021-1/+0
* Remove dead code from mbfilter_koi8u.c (and do general code cleanup)Alex Dowad2020-11-021-1/+0
* Remove dead code from mbfilter_iso8859_{2,4,5,9,10,13,14,15,16}.cAlex Dowad2020-11-022-13/+0
* Remove dead code from mbfilter_koi8r.cAlex Dowad2020-11-021-1/+0
* Remove dead code from mbfilter_cp850.c (and do general code cleanup)Alex Dowad2020-11-021-1/+0
* Remove dead code from mbfilter_cp866.c (and do general code cleanup)Alex Dowad2020-11-021-1/+0
* Fix mbstring support for CP1254 encodingAlex Dowad2020-11-021-1/+0
* Fix mbstring support for CP1251 encodingAlex Dowad2020-11-021-1/+0
* Add identify filter for UTF-32{,BE,LE}Alex Dowad2020-10-271-0/+3
* Improve error handling for UTF-16{,BE,LE}Alex Dowad2020-10-271-3/+1
* Add identify filter for ISO-8859-16 (Latin-10) encodingAlex Dowad2020-10-161-0/+2
* Add identify filter for UCS-2, UCS-2BE, and UCS-2LE encodingsAlex Dowad2020-10-131-0/+3
* Add mbstring identify filter for 'binary' encodingAlex Dowad2020-10-133-0/+8
* Add identify filter for UTF-16, UTF-16LE, UTF-16BEAlex Dowad2020-10-132-12/+3
* Add mbstring identify filter for '7bit' encodingAlex Dowad2020-10-131-0/+1
* Refactor mbfl_ident.c, mbfl_encoding.c, mbfl_memory_device.c, mbfl_string.cAlex Dowad2020-10-1310-245/+122
* Avoid compiler warnings related to mbstring flush functionsAlex Dowad2020-10-131-1/+1
* fix mbfl function prototypesRemi Collet2020-09-153-21/+32
* Remove unused 'from' field from mbfl_buffer_converter structAlex Dowad2020-09-032-6/+4
* Remove unneeded function mbfl_filt_ident_common_dtorAlex Dowad2020-09-033-28/+2
* Remove unneeded function mbfl_filt_conv_common_dtorAlex Dowad2020-09-035-34/+51
* Refactor mbfl_convert.cAlex Dowad2020-09-033-134/+63
* Comment constants in mbfl_consts.h, remove unused onesAlex Dowad2020-08-311-12/+8
* Add comment on mbstring East Asian Width tableAlex Dowad2020-08-311-0/+11
* Remove redundant includes from mbstring (and make sure correct config.h is used)Alex Dowad2020-08-3111-53/+4
* Remove useless definition of NULL in mbfl_string.hAlex Dowad2020-08-311-4/+0
* Remove unused functions from mbstringAlex Dowad2020-08-3110-214/+7
* Inline unneeded indirection for mbstring memory managementAlex Dowad2020-08-318-171/+42
* Merge branch 'PHP-7.4'Nikita Popov2020-07-081-5/+9
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-081-5/+9
| |\
| | * Fix bug #79787XXiang2020-07-081-5/+9
* | | Remove no_language from mbfl_stringNikita Popov2020-05-073-29/+12
* | | Only allow "pass" as input/output encodingNikita Popov2020-05-071-1/+0
* | | Fix mbfl default allocatorsNikita Popov2020-05-041-3/+0
* | | Spec mbfl allocators as infallibleNikita Popov2020-05-045-120/+29
* | | Remove persistent allocators from libmbflNikita Popov2020-05-041-6/+0
* | | Fix [-Wmissing-field-initializers] compiler warning in mbstringGeorge Peter Banyard2020-02-212-3/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-1/+1
|\ \ \ | |/ /
| * | Restore digit check in mb_decode_numericentity()Nikita Popov2020-01-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-291-3/+4
|\ \ \ | |/ /