comedilib.git
2001-07-16 David Schleefrelease script r0_7_16
2001-07-15 David SchleefSimple makefile, 'cause I can never remember the correc...
2001-07-15 David SchleefRegenerated docs
2001-07-15 David SchleefAdd a few comments about recent changes in demos
2001-07-15 David SchleefDon't use debhelper
2001-07-15 David SchleefUse ../Config
2001-07-15 David SchleefUse ../Config. Fix 'make test'.
2001-07-15 David SchleefRandom todo checkin
2001-07-15 David SchleefAdded user-editable Config file. Add support for ...
2001-07-15 David SchleefGet CFLAGS from ../Config
2001-07-15 David Schleefremove suidregister
2001-07-15 David Schleefnew version
2001-07-15 David SchleefGetting ready to release a new version
2001-07-15 David SchleefRandom change
2001-07-15 David SchleefMake stdout unbuffered, so that if stderr==stdout,...
2001-07-15 David SchleefChanged prototype of comedi_get_cmd_generic_timed
2001-07-15 David SchleefDoesn't need to be static. Added test target
2001-07-15 David SchleefFix comedi_get_cmd_* so that commands are only generate...
2001-07-15 David SchleefChange prototype of comedi_get_cmd_generic_timed
2001-07-15 David SchleefNeeds string.h, not others
2001-07-15 David SchleefMajor hacking, just like cmd.c
2001-07-15 David SchleefReplace <string.h>
2001-07-15 David SchleefRemove commented stuff
2001-07-14 David SchleefChanged main.c to common.c
2001-07-14 David SchleefChanged the name of verbose_flag; Added a few more...
2001-07-14 David SchleefMajor fixes and added inline documentation. It's actua...
2001-07-14 David SchleefAdded a bit of __comedi_errno initialization
2001-07-12 Frank Mori... removed bit about chanlist error in cmdtest, since...
2001-07-12 Frank Mori... added a burst-mode-like command to comedi_get_cmd_gener...
2001-07-12 Frank Mori... more comedi_cmd related documentation
2001-07-10 Frank Mori... fix for compile warning with range.c
2001-07-10 David SchleefUpdates from (someone), plus corrections and additions...
2001-07-10 David SchleefAdded comments
2001-07-10 David Schleefclean python and perl, even if not built
2001-07-10 David SchleefAdded debug_ptr(). Fixed do_test_for_cmd()
2001-07-10 David SchleefRemove sched.h, because we don't use it and uclibc...
2001-07-10 David SchleefPerl demos moved from perl/ directory
2001-07-10 David Schleef*** empty log message ***
2001-07-10 David SchleefCopied the etc/ directory from Comedi
2001-07-10 David SchleefA text version, for all the crazies
2001-07-10 David SchleefRemove comedilib_reference, rebuild comedilib*html
2001-07-10 David SchleefFix getopt segfaulting
2001-07-09 David SchleefChanged from siginfo handler to signal.
2001-07-09 David SchleefMoved chatter behind if(verbose)
2001-07-06 Frank Mori... added CR_PACK description
2001-07-05 David SchleefFixed getuid()/geteuid() problem causing modprobe post...
2001-07-02 Frank Mori... Added a little bit more to command section.
2001-07-01 David SchleefMore work on cmd trig sources
2001-07-01 Frank Mori... added a bit to the command section, merged comedilib_re...
2001-06-27 David SchleefAdded install targets for perl, python, debian
2001-06-27 David SchleefChanged install target to install_debian
2001-06-27 David SchleefUses deprecated functions, so added _COMEDILIB_DEPRECATED
2001-06-27 David SchleefChanged from siginfo handler to simple signal handler
2001-06-27 David SchleefAdded #! line
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-27 David SchleefCleanup and rearrangement
2001-06-27 David SchleefFix bug about the return value of comedi_get_range()
2001-06-27 David Schleefre-autogenerated
2001-06-27 David SchleefDon't need fcntl(,F_SETSIG,)
2001-06-27 David SchleefFix previous bugus check-ins.
2001-06-27 David SchleefAdded device nodes
2001-06-27 David Schleefchange INFINITY to HUGE_VAL
2001-06-27 David Schleef*** empty log message ***
2001-06-27 Frank Mori... made ao_waveform use same parse_options() as other...
2001-06-27 Frank Mori... update from wuttke joachim
2001-06-21 Frank Mori... made it refuse to resize buffer if we are removing...
2001-06-20 Frank Mori... noted a Makefile problem
2001-06-14 David SchleefSome work on docs
2001-06-13 David Schleefrewrote
2001-06-12 David SchleefAdded realtime command line option. Fixed tests to...
2001-06-12 David SchleefFix realtime flag.
2001-06-12 David SchleefTest for internal triggering.
2001-06-12 David SchleefAdded insn ioctl support.
2001-06-12 David Schleefgeneral hacking, convert comedi_trigger to comedi_data_...
2001-06-12 David Schleeffixes for cross-compilation
2001-06-04 Frank Mori... updated reference to default buffer size from 128k...
2001-05-28 David SchleefAdd targets for python wrapper (disabled by default)
2001-05-28 David Schleefhmmm... should compile things before I check them in.
2001-05-28 David SchleefFix things so that they actually work
2001-05-28 Frank Mori... fixed bug
2001-05-28 David Schleefa python wrapper
2001-05-28 David Schleefcopied from comedi
2001-05-28 David Schleefadditional tests, fixes, move some functions to ../lib
2001-05-28 David Schleefstaging area for moving functions from here to ../lib
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-28 David Schleefadded get_cmd_src_mask, get_cmd_generic_timed, comedi_p...
2001-05-28 David Schleefadded poll example
2001-05-28 David Schleefmore results
2001-05-28 David SchleefChanged to LGPL, because that's what it was supposed...
2001-05-24 David Schleefchanged N_CALDACS to 32
2001-05-14 Frank Mori... removed outdated lseek stuff
2001-05-14 Frank Mori... explicitly initialized value, subdevice, channel, aref...
2001-05-04 Tim Ousleychanged all GPCTR names to GPCT
2001-05-02 Frank Mori... added checks for malloc failure
2001-05-02 Frank Mori... a small step towards standardized comedi error codes
2001-05-01 Frank Mori... added copy of GPL
next