Timeline

Not logged in

20 timeline items related to "trunk" occurring around 2012-02-26 15:21:08.

2012-03-04
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)
19:47
[97f54e8725] json-parser.c now compiles in c89 mode. (user: stephan, tags: trunk)
08:59
[45f8d4be63] latest whio amalgamation. (user: stephan, tags: trunk)
2012-02-26
15:21
[93ec1026aa] removed extraneous include guard. (user: stephan, tags: trunk)
11:11
[c694f3174d] fixed mis-matched ifdef for MSVC push/pop macros. Fixes ticket [f9b10a6659]. (user: stephan, tags: trunk)
2012-02-18
22:46
[71aaf54186] build fixes for gcc 4.6. (user: stephan, tags: trunk)
2012-01-25
13:37
[6646baf6df] Wrap whole fossil amalgamation in a FOSSIL_ENABLE_JSON block. (user: stephan, tags: trunk)
13:36
[b05d3a86a6] comment changes only. (user: stephan, tags: trunk)
2011-11-17
17:59
[bdf5b7765f] Added new ifdef to fossil-specific amalgamation. (user: stephan, tags: trunk)
2011-10-21
12:00
[62ec9dc5c0] Added cson_cgi_replace_POST() and cson_cgi_replace_GET(), to support reading POST data from a file. Fixed an old stream closing bug which could lead to a leak (but was never used). (user: stephan, tags: trunk)
2011-10-16
15:26
[a20488ede5] Added cson_parse_argv_flags(). (user: stephan, tags: trunk)
12:59
[cac2568693] added cson_object_merge(). Changed cson_kvp_key() return non-const ptr to support this feature and cson_object_set_s(). (user: stephan, tags: trunk)
12:58
[77a6bd6f74] moved cson_cgi_urldecode_inline() into the public API for use in whiki. (user: stephan, tags: trunk)
2011-10-15
12:12
[0a02e9dc5e] tinkering with the cookie unsetting. _Seems_ to somewhat work now. (user: stephan, tags: trunk)