| Commit message (Collapse) | Author | Age |
| ... | |
| |
|
|
| |
Also removed debug prints
|
| |
|
|
|
|
| |
Fixed bug with tokenizing,
also fixed a bug with parsing loops
also fixed a bug with adding vars to a varlist
|
| |
|
|
| |
Render function now returns the length of the string it returns
|
| |
|
|
|
|
|
| |
Changed function prototypes that previously took no arguments like
void dothing();
to
void dothing(void);
|
| |
|
|
|
| |
Combined ctemplates.h and ctemplates_i.h into a single file,
also included all header files as things to be installed in a library
|
| |
|
|
|
| |
The print_varlist_helper function was not at the top of
ctemplate.c
|
| |
|
|
| |
Code now follows the style guide.
|
| |
|
|
|
| |
Renamed everything that needed to be rename from libctemplate to
libctemplates
|
| |
|