aboutsummaryrefslogtreecommitdiff
path: root/src/serial.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* serial.c: pragma visibiliityE. Westbrook2019-03-101-5/+2
|
* serial.c: include luasocket.hE. Westbrook2019-02-251-0/+2
|
* Fix rockspec and serial.c module.Diego Nehab2015-08-211-16/+0
|
* New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-7/+7
| | | | Makes initialization code simpler everywhere.
* Leaving if in src/ but out of build for now.Diego Nehab2013-05-301-0/+1
|
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-291-4/+8
|
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add support for serial devices as socket streams on unix.Sam Roberts2012-04-111-0/+183