summaryrefslogtreecommitdiff
path: root/ext/skeleton/create_stubs
Commit message (Expand)AuthorAgeFilesLines
* typo fixHartmut Holzgraefe2001-12-181-1/+1
* improved xml generatioimproved xml generationHartmut Holzgraefe2001-12-151-13/+20
* editor preferences for XML files updatedHartmut Holzgraefe2001-12-121-1/+5
* Add TSRMLS_CCRasmus Lerdorf2001-08-131-1/+1
* Faster wrong_param check for functions that take no parametersRasmus Lerdorf2001-08-131-6/+7
* Save spec_opt for each function.Andrei Zmievski2001-08-121-1/+2
* Fix it up a bit.Andrei Zmievski2001-08-121-13/+14
* Oops, missing () thereRasmus Lerdorf2001-08-121-1/+1
* Changed ext_skel to use zend_parse_parameters() for argument parsing inAndrei Zmievski2001-08-111-109/+39
* Fixed a bunch of problems hereRasmus Lerdorf2001-08-081-43/+47
* We no longer need any FETCH's for internal functionsZeev Suraski2001-08-021-3/+2
* TSRM fix for ext_skel - probably more neededRasmus Lerdorf2001-08-021-1/+1
* BeautifyZeev Suraski2001-08-021-2/+2
* a backslash was missing (+ whitespace)Hartmut Holzgraefe2001-04-251-4/+4
* support for short comments was added to ext_skel proto filesHartmut Holzgraefe2000-10-311-2/+7
* added a regression test skeleton fileHartmut Holzgraefe2000-10-231-1/+5
* <funcprototype> added to xml generationHartmut Holzgraefe2000-06-241-1/+3
* - Missed one if() and cosmetic changes.Jouni Ahto2000-06-171-22/+20
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-151-49/+194
* - Avoid generating unnecessary switch statemets.Jouni Ahto2000-06-111-26/+57
* - Fix incorrect code creation when an optional argument is resource type.Jouni Ahto2000-06-101-9/+19
* - Fix typos, add default case to switch and other small things.Jouni Ahto2000-06-101-16/+19
* - Automatically generate C code to handle arguments passed to a PHP functionJouni Ahto2000-06-101-0/+137