Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c99 fixes #2303

Merged
merged 6 commits into from Aug 6, 2021
Merged

c99 fixes #2303

merged 6 commits into from Aug 6, 2021

Commits on Aug 6, 2021

  1. style: C formatting

    flavorjones committed Aug 6, 2021
    Copy the full SHA
    b016ff3 View commit details
    Browse the repository at this point in the history
  2. ext: use xmlFree() instead of free() in Document#set_encoding

    to match the allocation done by xmlStrdup()
    
    Related to e221b2c
    flavorjones committed Aug 6, 2021
    Copy the full SHA
    1ef7dff View commit details
    Browse the repository at this point in the history
  3. ext: avoid C90 and C99 features

    Related to #2302
    flavorjones committed Aug 6, 2021
    Copy the full SHA
    3e3485b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4555262 View commit details
    Browse the repository at this point in the history
  5. ext: extract obscure const-discarding cast into a macro

    so that we're explicit when we discard `const`. Also, use the macro in
    one new place in xml_node.c.
    flavorjones committed Aug 6, 2021
    Copy the full SHA
    8513bd3 View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG

    flavorjones committed Aug 6, 2021
    Copy the full SHA
    4add278 View commit details
    Browse the repository at this point in the history