aboutsummaryrefslogtreecommitdiff
path: root/parse.c (follow)
Commit message (Collapse)AuthorAge
* Everything broken, again.c++2Hugo Hörnquist2019-02-23
|
* Vill inte.Hugo Hörnquist2019-02-23
|
* Even more work.Hugo Hörnquist2019-02-23
|
* restHugo Hörnquist2019-02-22
|
* Build, but doesn't link.Hugo Hörnquist2019-02-22
|
* Made to compile as C++.Hugo Hörnquist2019-02-18
|
* Move fold function.Hugo Hörnquist2019-02-15
|
* Add character escaping.Hugo Hörnquist2019-02-15
|
* Add ERR_P macro.Hugo Hörnquist2019-02-15
|
* 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
|
* Minor cleanup.Hugo Hörnquist2019-02-10
|
* Add support for parameters in parser!Hugo Hörnquist2019-02-10
|
* Add push_strbuf function.Hugo Hörnquist2019-02-10
|
* Minor general cleanup.Hugo Hörnquist2019-02-10
|
* Extend parsing to handle tree's of vcomponents.Hugo Hörnquist2019-02-09
|
* V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist2019-02-08
|
* Code cleanup and add documentation.Hugo Hörnquist2019-02-06
|
* Add support for NL without preceeding CR.Hugo Hörnquist2019-02-05
|
* Fix most memmory problems.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
|
* Add linked list generic type.Hugo Hörnquist2019-02-03
|
* Loads of memmory fixes, among other.Hugo Hörnquist2019-02-03
|
* Add -Wextra flag, fix resulting warnings.Hugo Hörnquist2019-01-26
|
* Clean up a number of comments, and remove TODO's.Hugo Hörnquist2019-01-22
|
* Fixed all leaks.Hugo Hörnquist2019-01-22
|
* Fix crash.Hugo Hörnquist2019-01-22
|
* Start using trie's instead of hash-maps.Hugo Hörnquist2019-01-22
|
* Replace some stack allocations with SNEW.Hugo Hörnquist2019-01-21
|
* Remove all explicit malloc's.Hugo Hörnquist2019-01-21
|
* Rename all instances of string to strbuf.Hugo Hörnquist2019-01-21
|
* Bunch of renames + macros.Hugo Hörnquist2019-01-21
|
* Fix some memmory errors.Hugo Hörnquist2019-01-20
| | | | And discovered some new ones.
* [BROKEN] Work on adding hash tables.Hugo Hörnquist2019-01-19
|
* Can now parse entire directory in one go.Hugo Hörnquist2019-01-17
|
* Works reasonably well for single calendar files.Hugo Hörnquist2019-01-17
|
* Further work.Hugo Hörnquist2019-01-17
|
* Initial commit.Hugo Hörnquist2019-01-15