aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c (follow)
Commit message (Collapse)AuthorAge
* Vill inte.Hugo Hörnquist2019-02-23
|
* Even more work.Hugo Hörnquist2019-02-23
|
* Something.Hugo Hörnquist2019-02-23
|
* strbufHugo Hörnquist2019-02-22
|
* Build, but doesn't link.Hugo Hörnquist2019-02-22
|
* Fix c++ compile warnings.Hugo Hörnquist2019-02-21
|
* Made to compile as C++.Hugo Hörnquist2019-02-18
|
* Rewrote content_line, and how parameters are stored.Hugo Hörnquist2019-02-15
|
* Merge strbuf copy functions.Hugo Hörnquist2019-02-15
|
* Remove SAFE_STR, making strbuf always safe.Hugo Hörnquist2019-02-10
|
* Improve strbuf.Hugo Hörnquist2019-02-10
|
* Add formatting macros.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
|
* Fix most memmory problems.Hugo Hörnquist2019-02-05
|
* Improve ERR.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
|
* 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
|
* Fix crash.Hugo Hörnquist2019-01-22
|
* Start using trie's instead of hash-maps.Hugo Hörnquist2019-01-22
|
* 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.
* Works reasonably well for single calendar files.Hugo Hörnquist2019-01-17
|
* Further work.Hugo Hörnquist2019-01-17