1
0
Commit Graph

4 Commits

Author SHA1 Message Date
Patrick Gaskin
6329328daf Refactored error handling (#62)
Instead of using and checking malloc'd error strings formatted with asprintf and passed through a pointer in function arguments, use a global thread-local statically allocated error buffer with functions to set and get it.

This is more efficient, less error-prone, and easier to use than the old method, especially now that NM is larger (meaning that errors are returned through multiple layers) and parts of it are re-used in other things.
2020-07-21 17:47:22 -04:00
NiLuJe
d0d169769b Hide (nearly) all symbols by default (#40)
https://github.com/geek1011/kobo-plugin-experiments/issues/9#issuecomment-642324579
2020-06-23 03:37:00 -04:00
Patrick Gaskin
a293143fd0 Renamed to NickelMenu 2020-04-22 21:27:00 -04:00
Patrick Gaskin
7e5320ff6f Initial commit
Nothing has actually been tested yet.
2020-04-22 00:13:02 -04:00