summaryrefslogtreecommitdiff
path: root/ext/gettext
Commit message (Collapse)AuthorAgeFilesLines
...
* MFH: return false if realpath()/getcwd() failAntony Dovgal2007-01-161-3/+5
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* fix typo, add testAntony Dovgal2006-09-052-1/+31
|
* MFH: argument info..Hannes Magnusson2006-06-141-10/+79
|
* Fixed bug #36935Edin Kadribasic2006-04-091-1/+1
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
| | | | | to support multi-ABI platforms.
* Fixed bug #29264. Newer libintl redefines function names so allEdin Kadribasic2004-07-291-1/+2
| | | | | PHP gettext function names become prefixed with libintl_
* Prevent test failure when fi_FI locale is not available.Ilia Alshanetsky2004-05-261-1/+8
|
* Fix:Wez Furlong2004-02-171-1/+1
| | | | | #27269 php_gettext.dll extension will not load
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+12
| | | | | mcve untested (I don't have those libs/headers)
* - Always look into /usr/local before /usrfoobar2003-10-011-4/+2
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
| | | | | | This may fix compilation problems with on systems with multiple copies of the same library.
* - Fixed bug #24402 (Compile failure with gettext 0.12.x)foobar2003-09-242-40/+36
|
* add as binary..foobar2003-09-231-0/+0
|
* remove corrupt filefoobar2003-09-231-0/+0
|
* Added simple test for gettextfoobar2003-09-233-0/+33
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* MFBEdin Kadribasic2003-03-241-4/+4
|
* Fix segfault in bindtextdomain when first parameter was empty.Sascha Schumann2003-02-081-1/+6
| | | | | | | The Linux man page states: domainname must be a non-empty string. Noticed by: Nils Meyer
* MFB: bind_textdomain_codeset() availability on windowsEdin Kadribasic2003-01-141-2/+2
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Fixed crash. Patch by <kilbi@rad.rwth-aachen.de>Yasuo Ohgaki2002-08-071-1/+4
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* proto fixesHartmut Holzgraefe2001-12-151-2/+2
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-5/+4
|
* @ Added support for bind_textdomain_codeset(). (rudib@email.si)Jon Parise2001-11-093-0/+33
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* fix buildWez Furlong2001-08-293-5/+36
|
* 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-272-14/+109
| | | | | macros.
* 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
|
* Nuke more quotesSascha Schumann2001-05-121-3/+3
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Moved the constants into ext/standardfoobar2000-12-102-15/+1
|