Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Reverted the changes because the problem was elsewhere. | Moriyoshi Koizumi | 2002-12-02 | 1 | -1/+0 |
| | |||||
* | Fixing build on WIn32 | Frank M. Kromann | 2002-12-02 | 1 | -0/+1 |
| | | | | | MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32 | ||||
* | MFB (made mbstring compile on windows again). | Edin Kadribasic | 2002-11-13 | 1 | -5/+5 |
| | |||||
* | Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in | Moriyoshi Koizumi | 2002-11-11 | 1 | -17/+31 |
| | | | | | 64bit systems | ||||
* | Modified mb_convert_case() to handle cased characters properly when ↵ | Moriyoshi Koizumi | 2002-10-23 | 1 | -3/+18 |
| | | | | MB_CASE_TITLE is specified. | ||||
* | Fix warnings | Zeev Suraski | 2002-10-01 | 1 | -1/+1 |
| | |||||
* | (PHP mb_convert_case) Add function that will convert the case of a string | Wez Furlong | 2002-09-26 | 1 | -0/+284 |
Respecting it's encoding (or the internal encoding). |