+2007-10-26 17:10 fmhess
+
+ * demo/ao_mmap.c: Fixed compile warning on amd64
+
+2007-10-21 16:05 fmhess
+
+ * etc/hotplug/usb/: usbdux/Makefile.am, usbduxfast/Makefile.am:
+ Moved EXTRA_DIST outside of conditionals.
+
+2007-10-17 16:17 fmhess
+
+ * include/comedi.h: Synced with comedi.
+
+2007-10-14 20:02 fmhess
+
+ * swig/: comedi.i, ruby/demo/cmd, ruby/lib/comedi.rb: Patch from
+ steven.jenkins@ieee.org (Steven Jenkins):
+
+ The SWIG interface file (swig/comedi.i) is out of date with
+ respect to comedi.h and comedilib.h. I've attempted to make it
+ current by applying most of the changes since 1.22 (both
+ headers).
+
+ My ability to test is limited. The swig/ruby/demo/cmd application
+ runs successfully using the comedi_test device. The python
+ extension library compiles, but that's as far as I've taken it.
+
+2007-09-28 15:02 fmhess
+
+ * include/comedi.h: Sync with comedi.
+
+2007-08-27 17:46 fmhess
+
+ * Makefile.am, configure.ac: Added C++ binding.
+
+2007-08-27 16:32 fmhess
+
+ * include/Makefile.am: Got rid of redundant EXTRA_DIST
+
+2007-08-19 14:39 fmhess
+
+ * AUTHORS, doc/Makefile.am: Patch from Tobias Blaser
+ <tblaser@freesurf.ch>:
+
+ Here is a patch to CVS which adds the DESTDIR variable to the
+ installation rules in the comedilib doc Makefile. Convenient when
+ creating packages.
+
+2007-08-19 14:30 fmhess
+
+ * configure.ac, lib/Makefile.am, scxi/Makefile.am: Gave libscxi
+ independent version info from libcomedi. Removed attempt to link
+ to libcomedi when building libscxi.
+
+2007-08-14 09:21 fmhess
+
+ * demo/README: Added blurb about do_waveform.
+
+2007-08-13 17:21 fmhess
+
+ * demo/: Makefile.am, do_waveform.c: Added digital output command
+ demo.
+
+2007-08-13 17:20 fmhess
+
+ * demo/ao_waveform.c: Be a little more correct by setting
+ CMDF_WRITE flag, in preparation for subdevices that support both
+ input and output commands.
+
+2007-08-13 17:19 fmhess
+
+ * demo/common.c: print subdevice too on command dumps.
+
+2007-08-13 17:18 fmhess
+
+ * include/comedi.h: synced with comedi.
+
+2007-08-10 14:48 fmhess
+
+ * demo/: ao_mmap.c, ao_waveform.c, common.c, examples.h: Moved
+ comedi_internal_trigger into common.c
+
+2007-08-10 13:50 fmhess
+
+ * demo/ao_waveform.c: Removed some obsolete comments.
+
+2007-08-09 10:10 fmhess
+
+ * demo/gpct_buffered_counting.c: Need to use stop_src=TRIG_NONE
+
+2007-08-07 16:59 fmhess
+
+ * man/comedi_config.8: Default buffer sizes are actually 64k now.
+
+2007-08-02 15:46 fmhess
+
+ * demo/cmd.c, demo/info.c, demo/mmap.c, doc/funcref,
+ include/comedilib.h, lib/cmd.c, lib/version_script,
+ swig/comedi.i, testing/cmd_1.c, testing/cmd_2.c, testing/cmd_3.c,
+ testing/inttrig.c, testing/mmap.c, testing/select.c: Fixed
+ comedi_get_cmd_generic_timed() by adding a chanlist_len
+ parameter. Old version is still available in library, thanks to
+ the magic of the version_script.
+
+2007-08-02 15:43 fmhess
+
+ * doc/drivers.txt: sync with comedi
+
+2007-08-02 14:44 fmhess
+
+ * demo/cmd.c: Removed duplicate declaration.
+
+2007-07-31 15:51 fmhess
+
+ * Makefile.am, README.CVS, autogen.sh: Blah, a fresh cvs checkout
+ does need a couple command-line options to autoreconf, so put
+ autogen.sh back in.
+
+2007-07-31 13:47 fmhess
+
+ * ChangeLog (tags: v0_8_0): Autogenerated ChangeLog using "cvs2cl
+ -t"
+
2007-07-31 13:43 fmhess
* configure.ac, doc/Makefile.am, etc/Makefile.am (utags: v0_8_0):
2004-10-10 13:03 fmhess
- * ChangeLog (tags: v0_8_0), Changelog: moved Changelog to ChangeLog
- and added entry for 0.7.22
+ * ChangeLog, Changelog: moved Changelog to ChangeLog and added
+ entry for 0.7.22
2004-09-26 23:27 fmhess
2003-12-23 20:48 fmhess
* configure.ac, doc/Makefile.am, doc/acq-seq.gif (tags: v0_8_0,
- r0_7_22), doc/html/Makefile.am, doc/html/acq-seq.gif: provide
- prebuilt docs in distribution tarballs
+ r0_7_22), doc/html/Makefile.am, doc/html/acq-seq.gif,
+ doc/man/Makefile.am: provide prebuilt docs in distribution
+ tarballs
2003-12-21 13:07 fmhess
2003-12-02 21:43 fmhess
- * doc/: Makefile.am, html/Makefile.am: make dependency handling
- work for subdirs
+ * doc/: Makefile.am, html/Makefile.am, man/Makefile.am: make
+ dependency handling work for subdirs
2003-12-02 21:43 fmhess
2003-09-02 23:54 fmhess
- * doc/html/Makefile.am: hack so we don't rebuild docs with every
- make
+ * doc/: man/Makefile.am, html/Makefile.am: hack so we don't rebuild
+ docs with every make
2003-09-02 23:49 fmhess
2003-08-15 20:20 ds
* doc/: html/Makefile.am, html/acq-seq.gif, Makefile.am,
- comedilib.sgml (tags: r0_7_21): refactor build system for docs
+ comedilib.sgml (tags: r0_7_21), man/Makefile.am (tags: r0_7_21):
+ refactor build system for docs
2003-08-15 20:18 ds