2002-03-16 13:56 Joe Mason * Makefile: Bumped version to 0.1.1 (hurried patch release) after porting multwin sample program 2002-03-16 13:55 Joe Mason * README, generate_glkmodule.py, glkc.i, model.py, multiwin.py: Critical bugfixes: put request_line_event back in the original Glk format, added safety checks to multiple return values. 2002-03-16 11:43 Joe Mason * License.txt, Makefile, README: Ok, *now* it's version 0.1.0. Updated README. 2002-03-16 11:28 Joe Mason * Makefile: Ok, now it's version 0.1.0. Added install target. 2002-03-16 11:20 Joe Mason * Makefile: Initial release: 0.1.0 2002-03-16 10:20 Joe Mason * TODO, generate_glkmodule.py, model.py: Range checking on chr() and ord() calls. 2002-03-16 03:10 Joe Mason * Makefile, README, TODO, buf_llhash.h, generate_glkmodule.py, glkc.h, glkc.i, ref_llhash.h: Implemented C-side refcounting of buffers so that Python's GC doesn't steal them from under Glk. 2002-03-14 05:13 Joe Mason * README, TODO, generate_glkmodule.py, glkc.h, glkc.i: Use a tuple instead of stream_result_t 2002-03-14 04:40 Joe Mason * README, TODO, generate_glkmodule.py, glkc.h, glkc.i, model.py: Made handling of char *'s more transparent (by letting SWIG do it). Implemented glk_stream_open_memory and changed glk_request_line_event semantics to match. 2002-03-14 02:08 Joe Mason * glkc.i, model.py: Removed tabs from quotes in model.py. Fixed off-by-one error malloc'ing strings. 2002-03-13 17:54 Joe Mason * README, TODO, glkc.h, glkc.i: Implemented glk_put_buffer and glk_put_buffer_stream 2002-03-13 02:47 Joe Mason * README, TODO, generate_glkmodule.py, glkc.h, glkc.i, pyglk.c: Implemented set_interrupt_handler 2002-03-13 01:49 Joe Mason * generate_glkmodule.py, glkc.h, glkc.i, pyglk.c: Clean up Python on exit (by wrapping glk_exit). Reenable the free()'s, since they weren't helping. 2002-03-13 01:29 Joe Mason * License.txt, Makefile, README, TODO, generate_glkmodule.py, glkc.h, glkc.i, model.py, pyglk.c: Initial revision 2002-03-13 01:29 Joe Mason * License.txt, Makefile, README, TODO, generate_glkmodule.py, glkc.h, glkc.i, model.py, pyglk.c: Initial creation