-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-12-27 02:20:16 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-12-27 02:20:16 UTC by sf-robot
-
Fix is now under source control.
2009-12-12 23:28:31 UTC by bkorb
-
Fix is pending.
2009-12-12 23:27:08 UTC by bkorb
-
bkorb pushed 1 commit(s) to refs/heads/master in the autogen Git repository of the AutoGen: The Automated Program Generator project.
2009-12-12 23:13:49 UTC by bkorb
-
> * Cookie type can be specified in K&R-style (i.e. "void *cookie").
Done.
> * Extra headers can be included at top of .c-file
I've added that at the top of the header file (.h file).
> * In case of "call" method, transition handlers can be made extern
There's other places where code gets extracted from the
generated .c file. I've created an alternate mechanism that
works for the...
2009-12-12 20:27:08 UTC by bkorb
-
bkorb pushed 1 commit(s) to refs/heads/master in the autogen Git repository of the AutoGen: The Automated Program Generator project.
2009-12-12 18:49:13 UTC by bkorb
-
Good idea. Thank you. I'll apply it sometime pretty soon. (couple of weeks or so.)
2009-12-11 19:32:46 UTC by bkorb
-
Improvements in this patch:
* Cookie type can be specified in K&R-style (i.e. "void *cookie").
* Extra headers can be included at top of .c-file with "extra-header" option (multiple allowed). This makes it possible to define cookie as "struct something *s" and then include "something.h" into fsm.c before it includes fsm.h and complains about "struct something".
* In case of "call"...
2009-12-11 19:17:52 UTC by twee
-
bkorb pushed 1 commit(s) to refs/heads/master in the autogen Git repository of the AutoGen: The Automated Program Generator project.
2009-12-06 23:16:07 UTC by bkorb