summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
* - MFHMoriyoshi 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
* - MFH: Bug #45572Moriyoshi Koizumi2008-07-201-2/+6
* cosmetic change.Rui Hirokawa2008-07-051-7/+13
* removed wrong bytes.Rui Hirokawa2008-07-052-32/+27
* - added koi8-u (Ukrainian) and CP1254 (Turkish).Rui Hirokawa2008-07-0550-277/+3506
* removed unnecessary space.Rui 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
* - Change emailMarcus Boerger2003-09-121-1/+2
* Sync with originalMoriyoshi Koizumi2003-08-2517-445/+168
* Sync with the originalMoriyoshi Koizumi2003-08-2413-99/+606
* revert previous patch.Rui Hirokawa2003-08-232-3/+2
* revert my patch.Rui Hirokawa2003-08-232-2/+2
* strcasecmp macro moved to mbfl_compat.h.Rui Hirokawa2003-08-236-3/+7
* remove unnessesary files.Rui Hirokawa2003-08-232-278/+0
* removed mbstring/*/config.h.Rui Hirokawa2003-08-231-79/+0
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence pr...Rui Hirokawa2003-08-23182-0/+52258