Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in manual | Mark Pulford | 2012-03-04 | 1 | -2/+2 |
| | |||||
* | Document dtoa build options | Mark Pulford | 2012-03-04 | 1 | -0/+16 |
| | |||||
* | Fix typos (lists, hexadecimal) | Mark Pulford | 2012-01-02 | 1 | -7/+7 |
| | |||||
* | Update all package descriptions for consistency | Mark Pulford | 2012-01-02 | 1 | -4/+5 |
| | |||||
* | Add build option to disable invalid numbers | Mark Pulford | 2012-01-01 | 1 | -9/+12 |
| | | | | | Windows MinGW doesn't convert Infinity/NaN/hexadecimal numbers. Add DISABLE_INVALID_NUMBERS build option option to disable invalid numbers. | ||||
* | Sanitise locale code, comments and documentation | Mark Pulford | 2012-01-01 | 1 | -8/+20 |
| | |||||
* | Add support for Lua 5.2 and cjson.new | Mark Pulford | 2011-12-30 | 1 | -14/+47 |
| | | | | | | | | | | | | | | Update all Lua scripts to use new module init style everywhere: local json = require "cjson" Lua CJSON does not register a global table under Lua 5.2. The global table can be disabled under Lua 5.1 with DISABLE_CJSON_GLOBAL. Other changes: - Store CJSON configuration as an upvalue for each function. - Add "cjson.new" function to create another module table with a separate configuration. - Add _NAME and _VERSION variables. | ||||
* | Remove POSIX locale workaround | Mark Pulford | 2011-12-29 | 1 | -14/+0 |
| | |||||
* | Clarify optional args and return values | Mark Pulford | 2011-12-20 | 1 | -0/+15 |
| | |||||
* | Remove cjson prefix from function headings | Mark Pulford | 2011-12-20 | 1 | -18/+18 |
| | |||||
* | Add UTF-8 caution to manual (and misc changes) | Mark Pulford | 2011-12-20 | 1 | -10/+24 |
| | |||||
* | Update manual (various minor improvements) | Mark Pulford | 2011-12-15 | 1 | -84/+79 |
| | | | | | | | - Fix typo (keep_encode_buffer -> encode_keep_buffer) - Update for consistency - Remove duplicate sparse table example - Change manual to use horizontal item lists | ||||
* | Add CMake build documentation | Mark Pulford | 2011-12-15 | 1 | -7/+26 |
| | |||||
* | Update examples in documentation | Mark Pulford | 2011-12-15 | 1 | -32/+16 |
| | | | | | - Remove block quotes - Add titles | ||||
* | Rewrite cjson.encode_sparse_array documentation | Mark Pulford | 2011-12-15 | 1 | -29/+25 |
| | |||||
* | Clean up build options documentation in manual | Mark Pulford | 2011-12-15 | 1 | -8/+7 |
| | |||||
* | Automate package releases with build-packages.sh | Mark Pulford | 2011-12-15 | 1 | -5/+4 |
| | | | | | | build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly | ||||
* | Remove quirks section from manual | Mark Pulford | 2011-12-14 | 1 | -74/+55 |
| | | | | | | | | Merge quirks section into: - Build overview (locales) - API docs Add API section for variables. | ||||
* | Order API functions in manual alphabetically | Mark Pulford | 2011-12-13 | 1 | -81/+81 |
| | |||||
* | Convert documentation to AsciiDoc | Mark Pulford | 2011-12-12 | 1 | -0/+460 |
- 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 |