Oopenvela-robotexternal/cmark-gfm: fix compile warning.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Merge remote-tracking branch 'upstream/master' | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #336 from ioquatix/expose-footnote-def-literal Expose CMARK_NODE_FOOTNOTE_DEFINITION literal value. | 6 个月前 | |
external/cmark-gfm: fix compile warning. warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 56 | snprintf(encoded, ENCODED_SIZE, "%%%2X", c); | ~~^ ~ | | | | | int32_t {aka long int} | unsigned int | %2lX warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 63 | snprintf(encoded, ENCODED_SIZE, "&#%d;", c); | ~^ ~ | | | | int int32_t {aka long int} | %ld Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Update CaseFolding to latest (#168) 1. Downloaded CaseFolding.txt from http://unicode.org/Public/UCD/latest/ucd/CaseFolding.txt 2. Deleted src/case_fold_switch.inc 3. Ran make src/case_fold_switch.inc | 9 年前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
external/cmark-gfm: fix compile warning in hw envirnonment Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 6 个月前 | |
Merge pull request #323 from kevinbackhouse/list-depth-limit Revert bad fix for GHSA-66g8-4hjf-77xh | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Fix character type detection in commonmark.c - Implement cmark_isalpha. - Check for ASCII character before implicit cast to char. - Use internal ctype functions in commonmark.c. Fixes test failures on Windows and undefined behavior. | 9 年前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
external/cmark-gfm: fix compile warning. warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 56 | snprintf(encoded, ENCODED_SIZE, "%%%2X", c); | ~~^ ~ | | | | | int32_t {aka long int} | unsigned int | %2lX warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 63 | snprintf(encoded, ENCODED_SIZE, "&#%d;", c); | ~^ ~ | | | | int int32_t {aka long int} | %ld Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 6 个月前 | |
Strip extensions API down and separate from core | 8 年前 | |
Fix for non-matching entities (#161) * Add test to illustrate issue * Provide some test fixes * Don't neglect CounterClockwiseContourIntegral * Fix ~10% of cases not matching strncmp returns 0 if the first 'len' bytes of cmark_entities[i].entity match s; we check equal length in the first if by checking if cmark_entities[i].entity[len] == 0, but we neglect the case where cmp == 0 && cmark_entities[i].entity[len] != 0. This should be treated as the same as cmp < 0, because strcmp("abc", "abcd") < 0. * Don't depend on py3.3 in tests | 9 年前 | |
By default, always escape footnote hrefs when emitting html. | 6 个月前 | |
By default, always escape footnote hrefs when emitting html. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix for non-matching entities (#161) * Add test to illustrate issue * Provide some test fixes * Don't neglect CounterClockwiseContourIntegral * Fix ~10% of cases not matching strncmp returns 0 if the first 'len' bytes of cmark_entities[i].entity match s; we check equal length in the first if by checking if cmark_entities[i].entity[len] == 0, but we neglect the case where cmp == 0 && cmark_entities[i].entity[len] != 0. This should be treated as the same as cmp < 0, because strcmp("abc", "abcd") < 0. * Don't depend on py3.3 in tests | 9 年前 | |
Merge pull request #317 from github/0.29.0.gfm.10 0.29.0.gfm.10 | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #317 from github/0.29.0.gfm.10 0.29.0.gfm.10 | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #305 from kevinbackhouse/deprecate-cmark_init_standard_node_flags Deprecate cmark_init_standard_node_flags | 6 个月前 | |
Merge pull request #322 from kevinbackhouse/list-item-index Fix quadratic list indexing in commonmark/man/plaintext output formats | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #336 from ioquatix/expose-footnote-def-literal Expose CMARK_NODE_FOOTNOTE_DEFINITION literal value. | 6 个月前 | |
Merge pull request from GHSA-w4qg-3vf7-m9x5 Fix GHSL-2023-117, GHSL-2023-118, GHSL-2023-119 | 6 个月前 | |
Merge pull request #323 from kevinbackhouse/list-depth-limit Revert bad fix for GHSA-66g8-4hjf-77xh | 6 个月前 | |
Merge pull request #322 from kevinbackhouse/list-item-index Fix quadratic list indexing in commonmark/man/plaintext output formats | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #322 from kevinbackhouse/list-item-index Fix quadratic list indexing in commonmark/man/plaintext output formats | 6 个月前 | |
Merge pull request #322 from kevinbackhouse/list-item-index Fix quadratic list indexing in commonmark/man/plaintext output formats | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #323 from kevinbackhouse/list-depth-limit Revert bad fix for GHSA-66g8-4hjf-77xh | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Use fully qualified versions of constants. | 10 年前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #317 from github/0.29.0.gfm.10 0.29.0.gfm.10 | 6 个月前 |