Log

Author Commit Date CI Message
Martin Mitas 7ada257f 2016-11-07T17:46:39 For Debug build, #define macro DEBUG.
Martin Mitas 302660b8 2016-10-22T23:36:15 Get rid of unneeded variables.
Martin Mitas e5225137 2016-10-24T10:58:23 scripts/coverity.sh: chmod 755
Martin Mitas af037913 2016-10-14T23:29:48 md_is_html_declaration: Fix possible access beyond document buffer.
Martin Mitas 545b0016 2016-10-14T19:59:42 README.md: Minor update.
Martin Mitas ef5f230f 2016-10-14T19:56:05 Implement permissive autolinks extensions. With MD_FLAG_PERMISSIVEURLAUTOLINKS, we treat not overly complicated URLs as autolinks even without '<' and '>'. With MD_FLAG_PERMISSIVEEMAILAUTOLINKS, we treat not overly complicated e-mail addresses as autolinks even without '<', '>' and without the 'mailto:' scheme. Also expanded md2html utility and tests to cover these.
Martin Mitas 63a31411 2016-10-14T16:10:40 Minor comment cleanup.
Martin Mitas b2a30903 2016-10-14T11:03:20 md_process_doc: Fix use after free (via realloc()). pivot_line points into the lines[], so we must be sure we have a valid pointer after the realloc() when growing the array.
Martin Mitas 9013247e 2016-10-14T03:03:17 md_rollback: Optimize. We skip over as many marks a possible in mot cases. This fixes e.g. the pathological case generated by command $ python -c 'print (("*a **a " * 65000) + "b" + (" a** a*" * 65000))'
Martin Mitas 2ce9548d 2016-10-13T23:10:21 Minor cleanup.
Martin Mitas 3d708ab2 2016-10-13T23:06:15 Simplify logging. No <stdargs.h> needed.
Martin Mitas 684c80ce 2016-10-13T22:38:16 Implement "rule of three". Since 0.26, CommonMark specifies intraword '*' or '_' marks cannot close if sume of opening and closing mark chracters can be divided by three.
Martin Mitas 296c8318 2016-10-13T19:04:36 Implement emphasis and strong emphasis.
Martin Mitas ec6a1cb7 2016-10-13T19:31:05 md_is_html_block_end_condition: Improve the function so we do just a single scan of lines inside the HTML block.
Martin Mitas 977ca3e1 2016-10-13T18:29:13 md_collect_marks: Make a branch to be more friendly ... to CPU branch prediction. This seems to have 20%-effect when bechmarking with md2html (and output redirected to /dev/null) on my machine.
Martin Mitas bb66cf83 2016-10-13T18:28:13 Fix character classification checks to deal with signed as well usnigned char.
Martin Mitas d6f40880 2016-10-11T13:22:44 Fix branching on initialized variable. (Caught with Valgrind.)
Martin Mitas 9af285a6 2016-10-11T12:02:08 Fix transforming a new line into space inside of a code span.
Martin Mitas 55f39e2a 2016-10-11T11:13:16 Fix #definition of MD_ASSERT and MD_UNREACHABLE for non-debug gcc builds.
Martin Mitas a7899c05 2016-10-11T02:34:01 Implement autolinks.
Martin Mitas fec7b9e6 2016-10-11T02:43:40 md_is_html_tag: The tag name cannot contain ':', '.' or '_'.
Martin Mitas c3e63408 2016-10-11T01:19:50 scripts/run-tests.sh: Fix permissions.
Martin Mitas 8fd97d78 2016-10-11T01:11:21 scripts/run-tests.sh: Fix typo.
Martin Mitas 1cfc6a5f 2016-10-11T01:10:11 Incorporate the specification testsuite from CommonMark.
Martin Mitas f6456e35 2016-10-11T00:38:41 Minor clean up of README.md.
Martin Mitas 2b740798 2016-10-11T00:36:39 Implement insecure character (NULL) replacement.
Martin Mitas 04c82c6c 2016-10-10T23:52:13 Optmize the structure MD_MARK for size.
Martin Mitas a3c721b2 2016-10-10T20:01:34 Refactorize/improve analysis of inlines.
Martin Mitas 978e04f9 2016-10-09T01:12:56 Minor cleanup.
Martin Mitas d9e28dc9 2016-10-09T00:53:28 Fix: Code spans and raw HTML have same precedence.
Martin Mitas de2338ec 2016-10-09T00:42:30 Fix: By default, do not collapse whitespace.
Martin Mitas c217261d 2016-10-09T00:26:13 Fix: Handle empty blockquotes correctly.
Martin Mitas feee6256 2016-10-09T00:16:55 Fix: Blank line cannot be part of an indented code block if block quote level differs.
Martin Mitas 088ff08a 2016-10-09T00:08:24 Fix: Check fir indented code block with higher priority then for blockquote.
Martin Mitas fcc10076 2016-10-09T00:03:11 Fix: HTML block type 7 cannot interrupt paragraph.
Martin Mitas d161268d 2016-10-08T23:55:43 Minor fixes.
Martin Mitas 762aee7f 2016-10-08T23:37:02 Fix: Check for HTML block continuation after checking for blockquote mark.
Martin Mitas 14090e2e 2016-10-08T23:30:49 md2html: Output new-line after "</blockquote>".
Martin Mitas f99ad2e8 2016-10-08T23:22:24 Fix: Fenced code info string can contain more then just a language name.
Martin Mitas 5864554c 2016-10-08T23:14:19 Fix: Stop fenced code block if blockquote level changes.
Martin Mitas 9b693331 2016-10-08T22:59:12 Fix: Fence code block indetation base is defined by indentation of opening code fence.
Martin Mitas 59805780 2016-10-08T22:37:39 Fix: Handle empty and/or unclosed fenced code block.
Martin Mitas dac9acdb 2016-10-08T22:21:01 Fix: Strip blank lines at start and end of indented code block.
Martin Mitas fa112a28 2016-10-08T22:11:03 Fix: Do not right trim lines in code block.
Martin Mitas 269fed70 2016-10-08T22:06:20 Fix: Setext underline has to have same blokquote level to recognize it as such.
Martin Mitas d65d95f0 2016-10-08T21:31:09 Remove bogus duplicated piece of code.
Martin Mitas e950096b 2016-10-08T21:09:55 Fix misdetection of HTML block starting condition type 7. The condition cannot span over multiple lines.
Martin Mitas dda885e7 2016-10-08T21:03:10 Fix parsing of settext header underline. If indented, it is not header.
Martin Mitas 24ac7ead 2016-10-08T20:55:53 Fix parsing of ATX headers. If indented, it cannot be ATX header.
Martin Mitas 0832e113 2016-10-08T20:53:42 Fixes for parsing thematic breaks.
Martin Mitas 950b4d73 2016-10-08T20:46:33 Fix handlint of '\t' in some situations.
Martin Mitas 4f65b45b 2016-10-08T20:04:38 mplement raw HTML spans.
Martin Mitas 87b41e1a 2016-10-07T20:39:42 Implement entities.
Martin Mitas 479a1179 2016-10-06T21:29:38 Minor clean-up and refactorization.
Martin Mitas a284a382 2016-10-06T23:50:56 Implement code spans.
Martin Mitas 7d7f0d06 2016-10-06T21:15:23 scripts/run-commonmark-tests.sh: Make the script more robust.
Martin Mitas 60abbb27 2016-10-06T21:00:06 Improve documentation comment of MD_RENDERER.
Martin Mitas 931388c5 2016-10-06T20:47:12 LICENSE.md: Use MIT license canonical wording.
Martin Mitas 48e30ccf 2016-10-06T12:55:57 README.md: Improve readability by some minor reogranizing.
Martin Mitas c2eca50a 2016-10-05T11:33:25 '\\' at the end of block does not cause hard break.
Martin Mitas f06fe013 2016-10-05T02:33:06 README.md: Add Coverity badge.
Martin Mitas 78674f0a 2016-10-05T01:51:04 Add script for building for Coverity scan.
Martin Mitas 6c47ec78 2016-10-04T22:13:44 Implement rudimentary infrastructure support for parsing inlines.
Martin Mitas 6a950886 2016-10-04T23:32:46 Fix macro ISXDIGIT_.
Martin Mitas 1a88b298 2016-10-04T21:52:04 md_analyze_line: Fix detection of one-line HTML block.
Martin Mitas a0be9834 2016-10-04T21:28:23 md_is_html_block_start_condition: Fix check for "<!--".
Martin Mitas 33258e68 2016-10-04T21:18:30 Implement block quotes.
Martin Mitas 279ec8f6 2016-10-04T20:46:10 Implement soft and hard line breaks.
Martin Mitas bf62fdfc 2016-10-04T20:34:30 README.md: Minor update of current status.
Martin Mitas c91d636b 2016-10-04T20:31:26 Rename MD_TEXT_CODEBLOCK to MD_TEXT_CODE. In text callback, caller should not care whether the code is inside a block or inline span of code. Caller should just output it in the verbatim form.
Martin Mitas e0127581 2016-10-04T20:29:22 Implement raw HTML blocks.
Martin Mitas d2da226c 2016-10-04T19:48:06 Implement fenced code blocks.
Martin Mitas 43bd2844 2016-10-04T03:26:56 Implemented indented code blocks.
Martin Mitas 2589694f 2016-10-04T02:34:02 Update README.md.
Martin Mitas ba504fda 2016-10-04T02:27:43 Implement Setext headers.
Martin Mitas 80984c98 2016-10-04T02:18:47 Little code clean-up.
Martin Mitas 1ff00d68 2016-10-04T01:46:36 Fixes of ATX header parsing.
Martin Mitas 02061353 2016-10-04T01:11:46 ATX header cannot eat multiple lines.
Martin Mitas 0225f337 2016-10-04T00:55:32 Implement ATX headers.
Martin Mitas d5535bd5 2016-10-04T00:36:02 For MSVC, #define inline __inline. This fixes build in MSVC.
Martin Mitas 63a92c08 2016-10-04T00:18:08 Implement thematic breaks (<hr>).
Martin Mitas 93edb71a 2016-10-03T23:51:57 README.md: Add badge of code coverage.
Martin Mitas 50f2184a 2016-10-03T23:44:39 .travis.yml: Yet another fix for coverage upload.
Martin Mitas a2e938f1 2016-10-03T23:36:49 .travis.yml: Fix coverage upload.
Martin Mitas fa20bb01 2016-10-03T23:11:00 .trevis.yml: Create coverage data and upload them to coverage.io.
Martin Mitas 47b68427 2016-10-03T21:49:51 .travis.yml: Install python3 and run tests only in 'after_success' phase.
Martin Mitas 5e9951a7 2016-10-03T21:43:13 Merge branch 'master' of https://github.com/mity/md4c
Martin Mitas 2d21382f 2016-10-03T21:41:13 Run CommonMark testsuite when building on travis.ci.org.
Martin Mitas d4cf0383 2016-10-03T20:52:23 README.md: Add CI build status badges.
Martin Mitas 43084eac 2016-10-03T20:46:33 Add recipe for continuous integration builds on https://appveyor.com.
Martin Mitas 818dd387 2016-10-03T20:38:11 Do not change build output dir. It causes filename coflict on Unix systems: Linker cannot output 'md2html' if a subdirectory of the same name exists.
Martin Mitas 33fb79f0 2016-10-03T20:28:12 Add recipe for continuous integration builds on https://travis-ci.org
Martin Mitas efed58af 2016-10-03T20:17:15 Initial commit.