-
132019c5 · Use designated initializers for global constants
-
dd43d228 · Minor coding style fixes in lib/error.h
-
ef13d71d · Restore full license headers in lib/char_ref.rl
-
39c12f99 · Use ARRAY_COUNT macro in lib/parser.c to clean up some verbosity
-
8137fcd0 · Add support for <dialog> tag
-
d4c2793b · Clean up duplicate TagSet definitions in lib/parser.c
-
01c6fc97 · Rename gumbo_tagset to TagSet
-
d0a7b6a3 · Restore some "extern C" directives in header files
-
11874dde · Restore full license headers in lib/*.c files
-
3fe2f9b5 · Remove copyright/license comments from header file
-
44c480f2 · More coding style cleanups in lib/
-
e2b555c7 · Coding style cleanups in lib/
-
b17caf6f · Import libgumbo test suite
-
593f7420 · Rename consume_char_ref function to gumbo_consume_char_ref
-
4b354717 · Add missing "static" qualifiers to hide symbols that shouldn't be e...
-
df57c59b · Replace use of isalnum() with custom, ASCII-only equivalent
-
57518d00 · Clean up char_ref.rl and regenerate char_ref.c
-
03101f3c · Replace use of isspace() in parser.c with custom, ASCII-only equiva...
-
ea623306 · Replace locale-dependant ctype.h functions with custom equivalents
-
d3c88e7e · Replace hackish "tag_strings.h" file with normal static array in "t...