aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-10-14avoid some compiler warnings and fix some obvious bugsRobin Haberkorn1-14/+13
* smg_write_stringn was wrong if string is longer than N, string must be truncated (according to cref) * smg_draw_box didn't use it's argument even though the C implementation exists
2011-10-14include load_driver error in exit reasonRobin Haberkorn1-1/+1
2011-10-14replaced half autoconf build system with a simpler GNU make and Emake based oneRobin Haberkorn2-31/+0
new build system adheres to common usage of make command line and environment variables
2011-10-11fixed slang_drv path fallback and write human readable message in case of ↵Robin Haberkorn1-2/+2
errors loading the driver
2011-10-11applied debian erlang-slang_1.0-3 patch: some slang_drv updatesRobin Haberkorn3-26/+26
most of this are useless whitespace changes, but slang_drv is updated and debian files are added
2011-10-11initial commit based on erlang-slang 1.0 release (debian tar ball)Robin Haberkorn5-0/+870