summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Collapse)AuthorAgeFilesLines
* <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-153-101/+199
| | | | | | | | | | | | - Fixed handling of grouped optional parameters. - Added an option to generate xml documentation. - Added an option not to be nice and helpful and create all kinds of comments and testing functions. - Added on option to create function stubs only. - Added options --assing-params and --string-lens that change the generated code. - Updated documentation.
* - Avoid generating unnecessary switch statemets.Jouni Ahto2000-06-111-26/+57
| | | | | | | | - Add a test if argument was given (if it is optional) before trying to fetch a resource and a note that something should be done if it wasn't. - Some cosmetic fixes in the code generated. - Some other small fixes in the code generated, already forgotten.
* - Fix incorrect code creation when an optional argument is resource type.Jouni Ahto2000-06-101-9/+19
|
* - #ifdef COMPILE_DL_FOOAndi Gutmans2000-06-102-6/+1
| | | | | - #if HAVE_FOO
* - 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
| | | | | | | | | based on function proto. # Very cool! Try yourself, put for example the following line in file funcs: # bool drawtext(string text, resource font, int x, int y [, resource color]) # and then run ./ext_skel foobar /full/path/to/funcs and then look at # foobar.c...
* # Still a typo.Jouni Ahto2000-06-091-1/+1
|
* # Cosmetic fixes and a typo.Jouni Ahto2000-06-092-4/+4
|
* - Cosmetic changes.Jouni Ahto2000-06-093-60/+64
| | | | | | - Optionally, create function entries, stubs and declarations from names listed in a file.
* - As Sascha requested.Jouni Ahto2000-06-093-134/+11
|
* Change COMPILE_DL to COMPILE_DL_EXTNAMESascha Schumann2000-06-091-1/+1
|
* - Added skeleton module creating script.Jouni Ahto2000-06-094-0/+363