aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rewrote content_line, and how parameters are stored.Hugo Hörnquist2019-02-15
|
* Replace key_val type with templatized PAIR(T, V).Hugo Hörnquist2019-02-15
|
* Merge strbuf copy functions.Hugo Hörnquist2019-02-15
|
* Move trie->dot from trie to graphs. Add value printing.Hugo Hörnquist2019-02-10
|
* Add space to FMT(LLIST(T)).Hugo Hörnquist2019-02-10
|
* Minor cleanup.Hugo Hörnquist2019-02-10
|
* Add parameters to graph output.Hugo Hörnquist2019-02-10
|
* Add support for parameters in parser!Hugo Hörnquist2019-02-10
|
* Fix linked_list RESET.Hugo Hörnquist2019-02-10
|
* Clean up vcal, add key_val type.Hugo Hörnquist2019-02-10
|
* Replace printf/puts with INFO/ERR.Hugo Hörnquist2019-02-10
|
* Add PRINT macro.Hugo Hörnquist2019-02-10
|
* Improve makefile for building .dot.Hugo Hörnquist2019-02-10
|
* Remove SAFE_STR, making strbuf always safe.Hugo Hörnquist2019-02-10
|
* Improve strbuf.Hugo Hörnquist2019-02-10
|
* Add push_strbuf function.Hugo Hörnquist2019-02-10
|
* Minor general cleanup.Hugo Hörnquist2019-02-10
|
* Add attr_helper to graph output.Hugo Hörnquist2019-02-10
|
* Add formatting macros.Hugo Hörnquist2019-02-10
|
* Add param field to content_line.Hugo Hörnquist2019-02-10
|
* Linked list improvements.Hugo Hörnquist2019-02-10
|
* Improve err.h.Hugo Hörnquist2019-02-10
|
* Add iterator macros.Hugo Hörnquist2019-02-09
|
* Add some more scheme bindings.Hugo Hörnquist2019-02-09
|
* Add support for full tree printing.Hugo Hörnquist2019-02-09
|
* Fix main loop.Hugo Hörnquist2019-02-09
|
* Extend parsing to handle tree's of vcomponents.Hugo Hörnquist2019-02-09
|
* Fix minor memmory error.Hugo Hörnquist2019-02-08
|
* V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist2019-02-08
|
* Made root of graphviz output gray.Hugo Hörnquist2019-02-08
|
* Remove pendatic, update macro to be more portable.Hugo Hörnquist2019-02-08
|
* Code cleanup and add documentation.Hugo Hörnquist2019-02-06
|
* Remove GC.Hugo Hörnquist2019-02-06
|
* Add llist FIRST & LAST, rewrote code to use them.Hugo Hörnquist2019-02-05
|
* Add support for NL without preceeding CR.Hugo Hörnquist2019-02-05
|
* Made scheme code work again.Hugo Hörnquist2019-02-05
|
* Fix most memmory problems.Hugo Hörnquist2019-02-05
|
* Fix append.Hugo Hörnquist2019-02-05
|
* Fix up GC a tiny bit.Hugo Hörnquist2019-02-05
|
* Improve templating macros.Hugo Hörnquist2019-02-05
|
* Add single file mode.Hugo Hörnquist2019-02-05
|
* Improve ERR.Hugo Hörnquist2019-02-05
|
* Fix most memmory errors.Hugo Hörnquist2019-02-05
|
* Normalize and improve INIT & FREE macros.Hugo Hörnquist2019-02-05
|
* Work on propper memmory management for linked lists.Hugo Hörnquist2019-02-04
|
* Add linked list generic type.Hugo Hörnquist2019-02-03
|
* Loads of memmory fixes, among other.Hugo Hörnquist2019-02-03
|
* Update gitignore to contain parse and *.x.Hugo Hörnquist2019-02-03
|
* Add graphviz output for TRIE's.Hugo Hörnquist2019-02-03
| | | | | | | | Add simple output in dot format for trie structures. Along with a slightly updated main which handles a few more command line arguments. Also updated makefile to generate pdf's from dot files and dot-files from parse.
* Made .x files secoundary in makefile.Hugo Hörnquist2019-02-03
| | | | | | This ensures that make doesn't remove the %.x file after building. Allowing all othter files to be fine with that file not changing, and speeding up builds.