summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OBJECT_MODELSVN Migration2002-02-0414-26475/+0
* Remove TSRMLS_FETCH() does not needYasuo Ohgaki2002-02-041-2/+0
* fixed an error in mbstring caused by confliction with regex.Rui Hirokawa2002-01-141-2/+2
* @Added multi-byte enabled regex functions. (Rui)Rui Hirokawa2002-01-117-18/+6074
* Fixed some protos.Egon Schmid2002-01-071-19/+19
* @added mb_get_info() to get internal settings of mbstring.Rui Hirokawa2002-01-072-0/+65
* added code to remove overloaded function in RSHUTDOWN.Rui Hirokawa2001-12-262-15/+27
* @added function overload in mbstring to add multibyte support for string and ...Rui Hirokawa2001-12-232-16/+45
* output encoding translation turn off in mb_output_handler() when non-text (bi...Rui Hirokawa2001-12-171-56/+58
* Fix compile errorYasuo Ohgaki2001-12-171-0/+1
* added an option mbstring.func_overload to overload some function by multibyte...Rui Hirokawa2001-12-162-5/+24
* Update headers.Sebastian Bergmann2001-12-112-2/+2
* Fix declarations of static variables. Builds on AIX now.Sascha Schumann2001-12-032-41/+41
* Unified the configure messages.foobar2001-11-301-2/+4
* fixed a bug in http input processing patched by Yasuo Ohgaki.Rui Hirokawa2001-11-081-3/+4
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* mbstring is no more in experimental status.Rui Hirokawa2001-09-231-5/+0
* Fixing win32 debug buildFrank M. Kromann2001-09-181-2/+2
* fix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jpWez Furlong2001-08-291-1/+1
* fix uudecodeWez Furlong2001-08-281-1/+1
* fix cp1252 -> wchar conversionWez Furlong2001-08-281-7/+0
* Windows-1252 encoding awarenessWez Furlong2001-08-252-2/+138
* accomodate SAPI_API changesDaniel Beulshausen2001-08-152-3/+3
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-4/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-2/+0
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-9/+0
* Zend compatibility patchZeev Suraski2001-07-301-5/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+4
* changed for input encoding conversion in win32.Rui Hirokawa2001-07-291-1/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-56/+16
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-5/+5
* fix includeThies C. Arntzen2001-07-201-1/+1
* fix dsp (?)Daniel Beulshausen2001-07-061-25/+47
* 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 para...Rui Hirokawa2001-06-052-1/+4
* a bug fixed about memory reallocation and added extra parameter support to mb...Rui Hirokawa2001-06-031-6/+11
* * 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
* 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