This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4ce62cf2214011168d19318a97560ffe4fc75cbd
c3c
/
lib
/
std
/
libc
/
os
History
Christoffer Lerno
1d61ace302
Do not link with debug libc on win32 when using cross compile libs. Add delete methods to dstring. Fixes to macOS aarch64 codegen. Use glibc backtrace when available. Add load_* methods to file. The cast
(int[8])int_slice[:8]
now works.
2023-12-08 18:59:57 +01:00
..
darwin.c3
add ThreadPool (
#926
)
2023-08-14 15:33:51 +02:00
errno.c3
Updated organization file functions, env naming.
2023-06-24 10:29:17 +02:00
linux.c3
add ThreadPool (
#926
)
2023-08-14 15:33:51 +02:00
posix.c3
Do not link with debug libc on win32 when using cross compile libs. Add delete methods to dstring. Fixes to macOS aarch64 codegen. Use glibc backtrace when available. Add load_* methods to file. The cast
(int[8])int_slice[:8]
now works.
2023-12-08 18:59:57 +01:00
win32.c3
Improved backtrace on platforms without glibc. Added $$frameaddress and $$returnaddress properly.
2023-11-18 20:13:11 +01:00