This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

winsup/cygwin ChangeLog Makefile.in autoload.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-04-15 20:27:16

Modified files:
	cygwin         : ChangeLog Makefile.in autoload.cc dtable.cc 
	                 fhandler.h path.cc 
Added files:
	cygwin         : fhandler_dsp.cc 
	cygwin/include/sys: soundcard.h 

Log message:
	* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.
	* fhandler_dsp.cc: New file.  Implements OSS like /dev/dsp.
	* include/sys/soundcard.h: New file.  User land includes for OSS /dev/dsp.
	* fhandler.h: Add new class fhandler_dev_dsp and a FH_OSS_DSP definition.
	* dtable.cc (dtable::build_fhandler): Allow creation of the /dev/dsp device.
	* path.cc (windows_device_names): Add /dev/dsp into list of device names.
	* Makefile.in (DLL_OFILES): Add fhandler_dsp.o.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.632&r2=1.633
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.119&r2=1.120
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/sys/soundcard.h.diff?cvsroot=uberbaum&r1=NONE&r2=1.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]