💾 Archived View for gmi.noulin.net › gitRepositories › md4c › log.gmi captured on 2024-08-19 at 05:14:24. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
git clone https://noulin.net/git/md4c.git
Date - Commit message - Author
2023-01-20 12:05 - Fix issue with conceal/hidden mark !text! - Remy Noulin
2022-12-26 19:20 - add effects in markdown syntax - Remy Noulin
2022-12-26 19:19 - add _ for underline and __ for bold instead of underline - Remy Noulin
2017-09-29 20:21 - create md4c sheepy spm package - Remy Noulin
2017-09-11 09:07 - Avoid initializing strings with literals without '\0' terminator. - Martin Mitas
2017-09-11 08:55 - md_build_attribute: Handle U+0000 character. - Martin Mitas
2017-08-31 12:49 - Fix path in codecov.yml - Martin Mitas
2017-08-30 14:06 - Merge branch 'master' of https://github.com/mity/md4c - Martin Mitas
2017-08-30 14:05 - Add codecov.yml to ignore test dir in coverage reports. - Martin Mitas
2017-08-28 14:16 - render_html: Get rid of global variable. - Martin Mitas
2017-08-28 14:14 - render_html: Add a new line after <ol>. - Martin Mitas
2017-08-16 16:15 - Simplify the pathological test "many references". - Martin Mitas
2017-08-16 14:34 - Add regression test for #24. - Martin Mitas
2017-08-16 14:01 - Fix problematic link destinations with angle brackets. - Martin Mitas
2017-08-13 09:47 - .travis.yml: Make sure we make a debug build. - Martin Mitas
2017-08-13 09:24 - README.md: Improve badge labels. - Martin Mitas
2017-08-13 09:03 - .travis.yml: Install python3 for running tests. - Martin Mitas
2017-08-13 08:57 - Create code coverage report by lcov. - Martin Mitas
2017-08-13 08:47 - Migrate code coverage reporting from coveralls.io to codecov.io. - Martin Mitas
2017-08-03 09:59 - CMakeLists.txt: Do not force -O2 in the release build. - Martin Mitas
2017-08-01 22:41 - Bump version to 0.2.3. - Martin Mitas
2017-08-01 22:40 - README.md: Upgrade CommonMark version to 0.28. - Martin Mitas
2017-01-08 08:25 - md_is_link_destination_B: Apply new spec rules for parenthesis. - Martin Mitas
2017-01-08 08:14 - md_process_inlines: Apply new spec rules for emph/strong emph. - Martin Mitas
2017-08-01 22:37 - Upgrade to CommonMark specification 0.28. - Martin Mitas
2017-07-24 19:17 - Improve/unify output of test scripts. - Martin Mitas
2017-07-24 19:07 - pathological_tests.py: Add test for reference definition lookup. - Martin Mitas
2017-07-24 22:26 - MD_MARK structure: Do not limit prev/next members to 24 bits. - Martin Mitas
2017-07-24 22:08 - md_analyze_marks: Make the function inline. - Martin Mitas
2017-07-24 21:59 - md_analyze_marks: Remove unneeded parameters. - Martin Mitas
2017-07-24 21:14 - md_analyze_marks: Walk only required range of the marks. - Martin Mitas
2017-07-24 18:15 - pathological_tests.py: Allow Windowish line ends. - Martin Mitas
2017-07-24 17:27 - Add pathological_tests.py from cmark. - Martin Mitas
2017-07-24 18:09 - md_analyze_simple_pairing_mark: Fix the "rule of three". - Martin Mitas
2017-07-24 17:42 - md_collect_marks: Minor refactorization of emhasis handler. - Martin Mitas
2017-07-21 22:56 - md_build_attribute: Propagate NULL string if attribute is empty. - Martin Mitas
2017-07-20 13:54 - Avoid heap allocations when building trivial MD_ATTRIBUTE. - Martin Mitas
2017-07-18 17:04 - md_build_ref_def_hashtable: Fix variable conflict. - Martin Mitas
2017-07-18 16:50 - Merge branch 'hash' - Martin Mitas
2017-07-18 16:01 - Rework ref. def. dictionary. - Martin Mitas
2017-07-17 06:50 - Refactor: Isolate dictionary of reference defintions. - Martin Mitas
2017-07-18 16:02 - Remove unused structure member. - Martin Mitas
2017-07-15 16:40 - Add 2017 into copyright notes. - Martin Mitas
2017-07-14 14:49 - README.md: Minor update. - Martin Mitas
2017-07-14 00:22 - render_url_escaped: Fix escaping of ampersand. - Martin Mitas
2017-07-14 00:06 - Improve URL autolinks extension. - Martin Mitas
2017-07-13 17:18 - Get rid of unneeded MD_LINK_REF_DEF::index. - Martin Mitas
2017-07-13 16:54 - Improve lookup of link reference definitions. - Martin Mitas
2017-07-13 14:23 - entity_lookup: Make it return UTF-32 codepoints. - Martin Mitas
2017-07-12 21:30 - Implement strikethrough extension. - Martin Mitas
2017-07-12 20:52 - md2html/md2html.c: Add options for Markdown dialect. - Martin Mitas
2017-05-04 14:33 - Merge branch 'master' of https://github.com/mity/md4c - Martin Mitas
2017-03-19 21:19 - use typedef structs that are compatible with both c and c++ - ale rimoldi
2017-01-04 15:41 - Bump version to 0.2.2 - Martin Mitas
2017-01-04 20:57 - md_analyze_simple_pairing_mark: Fix gcc warning. - Martin Mitas
2017-01-04 13:40 - Fix "rule of three" for emphasis resolution (issue #14). - Martin Mitas
2017-01-04 13:29 - md_rollback: Do not play with the mark flag MD_MARK_LEAF. - Martin Mitas
2017-01-01 22:52 - md_link_label_eq: Remove harmful anti-optimization. - Martin Mitas
2017-01-01 16:40 - Minor code cleanup. - Martin Mitas
2017-01-01 16:26 - md_analyze_line: Optimize scanning for end of line. - Martin Mitas
2016-12-27 23:02 - Add macros MD_DIALECT_COMMONMARK and MD_DIALECT_GITHUB. - Martin Mitas
2016-12-21 18:17 - Propagate to renderer more info about lists (issue #13). - Martin Mitas
2016-12-16 10:23 - .travis.yml: Add md2html to coveralls upload. - Martin Mitas
2016-12-16 09:16 - render_html.c: Fix build with MSVC. - Martin Mitas
2016-12-16 09:06 - Add some versioning info. - Martin Mitas
2016-12-16 08:59 - render_html.c: Unify use of char versus MD_CHAR. - Martin Mitas
2016-12-16 08:47 - md2html: Isolate HTML renderer into render_html.c (issue #8). - Martin Mitas
2016-12-15 12:18 - test/coverage.txt: Add some tests for higher code coverage. - Martin Mitas
2016-12-14 15:51 - md_enter_child_containers: Fix crash (issue #10). - Martin Mitas
2016-12-12 17:04 - README.md: Improve wording. - Martin Mitas
2016-12-07 22:56 - Handle images more like links. - Martin Mitas
2016-12-07 22:24 - README.md: Minor update. - Martin Mitas
2016-12-07 17:29 - Minor cleanup. - Martin Mitas
2016-12-07 14:08 - md_do_normalize_string: Fix checking whether we are done. - Martin Mitas
2016-12-07 14:00 - md_setup_fenced_code_detail: Fix size of temp. buffer. - Martin Mitas
2016-12-07 12:43 - md_do_normalize_string: Fix handling of escaped backslash ("\\"). - Martin Mitas
2016-12-07 12:22 - Handle escapes in code fence info string. - Martin Mitas
2016-12-07 12:04 - Handle escape sequences in link titles. - Martin Mitas
2016-12-05 22:53 - README.md: Minor update. - Martin Mitas
2016-12-05 20:25 - Fix typos. - Martin Mitas
2016-12-05 20:17 - More fixes and enhancements to Windows Unicode support (issue #3). - Martin Mitas
2016-12-05 19:54 - Rename MD4C_USE_UNICODE to MD4C_USE_UTF8. - Martin Mitas
2016-12-05 12:45 - Fix UTF-16 sorrogate decoding (with -DMD4C_USE_UNICODE). - Martin Mitas
2016-12-05 11:34 - md2html.c: No need for <stdint.h> - tin-pot
2016-12-05 11:21 - Fix signed/unsigned comparisons. - tin-pot
2016-12-05 10:24 - Fix md4c.c compilation with -DMD4C_USE_WIN_UNICODE. - Martin Mitas
2016-12-05 10:13 - md_is_html_tag: Fix parsing unquoted attribute value (issue #2). - Martin Mitas
2016-12-04 19:53 - md_resolve_links: Minor cleanup. - Martin Mitas
2016-12-04 19:48 - Fix crash caused by bad management of opener chains. - Martin Mitas
2016-12-04 17:41 - md_resolve_links: Remove possible invalid initialization. - Martin Mitas
2016-12-04 17:09 - md_build_img_alt: Fix crash when dealing with some mark types. - Martin Mitas
2016-12-04 16:01 - Fix file permissions of python scripts. - Martin Mitas
2016-12-01 20:40 - md_process_all_blocks: Fix decrementing of ctx->n_containers - Martin Mitas
2016-12-01 17:07 - md_process_all_blocks: Block quote cannot be "tight". - Martin Mitas
2016-12-01 15:52 - Handle empty list items. - Martin Mitas
2016-12-01 10:51 - md_process_inlines: Handle line breaks inside (inline) raw HTML. - Martin Mitas
2016-12-01 10:29 - md_analyze_line: Handle better indentation after list item mark. - Martin Mitas
2016-11-30 22:41 - md4c.h: Update docs comments. - Martin Mitas
2016-11-27 02:03 - README.md: Update. - Martin Mitas
2016-11-26 23:50 - md_link_label_eq: Treat new line as an unicode whitespace. - Martin Mitas
2016-11-26 23:39 - Fix some by-one errors when handling escapes. - Martin Mitas
2016-11-26 23:37 - Handle escapes in link destinations. - Martin Mitas
2016-11-26 23:09 - Fix typo. - Martin Mitas
2016-11-26 22:37 - Fix nesting of links and images. - Martin Mitas
2016-11-26 22:02 - Fix handling a backslash inside an autolink. - Martin Mitas
2016-11-26 21:48 - Fix counting line indentation if '\t' is present. - Martin Mitas
2016-11-26 19:32 - Limit length of code span marks to lower then 256 characters. - Martin Mitas
2016-11-26 19:31 - Refactorize memory management of MD_LINK_REF_DEF structures. - Martin Mitas
2016-11-26 13:08 - Minor clean-up. - Martin Mitas
2016-11-26 13:00 - CMakeLists.txt: By default, do Release build. - Martin Mitas
2016-11-24 23:02 - md_remove_line_breaks: Minor fixes. - Martin Mitas
2016-11-24 15:09 - README.md: Minor update. - Martin Mitas
2016-11-24 14:44 - README.md: Update. - Martin Mitas
2016-11-24 14:40 - README.md: Add section about encoding. - Martin Mitas
2016-11-24 14:04 - Fix build with MSVC. - Martin Mitas
2016-11-24 13:34 - README.md: Update. - Martin Mitas
2016-11-24 13:16 - Implement ordered lists. - Martin Mitas
2016-11-24 12:16 - README.md: Fix some wording. - Martin Mitas
2016-11-24 12:12 - Fix some corner cases with blank lines. - Martin Mitas
2016-11-24 10:59 - Implement block quotes. - Martin Mitas
2016-11-24 10:31 - Implement unordered lists. - Martin Mitas
2016-11-23 12:37 - Remove parsing of block quotes. - Martin Mitas
2016-11-21 14:42 - Fix parsing link reference definitions with line breaks. - Martin Mitas
2016-11-21 14:15 - md_is_inline_link_spec: Fix setting of *p_end. - Martin Mitas
2016-11-21 08:47 - Implement tables. - Martin Mitas
2016-11-21 08:48 - Fix macro MD_FLAG_PERMISSIVEAUTOLINKS. - Martin Mitas
2016-11-21 01:48 - Fix gcc warning in Release build. - Martin Mitas
2016-11-21 01:41 - md2html: Implement URL escaping. - Martin Mitas
2016-11-21 01:08 - Implement images. - Martin Mitas
2016-11-20 23:27 - Use first matching link reference definition. - Martin Mitas
2016-11-20 23:08 - Fix prcessing of link contents. - Martin Mitas
2016-11-20 22:02 - Update README.md. - Martin Mitas
2016-11-20 21:56 - Implement inline links. - Martin Mitas
2016-11-20 01:17 - Fix gcc warnings when building Release build. - Martin Mitas
2016-11-19 23:57 - Migrate to CommonMark pecification 0.27. - Martin Mitas
2016-11-19 23:16 - md2html: Fix name of link attribute 'title'. - Martin Mitas
2016-11-19 23:10 - Fix detection of link label with escapes and new lines. - Martin Mitas
2016-11-19 13:59 - Refactor to enhance readability of the code. - Martin Mitas
2016-11-19 12:38 - Better Unicode support. - Martin Mitas
2016-11-11 15:56 - Implement e-mail autolinks. - Martin Mitas
2016-11-07 18:46 - Refactorize to allow procesing more blocks at once. - Martin Mitas
2016-11-07 19:50 - md_collect_marks: Optimize the function. - Martin Mitas
2016-11-07 18:48 - Fix typo in debug output. - Martin Mitas
2016-11-07 16:47 - md_analyze_lt_gt: Fix assertion condition. - Martin Mitas
2016-11-07 16:46 - For Debug build, #define macro DEBUG. - Martin Mitas
2016-10-22 21:36 - Get rid of unneeded variables. - Martin Mitas
2016-10-24 08:58 - scripts/coverity.sh: chmod 755 - Martin Mitas
2016-10-14 17:59 - README.md: Minor update. - Martin Mitas
2016-10-14 17:56 - Implement permissive autolinks extensions. - Martin Mitas
2016-10-14 14:10 - Minor comment cleanup. - Martin Mitas
2016-10-14 09:03 - md_process_doc: Fix use after free (via realloc()). - Martin Mitas
2016-10-14 01:03 - md_rollback: Optimize. - Martin Mitas
2016-10-13 21:10 - Minor cleanup. - Martin Mitas
2016-10-13 21:06 - Simplify logging. No <stdargs.h> needed. - Martin Mitas
2016-10-13 20:38 - Implement "rule of three". - Martin Mitas
2016-10-13 17:04 - Implement emphasis and strong emphasis. - Martin Mitas
2016-10-13 16:29 - md_collect_marks: Make a branch to be more friendly - Martin Mitas
2016-10-11 11:22 - Fix branching on initialized variable. - Martin Mitas
2016-10-11 10:02 - Fix transforming a new line into space inside of a code span. - Martin Mitas
2016-10-11 00:34 - Implement autolinks. - Martin Mitas
2016-10-11 00:43 - md_is_html_tag: The tag name cannot contain ':', '.' or '_'. - Martin Mitas
2016-10-10 23:19 - scripts/run-tests.sh: Fix permissions. - Martin Mitas
2016-10-10 23:11 - scripts/run-tests.sh: Fix typo. - Martin Mitas
2016-10-10 23:10 - Incorporate the specification testsuite from CommonMark. - Martin Mitas
2016-10-10 22:38 - Minor clean up of README.md. - Martin Mitas
2016-10-10 22:36 - Implement insecure character (NULL) replacement. - Martin Mitas
2016-10-10 21:52 - Optmize the structure MD_MARK for size. - Martin Mitas
2016-10-10 18:01 - Refactorize/improve analysis of inlines. - Martin Mitas
2016-10-08 23:12 - Minor cleanup. - Martin Mitas
2016-10-08 22:53 - Fix: Code spans and raw HTML have same precedence. - Martin Mitas
2016-10-08 22:42 - Fix: By default, do not collapse whitespace. - Martin Mitas
2016-10-08 22:26 - Fix: Handle empty blockquotes correctly. - Martin Mitas
2016-10-08 22:03 - Fix: HTML block type 7 cannot interrupt paragraph. - Martin Mitas
2016-10-08 21:55 - Minor fixes. - Martin Mitas
2016-10-08 21:30 - md2html: Output new-line after "</blockquote>". - Martin Mitas
2016-10-08 21:14 - Fix: Stop fenced code block if blockquote level changes. - Martin Mitas
2016-10-08 20:37 - Fix: Handle empty and/or unclosed fenced code block. - Martin Mitas
2016-10-08 20:21 - Fix: Strip blank lines at start and end of indented code block. - Martin Mitas
2016-10-08 20:11 - Fix: Do not right trim lines in code block. - Martin Mitas
2016-10-08 19:31 - Remove bogus duplicated piece of code. - Martin Mitas
2016-10-08 19:09 - Fix misdetection of HTML block starting condition type 7. - Martin Mitas
2016-10-08 19:03 - Fix parsing of settext header underline. - Martin Mitas
2016-10-08 18:55 - Fix parsing of ATX headers. - Martin Mitas
2016-10-08 18:53 - Fixes for parsing thematic breaks. - Martin Mitas
2016-10-08 18:46 - Fix handlint of '\t' in some situations. - Martin Mitas
2016-10-08 18:04 - mplement raw HTML spans. - Martin Mitas
2016-10-07 18:39 - Implement entities. - Martin Mitas
2016-10-06 21:50 - Implement code spans. - Martin Mitas
2016-10-06 19:29 - Minor clean-up and refactorization. - Martin Mitas
2016-10-06 19:15 - scripts/run-commonmark-tests.sh: Make the script more robust. - Martin Mitas
2016-10-06 19:00 - Improve documentation comment of MD_RENDERER. - Martin Mitas
2016-10-06 18:47 - LICENSE.md: Use MIT license canonical wording. - Martin Mitas
2016-10-06 10:55 - README.md: Improve readability by some minor reogranizing. - Martin Mitas
2016-10-05 09:33 - '\\' at the end of block does not cause hard break. - Martin Mitas
2016-10-05 00:33 - README.md: Add Coverity badge. - Martin Mitas
2016-10-04 23:51 - Add script for building for Coverity scan. - Martin Mitas
2016-10-04 20:13 - Implement rudimentary infrastructure support for parsing inlines. - Martin Mitas
2016-10-04 21:32 - Fix macro ISXDIGIT_. - Martin Mitas
2016-10-04 19:52 - md_analyze_line: Fix detection of one-line HTML block. - Martin Mitas
2016-10-04 19:28 - md_is_html_block_start_condition: Fix check for "<!--". - Martin Mitas
2016-10-04 19:18 - Implement block quotes. - Martin Mitas
2016-10-04 18:46 - Implement soft and hard line breaks. - Martin Mitas
2016-10-04 18:34 - README.md: Minor update of current status. - Martin Mitas
2016-10-04 18:31 - Rename MD_TEXT_CODEBLOCK to MD_TEXT_CODE. - Martin Mitas
2016-10-04 18:29 - Implement raw HTML blocks. - Martin Mitas
2016-10-04 17:48 - Implement fenced code blocks. - Martin Mitas
2016-10-04 01:26 - Implemented indented code blocks. - Martin Mitas
2016-10-04 00:34 - Update README.md. - Martin Mitas
2016-10-04 00:27 - Implement Setext headers. - Martin Mitas
2016-10-04 00:18 - Little code clean-up. - Martin Mitas
2016-10-03 23:46 - Fixes of ATX header parsing. - Martin Mitas
2016-10-03 23:11 - ATX header cannot eat multiple lines. - Martin Mitas
2016-10-03 22:55 - Implement ATX headers. - Martin Mitas
2016-10-03 22:36 - For MSVC, #define inline __inline. - Martin Mitas
2016-10-03 22:18 - Implement thematic breaks (<hr>). - Martin Mitas
2016-10-03 21:51 - README.md: Add badge of code coverage. - Martin Mitas
2016-10-03 21:44 - .travis.yml: Yet another fix for coverage upload. - Martin Mitas
2016-10-03 21:36 - .travis.yml: Fix coverage upload. - Martin Mitas
2016-10-03 21:11 - .trevis.yml: Create coverage data and upload them to coverage.io. - Martin Mitas
2016-10-03 19:43 - Merge branch 'master' of https://github.com/mity/md4c - Martin Mitas
2016-10-03 19:41 - Run CommonMark testsuite when building on travis.ci.org. - Martin Mitas
2016-10-03 18:52 - README.md: Add CI build status badges. - Martin Mitas
2016-10-03 18:38 - Do not change build output dir. - Martin Mitas