Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C-based support #21

Merged
merged 3 commits into from
Sep 28, 2023
Merged

C-based support #21

merged 3 commits into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. draft of a C-based implementation of the setjmp-interop.

    Includes fixed cfg to flag on presence/absence of feature use_c_to_interface_with_setjmp
    pnkfelix committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f5264b8 View commit details
    Browse the repository at this point in the history
  2. extended the double-drop test to cover sigsetjmp because that code pa…

    …th is duplicated in the cee_based variant.
    
    includes also expansion to test, mostly so that I can better understand what is going wrong and where.
    pnkfelix committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c8aef24 View commit details
    Browse the repository at this point in the history
  3. Add extra note to glibc compat layer to point out why we are using th…

    …e same definition in both places.
    pnkfelix committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    dabb309 View commit details
    Browse the repository at this point in the history