summaryrefslogtreecommitdiff
path: root/ext/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+73
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* Silence some compile warningsfoobar2004-01-231-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
|
* Corrected argument parsing.Ilia Alshanetsky2003-12-211-3/+3
|
* Fixed extra byte allocation in constant creation code.Ilia Alshanetsky2003-12-121-3/+3
|
* Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses)foobar2003-12-091-9/+13
|
* Handle dirty script exit.Sara Golemon2003-11-291-0/+4
|
* - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).foobar2003-10-042-14/+17
|
* wsfoobar2003-10-041-9/+6
|
* Use new infrastructure.Zeev Suraski2003-08-031-8/+23
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Bug #24210 : assume misspelled (and thereby not found during configure)Sara Golemon2003-06-161-1/+1
|
* proto fixesAndrey Hristov2003-06-161-39/+39
| | | | | #my head hurts now. no more fixes today ;)
* Fix compile failure.foobar2003-06-141-1/+1
|
* updating license information in the headers.James Cox2003-06-105-15/+15
|
* fixed bug #24060Georg Richter2003-06-061-4/+2
|
* proto fixesHartmut Holzgraefe2003-03-171-5/+5
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* Bump year.Sebastian Bergmann2002-12-315-5/+5
|
* - MFBDerick Rethans2002-12-261-4/+1
|
* added Wez, Ilia & myselfGeorg Richter2002-12-261-0/+3
|
* Removed pointless assignment.Ilia Alshanetsky2002-12-241-2/+0
|
* The -1 is no longer needed, since it is done automatically by strlcpy().Ilia Alshanetsky2002-12-241-2/+2
|
* Changed strncpy() to strlcpy().Ilia Alshanetsky2002-12-241-2/+2
|
* A variety of CS style fixes, which include:Ilia Alshanetsky2002-12-242-468/+439
| | | | | | | | | | | | | * Changed all argument parsing to use the new zend_parse_parameters() * If a function is unavailable due to lack of support for a certain feature, do not make the function avaliable, rather then making it print an error saying that the functionality offered by the function is not avaliable. * Lots of WS fixes all over the file. * Change strcpy() to strncpy() to prevent possible buffer overflows. Fixed a bug in ncurses_pair_content(), 1st parameter was wrong. Fixed several function prototypes that failed to indicate that functions accepted arguments by reference.
* Fixed various memory leaks.Ilia Alshanetsky2002-12-221-4/+10
| | | | | # Should this be MFHed?
* Removed "%s" from format stringsMoriyoshi Koizumi2002-12-221-5/+5
|
* Fixed bug #21146.Ilia Alshanetsky2002-12-223-107/+159
|
* php_error => php_error_docrefMoriyoshi Koizumi2002-12-221-7/+7
|
* WS fixMoriyoshi Koizumi2002-12-221-179/+179
|
* Fixed bug #21144Moriyoshi Koizumi2002-12-223-1/+17
|
* email address changeHartmut Holzgraefe2002-11-255-5/+5
|
* And some more ncurses functions.Wez Furlong2002-10-303-0/+92
|
* Expose some more ncurses functions.Wez Furlong2002-10-273-0/+63
|
* ZTS build fixHartmut Holzgraefe2002-10-211-1/+1
|
* Prevent possible problems with two resource ids referencing the sameWez Furlong2002-09-291-14/+18
| | | | | panel.
* Added ncurses_getyx().Wez Furlong2002-09-283-0/+20
|
* Fix crash bug and return value.Wez Furlong2002-09-281-9/+9
|
* More ncurses functions and constants.Wez Furlong2002-09-275-24/+146
|
* Implement some more window routines, add pad functions.Wez Furlong2002-09-276-17/+502
| | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init().
* Fixed a number of compile warnings.Ilia Alshanetsky2002-08-221-5/+4
|
* use LIBNAME consistently. Useful on systems like OpenBSD where the cursesAnil Madhavapeddy2002-06-261-4/+4
| | | | | library is called 'curses' and not 'ncurses'
* the ncurses_getch() is in the wrong place and never gets runAnil Madhavapeddy2002-06-261-1/+1
|
* php_new_extensionSascha Schumann2002-03-122-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-285-25/+23
|
* - Remove duplicate constantDerick Rethans2002-02-141-1/+0
|
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-3/+2
| | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's.
* ncurses is useless in webserver modulesHartmut Holzgraefe2002-01-041-0/+2
|
* Fixed some protos.Egon Schmid2001-12-311-119/+119
|