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
dd4edfb7471ce389db6a908f65ea90d234debb84
c3c
/
lib
/
std
History
Christoffer Lerno
dd4edfb747
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
..
collections
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
core
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
crypto
Added arcfour crypto.
2022-12-30 16:34:31 +01:00
hash
Sha1.
2023-02-24 10:49:01 +01:00
io
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
libc
Remove abs from libc. Create abstract random.
2023-02-24 00:00:36 +01:00
math
Remove abs from libc. Create abstract random.
2023-02-24 00:00:36 +01:00
net
ipv4/ipv6 parsing and back to string.
2023-02-20 09:31:11 +01:00
os
Support "typedef"
2023-02-14 16:49:27 +01:00
threads
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
ascii.c3
Add
std::ascii
module. (
#611
)
2022-10-05 23:11:41 +02:00
atomic.c3
Fixes the alloca alignment on x64 for alignment > 16. Improved indexing into ConstInitializer adding const indexing into a const array during compile time. Add a temporary enum values result.
2022-02-08 11:41:34 +01:00
bits.c3
Add lambdas.
2023-01-24 10:15:23 +01:00