summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-151-0/+0
* - Merge from upstream (note: this is no behavioral change, so need not to beMoriyoshi Koizumi2010-02-281-1/+3
* - Whitespaces.Moriyoshi Koizumi2010-02-281-2/+2
* * Merge two patches from 5.3 branch (intentionally uncommited because 5.2.11Moriyoshi Koizumi2009-09-233-12/+19
* * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-e...Moriyoshi Koizumi2009-07-291-6/+46
* - Revert the patch then.Moriyoshi Koizumi2009-02-243-19/+7
* - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-243-7/+19
* - MFH: Fix bug #47399 mb_check_encoding() return true for some illegal SJISMoriyoshi Koizumi2009-02-162-2/+2
* - MFH: Refix bug #43840.Moriyoshi Koizumi2009-02-151-67/+183
* - MFH: prevent unwanted overflowMoriyoshi Koizumi2009-02-141-0/+3
* - MFH: Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)Moriyoshi Koizumi2009-02-141-1/+1
* - MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detectionMoriyoshi Koizumi2009-02-061-3/+2
* - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-021-1/+1
* - MFH & BFNMoriyoshi Koizumi2008-10-161-8/+9
* - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_coun...Moriyoshi Koizumi2008-08-011-0/+1
* - MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=e...Moriyoshi Koizumi2008-07-311-26/+34
* MF PHP5_3Rui Hirokawa2008-02-161-1/+1
* MFH: added support "entity" as substitute_character settin accoding to bug #3...Rui Hirokawa2007-09-242-1/+10
* modified line end CR -> CR+NLRui Hirokawa2007-09-181-0/+2
* MFH (fixed #42085)Rui Hirokawa2007-08-191-2/+8
* use the aliases and eliminate one more compile warningAntony Dovgal2007-03-061-1/+1
* fixed incompatibility with PHP 5.2.0 for encoding conversion between ShiftJIS...Rui Hirokawa2007-01-2910-158/+598
* Fixed compiler warningsIlia Alshanetsky2006-11-161-1/+1
* added japanese legacy encoding support (made by moriyama@miraclelinux.com)Rui Hirokawa2006-11-0311-17/+574
* MFHRui Hirokawa2006-03-211-0/+4
* @added possible encoding attack detection by mb_get_info('illegalchars').Rui Hirokawa2006-03-214-1/+19
* MFH: fixed #35711, added mbstring.strict_detection to detect the encoding str...Rui Hirokawa2005-12-252-5/+23
* MFH: fixed #35711 ISO-8859 charset not correctly detected.Rui Hirokawa2005-12-241-0/+14
* MFH: fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..Rui Hirokawa2005-12-234-0/+32
* MFH: fixed garbled multibyte characters.Rui Hirokawa2005-11-051-1/+1
* - Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviourMasaki Fujimoto2005-04-221-10/+12
* - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)Moriyoshi Koizumi2005-03-231-1/+20
* - Add Armenian encoding / NLS (patch by Hayk Chamyan)Moriyoshi Koizumi2005-03-2217-4/+313
* - Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)Moriyoshi Koizumi2005-02-232-2/+2
* - Update libmbfl (fixes bug #32063).Moriyoshi Koizumi2005-02-221-0/+1
* - Fix bug #30573 (compiler warning due to invalid type cast)Moriyoshi Koizumi2005-02-212-7/+8
* - Fix compiler warnings.Moriyoshi Koizumi2005-02-2114-16/+39
* - Forgot to add this one.Moriyoshi Koizumi2005-02-201-0/+42
* - Update libmbfl (fixes bug #30549 and #31911).Moriyoshi Koizumi2005-02-2025-514/+1159
* Don't scribble over the stack; icc compiler warning fixJoe Orton2005-01-101-1/+1
* - Sync with the latest codebase (fixes bug #28220).Moriyoshi Koizumi2004-10-085-16/+153
* - Added mb_list_encoding() to return an array with all mbstring supportedDerick Rethans2004-03-082-0/+7
* Fix annoying warningMarcus Boerger2004-02-041-1/+1
* - Update libmbfl to the latest. This fixes several serious issues in the htmlMoriyoshi Koizumi2004-02-0421-166/+168
* - Suppress a compiler warning by a rather useless typecasting.Moriyoshi Koizumi2004-01-261-1/+1
* - Fix bug #26699 (mbstring encoding types does not include "binary").Moriyoshi Koizumi2004-01-261-1/+3
* Remove leftoverMoriyoshi Koizumi2003-12-101-2/+0
* It'd be a bad idea to make subpackages dependent on the php build system.Moriyoshi Koizumi2003-12-043-6/+0
* fixed win32-build and update e-mail address in mbstring.Rui Hirokawa2003-09-237-14/+14
* Fixed compile warnings. HAVE_ defines cannot work without the header thatIlia Alshanetsky2003-09-174-0/+8