gambas-source-code/main/lib/jit/gb.jit/.src
gambas a0bcf85bd4 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.
2019-03-12 03:46:30 +01:00
..
_ClassStat.class Rename 'ClassStat' class as '_ClassStat' to avoid a possible name collision. 2018-08-28 17:05:11 +02:00
CCompilation.class Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. 2019-03-12 03:46:30 +01:00
Jit.module Run JIT compilation in the background to make programs start faster. 2019-03-11 16:34:50 +01:00
Main.module