summaryrefslogtreecommitdiff
path: root/ext/gettext
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-082-2/+6
* Skip two gettext tests under --repeatNikita Popov2021-02-082-0/+5
* Fix #53251: bindtextdomain with null dir doesn't return old valueChristoph M. Becker2021-01-254-9/+36
* Review parameter names in ext/gettextMáté Kocsis2020-09-303-29/+29
* Run tidyNikita Popov2020-09-188-41/+41
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* Merge branch 'PHP-7.4'Nikita Popov2020-08-0717-0/+0
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-0717-0/+0
| |\
| | * Fix bug #70574: Move files to proper locale dirFlorian Engelhardt2020-08-0717-0/+0
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-15/+12
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1412-23/+23
* | | Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xmlMáté Kocsis2020-08-035-100/+148
* | | Remove proto comments from C filesMax Semenik2020-07-061-18/+9
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Fix [-Wundef] warning in GetText extensionGeorge Peter Banyard2020-05-164-22/+22
* | | Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-054-54/+59
* | | Reindent phpt filesNikita Popov2020-02-032-12/+12
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-7/+7
* | | Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensionsMáté Kocsis2019-12-311-8/+8
* | | Add union return types for function stubsMáté Kocsis2019-11-112-27/+18
* | | Clean DONE tags from testsFabien Villepinte2019-11-073-6/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | Support regenerating all stubsNikita Popov2019-08-121-1/+1
* | | Convert gettext functions arginfo to php stubsCraig Duncan2019-08-103-60/+96
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-1511-11/+11
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1511-11/+11
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-4/+1
|/ /
* | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | More zpp error/variation test removalsNikita Popov2019-03-078-190/+0
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | Add putenv for setlocale for gettext testsMizunashi Mana2018-11-077-0/+9
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-15/+12
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-142-2/+2
* | Trim trailing whitespace in testsGabriel Caruso2018-10-1412-21/+21
|/
* Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-08-051-4/+3
|\
| * Fixed incorrect restoring of LDFLAGSsji2018-08-051-4/+3
| * year++Xinchen Hui2018-01-022-2/+2
* | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* | Remove unused Git attributes identPeter Kokot2018-07-257-11/+4
* | Avoding memory allocation if no translastion foundXinchen Hui2018-02-261-30/+41
* | [ci skip] Remove space between function name and open parenthesesGabriel Caruso2018-02-241-1/+1
* | Use int instead of long in protosGabriel Caruso2018-02-231-2/+1
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-205-5/+5
* | Remove space between function name and open parenthesesGabriel Caruso2018-02-081-2/+2
* | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1