Sam Roberts
b1f7c349b5
Add support for serial devices as socket streams on unix.
2012-04-11 13:45:59 -07:00
Sam Roberts
a8b19e5367
OS X CFLAGS definition caused silent failure to build debug version of luasocket.
...
The luasocket tests require LUASOCKET_DEBUG to be defined at build time,
but for OS X if COMPAT was undefined, the command line looked like
... -I -DLUASOCKET_DEBUG ...
so that the the macro definition was silently being treated as the
argument to -I. Result is the macro was never set, and tests would
never run. Fixed by moving -I to the (optional) definition of the
location of compat headers.
2012-04-11 13:45:59 -07:00
Sam Roberts
826589afcd
Add location of Ubuntu's lua5.1 headers to config.
2012-04-11 13:45:59 -07:00
Sam Roberts
dcb92d6268
Support the conventional DESTDIR and prefix variables
...
Many packaging systems rely on them, they are described here:
- http://www.gnu.org/prep/standards/standards.html#index-prefix
- http://www.gnu.org/prep/standards/standards.html#DESTDIR
2012-04-11 13:45:58 -07:00
Diego Nehab
e381bde1ea
Modified and tested on Linux.
2007-06-12 00:06:29 +00:00
Diego Nehab
3cd10f5ab6
Crashy bug fixed in recvraw.
...
Also fixed returns on closed socket.
2007-06-11 23:44:54 +00:00
Diego Nehab
be2e467929
Couple bug fixes.
2007-03-12 04:08:40 +00:00
Diego Nehab
c72632dca5
Reverted back to Linux.
2006-04-20 04:27:01 +00:00
Diego Nehab
75f51d5bc7
Almost ready to release 2.0.1
2006-04-20 04:16:23 +00:00
Diego Nehab
316e205cd4
Reverted to Linux default.
2006-04-18 20:12:27 +00:00
Diego Nehab
11282d17c8
Almost done 2.0.1.
2006-04-03 04:45:42 +00:00
Diego Nehab
e9d477aba3
Final patches...
2006-04-03 03:10:56 +00:00
Diego Nehab
93806208c7
Updates for 2.0.1 on the way.
2006-03-19 21:22:21 +00:00
Diego Nehab
d55a5826e8
Few tweaks in installation, some missing files, etc.
2005-11-22 08:33:29 +00:00
Diego Nehab
5e09779c7f
In pre release mode!
2005-11-20 08:56:19 +00:00
Diego Nehab
f20f4889bf
Changed prefix of function names to match module names.
...
Removed some warnings and useless code.
2005-11-20 07:20:26 +00:00
Diego Nehab
f4dadea763
Before compiling on Windows.
2005-10-07 04:40:59 +00:00
Diego Nehab
562d8cceb7
Default config is for Linux.
2005-10-05 03:20:22 +00:00
Diego Nehab
8420541720
Tested on Windows.
2005-09-29 22:26:35 +00:00
Diego Nehab
a32c6d9140
Almost ready to release.
2005-09-29 06:11:42 +00:00
Diego Nehab
773e35ced3
Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
...
Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
2005-08-23 05:53:14 +00:00
Diego Nehab
0c3cdd5ef2
Final push for release...
2005-08-12 05:56:32 +00:00
Diego Nehab
37f7af4b9f
Added check-links-nb.lua that check links in a non-blocking way.
2005-06-20 04:51:55 +00:00