Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Importing json.c UTF-8 encoding fix from upstream. Not importing the | Wilmer van der Gaast | 2012-12-01 | -3/+4 |
| | | | | | | | | strto(d|l) fix because I can just use GLib instead of reinventing the wheel. This should fix corruption issues with tweets in Cyrillic. I've double- checked this code against http://en.wikipedia.org/wiki/UTF-8 now and it looks correct to me. | |||
* | Fixing integer size issue in JSON parser: Although I've changed the integer | Wilmer van der Gaast | 2012-11-27 | -1/+1 |
| | | | | | | type to long long, the parser was still using strtol to convert numbers, truncating large numbers to LONG_MAX. Bug found by Artem Savkov, thanks! | |||
* | Add json.[ch], update debian/copyright with license info. | Wilmer van der Gaast | 2012-10-28 | -0/+742 |