0.3.1
- Use
[C]
instead of function name in traceback. This makes it slightly closer to PUC Lua. - Various improvements to string formatting:
- Handle %o and %g converters correctly
- Use longs instead of integers
- Ensure unsigned longs are formatted as such
- Correctly handle alternate form
- Fix crashes when coercing strings with non-ASCII characters to numbers.