Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-19 | Add plist_read_from_file() to interface, update plist_from_memory() | Nikias Bassen | 1 | -44/+2 | |
plist_read_from_file() is a convenience function that will open a given file, checks its size, allocates a buffer large enough to hold the full contents, and reads from file to fill the buffer. Then, it calls plist_from_memory() to convert the data to plist format. A (breaking) change had to be made so that plist_from_memory() will also return the parsed format in its 4th argument (if non-NULL). | |||||
2023-02-06 | libcnary: Updated typedefs of node_t and node_list_t to contain pointer | Nikias Bassen | 1 | -2/+2 | |
This makes the code more readable. Obviously all the code that uses it is also updated. | |||||
2023-01-08 | Add support for OpenStep plist format | Nikias Bassen | 1 | -13/+2 | |
2021-12-23 | test: Work around JSON parser limitation expecting to have a 0-terminated ↵ | Nikias Bassen | 1 | -0/+3 | |
string as input | |||||
2021-12-23 | Add support for JSON format | Nikias Bassen | 1 | -0/+4 | |
2020-11-24 | Improve code readability by not using else after return | Rosen Penev | 1 | -3/+1 | |
[clang-tidy] Found with readability-else-after-return Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2011-05-27 | Make libplist glib free | Nikias Bassen | 1 | -3/+3 | |
2010-01-21 | Fix some warnings | Jonathan Beck | 1 | -6/+1 | |
2009-11-10 | Remove deprecated functions from API. | Jonathan Beck | 1 | -0/+17 | |
2009-10-28 | Format sources to ANSI style using AStyle (astyle --style=ansi). | Jonathan Beck | 1 | -98/+102 | |
2009-10-28 | Fix build for MSVC9. | Jonathan Beck | 1 | -0/+4 | |
2009-02-15 | Add more regression test and fix Integer and Real type handling. | Jonathan Beck | 1 | -0/+138 | |