From 72a0ee36b6d08510d378397e28dacb746df5f40a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 11 Jul 2009 07:54:57 +0000 Subject: [PATCH] nixio: Update documentation to prepare 0.3 release --- libs/nixio/docsrc/CHANGELOG.lua | 29 +++++++++++++++++++++++++++ libs/nixio/docsrc/README.lua | 13 +++++------- libs/nixio/docsrc/nixio.UnifiedIO.lua | 1 - libs/nixio/standalone.mk | 3 +-- 4 files changed, 35 insertions(+), 11 deletions(-) create mode 100644 libs/nixio/docsrc/CHANGELOG.lua diff --git a/libs/nixio/docsrc/CHANGELOG.lua b/libs/nixio/docsrc/CHANGELOG.lua new file mode 100644 index 0000000000..f73e96632d --- /dev/null +++ b/libs/nixio/docsrc/CHANGELOG.lua @@ -0,0 +1,29 @@ +--- Changes and improvements. +module "CHANGELOG" + +--- Nixio 0.3 +-- +-- @class table +-- @name 0.2 +-- @return ! + +--- Nixio 0.2 +-- +-- @class table +-- @name 0.2 +-- @return ! \ No newline at end of file diff --git a/libs/nixio/docsrc/README.lua b/libs/nixio/docsrc/README.lua index 20793cefea..b957a69903 100644 --- a/libs/nixio/docsrc/README.lua +++ b/libs/nixio/docsrc/README.lua @@ -80,15 +80,12 @@ module "README" --- Cryptography and TLS libraries. -- diff --git a/libs/nixio/docsrc/nixio.UnifiedIO.lua b/libs/nixio/docsrc/nixio.UnifiedIO.lua index d0b189cf44..6e407ff2ca 100644 --- a/libs/nixio/docsrc/nixio.UnifiedIO.lua +++ b/libs/nixio/docsrc/nixio.UnifiedIO.lua @@ -111,7 +111,6 @@ module "nixio.UnifiedIO" -- @usage This function uses the sendfile() syscall to copy the data or the -- blocksource function of the source descriptor and the sink function -- of the target descriptor as a fallback mechanism. --- @usage Support for splice() on Linux is not implemented yet. -- @usage If the limit parameter is ommited, data is copied -- until an end-of-file, end-of-stream, connection shutdown or similar happens. -- @usage If the descriptor is non-blocking the function may fail with EAGAIN. diff --git a/libs/nixio/standalone.mk b/libs/nixio/standalone.mk index fe71f581a6..95f6bece42 100644 --- a/libs/nixio/standalone.mk +++ b/libs/nixio/standalone.mk @@ -42,7 +42,6 @@ clean: luaclean luasource: mkdir -p dist$(LUA_MODULEDIR) - cp -pR root/* dist 2>/dev/null || true cp -pR lua/* dist$(LUA_MODULEDIR) 2>/dev/null || true for i in $$(find dist -name .svn); do rm -rf $$i || true; done @@ -53,4 +52,4 @@ luacompile: luasource for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done luaclean: - rm -rf dist \ No newline at end of file + rm -rf dist -- 2.30.2