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
bea9ac010c7cbbfaab21a5d9e3c3144ebd4a69a6
c3c
/
lib
/
std
/
os
History
Dmitry Atamanov
f5fea69ef9
Move
get_var
,
set_var
and
clear_var
to
os::env
module.
2023-08-24 13:31:48 +02:00
..
macos
move num_cpu() to std::os (
#928
)
2023-08-14 17:04:06 +02:00
posix
move num_cpu() to std::os (
#928
)
2023-08-14 17:04:06 +02:00
win32
Update errno listings. Update ai flags in std::net. Fix incorrect socket error results on Win32. Change behaviour Socket set_option. TcpSocket/TcpServerSocket/UdpSocket. Rename "TimeDuration" to "Duration". Allow @if on enum values.
2023-08-19 22:41:54 +02:00
cpu.c3
move num_cpu() to std::os (
#928
)
2023-08-14 17:04:06 +02:00
env.c3
Move
get_var
,
set_var
and
clear_var
to
os::env
module.
2023-08-24 13:31:48 +02:00
subprocess.c3
Some initial parse output. Enforce handling of optionals. Fix issue where constants were folded despite the fact that they shouldn't be. Fix bug related to
return foo()
where foo() returns
void!
. (
#893
)
2023-07-27 22:58:41 +02:00