summaryrefslogtreecommitdiff
path: root/ext/gettext/gettext.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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-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
| | | | | 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
|
* - 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
| | | | | locale (LC_ALL, LC_MESSAGES, etc...)
* 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
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* phpinfo() prettyingColin Viebrock2000-04-051-1/+4
| | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp)
* initial function prototypesChuck Hagenbuch2000-03-191-0/+15
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* - The tree compiles againZeev Suraski1999-12-181-5/+5
|
* More cleanup...Zeev Suraski1999-12-171-3/+3
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Use new Zend API and some minor cleanup.Sascha Schumann1999-09-241-33/+33
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-1/+1
| | | | | php3_compat.h)
* Symbol work.Andrey Hristov1999-07-271-8/+8
|
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-5/+5
| | | | | - add necessary phpext_*_ptr
* - fix compile issues for various packages (dbase, sysv*, zlib)Sascha Schumann1999-05-211-1/+0
| | | | | - some cleanup in mhash/mcrypt
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-1/+1
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* incorporate gettext supportSascha Schumann1999-04-211-0/+170