Pass command line arguments through arg table
Change fork() to accept multiple arguments
Remove close function that does not belong to plumb module
plumbmon: sample program to demonstrate the use of the plumb module
New plan9 module to export some libc functions/constants
Initial plumb module implementation
Added draw.openfont() and draw.buildfont()
Implement Font __gc metamethod
Added most missing geometry functions
Updated documentation to point to the samples.
Documentation rewrite
Demo now covers all drawing primitives
Fix string function to allow optional points (nil instead of a point)
Update README.md
Added new demo script and removed previous one
event.menuhit() return index start at 1
Added g module to export geometry functions
event() now properly returns mouse info
Added some more draw functions
Add a function to retrieve a table of points from lua
First draft of API documentation
Move draw module implementation to a separate file
Add missing color.c and event.c files
Rename draw.initdraw() to draw.init()
Move all libdraw event related function to an event module
Fix casing of exported draw constants
Added color module to export color constants to lua
Expose missing Image attributes
Added ellipse() and fillellipse()
Added helper functions to simplify API implementation
Create LICENSE
Update README.md