Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TODO from releases | Mark Pulford | 2011-12-15 | 1 | -4/+0 |
| | |||||
* | Add USE_POSIX_SETLOCALE option | Mark Pulford | 2011-10-07 | 1 | -2/+0 |
| | | | | | | | | | | Add USE_POSIX_SETLOCALE option for platforms missing uselocale(). Document locale options in README, Makefile & rockspec. Also: - Rename USE_POSIX_LOCALE define to USE_POSIX_USELOCALE. - Use uselocale() by default through Makefile (Linux, OSX). - Use setlocale() by default through rockspec (other platforms). | ||||
* | Support locales which use comma decimal separators | Mark Pulford | 2011-10-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | Some locales (cs_CZ, de_DE,..) use a comma as their decimal separator. This causes CJSON to generate incorrect JSON (Eg, [10,1]), and fail when parsing some valid JSON (Eg, [10,"test"]). Added USE_POSIX_LOCALE #define which harnesses the thread-safe POSIX.1-2008 locale support (newlocale(), uselocale(), freelocale()) to temporarily use the POSIX locale during JSON conversion. Some older POSIX operating systems with xlocale.h (MacOSX) are also supported. | ||||
* | Update TODO | Mark Pulford | 2011-08-18 | 1 | -7/+1 |
| | |||||
* | Update TODO | Mark Pulford | 2011-05-29 | 1 | -2/+8 |
| | |||||
* | Add extra encoding/nesting tests | Mark Pulford | 2011-05-10 | 1 | -4/+2 |
| | | | | | | - Use pcall() to call test config functions. - Test encoding with refuse_invalid_numbers() options. - Test encoding invalid types. | ||||
* | Update version to 1.0.1 | Mark Pulford | 2011-05-10 | 1 | -1/+0 |
| | |||||
* | Add TODO file1.0 | Mark Pulford | 2011-05-09 | 1 | -0/+7 |