Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | serial.c: pragma visibiliity | E. Westbrook | 2019-03-10 | 1 | -5/+2 |
| | |||||
* | serial.c: include luasocket.h | E. Westbrook | 2019-02-25 | 1 | -0/+2 |
| | |||||
* | Fix rockspec and serial.c module. | Diego Nehab | 2015-08-21 | 1 | -16/+0 |
| | |||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -7/+7 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | Leaving if in src/ but out of build for now. | Diego Nehab | 2013-05-30 | 1 | -0/+1 |
| | |||||
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 1 | -4/+8 |
| | |||||
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -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 Roberts | 2012-04-11 | 1 | -0/+183 |