summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-313-193/+177
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-313-193/+177
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-093-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-093-0/+0
| |\
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-093-0/+0
| | * MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-241-1/+49
| | * - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-091-2/+2
| | * - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-091-0/+4
| * | Comparison between pointer and integerXinchen Hui2011-11-211-1/+1
| * | Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-181-3/+1
| * | Remove unused variables in libmbflPierrick Charron2011-11-182-2/+1
| * | MFH: fixed alias and encoding mapping for emoji logo.Rui Hirokawa2011-11-023-13/+14
| * | MFH: fixed alias of encoding.Rui Hirokawa2011-10-301-1/+1
| * | MFH: removed invalid two byte sequenct for utf-8.Rui Hirokawa2011-10-231-1/+1
| * | MFH: fixed byte length of utf-8.Rui Hirokawa2011-10-181-1/+1
| * | added a missing emoji U+27BF.Rui Hirokawa2011-10-151-12/+12
| * | MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-241-1/+76
| * | MFH: fixed a bug in convertion table and added test script for emoji.Rui Hirokawa2011-09-231-1/+1
| * | - unused varPierre Joye2011-09-121-1/+1
| * | MFH: fixed test case failures.Rui Hirokawa2011-09-111-1/+10
| * | MFH: fixed invalid utf-8 check.Rui Hirokawa2011-09-071-1/+6
| * | MFH: added alias for *-mobile encodings.Rui Hirokawa2011-08-318-31/+35
| * | MFH: reduced footprint for sjis-macRui Hirokawa2011-08-282-285/+295
| * | MFH: corrected valid unicode area.Rui Hirokawa2011-08-272-2/+2
| * | MFH: update pua conversion tables.Rui Hirokawa2011-08-272-4/+5
| * | MFH: added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.Rui Hirokawa2011-08-2411-745/+1361
| * | MFH: cleanup jisx0213 table.Rui Hirokawa2011-08-212-22/+63
| * | MFH: speed improvement of jisx0213 conversion.Rui Hirokawa2011-08-213-168/+173
| * | MFH: removed SJIS-Mobile#*PUA.Rui Hirokawa2011-08-206-202/+24
| * | MFH: updated limbfl to 1.3.2Rui Hirokawa2011-08-2030-222/+6629
| * | MFH: added gb18030 encoding to mbstring/libmbfl.~Rui Hirokawa2011-08-1411-15/+755
| * | MFH: Rui Hirokawa2011-08-1311-315/+688
| * | Remove unused variablePierrick Charron2011-08-101-1/+1
| * | MFH: reduced memory footprint for codepages.Rui Hirokawa2011-08-087-78/+194
| * | MFH: changed mapping of 0xa5 for SJIS-mac to prevent XSS.Rui Hirokawa2011-08-061-1/+1
| * | MFH: improved error handling for ill-formed utf-8 based on the Unicode recomm...Rui Hirokawa2011-08-061-22/+32
| * | MFH: added ill-formed utf-8 check for 0xEDXXXX.Rui Hirokawa2011-08-061-3/+7
| * | MFH (updated libmbfl version to 1.3.1).Rui Hirokawa2011-08-061-1/+1
| * | MFH (added check for invalid utf-8 encoding).Rui Hirokawa2011-08-051-14/+79
| * | MFH (removed obsolete/invalid 5,6 byte encoding of UTF-8 from mbstring/libmbf...Rui Hirokawa2011-08-041-53/+4
| * | fixed error handling on SJIS_Mobile (for SB/KDDI).Rui Hirokawa2011-08-031-2/+2
| * | fixed error handling on SJIS_Mobile.Rui Hirokawa2011-08-032-1/+19
| * | MFH (updated libmbfl for 1.3.0.).Rui Hirokawa2011-08-0217-23/+4069
| * | added numeric entities encode/decode in hex format.Rui Hirokawa2011-07-181-3/+140
* | | Comparison between pointer and integerXinchen Hui2011-11-211-1/+1
* | | Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-181-3/+1