Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-02-07
| ||
15:10 | merge step Leaf check-in: bfc04d27b4 user: jamesbond tags: trunk | |
2024-02-06
| ||
13:20 | version bump 2023.12.31 Leaf check-in: fddfceba2a user: step tags: step | |
13:18 | fix test common to fix test case : examples_gettext_demo.html was re-initialized on each test run therefore the test result could not be trusted. check-in: 6fdf5b66c3 user: step tags: step | |
13:13 | fix memory errors check-in: 5bb4053f77 user: step tags: step | |
13:13 | annoyance: makefile's too greedy on work checkout check-in: ed6c7ac84f user: step tags: step | |
13:12 | extend and clean up auto-code-span interface check-in: e40ab8ccd2 user: step tags: step | |
13:10 | move #define to .h file check-in: a417d1dc16 user: step tags: step | |
13:06 | fix Unicode PUA code points check-in: 026b4523cf user: step tags: step | |
10:51 | merge trunk with fossil2 command check-in: 079ab1725d user: step tags: step | |
2023-12-12
| ||
14:35 | merge step check-in: ff01e7c4bc user: jamesbond tags: trunk | |
2023-12-10
| ||
13:57 | bump version 2023.11.30 test status: PASS 35, FAIL 1 (known and documented failure) check-in: 1a4b975dfe user: step tags: step | |
13:55 | test: update reference files check-in: e81eb2a859 user: step tags: step | |
13:53 | some code clean up, and some comments check-in: 2da6c2cfc2 user: step tags: step | |
13:51 | test: update description and basic test script check-in: 10ba47f8b0 user: step tags: step | |
13:51 | gettext demo for users; gettext test for devs check-in: d1160f0642 user: step tags: step | |
13:47 | examples: rename two files check-in: d379a1bf0c user: step tags: step | |
13:44 | test: comments check-in: 1af476fae1 user: step tags: step | |
13:43 | finally gettext, --po and %%nopot work again check-in: 238a4ab249 user: step tags: step | |
13:43 | fix invalid string printf format check-in: 5348ed4dbe user: step tags: step | |
13:43 | test: add miscellaneous scripts check-in: 5f6d8612e9 user: step tags: step | |
13:41 | test: add miscellaneous reference files check-in: 75d02fa729 user: step tags: step | |
13:37 | test: add miscellaneous subject files check-in: a7afe69ae8 user: step tags: step | |
13:35 | test: add symlinks to the examples folder: : from now on, to reuse a markdown file from the examples folder we will link to it using "examples_<filename_in_examples_folder>.md", and use the link name in test scripts. check-in: c74ce92c8c user: step tags: step | |
13:34 | test: add conformance test scripts check-in: da881329f2 user: step tags: step | |
13:33 | test: add conformance test reference files check-in: 5ff0eec102 user: step tags: step | |
13:32 | test: add conformance test subject files check-in: 43346ca863 user: step tags: step | |
13:30 | test: add diff colorizer script check-in: 8cd556e411 user: step tags: step | |
13:29 | test: update scripts check-in: 8326f13f1c user: step tags: step | |
13:28 | test: update reference files check-in: bddd242091 user: step tags: step | |
13:27 | test: update subject files check-in: ec9bd149b3 user: step tags: step | |
13:26 | test lib: expand test runner check-in: 506d7e1d10 user: step tags: step | |
13:25 | test lib: add CommonMark conformance test creator check-in: 983ac31317 user: step tags: step | |
13:21 | "***" and "___" are no longer necessary check-in: 1b7739f722 user: step tags: step | |
13:21 | comments check-in: 7481e93332 user: step tags: step | |
13:21 | rearrange and simplify output sequence : motivations: (1) new inline sections formatter; (2) actually make html and pango escaping work as intended check-in: 9a598e9e03 user: step tags: step | |
13:20 | rewrite inline sections formatter : motivations: (1) use the new emphasis sub-parser to improve conformance tests; (2) fix design that results in improperly-nested elements, i.e. '<i><b>x</i></b>'). Results: (1) achieved and (2) mitigated -- but not fixed; details in the suite. check-in: 1ff152a836 user: step tags: step | |
13:20 | new sub-parser for emphasis and strong emphasis : motivation: improve conformance to CommonMark specification 0.30. check-in: 18521bd747 user: step tags: step | |
13:20 | rename preprocessor define check-in: 1cbfa9c752 user: step tags: step | |
13:19 | update Makefile check-in: a768937569 user: step tags: step | |
13:19 | new: GFM/CommonMark-style strickethrough tilde check-in: 322fe76b8b user: step tags: step | |
13:19 | improve viewer help message check-in: c48088d96c user: step tags: step | |
13:18 | changed: rename viewer option because of its broader scope check-in: 4ebf69cbf0 user: step tags: step | |
13:18 | make heading continuation a full extension : so the user can disable it with option --no-ext. check-in: 723fe95c7c user: step tags: step | |
13:17 | changed: extend scope of option --no-smart-q => --no-smart check-in: 468819876a user: step tags: step | |
13:16 | sundry check-in: 5ab327ce55 user: step tags: step | |
13:16 | fix extra space in formatted link (text output mode) check-in: 1eb00620ef user: step tags: step | |
13:16 | comments about white space and line endings check-in: 93b0fd6767 user: step tags: step | |
13:15 | _escape_for_html protected code span check-in: c3e48569fe user: step tags: step | |
13:15 | fully wrap code_ref and link_*_ref with sUNIPUA_* Motivation: asymmetrical flanks make segment matching more difficult. TODO: these and related functions are ripe for consolidation. check-in: 7c68658095 user: step tags: step | |
13:15 | comments about HTML block comment check-in: 53e5034d1e user: step tags: step | |