summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/mbfl
Commit message (Expand)AuthorAgeFilesLines
* * Merge two patches from 5.3 branch (intentionally uncommited because 5.2.11Moriyoshi Koizumi2009-09-231-1/+1
* - Revert the patch then.Moriyoshi Koizumi2009-02-241-1/+0
* - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-241-0/+1
* - 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: 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
* MFH: added support "entity" as substitute_character settin accoding to bug #3...Rui Hirokawa2007-09-242-1/+10
* MFH (fixed #42085)Rui Hirokawa2007-08-191-2/+8
* fixed incompatibility with PHP 5.2.0 for encoding conversion between ShiftJIS...Rui Hirokawa2007-01-293-0/+5
* added japanese legacy encoding support (made by moriyama@miraclelinux.com)Rui Hirokawa2006-11-034-0/+11
* 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-232-0/+3
* 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-227-0/+12
* - Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)Moriyoshi Koizumi2005-02-232-2/+2
* - Fix bug #30573 (compiler warning due to invalid type cast)Moriyoshi Koizumi2005-02-211-0/+1
* - Update libmbfl (fixes bug #30549 and #31911).Moriyoshi Koizumi2005-02-204-5/+5
* - Sync with the latest codebase (fixes bug #28220).Moriyoshi Koizumi2004-10-084-16/+147
* - 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-0410-111/+82
* - 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
* 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-234-11/+11
* Fixed compile warnings. HAVE_ defines cannot work without the header thatIlia Alshanetsky2003-09-173-0/+6
* Sync with originalMoriyoshi Koizumi2003-08-2514-107/+166
* Sync with the originalMoriyoshi Koizumi2003-08-244-3/+20
* revert previous patch.Rui Hirokawa2003-08-231-3/+1
* revert my patch.Rui Hirokawa2003-08-232-2/+2
* strcasecmp macro moved to mbfl_compat.h.Rui Hirokawa2003-08-235-2/+7
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence pr...Rui Hirokawa2003-08-2326-0/+5738