Re: 1.7.0 CVS mmap failure

2007-01-15 Thread Pierre Baillargeon
About the reason why the last 64K just before 2GB can't be used in Windows, I'll refer you to this post in The Old New Thing blog by Raymond Chen, who regularly discusses such obscure compatibility issues. See http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx. (Short answer: it h

Bash and CR/LF line-endings

2006-10-03 Thread Pierre Baillargeon
I've been wondering during this whole event why one of the original proposal was not used? As far as I can see, the main problem with both latest bash revisions is that the solution to the cr/lf problem demands that users be either pro-active or gifted guessers. Both the d2u and the shopt solution

Re: no message or dialog when a DLL is missing

2006-08-30 Thread Pierre Baillargeon
it would be ugly to add error messages for missing DLLs all the way up from the low-level spawn/exec/etc. And in it's usual nice design practice, SetErrorMode() is a global setting affecting all threads in the process, so changing it temporarily in the spawn()/exec() function could be bad

Re: no message or dialog when a DLL is missing

2006-08-25 Thread Pierre Baillargeon
badly received by end users. -- Pierre Baillargeon Innobec -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Pierre Baillargeon
build the program, with the DLL already built by MSVC, using "gcc -mno-cygwin -L./Debug -lMissing NoDLL.c", resulted in "/cygdrive/c/Temp/ccMLHNI5.o:NoDLL.c:(.text+0x2b): undefined reference to [EMAIL PROTECTED]'". -- Pierre Baillargeon Innobec -- Unsubscribe in

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Pierre Baillargeon
w to supress error dialogs when accessing CD-ROM drives that may not contain media.) Thanks, -- Pierre Baillargeon Innobec.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

no message or dialog when a DLL is missing

2006-08-23 Thread Pierre Baillargeon
20050421-1 terminfo 5.5_20060323-1 texinfo 4.8-3 time 1.7-1 unzip5.50-5 util-linux 2.12r-2 vim 7.0.035-1 w32api 3.7-1 w3m 0.5.1-1 wget 1.10.2-1 which