Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - mvoe ncurses to PECL | Pierre Joye | 2008-06-19 | 13 | -3729/+0 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 2 | -2/+2 |
| | |||||
* | Fixed a crash inside ncurses_panel_above() when called prior to | Ilia Alshanetsky | 2007-06-07 | 1 | -0/+1 |
| | | | | | ncurses_init() | ||||
* | Don't define KEY_END twice | Ilia Alshanetsky | 2007-04-11 | 1 | -1/+0 |
| | |||||
* | added support for HOME and END key | Georg Richter | 2007-04-11 | 1 | -1/+2 |
| | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | MFH: nuke skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -4/+0 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 5 | -5/+5 |
| | |||||
* | fix weird strlen() usage | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 5 | -15/+15 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 2 | -2/+2 |
| | |||||
* | MFH | foobar | 2005-12-06 | 1 | -17/+17 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 5 | -5/+5 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | don't null it - let the engine do its magic ;) | Andrey Hristov | 2005-04-18 | 1 | -1/+0 |
| | |||||
* | fix proto. return true instead of null | Andrey Hristov | 2005-04-10 | 1 | -1/+3 |
| | |||||
* | Get rid of more useless RINIT/RSHUTDOWN calls | Rasmus Lerdorf | 2005-02-07 | 2 | -22/+2 |
| | |||||
* | - Revert the weird change of ZEND_STRS() macro and use the correct | foobar | 2005-01-20 | 1 | -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/lib | Joe Orton | 2004-11-03 | 1 | -4/+4 |
| | | | | | to support multi-ABI platforms. | ||||
* | - Removed unused INI sections. | Derick Rethans | 2004-05-20 | 1 | -10/+0 |
| | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 1 | -2/+0 |
| | |||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -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 warnings | foobar | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 3 | -6/+6 |
| | |||||
* | Corrected argument parsing. | Ilia Alshanetsky | 2003-12-21 | 1 | -3/+3 |
| | |||||
* | Fixed extra byte allocation in constant creation code. | Ilia Alshanetsky | 2003-12-12 | 1 | -3/+3 |
| | |||||
* | Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses) | foobar | 2003-12-09 | 1 | -9/+13 |
| | |||||
* | Handle dirty script exit. | Sara Golemon | 2003-11-29 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). | foobar | 2003-10-04 | 2 | -14/+17 |
| | |||||
* | ws | foobar | 2003-10-04 | 1 | -9/+6 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -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 Golemon | 2003-06-16 | 1 | -1/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-16 | 1 | -39/+39 |
| | | | | | #my head hurts now. no more fixes today ;) | ||||
* | Fix compile failure. | foobar | 2003-06-14 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 5 | -15/+15 |
| | |||||
* | fixed bug #24060 | Georg Richter | 2003-06-06 | 1 | -4/+2 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2003-03-17 | 1 | -5/+5 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 5 | -5/+5 |
| | |||||
* | - MFB | Derick Rethans | 2002-12-26 | 1 | -4/+1 |
| | |||||
* | added Wez, Ilia & myself | Georg Richter | 2002-12-26 | 1 | -0/+3 |
| | |||||
* | Removed pointless assignment. | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+0 |
| | |||||
* | The -1 is no longer needed, since it is done automatically by strlcpy(). | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+2 |
| | |||||
* | Changed strncpy() to strlcpy(). | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+2 |
| | |||||
* | A variety of CS style fixes, which include: | Ilia Alshanetsky | 2002-12-24 | 2 | -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 Alshanetsky | 2002-12-22 | 1 | -4/+10 |
| | | | | | # Should this be MFHed? |