aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* Fix off by one error in scm_from_strbuf.Hugo Hörnquist2019-02-03
|
* Change Scheme interop in C to use guile-snarf.Hugo Hörnquist2019-02-03
|
* Rework makefile, made .inc into .inc.h.Hugo Hörnquist2019-02-03
|
* Made code.scm do same stuff as main.Hugo Hörnquist2019-02-02
|
* Start work on a scheme interface.Hugo Hörnquist2019-02-02
|
* Broke read_vcalendar of into own file.Hugo Hörnquist2019-02-02
|
* Add -Wextra flag, fix resulting warnings.Hugo Hörnquist2019-01-26
|
* Add vim modeline to trie.inc.Hugo Hörnquist2019-01-26
|
* Clean up a number of comments, and remove TODO's.Hugo Hörnquist2019-01-22
|
* Makefile now places .o files in subdir.Hugo Hörnquist2019-01-22
|
* Rename hash_help.inc => hash.inc.Hugo Hörnquist2019-01-22
|
* Remove superfluous file trie.c.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
|
* Add very simple err header.Hugo Hörnquist2019-01-22
|
* Add trie data structure.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
|
* Add closedir.Hugo Hörnquist2019-01-21
|
* Add some TODO's.Hugo Hörnquist2019-01-20
|
* Fix some memmory errors.Hugo Hörnquist2019-01-20
| | | | And discovered some new ones.
* Set SAFE_STR in makefile.Hugo Hörnquist2019-01-20
|
* [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
|
* Fix memory leak.Hugo Hörnquist2019-01-16
|