jessica parsons
|
8ddfb981ef
|
redo the html5 flag option to make it a per-MMIOT thing, instead of being a global block that we have to deallocate when we're done; also take the opportunity to clean up mkd_initmmiot to have it set fags & html5 extraflags instead of duplicating that code in three places
|
2025-09-03 17:26:21 -07:00 |
|
David Seifert
|
7afa5c6242
|
Make C99 clean
* Clang 16 (and likely GCC 14) will enforce strict C99 semantics
and break old K&R C declarations and require correct C89
function prototypes.
Bug: https://bugs.gentoo.org/870952
Clang: https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213/9
|
2022-10-27 11:08:49 -07:00 |
|
Crypto-Anarchist
|
f984d33ba6
|
Delete HGROUP
Reason: 
|
2018-04-15 22:21:59 +00:00 |
|
david parsons
|
07c10928ba
|
Optimize the html block tag list handler; standard html tags now live in a static array
and html5 (or other) tags are added to an extratags array that is only searched
if the tag can't be found in the standard one.
|
2011-07-22 00:21:10 -07:00 |
|
David Parsons
|
a695a5b909
|
Don't forget to add html5.c to SCCS
|
2010-06-04 10:17:13 -07:00 |
|