aboutsummaryrefslogtreecommitdiffhomepage
path: root/c_src/slang_drv.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12replaced the put_ and get_ macros with slightly more sane and efficient versionsRobin Haberkorn1-17/+14
considering that erlang understands native endianess in binaries, the whole translation is unnecessary
2011-10-12fixed some compiler warnings and two very obvious pointer bugsRobin Haberkorn1-10/+10
2011-10-12replace fprintf with more efficient fputsRobin Haberkorn1-2/+1
2011-10-12fixed signal polling: do not always return 0 :-)Robin Haberkorn1-5/+1
I've neither experienced this bug nor tested it but it was obviously wrong
2011-10-11updated slang_drv to erlang R14 driver interface: lots of type changesRobin Haberkorn1-149/+192
also fixed Makefile: link with GCC to ensure that the driver is dynamically linked
2011-10-11applied debian erlang-slang_1.0-3 patch: some slang_drv updatesRobin Haberkorn1-70/+62
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 Haberkorn1-0/+921