Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update NEWS for 1.0.5 | Mark Pulford | 2011-12-31 | 1 | -1/+5 |
| | |||||
* | Convert documentation to AsciiDoc | Mark Pulford | 2011-12-12 | 1 | -0/+1 |
| | | | | | | | - Rename README to manual.txt and add AsciiDoc markup - Rewrite some sections of documentation (more outstanding) - Add "doc" Makefile target - Update RPM spec file to include HTML output | ||||
* | Fix Makefile for use with non-GNU make | Mark Pulford | 2011-12-08 | 1 | -0/+3 |
| | | | | | | | | | | | | - Remove GNU make "override" statements. - Add OBJS variable since there is no portable way to specify all targets for linking. Also: - Put build defaults at the top to avoid potential confusion. - Don't assume a Linux platform. Default to USE_POSIX_SETLOCALE. - Change "install -d" to mkdir/install since the former isn't available on some platforms (Solaris). | ||||
* | Update NEWS for 1.0.4 release1.0.4 | Mark Pulford | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | Support locales which use comma decimal separators | Mark Pulford | 2011-10-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | 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. | ||||
* | Add release notes for 1.0.31.0.3 | Mark Pulford | 2011-09-15 | 1 | -0/+4 |
| | | | | Also update release date in RPM spec file. | ||||
* | Update version to 1.0.2 | Mark Pulford | 2011-05-29 | 1 | -1/+9 |
| | |||||
* | Add stack overflow fix to NEWS | Mark Pulford | 2011-05-10 | 1 | -1/+2 |
| | |||||
* | Add runtime option for persistent encode buffer | Mark Pulford | 2011-05-10 | 1 | -0/+1 |
| | |||||
* | Remove whitespace from generated JSON output | Mark Pulford | 2011-05-10 | 1 | -0/+1 |
| | | | | | | | Remove excess whitespace to reduce output size and increase encode performance. Suggested by: Zhang "agentzh" Yichun <agentzh@gmail.com> | ||||
* | Update version to 1.0.1 | Mark Pulford | 2011-05-10 | 1 | -0/+3 |
| | |||||
* | Add changelog (NEWS) | Mark Pulford | 2011-05-08 | 1 | -0/+2 |