sekimura
|
fc621e2ced
|
* renamed Text::Markdown::XS to Text::Markdown::PegMarkdown
|
16 years ago |
sekimura
|
432c1f483c
|
* started to use MYEXTLIB to link ext/libpeg_markdown.so to XS.so
|
16 years ago |
sekimura
|
c9d1aa6fba
|
* added some rules to ignore files under "ext" dir
|
16 years ago |
sekimura
|
be4858209a
|
* modified library name as the same as rpeg-markdown
|
16 years ago |
sekimura
|
23e56d1433
|
* added ext/Makefile.PL to make a shared library: libpeg_markdown.so
|
16 years ago |
sekimura
|
cb2b9d4751
|
* use git submodules to track peg-markdown
|
16 years ago |
sekimura
|
2265321e90
|
* use peg-markdown instead of discount
|
16 years ago |
sekimura
|
4afeedc0a5
|
* use tidy
|
16 years ago |
sekimura
|
3f5d58f450
|
*added the vim swap-file: *.swp
|
16 years ago |
sekimura
|
7dc54583ea
|
* added MarkdownTest_1.0.3
|
16 years ago |
sekimura
|
4c230c2695
|
use sv_setpv() to add "\n" at the end of html
|
16 years ago |
sekimura
|
63982e83f2
|
Merge branch 'master' of git@github.com:sekimura/text-markdown-xs
|
16 years ago |
sekimura
|
0bbb6f55e4
|
* use PREFIX
* use PREINIT
* put Safefree() to see how it works
* renamed _markdown() to markdown()
|
16 years ago |
Masayoshi Sekimura
|
2a7b588794
|
spaces
|
16 years ago |
Masayoshi Sekimura
|
cb3788b65e
|
updated .gitignore
|
16 years ago |
Masayoshi Sekimura
|
607c2598bb
|
added a note to create shared library of Discount
|
16 years ago |
sekimura
|
bcba3cafc3
|
* clean up unused header files
* don't call strcat(), making segfault (or bus error on Mac OS X),
missing a line feed at the end is better than getting fatal error
|
16 years ago |
sekimura
|
37c1ccf2cf
|
* use 5.008001
* use newSVpvn instead of newSVpv
|
16 years ago |
sekimura
|
32db960389
|
* put "\n" at the end of result
|
16 years ago |
sekimura
|
2c46fcb478
|
Initial commit
|
16 years ago |