summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* MFHfoobar2005-08-051-18/+6
|
* - MFH: Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() ↵Masaki Fujimoto2005-04-221-11/+13
| | | | behaviour
* - Commit the pending patch (bug #32311).Moriyoshi Koizumi2005-04-131-2/+21
| | | | | # Ugh, it wasn't committed yet.
* - Temporary reversion.Moriyoshi Koizumi2005-03-231-20/+1
|
* - MFH: fix bug #32311 (mb_encode_mimeheader() does not properly escapeMoriyoshi Koizumi2005-03-231-1/+20
| | | | | characters).
* MFH: fix compile warningsAntony Dovgal2005-03-091-4/+4
|
* Removed unused variables.Ilia Alshanetsky2005-03-041-2/+1
|
* - MFH: Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)Moriyoshi Koizumi2005-02-232-2/+2
|
* - MFH: fix bug #32063 (mb_convert_encoding() ignores named entity 'alpha')Moriyoshi Koizumi2005-02-221-0/+1
|
* - WS fix.Moriyoshi Koizumi2005-02-211-1/+0
|
* - MFH: fix bug #30868 (evaluated pointer comparison in mbregex causes compileMoriyoshi Koizumi2005-02-211-1/+1
| | | | | failure).
* - MFH: fix bug #30573 (compiler warning due to invalid type cast).Moriyoshi Koizumi2005-02-212-7/+8
|
* - MFH: fix bug #29989 (type re_registers redefined in oniguruma.h)Moriyoshi Koizumi2005-02-211-0/+1
|
* - MFH: fix compiler warnings.Moriyoshi Koizumi2005-02-2115-18/+41
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2005-02-212-0/+52
|
* - MFH: Update libmbflMoriyoshi Koizumi2005-02-2068-5744/+12248
| | | | | - MFH: Update oniguruma to 3.7.0.
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2005-02-2020-0/+6910
|
* fix #31732 (mb_get_info causes segfault)Antony Dovgal2005-01-281-1/+1
|
* -MFH: Fix a critical bug that request-local settings leak to another request.Moriyoshi Koizumi2005-01-163-43/+92
|
* MFH: Don't scribble over the stack; icc compiler warning fixJoe Orton2005-01-101-1/+1
| | | | | from dcb314@hotmail.com via Red Hat bugzilla #143795.
* - MFH: Fix typo (avaliable -> available). (bug #28725)foobar2004-12-163-3/+3
|
* - MFH: Sync with the latest codebase (fixes bug #28220).Moriyoshi Koizumi2004-10-083-16/+37
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-10-082-0/+116
|
* - MFH(r-1.53): Avoid doubly symbol definition. Codes in the removed file hasMoriyoshi Koizumi2004-10-081-1/+0
| | | | | never been used anywhere.
* - MFH (config.m4: 1.52): Fix VPATH build. (patch by Joe Orton)Moriyoshi Koizumi2004-07-191-0/+1
|
* - MFH: rename php_compat.h to php_onig_compat.h to avoid name conflict.Moriyoshi Koizumi2004-07-192-8/+1
| | | | | (reported by Joe Orton, thanks.)
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-07-191-0/+7
|
* Fixed input_filter functions need emalloc()ed values.Stefan Esser2004-06-261-0/+4
|
* - Fix bug #28466 (mbstring_convert_variables() problem).Moriyoshi Koizumi2004-06-262-4/+28
|
* Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where testIlia Alshanetsky2004-06-101-1/+1
| | | | | command does not support -e parameter).
* Enable mbregex in win32 buildWez Furlong2004-04-081-2/+3
|
* - Add missing checks. Maybe fixes PR #27680Moriyoshi Koizumi2004-04-081-0/+10
|
* - Let it work safelyMoriyoshi Koizumi2004-04-041-2/+6
|
* - Fixed testDerick Rethans2004-04-041-1/+1
|
* - MFB: Fixed bug #27849 (configure craps out on trivial syntax error).Derick Rethans2004-04-031-1/+1
|
* added missing files of oniguruma to mbstring.dsp.Rui Hirokawa2004-03-271-0/+96
|
* Fixed compiler warning.Ilia Alshanetsky2004-03-121-1/+1
|
* - Revert ini setting patch, as I notified inMoriyoshi Koizumi2004-03-101-1/+2
| | | | | http://news.php.net/article.php?group=php.internals&article=8451
* - Added mb_list_encoding() to return an array with all mbstring supportedDerick Rethans2004-03-084-0/+27
| | | | | encodings.
* Fixed bug #27421 (mbstring.func_overload should be system ini setting).Ilia Alshanetsky2004-03-061-2/+1
|
* - Fix compiler warnings. (Patch by K.Kosako <kosako@sofnec.co.jp>)Moriyoshi Koizumi2004-03-0413-65/+85
|
* - Add missing include path.Moriyoshi Koizumi2004-03-031-7/+8
|
* - proper DLL linkage specifier.Moriyoshi Koizumi2004-03-021-1/+1
| | | | | | | | | | | | | | | # oniguruma.h:34- # # #ifndef ONIG_EXTERN # #if defined(_WIN32) && !defined(__CYGWIN__) # #if defined(EXPORT) || defined(RUBY_EXPORT) # #define ONIG_EXTERN extern __declspec(dllexport) # #else # #define ONIG_EXTERN extern __declspec(dllimport) # #endif # #endif # #endif
* - Fix typo.Moriyoshi Koizumi2004-03-021-1/+1
|
* - Really fix the build.Moriyoshi Koizumi2004-03-021-8/+7
| | | | | # Should be fixed now :|
* - Revisit config.h for win32 build.Moriyoshi Koizumi2004-03-021-0/+84
| | | | | # apologies for messing.
* Temporary fix for win32 buildEdin Kadribasic2004-03-021-0/+2
|
* - Fix win32 build.Moriyoshi Koizumi2004-03-011-1/+6
| | | | | # Thanks Nuno Lopes & Derick for letting me know.
* - Remove redundant files that are irrelevant to the build.Moriyoshi Koizumi2004-02-281-5414/+0
|
* - Forgot to add those.Moriyoshi Koizumi2004-02-2825-0/+4807
|