Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove duplicate portion. | Moriyoshi Koizumi | 2010-11-09 | 1 | -31/+0 |
| | |||||
* | - Fix bug #53273 (mb_strcut() returns garbage with the excessive length ↵ | Moriyoshi Koizumi | 2010-11-09 | 1 | -0/+62 |
| | | | | parameter). | ||||
* | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -2/+2 |
| | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
* | - Fix win32 build. (notified by Rob. Thanks) | Moriyoshi Koizumi | 2010-03-15 | 2 | -1/+1 |
| | |||||
* | - Merge from upstream (note: this is no behavioral change, so need not to be | Moriyoshi Koizumi | 2010-02-28 | 1 | -1/+3 |
| | | | | | merged to 5.3.2 branch) | ||||
* | - Whitespaces. | Moriyoshi Koizumi | 2010-02-28 | 1 | -2/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 7 | -7/+7 |
| | |||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -4/+4 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | Fix bug #50115 | Rasmus Lerdorf | 2009-11-08 | 1 | -1/+1 |
| | |||||
* | - Added SKIPIF | Felipe Pena | 2009-11-08 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a | Moriyoshi Koizumi | 2009-09-23 | 2 | -3/+21 |
| | | | | | | | | multibyte character). (This bug was introduced by the commit by r202895. Please double-check the specification of the function you are going to *fix*.) | ||||
* | * Merge two patches from 5.3 branch (intentionally uncommited because 5.2.11 | Moriyoshi Koizumi | 2009-09-23 | 5 | -12/+59 |
| | | | | | was about to come at that time). | ||||
* | - Looks like bug #48697 has already been fixed in RC1. | Moriyoshi Koizumi | 2009-09-14 | 1 | -0/+24 |
| | |||||
* | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 1 | -0/+16 |
| | |||||
* | * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal ↵ | Moriyoshi Koizumi | 2009-07-29 | 2 | -6/+208 |
| | | | | html-entities) | ||||
* | - MFH | Moriyoshi Koizumi | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Fix test - remove bogus variation | andy wharmby | 2009-06-09 | 1 | -6/+0 |
| | |||||
* | - Removed XFAIL section | Felipe Pena | 2009-05-26 | 3 | -3/+0 |
| | |||||
* | - MFH: Just a paranoiac test. This works perfectly. | Moriyoshi Koizumi | 2009-04-16 | 1 | -0/+37 |
| | |||||
* | Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) | Ilia Alshanetsky | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | - MFH: Synching .dsp file (I am not sure whether I really should do this) | Moriyoshi Koizumi | 2009-03-18 | 1 | -0/+12 |
| | |||||
* | - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within | Moriyoshi Koizumi | 2009-03-15 | 3 | -8/+13 |
| | | | | | the request encoding converter. | ||||
* | - Revert the patch then. | Moriyoshi Koizumi | 2009-02-24 | 4 | -167/+7 |
| | |||||
* | - MFH: strictly check UTF-8 and UTF-32 validity | Moriyoshi Koizumi | 2009-02-24 | 4 | -7/+167 |
| | |||||
* | - MFH | Moriyoshi Koizumi | 2009-02-16 | 1 | -0/+523 |
| | |||||
* | - MFH: Fix bug #47399 mb_check_encoding() return true for some illegal SJIS | Moriyoshi Koizumi | 2009-02-16 | 2 | -2/+2 |
| | | | | | characrters. | ||||
* | - MFH: these should have been in the previous commit. | Moriyoshi Koizumi | 2009-02-15 | 3 | -25/+25 |
| | |||||
* | - MFH: Refix bug #43840. | Moriyoshi Koizumi | 2009-02-15 | 12 | -144/+259 |
| | | | | | | | - MFH: Fix bug #43841. - MFH: Remove redundant trailing dots from the error messages. - MFH: Fix tests. | ||||
* | - MFH: prevent unwanted overflow | Moriyoshi Koizumi | 2009-02-14 | 1 | -0/+3 |
| | |||||
* | - MFH: Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly) | Moriyoshi Koizumi | 2009-02-14 | 3 | -22/+235 |
| | |||||
* | MFB: Initialize optional var | Ilia Alshanetsky | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detection | Moriyoshi Koizumi | 2009-02-06 | 2 | -3/+20 |
| | | | | | enabled). | ||||
* | - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly) | Moriyoshi Koizumi | 2009-02-02 | 2 | -1/+13 |
| | |||||
* | Fix bug #47245 - Double free in mb_detect_encoding() | Scott MacVicar | 2009-01-29 | 1 | -0/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 25 | -26/+26 |
| | |||||
* | Tests for bug #43841 and #45923 | Ant Phillips | 2008-12-10 | 4 | -0/+526 |
| | |||||
* | Remove duff comment produced by the test generator tool | Ant Phillips | 2008-12-05 | 6 | -24/+0 |
| | |||||
* | MBString tests: checked on PHP 5.2.6 (Windows, Linux and Linux 64 bit). | Ant Phillips | 2008-12-03 | 121 | -231/+12023 |
| | |||||
* | MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly) | Ilia Alshanetsky | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | * MFH remainder | Moriyoshi Koizumi | 2008-10-16 | 1 | -0/+8 |
| | |||||
* | - MFH & BFN | Moriyoshi Koizumi | 2008-10-16 | 1 | -8/+9 |
| | |||||
* | - MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime. | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+2 |
| | | | | | (noticed by Antony. Thanks!) | ||||
* | - MFH: Properly initialize/finalize the library. This plugs the leaks caused by | Moriyoshi Koizumi | 2008-09-13 | 1 | -0/+2 |
| | | | | | onig_new(). | ||||
* | - Remove unexposed functions. | Moriyoshi Koizumi | 2008-09-12 | 2 | -118/+0 |
| | |||||
* | - MFH: Use memcmp() for binary safety. | Moriyoshi Koizumi | 2008-09-12 | 1 | -17/+10 |
| | |||||
* | - MFH: More fixes for bug #45691 | Moriyoshi Koizumi | 2008-08-04 | 1 | -3/+6 |
| | |||||
* | MFH: no c++ comments in c files | Jani Taskinen | 2008-08-03 | 1 | -6/+6 |
| | |||||
* | - MFH:Forgot to take account of the case when mbstring.language is processed | Moriyoshi Koizumi | 2008-08-03 | 1 | -4/+23 |
| | | | | | afterwards. | ||||
* | - MFH: Fixed bug #45691 (Some per-dir or runtime settings may leak into ↵ | Moriyoshi Koizumi | 2008-08-02 | 2 | -123/+134 |
| | | | | other requests). | ||||
* | - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to ↵ | Moriyoshi Koizumi | 2008-08-01 | 2 | -0/+27 |
| | | | | substr_count() with overlapping needles) |