gambas-source-code/main/lib/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
..
gb.jit 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
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c
jit.h
jit_body.c Fix Debug instruction and support for the new Assert instruction. 2019-01-11 01:46:13 +01:00
main.c
main.h
Makefile.am