[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: 'Application.Task' now returns the current task or NULL. It should be...



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
ee95df57 by Benoît Minisini at 2026-02-08T21:27:50+01:00
'Application.Task' now returns the current task or NULL. It should be backward-compatible with the previous 'Application.Task' signature.

[INTERPRETER]
* NEW: 'Application.Task' now returns the current task or NULL. It should be backward-compatible with the previous 'Application.Task' signature.
* NEW: Add the 'GB.Application.Task()' API that returns the current task or NULL.

- - - - -
38bde438 by Benoît Minisini at 2026-02-08T21:29:41+01:00
When a task is forked, use the 'Application_Signal()' dynamic method of the task for catching signals.

[GB.SIGNAL]
* NEW: When a task is forked, use the 'Application_Signal()' dynamic method of the task for catching signals.

- - - - -


6 changed files:

- main/gbx/gbx_api.c
- main/gbx/gbx_api.h
- main/gbx/gbx_c_application.c
- main/gbx/gbx_c_task.c
- main/lib/signal/c_signal.c
- main/share/gambas.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/17eb911d2c0ebc03101108cd2f09f34b6e6137f3...38bde438812da227d836f7342607719bdc5386cd

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/17eb911d2c0ebc03101108cd2f09f34b6e6137f3...38bde438812da227d836f7342607719bdc5386cd
You're receiving this email because of your account on gitlab.com.