Commits on Source (2)
-
gambas authored
Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. [INTERPRETER] * BUG: Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. Consequently, a process started before the declaration of the event loop will have its termination signal correctly catched. * NEW: Use waitpid() instead of wait4(). [GB.GTK] * BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred. [GB.GTK3] * BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred. [GB.QT4] * BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred. [GB.QT5] * BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.
-
gambas authored
Showing
- gb.gtk/src/main.cpp 1 addition, 1 deletiongb.gtk/src/main.cpp
- gb.qt4/src/CWatch.cpp 1 addition, 1 deletiongb.qt4/src/CWatch.cpp
- gb.qt4/src/main.cpp 1 addition, 1 deletiongb.qt4/src/main.cpp
- main/gbx/gbx_api.c 9 additions, 0 deletionsmain/gbx/gbx_api.c
- main/gbx/gbx_c_process.c 10 additions, 14 deletionsmain/gbx/gbx_c_process.c
- main/gbx/gbx_signal.c 4 additions, 0 deletionsmain/gbx/gbx_signal.c
- main/gbx/gbx_watch.c 43 additions, 22 deletionsmain/gbx/gbx_watch.c
- main/gbx/gbx_watch.h 2 additions, 0 deletionsmain/gbx/gbx_watch.h
- main/lib/jit/gb.jit/.src/CCompilation.class 1 addition, 0 deletionsmain/lib/jit/gb.jit/.src/CCompilation.class