Age | Commit message (Collapse) | Author |
|
The new functions cmark_new_doc_parser,
cmark_free_doc_parser, cmark_process_line, and cmark_finish
allow you to feed lines one by one (possibly from several
files) to the parser and call finish when you're done.
This is now used in main for mulitple files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This caused problems with macros.
|
|
|
|
|
|
|
|
They can be compiled on linux; all that is needed is the mingw32
package.
|
|
|
|
|
|
|
|
|
|
|
|
We'll mark public functions as "default".
|
|
|
|
|
|
|
|
Minor modifications
|
|
|
|
|
|
|
|
|
|
`make TIMER=1` to build with timings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It seems that what works with gmake fails with BSD make and
vice versa?
|
|
|
|
|
|
|
|
Fix namespace pollution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Include spec.html. Delete temp directory after creating tarball.
|
|
Include a modified Makefile in source dist tarball.
|