2021-11-26 15:14 | upates to README | gearsix | 1 | +18 | -10 |
2021-11-15 15:25 | fixed all the issues that started from the split refactor | gearsix | 5 | +109 | -102 |
2021-11-13 14:21 | suped up Makefile | gearsix | 1 | +24 | -4 |
2021-11-02 22:48 | added quick & dirty Makefile; removed txt2html binary | gearsix | 2 | +4 | -0 |
2021-11-02 22:34 | updated TODO | gearsix | 1 | +3 | -2 |
2021-11-02 22:30 | large re-work; added node.c parse.c, moved a lot of code from txt2html.c | gearsix | 5 | +387 | -340 |
2021-11-02 16:34 | started splitting txt2html.c up; added rule.c, txt2html.h. | gearsix | 3 | +100 | -49 |
2021-10-18 10:50 | added binary for dist | gearsix | 1 | +0 | -0 |
2021-09-07 10:56 | added PRE handling | gearsix | 2 | +18 | -8 |
2021-09-07 09:47 | cleanup in parsef | gearsix | 1 | +3 | -7 |
2021-08-30 12:27 | fixed memory leaks added in recent re-work; \n gets written (not ' '); | gearsix | 1 | +10 | -8 |
2021-08-30 11:09 | bugfix to closing final node | gearsix | 1 | +1 | -1 |
2021-08-28 10:30 | Merge branch 'master' of https://notabug.org/gearsix/txt2html | gearsix | 1 | +12 | -13 |
2021-08-28 10:02 | massive rewrite to txt2html.c (see below): | gearsix | 3 | +230 | -227 |
2021-08-27 12:53 | more tidyup: remove index param from isheading(); txt2html->buf2ast | gearsix | 1 | +93 | -96 |
2021-08-25 15:49 | added assertion to check ast size doesn't overrun ASTLIMIT | GeaRSiX | 1 | +7 | -3 |
2021-08-23 11:59 | Merge branch 'master' of https://notabug.org/gearsix/txt2html | gearsix | 3 | +636223 | -36 |
2021-08-23 10:49 | mostly tidyup - see below | GeaRSiX | 3 | +636223 | -36 |
2021-08-19 00:05 | minor tidy to ast | gearsix | 1 | +12 | -13 |
2021-08-18 23:21 | updated README; added items to BUGS | gearsix | 3 | +42 | -4 |
2021-08-18 22:12 | added help print; fixed arg parsing; added verbose logs; | gearsix | 1 | +34 | -9 |
2021-08-09 16:45 | updated BUGS | GeaRSiX | 1 | +2 | -2 |
2021-07-12 10:20 | fixed memory checks (valgrind); added assertions; | GeaRSiX | 1 | +52 | -45 |
2021-07-10 12:18 | tidyup to misc files | gearsix | 3 | +41 | -12 |
2021-07-10 12:10 | implemented -v arg; renamed OPT_HB->OPT_BR; | gearsix | 1 | +17 | -15 |
2021-07-10 11:25 | bugfix to <ol> only having 1 <li> item; fixes to continously running. | gearsix | 2 | +34 | -74 |
2021-07-10 02:01 | bugfix for double </ol> tags | gearsix | 2 | +1 | -1 |
2021-07-10 01:34 | implemented passing local files as args, had to move a lot about. | gearsix | 2 | +96 | -13 |
2021-07-09 23:30 | swapped newnode params; added parsing for unordered & ordered lists. | gearsix | 1 | +124 | -44 |
2021-06-30 19:15 | removed pread, was used during dev in last tidyup | gearsix | 1 | +0 | -35 |
2021-06-30 19:10 | Merge branch 'master' of https://notabug.org/gearsix/txt2html | gearsix | 1 | +9 | -21 |
2021-06-30 19:09 | readability/tidyup work; started breaking txt2html() into seperate functions | gearsix | 1 | +108 | -52 |
2021-06-24 22:07 | fixed some memory leaks i found after compiling with musl | gearsix | 1 | +9 | -21 |
2021-06-23 21:10 | added h1,h2,pre,li,ol,ul tags; fixed h1,h2 impl.; added closenode() | gearsix | 2 | +111 | -26 |
2021-06-20 23:10 | more work on TODO | gearsix | 1 | +10 | -9 |
2021-06-20 23:00 | rename writeP->writebuf, next->newnode; added ASTLIMIT | gearsix | 1 | +29 | -20 |
2021-06-20 22:59 | reformat TODO | gearsix | 1 | +10 | -10 |
2021-06-20 16:12 | implemented skeleton for AST & paragraphs | GeaRSiX | 4 | +264 | -0 |