summaryrefslogtreecommitdiff
path: root/ext/ncurses
Commit message (Expand)AuthorAgeFilesLines
* - 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
* use LIBNAME consistently. Useful on systems like OpenBSD where the cursesAnil Madhavapeddy2002-06-261-4/+4
* 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
* ncurses is useless in webserver modulesHartmut Holzgraefe2002-01-041-0/+2
* Fixed some protos.Egon Schmid2001-12-311-119/+119
* some prototypes changedGeorg Richter2001-12-301-13/+13
* 1) fixed bugs in soft label key functionsGeorg Richter2001-12-294-13/+157
* mouse support for ncurses added:Georg Richter2001-12-283-6/+151
* Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,Georg Richter2001-12-273-73/+224