index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
references.c
Age
Commit message (
Expand
)
Author
2014-11-28
Use prefixed names for symbols from references.h
Nick Wellnhofer
2014-11-28
Use prefixed names for symbols from inlines.h
Nick Wellnhofer
2014-11-17
Rename ast.h to parser.h
Nick Wellnhofer
2014-11-16
Cast void pointers explicitly
Nick Wellnhofer
2014-11-16
Moved AST details from public header cmark.h to private ast.h.
John MacFarlane
2014-11-13
Removed ast modules, moved these defs back to cmark.h.
John MacFarlane
2014-11-09
Added MAX_LINK_LABEL_LENGTH to cmark.h.
John MacFarlane
2014-11-06
Reformatted code consistently.
John MacFarlane
2014-10-24
Renamed c program and library stmd -> cmark.
John MacFarlane
2014-10-24
Merge branch 'master' of https://github.com/tchetch/stmd into tchetch-master
John MacFarlane
2014-10-24
Use unsigned char, not char, throughout.
John MacFarlane
2014-10-18
Reindented c sources.
John MacFarlane
2014-10-06
- Use of calloc instead of malloc
tchetch
2014-09-15
Cleanup external APIs
Vicent Marti
2014-09-10
Do not create references with empty names
Vicent Marti
2014-09-10
Fix misc bugs
Vicent Marti
2014-09-10
Cleanup reference implementation
Vicent Marti