ObjFW  Timeline

10 descendants and 10 ancestors of f7576a66ce8f3b5841cc52203f73bbdb05392a65ec47b524bee43c29a03e9cf2

2012-06-11
23:08
Add OF_PATH_PARENT_DIR. (check-in: bfd8f4cfec user: js tags: trunk)
21:01
Fix a warning due to uint_fast16_t > uint32_t. (check-in: e4832ae80b user: js tags: runtime)
20:50
Merge branch 'master' into runtime (check-in: 19a677b596 user: js tags: runtime)
11:08
Improve -[OFNumber description]. (check-in: 0db281bf03 user: js tags: trunk)
2012-06-10
16:07
JSON: Make it possible to get the invalid line. (check-in: 72c71c4eb2 user: js tags: trunk)
16:03
Add a few array methods. (check-in: 95e8e1e486 user: js tags: trunk)
13:28
More API improvements. (check-in: 11d3d69a22 user: js tags: trunk)
2012-06-07
12:03
Rework OFStream API. (check-in: 0d4059306a user: js tags: trunk)
2012-06-06
17:16
Rename -[OFXMLParser parseBuffer:withLength:]. (check-in: 7a42ee8f11 user: js tags: trunk)
14:05
Merge branch 'master' into runtime (check-in: 050ac82798 user: js tags: runtime)
13:47
Slightly change the memory management API. (check-in: f7576a66ce user: js tags: trunk)
13:14
Remove -[OFMutableArray removeNObjects:]. (check-in: 6f0ef1c5e1 user: js tags: trunk)
13:09
Rework OFDataArray API. (check-in: d5ddb2cb48 user: js tags: trunk)
12:23
Add a missing check in OFDataArray. (check-in: e68229ff3b user: js tags: trunk)
12:15
-[addObject:atIndex:] -> -[insertObject:atIndex:]. (check-in: 26f2ffa908 user: js tags: trunk)
12:15
swapObjectAtIndex... -> exchangeObjectAtIndex... (check-in: 13e6e99067 user: js tags: trunk)
2012-06-05
16:05
Disallow newlines in JSON strings. (check-in: 670a739c02 user: js tags: trunk)
15:03
JSON5: Allow identifiers as dictionary keys. (check-in: c9a3ac1a03 user: js tags: trunk)
14:51
Add a warning to -[OFString JSONValue]. (check-in: 509ab0affd user: js tags: trunk)
10:21
JSON5: Allow trailing commas. (check-in: 62cd394e96 user: js tags: trunk)
2012-06-04
23:50
JSON5: Allow strings split across multiple lines. (check-in: 2002348e23 user: js tags: trunk)