summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed argument number in mb_send_mail().Rui Hirokawa2001-07-061-1/+1
|
* fixed argument number in mb_send_mail().Rui Hirokawa2001-07-061-1/+1
|
* add mbstring & xsltDaniel Beulshausen2001-06-111-0/+101
|
* should build under windows as wellDaniel Beulshausen2001-06-112-1/+4
|
* added charset parameter to output of mb_output_handler().Rui Hirokawa2001-06-071-4/+28
|
* two bug fixed: return value of mb_strimwidth() was invalid and separator ↵Rui Hirokawa2001-06-052-1/+4
| | | | parameter of mb_parse_str wasn't worked.
* a bug fixed about memory reallocation and added extra parameter support to ↵Rui Hirokawa2001-06-031-6/+11
| | | | mb_send_mail().
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* 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
| | | | | | uuencode support yet. # Looks hard to do too; we need to buffer 45 chars
* 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 ↵Rui Hirokawa2001-05-062-68/+135
| | | | in mbstring.
* 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
| | | | | @- Added Japanese multibyte string functions support. (Rui)
* 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 ↵Rui Hirokawa2001-05-012-98/+144
| | | | mbstr_http_input() implemented.
* 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