summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* fix compile warningsAntony Dovgal2005-03-091-4/+4
* - Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)Moriyoshi Koizumi2005-02-232-2/+2
* - Update libmbfl (fixes bug #32063).Moriyoshi Koizumi2005-02-221-0/+1
* - WS fix.Moriyoshi Koizumi2005-02-211-1/+0
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-212-41/+30
* - Fix bug #30868 (evaluated pointer comparison in mbregex causes compileMoriyoshi Koizumi2005-02-211-1/+1
* - Fix bug #30573 (compiler warning due to invalid type cast)Moriyoshi Koizumi2005-02-212-7/+8
* - Fix bug #29989 (type re_registers redefined in oniguruma.h)Moriyoshi Koizumi2005-02-211-0/+1
* - Fix compiler warnings.Moriyoshi Koizumi2005-02-2115-17/+40
* - Add testcases for bug #28220 and #30549.Moriyoshi Koizumi2005-02-212-0/+52
* - Forgot to add this one.Moriyoshi Koizumi2005-02-201-0/+42
* - Update libmbfl (fixes bug #30549 and #31911).Moriyoshi Koizumi2005-02-2087-5744/+19116
* Removed unused vars.Ilia Alshanetsky2005-02-102-3/+2
* MFB: fix #31732Antony Dovgal2005-01-281-1/+1
* - Fix a critical bug that request-local settings leak to another request.Moriyoshi Koizumi2005-01-163-43/+92
* Don't scribble over the stack; icc compiler warning fixJoe Orton2005-01-101-1/+1
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-163-3/+3
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* - Fix test. I have no idea why the test was left this way.Moriyoshi Koizumi2004-10-091-3/+6
* - Sync with the latest codebase (fixes bug #28220).Moriyoshi Koizumi2004-10-085-16/+153
* - Avoid doubly symbol definition. Codes in the removed file has never beenMoriyoshi Koizumi2004-10-081-1/+0
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-6/+9
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* - Fix VPATH build. (patch by Joe Orton)Moriyoshi Koizumi2004-07-191-0/+1
* - Rename php_compat.h to php_onig_compat.h to avoid name conflict.Moriyoshi Koizumi2004-07-192-1/+1
* 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
* 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
* - Added mb_list_encoding() to return an array with all mbstring supportedDerick Rethans2004-03-084-0/+27
* 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
* - Fix typo.Moriyoshi Koizumi2004-03-021-1/+1
* - Really fix the build.Moriyoshi Koizumi2004-03-021-8/+7
* - Revisit config.h for win32 build.Moriyoshi Koizumi2004-03-021-0/+84
* Temporary fix for win32 buildEdin Kadribasic2004-03-021-0/+2
* - Fix win32 build.Moriyoshi Koizumi2004-03-011-1/+6
* - 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
* - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)Moriyoshi Koizumi2004-02-2839-6160/+12030
* Fix annoying warningMarcus Boerger2004-02-041-1/+1