Axel PASCON

Results 4 issues of Axel PASCON

In CTryCatch.h, the line in the `try` macro ... ```c if(!(CTRYCATCH_NAME(exception_type) = setjmp(CTRYCATCH_NAME(exception_env)))) ``` ... may cause undefined behavior, since setjmp's return value can not be used to initialize a...

Hi, I'm a fresh bcachefs user, which I'm currently installing gentoo on. Before moving most of my 3 disks to bcachefs (except for ESP/XBOOTLDR, since Limine doesn't read anything else...

Hi, Even though this project is not alive anymore, I still use it in my own ones, either to learn/draw inspiration from it or just to use it normally. I...

At some point, it would be nice to have some kind of support for freestanding code. More specifically, I think it's important to have parts of the language and standard...