summaryrefslogtreecommitdiff
path: root/ext/gettext/gettext.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
* MFHJani Taskinen2008-11-011-22/+10
* MFH: #44938Lars Strojny2008-10-301-3/+33
* Fixed bug #44938 (gettext functions crash with overly long domain)Ilia Alshanetsky2008-10-291-0/+21
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0
* - New parameter parsing APIFelipe Pena2008-06-201-99/+71
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: return false if realpath()/getcwd() failAntony Dovgal2007-01-161-3/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix typo, add testAntony Dovgal2006-09-051-1/+1
* MFH: argument info..Hannes Magnusson2006-06-141-10/+79
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #29264. Newer libintl redefines function names so allEdin Kadribasic2004-07-291-1/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fixed bug #24402 (Compile failure with gettext 0.12.x)foobar2003-09-241-27/+26
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix segfault in bindtextdomain when first parameter was empty.Sascha Schumann2003-02-081-1/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed crash. Patch by <kilbi@rad.rwth-aachen.de>Yasuo Ohgaki2002-08-071-1/+4
* proto fixesHartmut Holzgraefe2001-12-151-2/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* @ Added support for bind_textdomain_codeset(). (rudib@email.si)Jon Parise2001-11-091-0/+29
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* fix buildWez Furlong2001-08-291-0/+14
* Coding style.foobar2001-08-271-29/+22
* shorter protosChuck Hagenbuch2001-08-271-3/+3
* add ngettext() support from Walter Franzini <walter@sys-net.it>, and use Z_*Chuck Hagenbuch2001-08-271-14/+106
* The Gettext module is not limited to the GNU implementation.Sascha Schumann2001-06-091-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+5
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Moved the constants into ext/standardfoobar2000-12-101-14/+1
* wb clean.foobar2000-12-081-37/+31
* Added constants to represent the various categories ofZak Greant2000-12-081-1/+14
* fix path operations, under win32Daniel Beulshausen2000-11-271-6/+4
* Beautified some protos.Egon Schmid2000-08-081-5/+5
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-5/+5
* Make gettext extension compilable as shared module.Sascha Schumann2000-05-231-0/+4