index
:
smu.git
master
Simple markdown-like to html compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmarkdown.c
Age
Commit message (
Expand
)
Author
2007-12-15
now dolist works in non block context
gottox@rootkit.lan
2007-12-14
main returns now EXIT_SUCCESS
gottox@rootkit.lan
2007-12-14
<pre><code> instead of </pre>
gottox@rootkit.lan
2007-12-14
do...-functions return now a value < 0 if the are block or > 0 of they are in...
gottox@rootkit.lan
2007-12-14
moving functions
gottox@rootkit.lan
2007-12-14
-Wall does not produce warnings anymore.
gottox@rootkit.lan
2007-12-14
version 0.6
gottox@rootkit.lan
2007-12-14
Support for Backslashing. Correcting lineprefixes. dolist supports \t; correc...
gottox@rootkit.lan
2007-12-13
changed whole newline handling
gottox@rootkit.lan
2007-12-13
two sequently paragraphs are now recognized properly
gottox@rootkit.lan
2007-12-13
newline stripping works again
gottox@rootkit.lan
2007-12-13
Further small fixes
gottox@rootkit.lan
2007-12-13
Fixed dolist bug reported by Szabolcs
gottox@rootkit.lan
2007-12-12
Small bugfix
gottox@rootkit.lan
2007-12-12
version 0.5
gottox@rootkit.lan
2007-12-12
more (semi-)proper HTML-escaping
gottox@rootkit.lan
2007-12-12
improved memory managment
gottox@rootkit.lan
2007-12-12
Add missing \0
gottox@rootkit.lan
2007-12-12
even more stupid bug -.-
gottox@rootkit.lan
2007-12-12
Fixed small bug in dolist
gottox@rootkit.lan
2007-12-11
dounderline works with paragraph
gottox@rootkit.lan
2007-12-11
There is no h7 -.-
gottox@rootkit.lan
2007-12-11
(semi-)proper HTML-escaping; some cleanups
gottox@rootkit.lan
2007-12-11
dolist and doparagraph are working better now
gottox@rootkit.lan
2007-12-11
dolineprefix works now with doparagraph
gottox@rootkit.lan
2007-12-11
Added doparagraph parser.
gottox@rootkit.lan
2007-12-11
replaced desclen and linklen by descend and linkend
gottox@rootkit.lan
2007-12-10
fixing bug in dolist
gottox@rootkit.lan
2007-12-10
some reformating
gottox@rootkit.lan
2007-12-10
Adding list support
gottox@rootkit.lan
2007-12-10
Adding dolist which I forgot in last commit
gottox@rootkit.lan
2007-12-10
rearrange functions
gottox@rootkit.lan
2007-12-10
Adding Makefile, changing to MIT/X License
gottox@rootkit.lan
2007-12-10
fixing stupid mistake
gottox@rootkit.lan
2007-12-10
Add nohtml switch
gottox@rootkit.lan
2007-12-10
renaming errstr to format
gottox@rootkit.lan
2007-12-10
moving markdown.c to cmarkdown.c
gottox@rootkit.lan