Re: [patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-04-04 Thread Eric Botcazou
> 2011-04-04 Kai Tietz > >PR ada/4773 >* s-oscons-tmplt.c (MSG_WAITALL): Define it for native windows >targets to flag value. How adding an #ifdef without the corresponding #endif is supposed to work? Attached patch applied. 2011-04-04 Eric Botcazou PR ada/47

Re: [patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-04-04 Thread Kai Tietz
2011/4/4 Thomas Quinot : > * Kai Tietz, 2011-04-04 : > >> So here is the patch without the part in g-socthi-mingw.adb. > > Thanks, OK for me. > > -- > Thomas Quinot, Ph.D. ** qui...@adacore.com ** Senior Software Engineer >               AdaCore -- Paris, France -- New York, USA > Committed at rev

Re: [patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-04-04 Thread Thomas Quinot
* Kai Tietz, 2011-04-04 : > So here is the patch without the part in g-socthi-mingw.adb. Thanks, OK for me. -- Thomas Quinot, Ph.D. ** qui...@adacore.com ** Senior Software Engineer AdaCore -- Paris, France -- New York, USA

Re: [patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-04-03 Thread Kai Tietz
2011/3/28 Kai Tietz : > 2011/3/28 Arnaud Charlet : >> Kai, >> >> Here are Thomas comments on your patch: >> >> -- >>> Split submitted patch from thread "[patch ada]: Fix issues about >>> multilib build of native windows and handle MSG_WAITALL for windows >>> native targets" >>> into separate ones.

Re: [patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-03-28 Thread Kai Tietz
2011/3/28 Arnaud Charlet : > Kai, > > Here are Thomas comments on your patch: > > -- >> Split submitted patch from thread "[patch ada]: Fix issues about >> multilib build of native windows and handle MSG_WAITALL for windows >> native targets" >> into separate ones. >> >> ChangeLog gcc/ada (ada_wt.t

Re: [patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-03-28 Thread Arnaud Charlet
Kai, Here are Thomas comments on your patch: -- > Split submitted patch from thread "[patch ada]: Fix issues about > multilib build of native windows and handle MSG_WAITALL for windows > native targets" > into separate ones. > > ChangeLog gcc/ada (ada_wt.txt) > > 2011-03-28 Kai Tietz > >

[patch ada]: Fix MSG_WAITALL handling for windows native targets

2011-03-28 Thread Kai Tietz
Hello, Split submitted patch from thread "[patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets" into separate ones. ChangeLog gcc/ada (ada_wt.txt) 2011-03-28 Kai Tietz * g-socthi-mingw.adb (C_Recvmsg): Handle MSG_WAITALL for