aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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
|
* document available functionsjluehrs22007-12-241-0/+39
|
* don't block signals during handler executionjluehrs22007-10-101-0/+2
|
* 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
|
* implement kill() and raise()jluehrs22007-10-091-2/+45
|
* only use gL in signal handlersjluehrs22007-10-091-13/+13
|
* list the rest of the functions i'm planning on implementingjluehrs22007-10-091-0/+4
|
* 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 ↵jluehrs22007-10-091-2/+2
| | | | appropriate default
* initial working implementation of installing signal handlersjluehrs22007-10-095-0/+408