summaryrefslogtreecommitdiff
path: root/ext/ncurses/php_ncurses.h
Commit message (Collapse)AuthorAgeFilesLines
* - mvoe ncurses to PECLPierre Joye2008-06-191-76/+0
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-071-2/+0
|
* Silence some compile warningsfoobar2004-01-231-1/+1
|
* - 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?
* - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).foobar2003-10-041-1/+5
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fixed bug #21146.Ilia Alshanetsky2002-12-221-1/+0
|
* Fixed bug #21144Moriyoshi Koizumi2002-12-221-0/+1
|
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* ZTS build fixHartmut Holzgraefe2002-10-211-1/+1
|
* More ncurses functions and constants.Wez Furlong2002-09-271-7/+3
|
* Implement some more window routines, add pad functions.Wez Furlong2002-09-271-1/+7
| | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init().
* Maintain headers.Sebastian Bergmann2002-02-281-3/+2
|
* cleanupHartmut Holzgraefe2001-12-151-4/+0
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* whitespaceHartmut Holzgraefe2001-09-171-5/+5
|
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-121-0/+83
see example1 for whats possible right now