Files
meta-openembedded/meta-oe/recipes-support
Wang Mingyu 2b43bc24f6 md4c: upgrade 0.5.2 -> 0.5.3
Changes:
==========
- Avoid repeated prefix language- in code block language specification if the
  input already explicitly includes the prefix.
- Permissive autolink extensions (MD_FLAG_PERMISSIVExxxAUTOLINKS) are now tiny
  bit more permissive, allowing + and - characters to be anywhere in the path
  portion of the URL. This also improves compatibility with GFM.
- Make Unicode-specific code compliant to Unicode 18.0.

Fixes: ===========
- #236: Fix quadratic time behavior caused by one-by-one walking over block
  lines instead of calling md_lookup_line().
- #238: Fix quadratic time and output size behavior caused by malicious misuse
  of link reference definitions.
- #242: The strike-through extension (with flag MD_FLAG_STRIKETHROUGH) now
  follows same logic as other emphasis spans in respect to punctuation
  character and word boundaries.
- #248: Fix handling tab when removing trailing whitespace, especially in
  connection with ATX headers.
- #266: We now correctly abort the parser when a callback returns non-zero.
  (Previously it worked correctly only for negative values, values greater than
  zero were causing strange and inconsistent behavior.)
- #271: Fix handling a code span whose closer is on the next line and yet
  another text follows. In the case we erroneously outputted the closer code
  span mark as part of the text.
- #275: Fix md_decode_utf16le_before__(). (Only affected MD4C builds built with
  -MD4C_USE_UTF16 on Windows.)
- #278, #294: Do not try to interpret characters in a link URL as Markdown
  syntax characters.
- #292: Fix detection of closing code block fence if it has a trailing
  tabulator.
- #299: Fix invalid free() in an error path.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-05-12 01:06:51 -07:00
..
2026-01-27 11:58:29 -08:00
2026-03-17 13:25:18 -07:00
2026-04-12 16:42:05 -07:00
2026-03-02 19:25:50 -08:00
2026-02-25 09:49:48 -08:00
2026-01-12 13:20:11 -08:00
2025-12-12 22:27:45 -08:00
2026-03-20 09:51:43 -07:00
2025-11-19 09:41:30 -08:00
2026-02-25 09:49:48 -08:00
2026-04-10 08:03:22 -07:00
2025-09-16 09:59:15 -07:00
2025-10-08 18:46:02 -07:00
2025-09-19 12:22:01 -07:00
2026-03-18 14:33:32 -07:00
2026-04-23 07:55:52 -07:00
2026-03-18 14:33:22 -07:00
2026-03-26 07:43:37 -07:00
2026-04-16 13:08:19 -07:00
2025-07-07 10:00:54 -07:00
2025-12-10 08:56:14 -08:00
2026-04-14 08:59:30 -07:00
2025-09-27 16:18:15 -07:00
2026-03-18 14:33:22 -07:00
2025-11-23 23:11:37 -08:00
2026-01-30 23:59:11 -08:00
2026-03-18 14:33:27 -07:00
2026-04-15 07:24:54 -07:00
2026-03-18 14:33:22 -07:00
2026-05-12 01:06:50 -07:00
2026-05-12 01:06:50 -07:00
2026-01-12 08:53:48 -08:00
2026-04-10 07:59:58 -07:00
2026-04-01 19:29:05 -07:00
2025-08-28 07:56:52 -07:00
2025-10-17 14:10:38 -07:00
2025-11-14 07:39:48 -08:00
2026-03-17 13:25:27 -07:00
2026-04-21 07:26:46 -07:00
2025-11-14 07:39:48 -08:00
2026-03-18 16:18:31 -07:00
2026-03-23 13:34:20 -07:00
2026-01-27 11:58:26 -08:00
2026-05-12 01:06:51 -07:00
2026-02-06 10:06:26 -08:00
2025-07-30 08:03:07 -07:00
2026-04-14 08:59:32 -07:00
2025-09-30 10:36:16 -07:00
2025-09-08 22:01:07 -07:00
2025-12-08 23:22:18 -08:00
2026-04-01 19:10:14 -07:00
2026-04-21 10:24:53 -07:00
2026-04-16 16:30:37 -07:00
2025-11-18 08:23:44 -08:00
2026-03-02 19:25:56 -08:00
2026-01-14 08:54:55 -08:00
2026-03-02 19:25:49 -08:00
2025-12-26 17:36:58 -08:00
2026-03-02 19:25:56 -08:00
2026-02-20 23:34:18 -08:00
2026-01-12 08:53:45 -08:00
2026-04-23 07:54:07 -07:00
2025-09-23 14:22:59 -07:00
2026-03-27 09:09:04 -07:00
2025-09-30 09:01:05 -07:00
2025-07-25 17:09:25 -07:00
2026-04-10 07:59:58 -07:00
2025-12-22 18:20:58 -08:00
2026-03-24 09:13:49 -07:00
2026-04-20 07:35:38 -07:00
2026-03-02 19:25:58 -08:00
2025-09-04 10:28:30 -07:00
2026-03-17 13:25:20 -07:00