Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some 64bit and other zend_parse_parameters bugs | Stefan Esser | 2004-06-19 | 1 | -3/+3 |
| | |||||
* | MFH: Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses/) | foobar | 2003-12-09 | 1 | -9/+13 |
| | |||||
* | MFH | Sara Golemon | 2003-11-29 | 1 | -0/+3 |
| | |||||
* | MFH: - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). | foobar | 2003-10-04 | 2 | -14/+17 |
| | |||||
* | MFH: ws fix | foobar | 2003-10-04 | 1 | -9/+6 |
| | |||||
* | MFH (r-1.14) Bug #24210 : assume misspelled (and thereby not found during ↵ | Sara Golemon | 2003-06-16 | 1 | -1/+1 |
| | | | | configure) | ||||
* | fixed #24060 | Georg Richter | 2003-06-06 | 1 | -3/+2 |
| | |||||
* | 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 | 5 | -5/+5 |
| | |||||
* | WS | Moriyoshi Koizumi | 2002-12-30 | 1 | -1/+1 |
| | |||||
* | just MFH | Moriyoshi Koizumi | 2002-12-30 | 1 | -5/+5 |
| | |||||
* | All on one line | Derick Rethans | 2002-12-26 | 1 | -4/+1 |
| | |||||
* | added Wez, Ilia and myself | Georg Richter | 2002-12-26 | 1 | -0/+3 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-22 | 1 | -4/+10 |
| | |||||
* | MFH (fix for bug #21146). | Ilia Alshanetsky | 2002-12-22 | 3 | -107/+159 |
| | | | | | # Approved by Andrei | ||||
* | MFH: php_error => php_error_docref | Moriyoshi Koizumi | 2002-12-22 | 1 | -7/+7 |
| | |||||
* | MFH: WS fix | Moriyoshi Koizumi | 2002-12-22 | 1 | -179/+179 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-12-22 | 3 | -1/+17 |
| | |||||
* | And some more ncurses functions. | Wez Furlong | 2002-10-30 | 3 | -0/+92 |
| | |||||
* | Expose some more ncurses functions. | Wez Furlong | 2002-10-27 | 3 | -0/+63 |
| | |||||
* | ZTS build fix | Hartmut Holzgraefe | 2002-10-21 | 1 | -1/+1 |
| | |||||
* | Prevent possible problems with two resource ids referencing the same | Wez Furlong | 2002-09-29 | 1 | -14/+18 |
| | | | | | panel. | ||||
* | Added ncurses_getyx(). | Wez Furlong | 2002-09-28 | 3 | -0/+20 |
| | |||||
* | Fix crash bug and return value. | Wez Furlong | 2002-09-28 | 1 | -9/+9 |
| | |||||
* | More ncurses functions and constants. | Wez Furlong | 2002-09-27 | 5 | -24/+146 |
| | |||||
* | Implement some more window routines, add pad functions. | Wez Furlong | 2002-09-27 | 6 | -17/+502 |
| | | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init(). | ||||
* | Fixed a number of compile warnings. | Ilia Alshanetsky | 2002-08-22 | 1 | -5/+4 |
| | |||||
* | use LIBNAME consistently. Useful on systems like OpenBSD where the curses | Anil Madhavapeddy | 2002-06-26 | 1 | -4/+4 |
| | | | | | library is called 'curses' and not 'ncurses' | ||||
* | the ncurses_getch() is in the wrong place and never gets run | Anil Madhavapeddy | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 5 | -25/+23 |
| | |||||
* | - Remove duplicate constant | Derick Rethans | 2002-02-14 | 1 | -1/+0 |
| | |||||
* | Modified the build system to make certain extensions (pcntl, ncurses, | Edin Kadribasic | 2002-01-20 | 1 | -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 modules | Hartmut Holzgraefe | 2002-01-04 | 1 | -0/+2 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-12-31 | 1 | -119/+119 |
| | |||||
* | some prototypes changed | Georg Richter | 2001-12-30 | 1 | -13/+13 |
| | |||||
* | 1) fixed bugs in soft label key functions | Georg Richter | 2001-12-29 | 4 | -13/+157 |
| | | | | | | 2) insert new slk-functions 3) defined new key-constants | ||||
* | mouse support for ncurses added: | Georg Richter | 2001-12-28 | 3 | -6/+151 |
| | | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo | ||||
* | Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear, | Georg Richter | 2001-12-27 | 3 | -73/+224 |
| | | | | | | | | | ncurses_wcolorset, ncurses_wgetch, ncurses_keypad, ncurses_wmove minor changes in protos. Special Thanx to Mathieu Kooiman for submitting his patches! | ||||
* | activated ncurses_instr | Georg Richter | 2001-12-25 | 4 | -29/+110 |
| | | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask | ||||
* | functions ncurses_erasechar, ncurses_inch, mcurses_killchar: | Georg Richter | 2001-12-25 | 1 | -8/+22 |
| | | | | | changed return values from bool to string (char) | ||||
* | cleanup | Hartmut Holzgraefe | 2001-12-15 | 4 | -30/+0 |
| | |||||
* | Got some undefined symbol without this patch.. | foobar | 2001-12-14 | 2 | -0/+8 |
| | | | | | # Also, shouldn't this extension be only available when building a CGI ? | ||||
* | more proto descriptions and fixes | Hartmut Holzgraefe | 2001-12-13 | 1 | -48/+65 |
| | |||||
* | - new parameter parsing api used | Hartmut Holzgraefe | 2001-12-13 | 1 | -743/+622 |
| | | | | | | | - added proto descriptions (not complete) - swapped x/y arguments - indentation style fix (no seperate WS fix as most of the file changed anyway) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 5 | -5/+5 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+3 |
| | |||||
* | Test before commit..test before commit.. | foobar | 2001-11-18 | 1 | -1/+1 |
| | |||||
* | Now this might even work. | foobar | 2001-11-18 | 1 | -10/+13 |
| | |||||
* | - Fix build on FreeBSD (patch by Markus Fischer) | Derick Rethans | 2001-11-18 | 1 | -1/+1 |
| |