Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Well... after having my coffee, I realized that I was still using too > much code, so I committed the attached. OK. JMarc

Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Enrico Forestieri
On Mon, Aug 06, 2007 at 03:55:40PM +0200, Enrico Forestieri wrote: > On Mon, Aug 06, 2007 at 09:24:53AM +0200, Jean-Marc Lasgouttes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > Recent versions of the cygwin dll have an internal function for > > > syncing the Windows envir

Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Enrico Forestieri
On Mon, Aug 06, 2007 at 09:24:53AM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Recent versions of the cygwin dll have an internal function for > > syncing the Windows environment. The attached patch uses this > > function, leading to much simplified co

Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Recent versions of the cygwin dll have an internal function for > syncing the Windows environment. The attached patch uses this > function, leading to much simplified code. > > JMarc, Ok to also apply it to branch? Yes. JMarc

[patch] simplify code in os_cygwin.cpp

2007-08-05 Thread Enrico Forestieri
Recent versions of the cygwin dll have an internal function for syncing the Windows environment. The attached patch uses this function, leading to much simplified code. JMarc, Ok to also apply it to branch? -- Enrico Index: src/support/os_cygwin.cpp ==