| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
To compile on solaris some libs had to be linked. So far I was only able
to test it on OmniOS r151006
|
| |
|
|
|
|
| |
Thanks to Leryan. See issue #78.
|
| |
|
|
|
|
|
|
| |
Before this change, it was difficult to set default
directories for different platforms that would still
work with different Lua versions.
|
|
|
|
|
|
| |
Includes documentation for common build settings, reasonable
defaults, and ability to set common build options in the
environment.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts in options.c were just due to independent small functions
being close to each other.
unix.c in mwild was broken, it wasn't using LUASOCKET_API.
serial.c needed luaL_reg renamed, and to use LUASOCKET_API.
makefile didn't respect standard DESTDIR and prefix makefile
variables, and didn't allow LUAV variable to select lua version to build
against.
I've tested the top-level install-both target builds and installs
against both lua5.1 and lua5.2, but not done further testing.
Conflicts:
README
config
gem/ltn012.tex
makefile
src/makefile
src/options.c
src/options.h
src/tcp.c
src/usocket.c
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
unix.
Besides standard socket and mime modules, this includes unix domain
socket support.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
|
|
|