aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_python.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-79/+79
CodingStyle added and applied
2005-05-04[lcd4linux @ 2005-05-04 05:22:12 by reinelt]reinelt1-28/+31
* replaced fprintf(stderr,... with error() * corrected a "dangling reference" memory problem * removed some PyErr_Print() spam * fixed a segmentation fault that occured when python module was not found * improved error messages
2005-05-03[lcd4linux @ 2005-05-03 11:13:23 by reinelt]reinelt1-12/+98
rearranged autoconf a bit, libX11 will be linked only if really needed (i.e. when the X11 driver has been selected) plugin_python filled with life
2005-05-02[lcd4linux @ 2005-05-02 10:29:20 by reinelt]reinelt1-0/+70
preparations for python bindings and python plugin