Fix select() not being used even if its available. config.h has to be included

before any HAVE_### macros may be used! Cleanup comments and group related
function descriptions.
This commit is contained in:
mmdolze
2011-02-27 11:36:44 +00:00
parent 2d57d0c7f3
commit 471fbc593e
2 changed files with 84 additions and 103 deletions
+1
View File
@@ -23,6 +23,7 @@ v.0.5dev (ongoing development)
* hd44780/imon: Add charmap for NEC uPD16314 and make it configurable
* Pyramid: Convert set_char to 8 byte bitmap, add support for bignum
* Convert set_char of drivers bayrad, lb216, lcterm, mtc_s16209x, wirz-sli
* CFontzPacket: Fix not using select() even if its available
v0.5.4
* Update driver includes and LDFLAGS (fixed glk and bayrad binding error)