Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-14 | fix tty init | Robin Haberkorn | 1 | -1/+1 | |
2011-10-12 | replaced the put_ and get_ macros with slightly more sane and efficient versions | Robin Haberkorn | 1 | -17/+14 | |
considering that erlang understands native endianess in binaries, the whole translation is unnecessary | |||||
2011-10-12 | fixed some compiler warnings and two very obvious pointer bugs | Robin Haberkorn | 1 | -10/+10 | |
2011-10-12 | replace fprintf with more efficient fputs | Robin Haberkorn | 1 | -2/+1 | |
2011-10-12 | fixed signal polling: do not always return 0 :-) | Robin Haberkorn | 1 | -5/+1 | |
I've neither experienced this bug nor tested it but it was obviously wrong | |||||
2011-10-11 | add recent config.guess | Robin Haberkorn | 1 | -0/+1533 | |
normally this does not have to be in the repo but the build system... | |||||
2011-10-11 | fixed slang_drv path fallback and write human readable message in case of ↵ | Robin Haberkorn | 1 | -2/+2 | |
errors loading the driver | |||||
2011-10-11 | updated slang_drv to erlang R14 driver interface: lots of type changes | Robin Haberkorn | 2 | -151/+194 | |
also fixed Makefile: link with GCC to ensure that the driver is dynamically linked | |||||
2011-10-11 | remove autogenerated files and update config.sub | Robin Haberkorn | 7 | -2284/+850 | |
the build system needs much more fixes to become usable | |||||
2011-10-11 | applied debian erlang-slang_1.0-3 patch: some slang_drv updates | Robin Haberkorn | 25 | -275/+408 | |
most of this are useless whitespace changes, but slang_drv is updated and debian files are added | |||||
2011-10-11 | initial commit based on erlang-slang 1.0 release (debian tar ball) | Robin Haberkorn | 35 | -0/+16304 | |