summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Use better data structures (incomplete)Dmitry Stogov2014-02-105-7/+7
* added appropriate exception handling flag to ext\intlAnatol Belski2014-01-171-0/+1
* fix argument type & remove warningStanislav Malyshev2013-10-201-3/+3
* fix const warnings in intl methodsStanislav Malyshev2013-10-206-28/+28
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-10-201-0/+3
|\
| * Fix coverity issue with -1 returned by findOffset not being handled by getPre...Stanislav Malyshev2013-10-201-0/+3
* | fix possibility of access to *storedType without initializationStanislav Malyshev2013-10-201-0/+3
* | added fixed tests for ICU >= 51.2Anatol Belski2013-10-0724-0/+3311
* | fixed failing tests for ICU >= 51.2Anatol Belski2013-10-0724-34/+47
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-221-1/+1
|\ \ | |/
| * Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-221-1/+1
| * Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efre...Christopher Jones2013-08-221-1/+1
* | Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efre...Christopher Jones2013-08-221-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-211-1/+1
|\ \ | |/
| * Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-211-1/+1
* | Remove compilation warning "warning: no newline at end of file"Christopher Jones2013-08-201-1/+1
* | Remove compilation warnings: "warning: no newline at end of file"Christopher Jones2013-08-205-5/+5
* | Fix compile warning "intl_cppshims.h:34:7: warning: no newline at end of file"Christopher Jones2013-08-201-1/+1
* | Remove compile warning "variable ‘mekeylen’ set but not used"Christopher Jones2013-08-191-2/+0
* | Reduce (some more) compile noise of 'unused variable' and 'may be usedChristopher Jones2013-08-193-5/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-142-3/+3
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-142-3/+3
| * typo fixesVeres Lajos2013-07-152-7/+7
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* | intl: remove extra quotes from arginfo paramsGustavo André dos Santos Lopes2013-07-211-8/+8
* | typo fixesVeres Lajos2013-07-152-7/+7
* | intl: fix extra space in constant nameGustavo André dos Santos Lopes2013-07-032-1/+14
* | intl: add intlcal_set_minimal_days_in_first_week()Gustavo André dos Santos Lopes2013-07-036-0/+105
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-284-337/+111
|\ \ | |/
| * small optimizationStanislav Malyshev2013-06-232-10/+7
| * fix bug #61860: use USearch for searches, it does the right thingStanislav Malyshev2013-06-234-331/+108
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-232-3/+43
|\ \ | |/
| * Fix bug #62759: Buggy grapheme_substr() on edge caseStanislav Malyshev2013-06-232-3/+43
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-5/+5
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-5/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-1/+1
|\ \ | |/
| * typo fixes (argument)Veres Lajos2013-06-101-1/+1
* | Fix "passing NULL to non-pointer argument" warnings in intlNikita Popov2013-03-291-5/+5
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-123-28/+9
* | Fix ext/intl build with phpizeGustavo Lopes2013-02-241-1/+1
* | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-5/+5
* | Fixed paramter countGustavo Lopes2013-01-291-2/+2
* | Make converter work on VSGustavo Lopes2013-01-291-6/+10
* | intl/converter in line w/ intl error handlingGustavo Lopes2013-01-293-34/+113
* | Fix zpp() call in intl/converterGustavo Lopes2013-01-291-1/+1
* | Write local err on intlcal_get_time_zone() failureGustavo Lopes2013-01-291-1/+1
* | Improve ERROR.CONVENTIONSGustavo Lopes2013-01-291-0/+32
* | Fix arginfo of BreakIterator::getLocaleGustavo Lopes2013-01-291-1/+1
* | intl: doc explaining error conventionsGustavo Lopes2013-01-291-0/+83