summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant (and incorrect) '0' from "begin" string for uudecode.Wez Furlong2001-05-131-1/+1
* Took out a line that might cause problems if you try and uuencode; there is noWez Furlong2001-05-121-2/+3
* Added uudecode support (MIME name "x-uuencode")Wez Furlong2001-05-122-1/+121
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
* fixed bug of mb_substitute_character() and mb_substr() in mbstring.Rui Hirokawa2001-05-102-8/+18
* remaked mb_gpc_handler as mb_parse_str() in mbstring.Rui Hirokawa2001-05-094-47/+158
* added mb_language to ext/mbstring.Rui Hirokawa2001-05-083-0/+57
* update address of licence term in mbstring.Rui Hirokawa2001-05-074-12/+24
* Fixed some protos.Egon Schmid2001-05-061-5/+5
* fixed divided by zero exception and lack of multidimentional array support in...Rui Hirokawa2001-05-062-68/+135
* fixed a compilation problem without --enable-mbstr-enc-trans.Rui Hirokawa2001-05-061-0/+2
* fixed a memory leak in ext/mbstring.Rui Hirokawa2001-05-042-1/+10
* deleted some function aliases.Rui Hirokawa2001-05-031-2/+1
* clear http input encoding detection result in RSHUTDOWN.Rui Hirokawa2001-05-021-0/+6
* modified some function name in ext/mbstring based on naming convension and mb...Rui Hirokawa2001-05-012-98/+144
* modified some function name in mbstring based on php's naming convension.Rui Hirokawa2001-05-012-28/+35
* simplified some function's name in ext/mbstring.Rui Hirokawa2001-05-012-46/+28
* renamed jstring to mbstring.Rui Hirokawa2001-05-0111-0/+19627