Using cygpath to ensure path format

2003-02-12 Thread Igor Pechtchanski
Hi, This patch got sent to , but this is a more proper list for it, so I'm resending it here with a better subject. Igor On Tue, 11 Feb 2003, Max Bowsher wrote: > Igor Pechtchanski wrote: > > It makes an assumption that the format is Windows. Otherwise, > > there'd be no need to convert

Re: Using cygpath to ensure path format

2003-02-12 Thread Christopher Faylor
On Wed, Feb 12, 2003 at 09:54:59AM -0500, Igor Pechtchanski wrote: >This patch got sent to , but this is a more >proper list for it, so I'm resending it here with a better subject. As I posted in the cygwin mailing list, I see no reason for this patch or for any of the whines that surrounded it.

Produce beeps using soundcard

2003-02-12 Thread Vaclav Haisman
Hi, this small patch adds an ability to produce beeps (\a) using soundcard by MessageBeep() call. It can be enabled by new CYGWIN option winbeep. Vaclav Haisman 2003-02-13 Vaclav Haisman <[EMAIL PROTECTED]> * environ.cc (windows_beep): New variable declaration. (parse_thing): N