Commit graph

14 commits

Author SHA1 Message Date
Ian Abbott
76a2e658b7 Put __comedi_errno variable into thread-local storage if the compiler
supports it.  Configuration test uses Alan Woodland's 'ax_tls.m4' from
<http://autoconf-archive.cryp.to/ax_tls.html>.
2009-02-18 14:10:54 +00:00
Frank Mori Hess
d0956ca8b5 Added comedi_get_hardware_buffer_size() wrapper function, and made
comedi_strerror return a const char*.
2008-03-28 15:56:35 +00:00
Frank Mori Hess
792e4b741f Got rid of obsolete error codes. 2007-12-01 15:53:18 +00:00
Frank Mori Hess
6ad2b6c950 trying to fix undefined symbol problems people are having 2003-05-18 00:26:59 +00:00
Frank Mori Hess
0710248b23 tweaked include directives so gcc -MM generates better dependency files 2003-04-25 01:58:34 +00:00
Frank Mori Hess
2e0f10fe44 added some dependency file generation 2003-04-25 01:44:21 +00:00
Frank Mori Hess
fb2bf948b2 Changed comedi_set_calibration() to comedi_apply_calibration(), and
made it much faster, it takes <100msec to run instead of >1sec.
It requires linking to libperl now (hope that's
okay).  Renamed DEBUG() and _() in libinternal.h to COMEDILIB_DEBUG()
and GETTEXT() in order to avoid conflicts with perl headers.
2003-03-04 00:41:10 +00:00
David Schleef
365b5ed395 Fix up some versioning mistakes 2002-06-13 00:00:03 +00:00
David Schleef
2851280824 Add symbol versioning. Versions need to be checked with 0.7.18
release.
2002-06-12 02:02:05 +00:00
David Schleef
67f2ed4254 Change all the file headers to LGPL 2001-10-04 23:44:08 +00:00
David Schleef
c5acd7cc43 gettextization of error messages 2001-08-19 01:27:33 +00:00
David Schleef
beb18635c4 Fix comedi_get_cmd_* so that commands are only generated once.
More error messages.
2001-07-15 22:46:02 +00:00
Frank Mori Hess
798386252d a small step towards standardized comedi error codes 2001-05-02 00:08:28 +00:00
David Schleef
b4bba38d0f Initial revision 2000-02-02 05:14:23 +00:00