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 |
| 99 more commits remaining, fetch the repository |