This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-13 22:42:26 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
490dec222f
v
/
vlib
/
builtin
/
linux_bare
History
Download ZIP
Download TAR.GZ
Delyan Angelov
5098334e65
os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd)
2021-07-20 15:22:04 +03:00
..
old
os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd)
2021-07-20 15:22:04 +03:00
libc_impl.v
all: support
[noreturn] fn abc() { for{} }
, mark panic/1 and exit/1with it too. (
#10654
)
2021-07-04 20:24:19 +03:00
linux_syscalls.v
all: support
[noreturn] fn abc() { for{} }
, mark panic/1 and exit/1with it too. (
#10654
)
2021-07-04 20:24:19 +03:00
memory_managment.v
all: bare metal support (fix
-freestanding
) (
#9624
)
2021-04-14 07:50:50 +02:00