summaryrefslogtreecommitdiff
path: root/ext/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* - mvoe ncurses to PECLPierre Joye2008-06-1913-3729/+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-315-5/+5
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-2/+2
|
* Fixed a crash inside ncurses_panel_above() when called prior toIlia Alshanetsky2007-06-071-0/+1
| | | | | ncurses_init()
* Don't define KEY_END twiceIlia Alshanetsky2007-04-111-1/+0
|
* added support for HOME and END keyGeorg Richter2007-04-111-1/+2
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-4/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
|
* fix weird strlen() usageAntony Dovgal2006-12-251-1/+1
|
* bump year and license versionfoobar2006-01-015-15/+15
|
* MFH: nuke php3 legacyfoobar2005-12-062-2/+2
|
* MFHfoobar2005-12-061-17/+17
|
* - Bumber up yearfoobar2005-08-035-5/+5
|
* - Unify the "configure --help" textsfoobar2005-05-291-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
|
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-072-22/+2
|
* - 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? :)
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-4/+4
| | | | | to support multi-ABI platforms.
* - Removed unused INI sections.Derick Rethans2004-05-201-10/+0
|
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+73
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* Silence some compile warningsfoobar2004-01-231-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
|
* Corrected argument parsing.Ilia Alshanetsky2003-12-211-3/+3
|
* Fixed extra byte allocation in constant creation code.Ilia Alshanetsky2003-12-121-3/+3
|
* Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses)foobar2003-12-091-9/+13
|
* Handle dirty script exit.Sara Golemon2003-11-291-0/+4
|
* - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).foobar2003-10-042-14/+17
|
* wsfoobar2003-10-041-9/+6
|
* Use new infrastructure.Zeev Suraski2003-08-031-8/+23
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Bug #24210 : assume misspelled (and thereby not found during configure)Sara Golemon2003-06-161-1/+1
|
* 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-105-15/+15
|
* fixed bug #24060Georg Richter2003-06-061-4/+2
|
* proto fixesHartmut Holzgraefe2003-03-171-5/+5
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* Bump year.Sebastian Bergmann2002-12-315-5/+5
|
* - MFBDerick Rethans2002-12-261-4/+1
|
* added Wez, Ilia & myselfGeorg Richter2002-12-261-0/+3
|
* 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-242-468/+439
| | | | | | | | | | | | | * 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?