Crashy bug fixed in recvraw.
Also fixed returns on closed socket.
This commit is contained in:
parent
3074a8f56b
commit
3cd10f5ab6
12 changed files with 97 additions and 33 deletions
|
@ -1,9 +1,7 @@
|
|||
#--------------------------------------------------------------------------
|
||||
# Distribution makefile
|
||||
#--------------------------------------------------------------------------
|
||||
DIST = luasocket-2.0.1
|
||||
|
||||
COMPAT = src/compat-5.1r5
|
||||
DIST = luasocket-2.0.2
|
||||
|
||||
TEST = \
|
||||
test/README \
|
||||
|
@ -115,7 +113,6 @@ dist:
|
|||
|
||||
mkdir -p $(DIST)/src
|
||||
cp -vf $(SRC) $(DIST)/src
|
||||
cp -vfr $(COMPAT) $(DIST)/src
|
||||
|
||||
mkdir -p $(DIST)/doc
|
||||
cp -vf $(DOC) $(DIST)/doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue