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

Assorted bug fixes. #3

Closed
wants to merge 7 commits into from
Closed

Commits on Sep 16, 2018

  1. Fix memory leak in klacks

    dmitryvk authored and ruricolist committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    452edbf View commit details
    Browse the repository at this point in the history
  2. remove runtime dependency on asdf

    hanshuebner authored and ruricolist committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    cd4a047 View commit details
    Browse the repository at this point in the history
  3. Allegro CL modern mode fixes

    hanshuebner authored and ruricolist committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    583463b View commit details
    Browse the repository at this point in the history
  4. Fix DTD embedding.

    Signed-off-by: Paul M. Rodriguez <pmr@ruricolist.com>
    Ferada authored and ruricolist committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    92fcb4e View commit details
    Browse the repository at this point in the history
  5. Complain if UTF-16 documents try to switch to UTF-8.

    That is, if a document has a UTF-16 byte order mark, complain if the
    XML header specifies UTF-8. The XML header can specify which of
    several versions of the current encoding the document uses, but it
    can't change the encoding completely.
    
    The actual issue here is dumb XML serializers that print "UTF-8"
    whatever the actual encoding may be.
    ruricolist committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    9c4c384 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20ad8be View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    508dc7e View commit details
    Browse the repository at this point in the history