summaryrefslogtreecommitdiff
path: root/ext/ncurses
Commit message (Expand)AuthorAgeFilesLines
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* don't null it - let the engine do its magic ;)Andrey Hristov2005-04-181-1/+0
* fix proto. return true instead of nullAndrey Hristov2005-04-101-1/+3
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-072-22/+2
* - Revert the weird change of ZEND_STRS() macro and use the correctfoobar2005-01-201-2/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-4/+4
* - Removed unused INI sections.Derick Rethans2004-05-201-10/+0
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+73
* 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
* - 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
* Bug #24210 : assume misspelled (and thereby not found during configure)Sara Golemon2003-06-161-1/+1
* proto fixesAndrey Hristov2003-06-161-39/+39
* 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
* 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
* Fixed various memory leaks.Ilia Alshanetsky2002-12-221-4/+10
* 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
* 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
* Fixed a number of compile warnings.Ilia Alshanetsky2002-08-221-5/+4