ObjFW  Timeline

14 check-ins using file src/OFString.m version 40151bee8f

2012-06-06
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)
23:36
Allow numbers in JSON5 format. (check-in: 3e028f7479 user: js tags: trunk)
22:32
Initial JSON5 support. (check-in: 54f80aba7a user: js tags: trunk)
2012-05-30
22:03
atomic.h: Use sete instead of the ugly jne. (check-in: 22aea96b79 user: js tags: trunk)
2012-05-22
12:59
Add -[OFString stringByAppendingPathComponent:]. (check-in: 868e1611f4 user: js tags: trunk)