20 timeline items related to "trunk" occurring around 2012-03-09 15:59:46.
|
2012-07-20
| ||
| 20:58 | [e4db0a7f45] Minor doc fix. (user: stephan, tags: trunk) | |
|
2012-07-19
| ||
| 17:16 | [bc80c4cfbb] Corrected cpdo_amalgamation fiasco. (user: stephan, tags: trunk) | |
|
2012-07-07
| ||
| 09:53 | [ae2c78f498] Added long-missing cpdo_amalgamation.h. Now compiles warning-free under scan-build. (user: stephan, tags: trunk) | |
|
2012-04-15
| ||
| 11:33 | [735285360d] tinkering with some potential future refactoring. (user: stephan, tags: trunk) | |
| 10:18 | [87042db243] moved cson_type_id into public API to allow some client-side dispatching optimizations. (user: stephan, tags: trunk) | |
|
2012-03-31
| ||
| 14:34 | [a2ce0a8780] minor doc addition. (user: stephan, tags: trunk) | |
| 14:34 | [0750601a8e] minor fossil amalgamation build fix. (user: stephan, tags: trunk) | |
| 14:29 | [862f335cef] Expanded cson_sqlite3_bind_value() to accept an array. (user: stephan, tags: trunk) | |
| 13:43 | [2e416d8d1c] Added cson_sqlite3_bind_value(). (user: stephan, tags: trunk) | |
|
2012-03-09
| ||
| 15:59 | [ade613787f] minor cosmetic touchup to the previous commit. (user: stephan, tags: trunk) | |
| 15:52 | [e52fca49e5] Re-introduced the CSON_VOID_PTR_IS_BIG option. On 64-bit platforms this can save 8 bytes of memory per JSON integer. On 32-bit it has no effect. (user: stephan, tags: trunk) | |
|
2012-03-05
| ||
| 21:35 | [8a8cac5d65] minor internal cleanups. (user: stephan, tags: trunk) | |
|
2012-03-04
| ||
| 19:50 | [f10e062928] minor cleanups to the previous commit. (user: stephan, tags: trunk) | |
| 19:42 | [494a3b7da4] fixed a logic bug which causes cson_parse_argv_flags() to not recognize numeric flags as such (and treated them as strings). (user: stephan, tags: trunk) | |
| 14:30 | [3aae5815c8] cson_value_clone() now shares immutable values and objects' keys, and deeply clones containers. (user: stephan, tags: trunk) | |
| 13:12 | [000582703a] Fixed an obscure and deeply internal refcounting oversight which caused object keys pulled from JSON input to have a refcount of 0 but those from cson_object_set() to have rc=1. Added some experimental (and disabled) code for using shallow cloning for non-array/object types. (user: stephan, tags: trunk) | |
| 11:48 | [31a5ee1057] minor doc updates and internal cleanups. (user: stephan, tags: trunk) | |
| 11:10 | [625548f29b] added cson_cpdo_bind_value() to bind a cson value to a cpdo_stmt column. (user: stephan, tags: trunk) | |
|
2012-02-27
| ||
| 19:51 | [d70a8aecbc] Added several layers of nesting to ensure that it is too deep for the default build of cson (for error testing purposes). A makefile-level mistake caused the previous _success_ of the parse to go unnoticed (fixed in previous commit). (user: stephan, tags: trunk) | |
| 19:49 | [d64bf0af6e] fixed a logic error which caused the json-parser must-fail tests to incorrectly exit with code 0 when they (unexpectedly) succeeded. (user: stephan, tags: trunk) | |