diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-10-24 11:36:32 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-10-24 11:36:32 -0700 |
commit | e931841b27faa7de3d755cb3a6083acf7a464143 (patch) | |
tree | e0f6806dbc39d0cb01187adf9b53f97168cd0b6c /TODO | |
parent | 8b1a5abc80685c1caa2ca825e468902356989aa9 (diff) | |
parent | 9e30ca443275356c1693ab785d700c280d5dfa8c (diff) |
Merge branch 'emphstack'
Conflicts:
Makefile
js/lib/inlines.js
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1 +1,8 @@ +- leakcheck reveals leak in new stmd code + Create a function to remove and free a stack entry + Use a while loop to remove and free all stack entries from top to the + one we're matching. +- use name other than subj->last_emphasis + +- in js: make a proper stack (linked list) rather than using an array? |