From 58bdb658aaa1c30a8f3bed46eef880d308fae582 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 9 Jun 2003 18:23:40 +0000 Subject: Select re-implemented in a nicer way. Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X. --- etc/check-links.lua | 2 ++ etc/dict.lua | 2 ++ etc/get.lua | 2 ++ 3 files changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/check-links.lua b/etc/check-links.lua index 705c0ce..4c96fdc 100644 --- a/etc/check-links.lua +++ b/etc/check-links.lua @@ -1,6 +1,8 @@ ----------------------------------------------------------------------------- -- Little program that checks links in HTML files -- LuaSocket 1.5 sample files. +-- Author: Diego Nehab +-- RCS ID: $Id$ ----------------------------------------------------------------------------- socket.http.TIMEOUT = 10 diff --git a/etc/dict.lua b/etc/dict.lua index 6790cab..89bdb4f 100644 --- a/etc/dict.lua +++ b/etc/dict.lua @@ -1,6 +1,8 @@ ----------------------------------------------------------------------------- -- Little program to download DICT word definitions -- LuaSocket 1.5 sample files +-- Author: Diego Nehab +-- RCS ID: $Id$ ----------------------------------------------------------------------------- function get_status(sock, valid) local line, err = sock:receive() diff --git a/etc/get.lua b/etc/get.lua index af46c16..e972d16 100644 --- a/etc/get.lua +++ b/etc/get.lua @@ -1,6 +1,8 @@ ----------------------------------------------------------------------------- -- Little program to download files from URLs -- LuaSocket 1.5 sample files +-- Author: Diego Nehab +-- RCS ID: $Id$ ----------------------------------------------------------------------------- -- formats a number of seconds into human readable form function nicetime(s) -- cgit v1.2.3-55-g6feb