Timeline

Not logged in

20 timeline items related to "trunk" occurring around 2011-01-16 20:40:30.

2011-01-17
12:48
[f292024894] Removed timestamp from cson_lists.h to avoid unnecessary diffs/commits. (user: stephan, tags: trunk)
12:25
[7fc5422b99] Doc additions. (user: stephan, tags: trunk)
11:50
[b4dde6ec58] Minor internal refactoring. (user: stephan, tags: trunk)
11:10
[baf44f31ab] Refactoring to support an amalgamation build. Included one of the generated files in the repo (against my better judgement, but so non-Unix users can use it). (user: stephan, tags: trunk)
10:10
[cef63281aa] Added cson_output_opt::indentSingleMemberValues. Doc additions. (user: stephan, tags: trunk)
09:19
[fbf0f5566d] Fixed a memleak which could have shown up on an OOM error during parsing. (user: stephan, tags: trunk)
2011-01-16
21:09
[dc422a866c] Added cson_output_opt::addSpaceAfterColon. (user: stephan, tags: trunk)
21:04
[7a9a800ac7] Removed decl for a non-existent function. (user: stephan, tags: trunk)
21:02
[256093b5dc] Minor doc updates. (user: stephan, tags: trunk)
20:40
[853b38e0d8] Fixed a new leak introduced by the previous leak fix. We see to be leak-free now :). (user: stephan, tags: trunk)
20:25
[ab8042e65f] Added an additional optional argument to cson_parse(), to give us a way t o fetch line/column info for error reporting. Fixed a leak in cson_parse() when parsing failed. (user: stephan, tags: trunk)
19:37
[7d18e4daf6] Added cson_output_filename() and cson_parse_filename(). (user: stephan, tags: trunk)
19:22
[54251b81b7] Doc additions. (user: stephan, tags: trunk)
18:58
[2ce0666163] Added cson_object_get_sub() utility function. (user: stephan, tags: trunk)
17:05
[57bfa93c59] Fixed a typo. (user: stephan, tags: trunk)
15:56
[03393679543e] cson_output_buffer() now explicitly ensures that the output contains a terminating NULL byte. (user: stephan, tags: trunk)
15:25
[9c518b62bc] Added cson_output_buffer(). (user: stephan, tags: trunk)
15:01
[a8e629736c] Added cson_value_get_cstr(). (user: stephan, tags: trunk)
14:49
[bb26bf3075] Minor malloc()-related optimizations and doc updates. (user: stephan, tags: trunk)
2011-01-15
14:03
[f7e8401239] Added the JSON_checker code from json.org, for future reference. (user: stephan, tags: trunk)