LuaCocoa v.0.3.2 Released
Happy New Year everybody! I have released LuaCocoa 0.3.2 into the wild.
This version contains fixes for Lion plus improvements to the command line tools.
v 0.3.2: (More Lion fixes, command line libreadline support, PowerPC dropped)
- Fixed bug for prepping ffi data return values for structs which was manifesting itself as a ffi failure on Lion 64-bit calling cascadeTopLeftFromPoint in the MinimalAppKit example .
- The command line tools lua and luacocoa are now compiled with LUA_USE_READLINE defined allowing things like up-arrow history searching/repeating.
- Notes on readline support:
- Linking against libreadline is problematic for backwards compatibility because Apple always writes the resolved symbolic link in the executable. …


View Comments