aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make sure to clear out the flags for signal handlingHEADmasterjluehrs22008-03-181-0/+1
* portability - don't handle real time signals unless they are availablejluehrs22008-03-181-0/+8
* portability - make this build properly on a macjluehrs22008-03-184-1/+7
* portability - handle distros that use weird naming for the lua libraries and ...jluehrs22008-03-182-3/+8
* todo--jluehrs22007-12-241-1/+0
* modify the makefile to build the documentationjluehrs22007-12-241-4/+5
* document available functionsjluehrs22007-12-241-0/+39
* add another testjluehrs22007-12-241-0/+5
* docs are autogeneratedjluehrs22007-12-240-0/+0
* don't block signals during handler executionjluehrs22007-10-101-0/+2
* todojluehrs22007-10-091-0/+6
* add a readmejluehrs22007-10-091-0/+39
* add a licensejluehrs22007-10-091-0/+7
* and a Make.configjluehrs22007-10-091-0/+6
* add an actual makefilejluehrs22007-10-091-2/+67
* test _VERSIONjluehrs22007-10-091-0/+1
* add _VERSION to the modulejluehrs22007-10-091-0/+3
* todojluehrs22007-10-091-0/+2
* initial implementation of mask()jluehrs22007-10-091-1/+75
* initial implementation of suspend()jluehrs22007-10-091-1/+57
* fix my stack manipulation confusionjluehrs22007-10-091-5/+8
* don't need luaL_checklstring if we don't need the lengthjluehrs22007-10-091-3/+3
* better error reportingjluehrs22007-10-091-1/+1
* add a test for raise()jluehrs22007-10-091-0/+2
* implement kill() and raise()jluehrs22007-10-091-2/+45
* only use gL in signal handlersjluehrs22007-10-091-13/+13
* add lhf's alarm test script from lalarmjluehrs22007-10-091-0/+21
* list the rest of the functions i'm planning on implementingjluehrs22007-10-091-0/+4
* fix the test script for the default name changesjluehrs22007-10-091-2/+2
* add an alarm functionjluehrs22007-10-091-2/+14
* commentjluehrs22007-10-091-0/+2
* rename the defaults, since restoring lua's handlers seems to be the more appr...jluehrs22007-10-091-2/+2
* testing scriptjluehrs22007-10-091-0/+19
* simple makefile for testingjluehrs22007-10-091-0/+2
* initial working implementation of installing signal handlersjluehrs22007-10-095-0/+408
* initial dir structurejluehrs22007-09-125-0/+0