scxi convenience library patch from caleb tennis:
[comedilib.git] / lib /
2003-12-24 Frank Mori Hessfix possibility of incorrect bison invocation, when...
2003-09-03 Frank Mori Hessadded a -release option for libtool, so it names the...
2003-08-30 David Schleeflocalstatedir should be /var, thus we need append a...
2003-08-21 Frank Mori Hessadd calib_yacc.h to BUILT_SOURCES
2003-08-16 David Schleefcalibrations is installed in $localstatedir
2003-08-16 David Schleefdist generated lex and yacc sources
2003-07-06 Frank Mori Hessadded detection of flex/bison to configure
2003-05-31 Frank Mori Hessbe a little more careful about fixing up calibration...
2003-05-28 Frank Mori Hessfix default calibration file path for boards with ...
2003-05-28 Frank Mori Hessreplace return with YYABORT
2003-05-18 Frank Mori Hesstrying to fix undefined symbol problems people are...
2003-05-16 Frank Mori Hessadded -D_REENTRANT to library cflags
2003-05-09 Frank Mori Hessadded driver name to default calibration file path
2003-05-06 Frank Mori Hessmade default comedi_calibrate behaviour a little smarte...
2003-05-06 Frank Mori Hessexposed some lower-level calibration functions for...
2003-05-06 Frank Mori Hesschanged convention for default calibration file naming...
2003-05-05 Frank Mori Hessfixed comedi_apply_calibration so it applies all matchi...
2003-05-03 Frank Mori Hessmoved COMEDI_VERSION_CODE() macro to comedilib.h, added...
2003-05-03 Frank Mori Hessi shouldn't have made comedi_internal_data_read() inlin...
2003-05-02 David Schleefautoconfiscate
2003-05-02 David Schleefclean up warning
2003-05-02 David SchleefFix yacc and lex building
2003-05-02 David Schleefautoconfiscation
2003-04-25 Frank Mori Hesstweaked include directives so gcc -MM generates better...
2003-04-25 Frank Mori Hessadded some dependency file generation
2003-04-25 Frank Mori Hessadded some white space to fix preprocessor weirdness...
2003-04-19 Frank Mori Hessfix deprecation warning with gcc3.2
2003-04-19 Frank Mori Hessfix initialization of line counter, some yytext ->...
2003-03-19 Frank Mori Hessmake flex stuff as reentrant as i can
2003-03-19 Frank Mori Hesscomedi_apply_calibration() almost reentrant now
2003-03-19 Frank Mori Hessadded -D_REENTRANT to library CFLAGS
2003-03-06 Frank Mori Hessmade parsing slightly more forgiving with respect to...
2003-03-06 Frank Mori Hessstopped comments from getting printed
2003-03-06 Frank Mori Hessmoved stderr output to use COMEDILIB_DEBUG()
2003-03-05 Frank Mori Hessa couple not so important tweaks to calibration file...
2003-03-05 Frank Mori Hessgot rid of unneccessary yyrestart()
2003-03-05 Frank Mori Hessremoved libperl dependency by switching to bison/flex...
2003-03-04 Frank Mori HessChanged comedi_set_calibration() to comedi_apply_calibr...
2003-03-01 Frank Mori Hesscatch errors from find_calibration()
2003-02-28 Frank Mori Hessfixed missing dollar signs, and "subdev" should have...
2003-02-28 Frank Mori Hessfinished implementing comedi_set_calibration() (for...
2003-02-26 Frank Mori Hessfixed finding calibration based on subdevice. Ignore...
2003-02-26 Frank Mori Hessfinished implementing comedi_set_calibration() (untested)
2003-02-24 Frank Mori Hessbeginnings of comedi_set_calibration()
2003-02-16 Frank Mori Hessfixed setting of __comedi_errno after ioctl
2003-01-01 Frank Mori Hessinclude string.h for memset()
2002-06-13 David SchleefFix up some versioning mistakes
2002-06-12 David SchleefAdd symbol versioning. Versions need to be checked...
2002-05-18 David SchleefAdd comedi_get_read/write_subdevice()
2002-05-17 David SchleefFix up data_read_* code
2002-05-16 David SchleefMake comedi_ioctl less verbose
2002-05-16 David SchleefAdded new ioctl() wrapper.
2002-05-15 David SchleefChange cmd tester to check for Comedi version, and...
2002-05-11 David SchleefRemove all the ioctl_ wrappers, because they were dumb.
2002-04-30 Frank Mori Hesssome more additions so flags don't cause invalid channe...
2002-04-30 Frank Mori HessHorrible hack to allow passing of CR flags through...
2002-04-29 Frank Mori Hessadded comedi_data_read_n()
2002-04-29 Frank Mori Hessadded comedi_data_read_hint() and fixed comedi_data_rea...
2002-04-29 Frank Mori Hessfixed initialization of insn array in comedi_data_read_...
2002-04-29 Frank Mori Hessadded comedi_data_read_delayed()
2002-03-08 David SchleefFix BUG in do_test_for_insn_bits() while testing irrele...
2001-10-24 David SchleefFixed warning by adding header
2001-10-24 David SchleefAdded SONAME_SUFFIX
2001-10-04 David SchleefChange all the file headers to LGPL
2001-10-04 David Schleefadded function to convert multiple samples to/from...
2001-08-28 David SchleefFix to fast_1chan, so it supports TRIG_INT for analog...
2001-08-19 David SchleefOops. libintl.h needs to be #ifdef'd
2001-08-19 David Schleefgettextization of error messages
2001-08-19 David SchleefRandom message change
2001-08-19 David SchleefSeparated soname into separate definition
2001-07-15 David SchleefGet CFLAGS from ../Config
2001-07-15 David SchleefFix comedi_get_cmd_* so that commands are only generate...
2001-07-14 David SchleefAdded a bit of __comedi_errno initialization
2001-07-12 Frank Mori Hessadded a burst-mode-like command to comedi_get_cmd_gener...
2001-07-10 Frank Mori Hessfix for compile warning with range.c
2001-07-10 David SchleefAdded debug_ptr(). Fixed do_test_for_cmd()
2001-06-27 David SchleefAdded _COMEDILIB_DEPRECATED, 'cuz we still support...
2001-06-27 David SchleefChange return value of comedi_close to int
2001-06-12 David SchleefAdded insn ioctl support.
2001-06-12 David Schleeffixes for cross-compilation
2001-05-28 Frank Mori Hessfixed bug
2001-05-28 David Schleefadded HAVE_COMEDI_POLL
2001-05-28 David Schleefadded cmd.c
2001-05-28 David Schleefadded cmd related functions
2001-05-28 David Schleefadded get_subdevice_flags()
2001-05-02 Frank Mori Hessa small step towards standardized comedi error codes
2001-04-27 Frank Mori Hessput back comedi_get_max_buffer_size
2001-04-24 Frank Mori Hessremoved buffer config functions that I accidentally...
2001-04-08 Frank Mori Hessforgot to add buffer.c file containing definitions...
2001-04-06 Frank Mori Hessadded buffer info ioctl support and some alpha buffer...
2001-03-01 David Schleefbufconfig support
2001-03-01 David Schleefenabled use of instructions for dio_bits
2001-01-23 David Schleefexport more of units
2001-01-23 David Schleefmemleak fix from someone
2000-10-19 David Schleefadded additional warning flags
2000-10-13 David Schleefrevert change to COMEDI_INSN ioctl r0_7_13
2000-10-13 David Schleefdio fixes
2000-10-10 David Schleefinstruction support
2000-09-03 David Schleeflots of changes with commands and instructions
2000-08-09 David Schleefsscanf->strtol
next