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
d90fa5e2925d8d20f9058cde0dc058f5ad16e570
c3c
/
lib
/
std
History
Christoffer Lerno
d90fa5e292
Make errno implicitly convertible to int. Add getaddrinfo on all platforms. Fix addrinfo struct and sizes.
2023-06-22 02:06:37 +02:00
..
collections
Dev (
#777
)
2023-06-10 23:16:28 +02:00
core
- Updated posix/win32 stdlib namespacing
2023-06-21 16:27:53 +02:00
crypto
Added arcfour crypto.
2022-12-30 16:34:31 +01:00
encoding
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow
l
suffix. Simplifying flatpath.
any
replaces
variant
,
anyfault
replaces
anyerr
. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
2023-04-21 10:56:39 +02:00
hash
Dev (
#777
)
2023-06-10 23:16:28 +02:00
io
Native ls
2023-06-21 16:27:53 +02:00
libc
Make errno implicitly convertible to int. Add getaddrinfo on all platforms. Fix addrinfo struct and sizes.
2023-06-22 02:06:37 +02:00
math
Dev (
#777
)
2023-06-10 23:16:28 +02:00
net
Make errno implicitly convertible to int. Add getaddrinfo on all platforms. Fix addrinfo struct and sizes.
2023-06-22 02:06:37 +02:00
os
Native ls
2023-06-21 16:27:53 +02:00
threads
- Updated posix/win32 stdlib namespacing
2023-06-21 16:27:53 +02:00
time
Dev (
#777
)
2023-06-10 23:16:28 +02: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