Skip to content
Snippets Groups Projects
  1. Nov 08, 2019
    • xentrac's avatar
      Clean up man page slightly · 3055470c
      xentrac authored
      3055470c
    • xentrac's avatar
      Clean up apparent intended Markdown in HACKING · cf054521
      xentrac authored
      Also remove a couple of spelling and capitalization nits.  I did this
      because I was reading the document and they bothered me.
      cf054521
    • xentrac's avatar
      Fix noise memory leaks in other base64 examples · 4cf306ce
      xentrac authored
      It bothers me a little bit that I can't figure out how to free the
      parser --- surely that is a thing that the bindings for other
      languages need to do --- but storing a pointer to the parser in a
      statically-allocated variable, as in base64.c, at least stops valgrind
      from reporting the parser as a memory leak.
      4cf306ce
    • xentrac's avatar
      Fix noise memory leak in examples/base64.c · 235f6f74
      xentrac authored
      Obviously we don't care if examples/base64.c leaks memory before
      exiting, but things like that are noise that make it hard to tell if
      there's a real memory-leak problem somewhere else; it also sets a bad
      example for code that someone might write modeled on the example.
      This patch ensures that the example frees its allocations as it
      should.
      235f6f74
  2. Oct 25, 2019
  3. Oct 09, 2019
  4. Oct 08, 2019
  5. Oct 07, 2019
  6. May 10, 2019
  7. May 07, 2018
  8. Jun 27, 2017
  9. Dec 07, 2016
  10. Dec 06, 2016
Loading