Hi Alan, >> Log Message: >> changed lua_Number to int64_t > > This was actually two logical changes: > > * move strtoimax from the userland-only part of libc to the common part > that's also > usable by the kernel. > > * change lua_Number to int64_t for the kernel Lua implementation. > > I would have preferred to see two separate commits. Even with only > one commit, the log message should have described both changes.
Sorry for that. I posted the patch on tech-kern, and I thought that it was OK for single committing. Next time I'll separate it better. Regards, -- Lourival Vieira Neto