extend the ixp.read() function
commiteb9edc9d77d96031c33b5536120421862b4c828a
authorBart Trojanowski <bart@jukie.net>
Fri, 3 Oct 2008 01:30:30 +0000 (2 21:30 -0400)
committerBart Trojanowski <bart@jukie.net>
Fri, 3 Oct 2008 01:31:26 +0000 (2 21:31 -0400)
tree0592c48aee061f9c8db82ca8ce7b1f3154d0e861
parentab0925ed56cc898a9658057b9454081ea69545e8
extend the ixp.read() function

- can specify the amount to read, defaults to 64k
- setting amount to zero removes any limit
- if amount is non-zero will inform if more data was available (short read)
- improved error reporting
luaixp/lixp_instance.c
luaixp/lixp_instance.h
luaixp/lixp_util.c
luaixp/lixp_util.h
luaixp/test.lua