1. Jun 11, 2010
  2. May 20, 2010
  3. May 14, 2010
  4. May 07, 2010
  5. Apr 03, 2010
  6. Mar 29, 2010
  7. Mar 27, 2010
  8. Mar 23, 2010
    • Petri Lehtinen's avatar
      Fix reference counting on true, false and null · f284e3c0
      Petri Lehtinen authored
      Initialize their reference counts to (unsigned int)-1 to disable
      reference counting on them. It already was meant to work like this,
      but the reference counts were just initialized to 1 instead of -1.
      
      Thanks to Andrew Thompson for reporting this issue.
      f284e3c0
  9. Mar 18, 2010
  10. Feb 07, 2010
  11. Feb 03, 2010
  12. Jan 29, 2010
  13. Jan 27, 2010
  14. Jan 22, 2010
  15. Jan 20, 2010
  16. Jan 17, 2010
  17. Jan 15, 2010
  18. Jan 13, 2010
    • Petri Lehtinen's avatar
      Update documentation · b077d798
      Petri Lehtinen authored
      * Python is no longer required to run the tests
      * Mention pkg-config support
      * Fix some errors
      b077d798
  19. Jan 11, 2010
  20. Jan 10, 2010
  21. Jan 08, 2010
  22. Jan 01, 2010
  23. Dec 24, 2009
    • Petri Lehtinen's avatar
      Add check-exports test · 22173c1d
      Petri Lehtinen authored
      22173c1d
    • Petri Lehtinen's avatar
      Add _nocheck functions · dd2fe1eb
      Petri Lehtinen authored
      Added functions are:
      
      * json_string_nocheck()
      * json_string_set_nocheck()
      * json_object_set_nocheck()
      * json_object_set_new_nocheck()
      
      These functions don't check that their string argument is valid UTF-8,
      but assume that the user has already performed the check.
      dd2fe1eb
  24. Dec 21, 2009