Differences From Artifact [d4c97a2a17]:
- File
src/ObjFW.h
— part of check-in
[72c71c4eb2]
at
2012-06-10 16:07:33
on branch trunk
— JSON: Make it possible to get the invalid line.
This introduces OFInvalidJSONException, which has a property line to get
the line in which the parsing error occurred. (user: js, size: 3870) [annotate] [blame] [check-ins using] [more...]
To Artifact [83c87b8540]:
- File src/ObjFW.h — part of check-in [7fbf13845b] at 2012-08-07 08:35:17 on branch trunk — Add autorelease.h and export functions. (user: js, size: 3894) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
135 136 137 138 139 140 141 142 143 144 145 | #ifdef OF_THREADS # import "OFThread.h" # import "OFThreadPool.h" # import "threading.h" #endif #import "asprintf.h" #import "base64.h" #import "of_asprintf.h" #import "of_strptime.h" | > | 135 136 137 138 139 140 141 142 143 144 145 146 | #ifdef OF_THREADS # import "OFThread.h" # import "OFThreadPool.h" # import "threading.h" #endif #import "autorelease.h" #import "asprintf.h" #import "base64.h" #import "of_asprintf.h" #import "of_strptime.h" |