[Freeciv-Dev] [patch #2295] Windows threads

2011-01-12 Thread Marko Lindqvist
Update of patch #2295 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #2295] Windows threads

2011-01-10 Thread Marko Lindqvist
URL: http://gna.org/patch/?2295 Summary: Windows threads Project: Freeciv Submitted by: cazfi Submitted on: Mon 10 Jan 2011 02:19:17 PM EET Category: general Priority: 5 - Normal Status:

[Freeciv-Dev] [patch #2295] Windows threads

2011-01-10 Thread Marko Lindqvist
Follow-up Comment #1, patch #2295 (project freeciv): - Fixed copypaste error in comment - Include support.h for fc_usleep() prototype fixing compile warning (file #11765) ___ Additional Item Attachment: File name: WinThreads_2295-2.diff

[Freeciv-Dev] [patch #2295] Windows threads

2011-01-10 Thread Marko Lindqvist
Follow-up Comment #2, patch #2295 (project freeciv): - Fixed crash (with both pthreads and windows threads) caused by parent thread freeing child function arguments before they were processed - Pass correct argument pointer to windows implementation of fc_thread_wrapper() (file #11769)