2021-05-13 15:43 | tests: add another title test | Hiltjo Posthuma | 1 | +3 | -0 |
2021-05-13 15:04 | improve title parsing, must match either the amount of bytes or have only - or = on a line | Hiltjo Posthuma | 2 | +19 | -1 |
2021-05-13 14:58 | treat "---\n" as ruler (hr) | Hiltjo Posthuma | 2 | +3 | -0 |
2021-05-13 14:49 | tests: add more test-cases | Hiltjo Posthuma | 1 | +10 | -2 |
2021-05-13 14:48 | improve attribute parsing for links and images + do not output empty titles | Hiltjo Posthuma | 1 | +16 | -16 |
2021-05-13 12:41 | small code-style and "malloc" -> "realloc" | Hiltjo Posthuma | 1 | +2 | -2 |
2021-05-13 12:39 | add reading from file feature back, improve man page | Hiltjo Posthuma | 2 | +32 | -15 |
2021-05-13 12:21 | Makefile improvements, remove LIBOBJ which wasnt used | Hiltjo Posthuma | 1 | +23 | -18 |
2021-05-11 16:00 | testdoc: add some tests for titles | Hiltjo Posthuma | 1 | +19 | -0 |
2021-05-11 15:59 | change it so titles don't require the exact amount bytes/columns of - and = | Hiltjo Posthuma | 1 | +1 | -1 |
2021-05-11 15:44 | fix a regression in parsing when a link contains () + minor style fix | Hiltjo Posthuma | 1 | +7 | -7 |
2021-05-11 15:43 | tests: add 2 link tests | Hiltjo Posthuma | 1 | +4 | -0 |
2021-05-11 15:33 | image: allow title or dimensions and allow them in any order | Hiltjo Posthuma | 1 | +32 | -24 |
2021-05-11 15:33 | testdoc: add test for an unclosed quoted title attribute | Hiltjo Posthuma | 1 | +2 | -0 |
2021-05-11 15:30 | tests: add some tests | Hiltjo Posthuma | 1 | +10 | -0 |
2021-05-11 15:30 | LICENSE: reorder, maintainer of this fork | Hiltjo Posthuma | 1 | +1 | -1 |
2021-05-11 15:30 | add -l option to set lazyload hint for images that have dimensions | Hiltjo Posthuma | 2 | +9 | -2 |
2021-05-11 00:29 | some code simplifications | Hiltjo Posthuma | 1 | +3 | -6 |
2021-05-11 00:28 | rewrite man page to the mdoc format | Hiltjo Posthuma | 1 | +25 | -22 |
2021-05-11 00:23 | Makefile: package README and test file "testdoc" | Hiltjo Posthuma | 1 | +1 | -1 |
2021-05-11 00:22 | rename documentation to README | Hiltjo Posthuma | 1 | +0 | -0 |
2021-05-11 00:21 | fix undefined behaviour, cast for ctype functions | Hiltjo Posthuma | 1 | +5 | -5 |
2021-05-11 00:19 | remove parsing "--" | Hiltjo Posthuma | 1 | +0 | -4 |
2021-05-11 00:19 | code-style pass #2, else blocks | Hiltjo Posthuma | 1 | +7 | -8 |
2021-05-11 00:17 | micro-optimization: fputc (function) -> putc (possible macro) | Hiltjo Posthuma | 1 | +6 | -6 |
2021-05-11 00:13 | code-style pass #1, also using sizeof(char) is retarded | Hiltjo Posthuma | 1 | +196 | -164 |
2021-05-11 00:01 | add pledge support, remove file argument option | Hiltjo Posthuma | 2 | +18 | -8 |
2021-05-10 23:57 | testdoc: add some tests for image dimension feature | Hiltjo Posthuma | 1 | +9 | -0 |
2021-05-10 23:54 | remove LICENSE header in C file, please see the LICENSE file | Hiltjo Posthuma | 1 | +1 | -6 |
2021-05-10 23:54 | remove smu.h | Hiltjo Posthuma | 1 | +0 | -19 |
2021-05-10 23:52 | order includes | Hiltjo Posthuma | 1 | +2 | -2 |
2021-05-10 23:51 | simplify malloc | Hiltjo Posthuma | 1 | +4 | -7 |
2021-05-10 23:48 | strip trailing whitespace from links also if theres no title | Hiltjo Posthuma | 1 | +2 | -1 |
2021-05-10 23:47 | add support for image dimensions and fix a crash | Hiltjo Posthuma | 1 | +14 | -3 |
2021-05-10 23:43 | Makefile: simplify, respect system flags | Hiltjo Posthuma | 2 | +27 | -56 |
2021-05-10 23:42 | only escape quotes in attributes, in HTML text nodes it's not needed and ugly | Hiltjo Posthuma | 1 | +24 | -7 |
2021-05-10 23:41 | LICENSE: start fork | Hiltjo Posthuma | 1 | +1 | -0 |
2019-10-03 11:24 | Handle empty lines with whitespace in lists | Karl Bartel | 1 | +10 | -6 |
2019-10-02 20:20 | Fix blockquotes | Karl Bartel | 1 | +16 | -6 |
2019-10-02 11:07 | Lists only continue when using same marker | Karl Bartel | 1 | +5 | -3 |
2019-10-02 11:06 | End list when indent is not reached | Karl Bartel | 1 | +2 | -0 |
2019-10-02 11:03 | Fix paragraphs after ruler | Karl Bartel | 1 | +1 | -1 |
2019-09-29 16:46 | Support literal quotes in titles | Karl Bartel | 1 | +3 | -2 |
2019-09-29 16:16 | Keep HTML comments in output | Karl Bartel | 1 | +1 | -0 |
2019-09-29 15:36 | Ignore single space around code span | Karl Bartel | 1 | +8 | -0 |
2019-09-29 15:27 | Skip empty lines at end of code block | Karl Bartel | 1 | +6 | -0 |
2019-09-29 15:27 | Code blocks need four spaces indentation | Karl Bartel | 1 | +1 | -1 |
2019-09-29 15:02 | Code blocks should contain the ending newline | Karl Bartel | 1 | +2 | -2 |
2019-09-29 14:57 | Allow link target in angular brackets | Karl Bartel | 1 | +7 | -0 |
2019-09-28 21:27 | Handle nested parens in links | Karl Bartel | 1 | +16 | -5 |
2019-06-21 07:22 | prepare v1.5 | Enno Boland | 1 | +1 | -1 |
2018-03-27 07:45 | documentation: fix language | Enno Boland | 1 | +1 | -2 |
2018-03-27 01:47 | Yhis is not a word | slump64 | 1 | +1 | -1 |
2017-08-17 06:11 | Merge pull request #6 from nabijaczleweli/master | Enno Boland | 1 | +11 | -10 |
2017-08-16 23:40 | Make documentation slightly more English | nabijaczleweli | 1 | +11 | -10 |
2016-01-20 22:13 | fix shortlinks when -n is not given. #4 | Enno Boland | 1 | +2 | -2 |
2014-11-28 09:12 | remove useless .hgtags | Enno Boland | 1 | +0 | -42 |
2014-11-28 09:10 | prepare 1.4 release. | Enno Boland | 1 | +1 | -1 |
2014-11-28 09:09 | rework BUGS section in manpage. Point users to github. | Enno Boland | 1 | +1 | -1 |
2014-11-28 09:08 | update license. | Enno Boland | 1 | +1 | -1 |
2014-11-28 09:07 | apply whitespace cleaning by Hiltjo Posthuma. Thanks mate! | Enno Boland | 1 | +3 | -4 |
2014-11-28 09:06 | apply img and anchor support written by Hiltjo Posthuma. Thanks mate! | Enno Boland | 2 | +49 | -7 |
2014-05-14 21:43 | Merge pull request #3 from Ypnose/master | Enno Boland | 1 | +1 | -1 |
2014-05-14 20:32 | Remove newline after <p> | Ypnose | 1 | +1 | -1 |
2014-02-23 20:51 | Merge pull request #2 from mstevens/master | Enno Boland | 1 | +2 | -2 |
2013-12-07 18:24 | Minor english improvements to docs | Michael Stevens | 1 | +2 | -2 |
2013-06-23 09:19 | Merge pull request #1 from mrdomino/master | Enno Boland | 2 | +8 | -2 |
2013-06-22 19:59 | Fix escaping with surrounds | Steven Dee | 2 | +6 | -2 |
2013-06-22 20:05 | Add test case for non-processing in "`" | Steven Dee | 1 | +2 | -0 |
2008-07-03 06:55 | small fixes reported by Johannes. Thx btw :) | Enno Boland (Gottox) | 1 | +2 | -2 |
2008-07-02 07:43 | adding reallocz, adding workaround for segfault, some reformating. | Enno Boland (Gottox) | 1 | +21 | -9 |
2008-07-02 06:03 | removing libsmu.c. I thought it was already gone... | Enno Boland (Gottox) | 1 | +0 | -557 |
2008-07-01 20:10 | don't remove comments when -n is set. | Enno Boland (Gottox) | 1 | +1 | -1 |
2008-07-01 20:01 | rewriting dohtml, adding docomment, rewriting arg-loop. | Enno Boland (Gottox) | 2 | +108 | -95 |
2008-06-28 19:06 | Adding args unlib patch. | Enno Boland (Gottox) | 3 | +567 | -26 |
2008-06-18 06:00 | turning smu into a library, thanks arg. | Enno Boland (Gottox) | 5 | +602 | -561 |
2008-03-16 13:19 | Added tag 1.3 for changeset 4faa926444a2 | Enno Boland (Gottox) | 1 | +1 | -0 |
2008-03-16 13:19 | version 1.3 | Enno Boland (Gottox) | 1 | +1 | -1 |
2008-03-16 12:48 | typo fix | Enno Boland (Gottox) | 1 | +1 | -1 |
2008-01-29 11:59 | new ascii logo. | gottox@work | 1 | +3 | -4 |
2008-01-28 13:13 | preventing from unwanted output. | gottox@work | 1 | +2 | -3 |
2008-01-28 13:10 | More documentation; fixed dosurround | gottox@work | 2 | +51 | -41 |
2008-01-28 12:08 | Removing unsigned where values are signed :/ | gottox@work | 1 | +23 | -23 |
2008-01-26 11:45 | Added workaround for strong and emphatic texts. | gottox@rootkit.lan | 1 | +3 | -1 |
2008-01-22 09:50 | renamed smutest into testdoc. Added documentation. Changed copyright. | gottox@rootkit | 5 | +193 | -3 |
2008-01-14 13:27 | Added tag 1.1 for changeset 08f7f8e8aa42 | gottox@rootkit.lan | 1 | +1 | -0 |
2008-01-14 13:27 | version 1.1 | gottox@rootkit.lan | 1 | +1 | -1 |
2008-01-14 13:27 | Remove blank lines | gottox@rootkit.lan | 1 | +0 | -4 |
2008-01-14 13:27 | Added smutest | gottox@rootkit.lan | 1 | +59 | -0 |
2008-01-14 13:19 | dogtlt filled | gottox@rootkit.lan | 1 | +17 | -0 |
2008-01-14 12:52 | <hr /> is now more proper. | gottox@rootkit.lan | 1 | +9 | -5 |
2008-01-14 12:43 | smu handles big files correctly now. | gottox@rootkit.lan | 1 | +2 | -2 |
2008-01-05 21:55 | hr works again. It's a little hacky :/ | gottox@rootkit.lan | 1 | +3 | -2 |
2008-01-04 11:04 | Removed comments and unneeded replace rules ('- - -' should be readded later.) | gottox@rootkit.lan | 1 | +2 | -16 |
2008-01-04 10:52 | dd function dogtlt; added Szabolcs' patch | gottox@rootkit.lan | 2 | +138 | -115 |
2008-01-01 19:02 | dolineprefix can now work without newblock | gottox@rootkit.lan | 1 | +8 | -3 |
2008-01-01 14:30 | Fixed bugs reported by nsz_ | gottox@rootkit.lan | 1 | +2 | -1 |
2008-01-01 13:56 | Added tag 1.0 for changeset 3ad9696d5e22 | gottox@rootkit.lan | 1 | +1 | -0 |
2008-01-01 13:56 | version 1.0 | gottox@rootkit.lan | 1 | +1 | -1 |
2008-01-01 13:52 | renamed project to smu - simple markup | gottox@rootkit.lan | 6 | +578 | -578 |
2007-12-27 18:22 | Added tag 0.9 for changeset c900c67d79a4 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-27 18:22 | version 0.9 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-27 18:22 | correcting some minor issues | gottox@rootkit.lan | 2 | +5 | -3 |
2007-12-17 07:34 | Nicer output in Makefile; dounderline ends with \n; adding -Werror; dohtml uses newblock; some cleanups | gottox@rootkit.lan | 3 | +6 | -7 |
2007-12-15 22:16 | Added tag 0.8.1 for changeset fc0c3329b45e | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-15 22:16 | version 0.8.1 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-15 22:16 | small bugfix in dolist; Code cleaning | gottox@rootkit.lan | 1 | +7 | -6 |
2007-12-15 00:27 | Added tag 0.8 for changeset 74c480b07786 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-15 00:27 | version 0.8 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-15 00:25 | Removing todo | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-15 00:24 | Correcting newlines; Correcting Makefile | gottox@rootkit.lan | 2 | +1 | -3 |
2007-12-15 00:12 | Removing (hopefully) unneeded "b[i+1] = '\0'" | gottox@rootkit.lan | 1 | +3 | -4 |
2007-12-14 23:51 | now dolist works in non block context | gottox@rootkit.lan | 1 | +7 | -3 |
2007-12-14 19:13 | main returns now EXIT_SUCCESS | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-14 16:41 | Added tag 0.7 for changeset 96fca17bc7af | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-14 16:41 | version 0.7 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-14 16:40 | <pre><code> instead of </pre> | gottox@rootkit.lan | 1 | +24 | -24 |
2007-12-14 16:31 | do...-functions return now a value < 0 if the are block or > 0 of they are inline | gottox@rootkit.lan | 1 | +57 | -71 |
2007-12-14 11:48 | moving functions | gottox@rootkit.lan | 1 | +19 | -14 |
2007-12-14 11:41 | -Wall does not produce warnings anymore. | gottox@rootkit.lan | 2 | +9 | -6 |
2007-12-14 07:33 | Added tag 0.6 for changeset d4cb111ef215 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-14 07:33 | version 0.6 | gottox@rootkit.lan | 2 | +3 | -3 |
2007-12-14 07:10 | Support for Backslashing. Correcting lineprefixes. dolist supports \t; correction in doparagraph; correction in dosurround | gottox@rootkit.lan | 1 | +41 | -21 |
2007-12-13 20:23 | changed whole newline handling | gottox@rootkit.lan | 1 | +75 | -66 |
2007-12-13 13:19 | Added tag 0.5.2 for changeset 332d7bb64397 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-13 13:19 | Added tag 0.5.2 for changeset c07e110a3906 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-13 13:18 | Added tag 0.5.2 for changeset 74c27a7a3b34 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-13 13:18 | Added tag 0.5.2 for changeset 91dc651b498a | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-13 13:18 | version 0.5.2 | gottox@rootkit.lan | 2 | +2 | -1 |
2007-12-13 13:17 | Added tag 0.5.1 for changeset 4cca231c7e1e | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-13 13:12 | two sequently paragraphs are now recognized properly | gottox@rootkit.lan | 1 | +14 | -19 |
2007-12-13 12:44 | newline stripping works again | gottox@rootkit.lan | 1 | +2 | -2 |
2007-12-13 12:42 | Further small fixes | gottox@rootkit.lan | 1 | +7 | -5 |
2007-12-13 12:04 | Fixed dolist bug reported by Szabolcs New handling of newlines. | gottox@rootkit.lan | 1 | +35 | -21 |
2007-12-12 05:37 | Added tag 0.5.1 for changeset b709f9e5341f | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 05:37 | version 0.5.1 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-12 05:37 | Small bugfix | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-12 04:59 | Added tag 0.5 for changeset 18e839b3bd80 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:58 | Added tag 0.5 for changeset b8b4401fc0de | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:56 | Added tag 0.5 for changeset b00a47e86779 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:55 | Added tag 0.5 for changeset b1c76ee70dd3 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:53 | Added tag 0.5 for changeset 7ab66c8837b5 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:52 | Added tag 0.5 for changeset 570d3d3c6658 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:51 | Added tag 0.5 for changeset 378fa4293aad | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:51 | version 0.5 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-12 04:48 | Added tag 0.5 for changeset ec2366b010d6 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:47 | Added tag 0.5 for changeset 11fc33f591cf | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:45 | Added tag 0.5 for changeset a514bac7709e | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:45 | version 0.5 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 04:42 | more (semi-)proper HTML-escaping | gottox@rootkit.lan | 1 | +37 | -9 |
2007-12-12 02:54 | improved memory managment | gottox@rootkit.lan | 1 | +13 | -8 |
2007-12-12 00:24 | version 0.4.3 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-12 00:23 | Add missing \0 | gottox@rootkit.lan | 1 | +2 | -0 |
2007-12-12 00:08 | Added tag 0.4.2 for changeset 5574c1a93294 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 00:07 | even more stupid bug -.- | gottox@rootkit.lan | 2 | +2 | -2 |
2007-12-12 00:03 | Added tag 0.4.1 for changeset ac528246642d | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-12 00:03 | version 0.4.1 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-12 00:02 | Fixed small bug in dolist | gottox@rootkit.lan | 1 | +2 | -2 |
2007-12-11 22:30 | Added tag 0.4 for changeset ae25d6eaa753 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-11 22:30 | version 0.4 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-11 22:29 | dounderline works with paragraph | gottox@rootkit.lan | 1 | +12 | -6 |
2007-12-11 22:18 | There is no h7 -.- | gottox@rootkit.lan | 1 | +0 | -1 |
2007-12-11 22:17 | (semi-)proper HTML-escaping; some cleanups | gottox@rootkit.lan | 1 | +22 | -5 |
2007-12-11 21:34 | dolist and doparagraph are working better now | gottox@rootkit.lan | 1 | +26 | -16 |
2007-12-11 19:14 | dolineprefix works now with doparagraph | gottox@rootkit.lan | 1 | +10 | -7 |
2007-12-11 17:38 | Added doparagraph parser. Removed ERRMALLOC constant. changed "<hr />" from "---" to "- - -" linebreak is now markdown compatible | gottox@rootkit.lan | 1 | +31 | -11 |
2007-12-11 11:17 | Removed fixed bug from manpage | gottox@rootkit.lan | 1 | +0 | -3 |
2007-12-11 11:01 | Added tag 0.3 for changeset d691b2b8090e | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-11 11:01 | version 0.3 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-11 10:55 | replaced desclen and linklen by descend and linkend images are now stackable into links. | gottox@rootkit.lan | 1 | +15 | -13 |
2007-12-10 18:46 | Adding image link bug to manpage | gottox@rootkit.lan | 1 | +3 | -0 |
2007-12-10 18:33 | fixing bug in dolist adding insert to doreplace | gottox@rootkit.lan | 1 | +20 | -15 |
2007-12-10 17:24 | fixing typo in manpage | gottox@rootkit.lan | 1 | +3 | -0 |
2007-12-10 17:21 | some reformating fixing shortlink | gottox@rootkit.lan | 2 | +8 | -13 |
2007-12-10 15:14 | Added tag 0.2 for changeset 3b0b45a6d547 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:14 | version 0.2 | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-10 15:14 | Added tag 0.2 for changeset 617f7e7d3127 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:14 | Removed tag 0.2 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:14 | Added tag 0.1 for changeset cf814e719492 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:13 | Removed tag 0.1 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:12 | Added tag 0.1 for changeset cf814e719492 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:12 | Removed tag add | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:12 | Added tag add for changeset cf814e719492 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:11 | Added tag 0.2 for changeset cf814e719492 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:11 | Removed tag 0.2 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:08 | Removed tag 0.1 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:08 | Added tag 0.2 for changeset 72717892ade5 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 15:08 | Adding list support | gottox@rootkit.lan | 1 | +57 | -1 |
2007-12-10 12:46 | Adding dolist which I forgot in last commit | gottox@rootkit.lan | 1 | +7 | -0 |
2007-12-10 12:44 | rearrange functions Added alternative notation of headings | gottox@rootkit.lan | 1 | +77 | -62 |
2007-12-10 12:26 | Typo. | gottox@rootkit.lan | 1 | +1 | -1 |
2007-12-10 12:25 | fixing typo. Thanks to Antoni | gottox@rootkit.lan | 2 | +2 | -2 |
2007-12-10 11:44 | Added tag 0.1 for changeset cf814e719492 | gottox@rootkit.lan | 1 | +1 | -0 |
2007-12-10 11:43 | Adding Makefile, changing to MIT/X License | gottox@rootkit.lan | 5 | +117 | -19 |
2007-12-10 11:13 | fixing stupid mistake adding shortlink support | gottox@rootkit.lan | 1 | +45 | -3 |
2007-12-10 10:33 | Add nohtml switch | gottox@rootkit.lan | 1 | +11 | -5 |
2007-12-10 10:23 | renaming errstr to format adding hprint | gottox@rootkit.lan | 1 | +25 | -15 |
2007-12-10 03:08 | moving markdown.c to cmarkdown.c adding header a bunch of other stuff. | gottox@rootkit.lan | 2 | +287 | -255 |
2007-12-10 01:35 | Initial checkin | gottox@rootkit.lan | 1 | +255 | -0 |