kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
0d8aa3eb 2023-12-12 08:25:37 Land #964
4ba6cdc4 2023-12-12 08:24:59 Land #962
8853aa44 2023-12-12 08:22:17 Land #963
f7bed14f 2023-12-12 08:19:39 Land #961
529f90dd 2023-12-11 21:53:59 windows: minor compat header fixes - posix_win.c: use `snprintf` as-is with _MSC_VER >= 1900 - stdio.h: include socket header before windows.h - pthread.h: delete exec permission from source file
c54bd8ba 2023-12-11 17:56:33 Fix a few symbols in EXTRA_EXPORT I thought we stopped doing this, but that's for a separate thread.
9e7eb88a 2023-12-11 17:40:31 Add configure check for strcasecmp
0de236a7 2023-12-11 16:21:30 cmake: auto-detect `strtonum` Notice that just like in autotools, this detection also doesn't take into account the targeted OS version. Meaning it detects `strtonum` even if targeting e.g. macOS older than release v11 Big Sur (which introduced this funcitions), if the SDK declares it. Wrong detection will either cause a binary broken on older macOS and/or trigger compiler warnings. Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850178282 Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850276298 Prerequisite: https://github.com/libressl/portable/issues/928#issuecomment-1850356408
d83d983a 2023-12-11 16:29:44 delete broken link
2d6d9fcc 2023-12-11 16:21:00 upgrade links in comments to HTTPS