summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* ncurses goes sibiria^WpeclHartmut Holzgraefe2006-01-051-2459/+0
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - nuke php3 legacyfoobar2005-12-061-17/+17
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* don't null it - let the engine do its magic ;)Andrey Hristov2005-04-181-1/+0
|
* fix proto. return true instead of nullAndrey Hristov2005-04-101-1/+3
|
* - Revert the weird change of ZEND_STRS() macro and use the correctfoobar2005-01-201-2/+2
| | | | | | ZEND_STRL() macro. # ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :)
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Corrected argument parsing.Ilia Alshanetsky2003-12-211-3/+3
|
* Fixed extra byte allocation in constant creation code.Ilia Alshanetsky2003-12-121-3/+3
|
* proto fixesAndrey Hristov2003-06-161-39/+39
| | | | | #my head hurts now. no more fixes today ;)
* Fix compile failure.foobar2003-06-141-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* fixed bug #24060Georg Richter2003-06-061-4/+2
|
* proto fixesHartmut Holzgraefe2003-03-171-5/+5
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* 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-241-329/+290
| | | | | | | | | | | | | * Changed all argument parsing to use the new zend_parse_parameters() * If a function is unavailable due to lack of support for a certain feature, do not make the function avaliable, rather then making it print an error saying that the functionality offered by the function is not avaliable. * Lots of WS fixes all over the file. * Change strcpy() to strncpy() to prevent possible buffer overflows. Fixed a bug in ncurses_pair_content(), 1st parameter was wrong. Fixed several function prototypes that failed to indicate that functions accepted arguments by reference.
* Fixed various memory leaks.Ilia Alshanetsky2002-12-221-4/+10
| | | | | # Should this be MFHed?
* Removed "%s" from format stringsMoriyoshi Koizumi2002-12-221-5/+5
|
* Fixed bug #21146.Ilia Alshanetsky2002-12-221-100/+155
|
* php_error => php_error_docrefMoriyoshi Koizumi2002-12-221-7/+7
|
* Fixed bug #21144Moriyoshi Koizumi2002-12-221-1/+8
|
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* And some more ncurses functions.Wez Furlong2002-10-301-0/+83
|
* Expose some more ncurses functions.Wez Furlong2002-10-271-0/+57
|
* Prevent possible problems with two resource ids referencing the sameWez Furlong2002-09-291-14/+18
| | | | | panel.
* Added ncurses_getyx().Wez Furlong2002-09-281-0/+18
|
* Fix crash bug and return value.Wez Furlong2002-09-281-9/+9
|
* More ncurses functions and constants.Wez Furlong2002-09-271-15/+135
|
* Implement some more window routines, add pad functions.Wez Furlong2002-09-271-10/+416
| | | | | | 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
|
* Maintain headers.Sebastian Bergmann2002-02-281-16/+16
|
* 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-291-10/+30
| | | | | | 2) insert new slk-functions 3) defined new key-constants
* mouse support for ncurses added:Georg Richter2001-12-281-5/+139
| | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo
* Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,Georg Richter2001-12-271-73/+208
| | | | | | | | | 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-251-18/+71
| | | | | 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)
* 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-111-1/+1
|
* yet another ncurses 4.x fixHartmut Holzgraefe2001-09-171-0/+5
|
* editor hints addedHartmut Holzgraefe2001-09-171-0/+8
|
* whitespaceHartmut Holzgraefe2001-09-171-524/+524
|
* some more function implementationsHartmut Holzgraefe2001-09-171-7/+545
|
* will now configure out functions not available in ncurses 4.2Hartmut Holzgraefe2001-09-171-0/+15
|