log libgui/src/thread-manager.cc @ 21301:40de9f8f23a6

age author description
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sun, 24 Nov 2013 20:54:46 -0500 John W. Eaton use gnulib sigemptyset and sigaddset in thread_manager class
Thu, 21 Nov 2013 13:14:03 -0500 Michael Goffioul Make CTRL-C to work in GUI with "system" calls.
Tue, 19 Nov 2013 14:21:38 -0500 Michael Goffioul Working CTRL-C handling implementation for Win32.
Tue, 12 Nov 2013 19:24:49 -0500 John W. Eaton interrupt interpreter thread in GUI instead of calling "raise (SIGINT)"