Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). | foobar | 2003-10-04 | 1 | -1/+5 |
| | |||||
* | Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes a | Sascha Schumann | 2003-05-20 | 1 | -1/+1 |
| | | | | | | | trailing semicolon. Also add a do {} while (0) construct in php_session.h | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | MFH (fix for bug #21146). | Ilia Alshanetsky | 2002-12-22 | 1 | -1/+0 |
| | | | | | # Approved by Andrei | ||||
* | MFH | Moriyoshi Koizumi | 2002-12-22 | 1 | -0/+1 |
| | |||||
* | ZTS build fix | Hartmut Holzgraefe | 2002-10-21 | 1 | -1/+1 |
| | |||||
* | More ncurses functions and constants. | Wez Furlong | 2002-09-27 | 1 | -7/+3 |
| | |||||
* | Implement some more window routines, add pad functions. | Wez Furlong | 2002-09-27 | 1 | -1/+7 |
| | | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init(). | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -3/+2 |
| | |||||
* | cleanup | Hartmut Holzgraefe | 2001-12-15 | 1 | -4/+0 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | whitespace | Hartmut Holzgraefe | 2001-09-17 | 1 | -5/+5 |
| | |||||
* | initial version of ncurses extension, | Hartmut Holzgraefe | 2001-06-12 | 1 | -0/+83 |
see example1 for whats possible right now |