2000-12-05 Henning Meier-Geinitz <hmg@gmx.de>

* TODO: Updated. Added point about plustek-share.h using c++ comment
	  and reminder to check config.in.h. Removed entriy about as6e.c stat
	  result check.
	* backend/as6e.c backend/as63.h: Comitted patch from Eugene Weiss
	  <eweiss@sas.upenn.edu>. Fixes: Use only DBG (no printfs). Check result
	  of stat. Add GPL header.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2000-12-05 19:31:36 +00:00
rodzic adfcff9c20
commit f7514ab1bf
1 zmienionych plików z 6 dodań i 3 usunięć

9
TODO
Wyświetl plik

@ -1,4 +1,4 @@
TODO (2000-12-04)
TODO (2000-12-05)
******** todo ********
@ -48,8 +48,7 @@ backends
* dc210 and jpeg stuff: move sanei_* functions to sanei/ (if they are
necssary).
* as6e: Check result of stat for errors to avoid false recognitions of the
as6edriver.
* plustek-share.h: remove //
doc
---
@ -112,7 +111,11 @@ misc
* use #include "../include/lalloca.h" instead of #include <lalloca.h>
* check include/sane/config.h.in for unnecessary macros.
******** done ********
* as6e: Check result of stat for errors to avoid false recognitions of the
as6edriver.
* artec: O_SYNC is not Posix. Breaks compilation on FreeBSD and (maybe) OS/2.
* use strchr() instead of index() in mustek_pp to avoid problems when
icluding strings.h or string.h.