Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
On Mon, 02 Dec 2013, Lourival Pereira Vieira Neto wrote:
Module Name: src
Committed By: lneto
Date: Mon Dec 2 04:39:10 UTC 2013
Modified Files:
src/lib/libc/stdlib: Makefile.inc
src/sys/lib/libkern: Makefile.libkern libkern.h
src/sys/modules/lua: Makefile luaconf.h
Added Files:
src/common/lib/libc/stdlib: strtoimax.c
Removed Files:
src/lib/libc/stdlib: strtoimax.c
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.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index