| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
Fixed a bug where the <TMPL_IF> tag was not correctly checking if a
variable exists if it does not have a "testval" attribute.
|
| |
|
|
|
| |
Added some tests for good input.
Also fixed a bug where an empty loop would crash.
|
| |
|
|
|
| |
Fixed a bug where adding a var to a varlist would sometimes cause memroy
corruption
|
| |
|
|
| |
Added some more documentation, and removed some extranious prints
|
| |
|
|
| |
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
|
| |
|