gambas-source-code/main/lib/jit/gb.jit
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
..
.src 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
.component Do not use loop initial declaration in generated C code for old gcc versions. 2019-01-03 10:29:44 +01:00
.directory
.icon.png Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
.project Do not use loop initial declaration in generated C code for old gcc versions. 2019-01-03 10:29:44 +01:00
gambas.h
gb.jit.h
gb_error_common.h Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
jit.h Fix the default value of optional Object function arguments. 2019-01-20 22:50:35 +01:00