summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Test for null behavior with ext/mbstring functionsLars Strojny2012-02-011-0/+32
* - Year++Felipe Pena2012-01-017-7/+7
* - Fix the fix (thanks Chris Jones!)Felipe Pena2011-11-221-1/+1
* - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-212-2/+25
* Comparison between pointer and integerXinchen Hui2011-11-211-1/+1
* backport the line from trunk and fix uninitialized variablesAntony Dovgal2011-11-191-0/+1
* Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-182-3/+12
* Remove unused variables in libmbflPierrick Charron2011-11-182-2/+1
* Fix tests Xinchen Hui2011-11-081-1/+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
* A better fix for #55817 (thanks to bjori)Xinchen Hui2011-09-301-1/+1
* Fix wrong codes #55817Xinchen Hui2011-09-301-1/+1
* revert the previous patch.Rui Hirokawa2011-09-253-83/+9
* MFH: added mb_ereg_replace_callback().Rui Hirokawa2011-09-253-9/+83
* MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-242-1/+101
* MFH: fixed a bug in convertion table and added test script for emoji.Rui Hirokawa2011-09-232-1/+173
* MFH: fixed optional argument.Rui Hirokawa2011-09-121-1/+1
* - unused varPierre Joye2011-09-121-1/+1
* MFH: fixed test failure on win32.Rui Hirokawa2011-09-111-0/+3
* MFH: fixed test failure on win32.Rui Hirokawa2011-09-117-0/+21
* MFH: fixed test case failures.Rui Hirokawa2011-09-111-1/+1
* MFH: fixed test case failures.Rui Hirokawa2011-09-118-96/+183
* revert previous commit.Rui Hirokawa2011-09-112-14/+17
* revert previous commit.Rui Hirokawa2011-09-113-17/+36
* MFH: removed test script which depends on the removed register_globals.Rui Hirokawa2011-09-111-22/+0
* 2nd arguments is necessary in mb_parse_str because register_globals was remov...Rui Hirokawa2011-09-081-3/+3
* MFH: fixed invalid utf-8 check.Rui Hirokawa2011-09-071-1/+6
* - add skipifPierre Joye2011-09-061-0/+2
* fix testStanislav Malyshev2011-09-041-4/+4
* test fixesStanislav Malyshev2011-09-041-2/+2
* 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-2413-747/+1365
* - fix typo & buildPierre Joye2011-08-221-1/+1
* 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-2032-224/+6635
* MFH: added gb18030 encoding to mbstring/libmbfl.~Rui Hirokawa2011-08-1413-16/+757
* MFH: Rui Hirokawa2011-08-1313-316/+690
* Remove unused variablePierrick Charron2011-08-101-1/+1
* MFH: reduced memory footprint for codepages.Rui Hirokawa2011-08-087-78/+194
* Remove unused variablesPierrick Charron2011-08-071-1/+1
* MFH: changed mapping of 0xa5 for SJIS-mac to prevent XSS.Rui Hirokawa2011-08-061-1/+1