summaryrefslogtreecommitdiff
path: root/ext/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some 64bit and other zend_parse_parameters bugsStefan Esser2004-06-191-3/+3
|
* MFH: Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses/)foobar2003-12-091-9/+13
|
* MFHSara Golemon2003-11-291-0/+3
|
* MFH: - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).foobar2003-10-042-14/+17
|
* MFH: ws fixfoobar2003-10-041-9/+6
|
* MFH (r-1.14) Bug #24210 : assume misspelled (and thereby not found during ↵Sara Golemon2003-06-161-1/+1
| | | | configure)
* fixed #24060Georg Richter2003-06-061-3/+2
|
* Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes aSascha Schumann2003-05-201-1/+1
| | | | | | | trailing semicolon. Also add a do {} while (0) construct in php_session.h
* MFH: Bump year.Sebastian Bergmann2002-12-315-5/+5
|
* WSMoriyoshi Koizumi2002-12-301-1/+1
|
* just MFHMoriyoshi Koizumi2002-12-301-5/+5
|
* All on one lineDerick Rethans2002-12-261-4/+1
|
* added Wez, Ilia and myselfGeorg Richter2002-12-261-0/+3
|
* MFHIlia Alshanetsky2002-12-221-4/+10
|
* MFH (fix for bug #21146).Ilia Alshanetsky2002-12-223-107/+159
| | | | | # Approved by Andrei
* MFH: php_error => php_error_docrefMoriyoshi Koizumi2002-12-221-7/+7
|
* MFH: WS fixMoriyoshi Koizumi2002-12-221-179/+179
|
* MFHMoriyoshi Koizumi2002-12-223-1/+17
|
* 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
| | | | | panel.
* 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
| | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init().
* 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
| | | | | library is called 'curses' and not 'ncurses'
* 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
| | | | | | | 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 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
| | | | | | 2) insert new slk-functions 3) defined new key-constants
* mouse support for ncurses added:Georg Richter2001-12-283-6/+151
| | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo
* Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,Georg Richter2001-12-273-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_instrGeorg Richter2001-12-254-29/+110
| | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask
* functions ncurses_erasechar, ncurses_inch, mcurses_killchar:Georg Richter2001-12-251-8/+22
| | | | | changed return values from bool to string (char)
* cleanupHartmut Holzgraefe2001-12-154-30/+0
|
* Got some undefined symbol without this patch..foobar2001-12-142-0/+8
| | | | | # Also, shouldn't this extension be only available when building a CGI ?
* more proto descriptions and fixesHartmut Holzgraefe2001-12-131-48/+65
|
* - new parameter parsing api usedHartmut Holzgraefe2001-12-131-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 Bergmann2001-12-115-5/+5
|
* Unified the configure messages.foobar2001-11-301-2/+3
|
* Test before commit..test before commit..foobar2001-11-181-1/+1
|
* Now this might even work.foobar2001-11-181-10/+13
|
* - Fix build on FreeBSD (patch by Markus Fischer)Derick Rethans2001-11-181-1/+1
|