]> git.lizzy.rs Git - plan9front.git/history - sys/src/libjson/json.c
upas/Mail: avoid showing empty To: and CC: lines in compose windows
[plan9front.git] / sys / src / libjson / json.c
2016-04-27 benmerge in master
2016-04-27 cinap_lenreklibjson: add slack space to literal string buffer to...
2015-12-22 cinap_lenreklibjson: fix memory leak setjmp/longjmp problem (thanks...
2013-11-10 BurnZeZlibjson: don't perform chartorune in getch() when char...
2013-11-11 BurnZeZlibjson: check for empty string in jsonparse()
2013-10-28 BurnZeZlibjson: fix missing buffer free, slight cleanup
2013-10-29 BurnZeZlibjson: dynamically allocate buffer
2013-10-28 cinap_lenreklibjson: fix mistake... (harmless)
2013-10-28 cinap_lenreklibjson: fix for 21 bit runes, implement utf-16 surrogates
2013-10-27 BurnZeZlibjson: fix mistake in unicode handler (thanks cinap)
2013-10-27 BurnZeZlibjson: handle unicode escapes
2013-10-27 BurnZeZmake libjson from /sys/src/cmd/btc/json.c