Delyan Angelov
|
5e0e44eb69
|
os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests
|
2021-03-04 14:54:39 +02:00 |
Delyan Angelov
|
20f9bdfa8e
|
os: fixes for os.input(), os.get_raw_stdin(), os.get_raw_line() in case of stdin EOF
|
2021-02-27 20:02:36 +02:00 |
zakuro
|
ac4791045f
|
time: consolidate the different sleep functions into time.wait(Duration) (#8853)
|
2021-02-21 17:05:03 +02:00 |
Stanislav Ershov
|
6a752512b2
|
os: fix os.real_path on Windows (#8822)
|
2021-02-19 11:20:06 +02:00 |
Nick Treleaven
|
4a0367a63c
|
vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766)
|
2021-02-15 17:15:52 +02:00 |
Nick Treleaven
|
ea803113c3
|
checker: check `unsafe` V function calls (#8752)
|
2021-02-14 19:31:42 +01:00 |
Nick Treleaven
|
d03c1d615a
|
os: improve `rm` error message (#8719)
|
2021-02-13 13:51:38 +01:00 |
Lukas Neubert
|
d660f2cc6f
|
fmt: insert newline after last HashStmt (#8482)
|
2021-02-01 14:50:41 +01:00 |
Nick Treleaven
|
64d12cdc8d
|
checker: check number of C function arguments for some cases (#8444)
|
2021-01-30 18:33:36 +01:00 |
Lukas Neubert
|
8b61891348
|
fmt: smarter if condition wrapping (#8201)
|
2021-01-23 10:33:22 +02:00 |
Daniel Däschle
|
53941c4a0a
|
fmt: fix if cond break readability (#8132)
|
2021-01-16 02:12:17 +01:00 |
Delyan Angelov
|
995f27a7c0
|
builtin,os: use more precise C. declarations for C.fread, C.fwrite and C.qsort
|
2021-01-15 12:15:31 +02:00 |
Delyan Angelov
|
adf084eeed
|
cgen: fix address violations for `return error(abc)`, reduce leaks in `os`
|
2021-01-14 04:58:26 +02:00 |
clubby789
|
0ab6a8cd01
|
os: add a `posix_set_permission_bit` function (#7754)
|
2021-01-04 19:57:17 +02:00 |
yuyi
|
7ce3c5e206
|
os: change os.mv/2 return type to `?` (#7738)
|
2020-12-31 11:33:39 +02:00 |
Delyan Angelov
|
b4f02adc32
|
os: add os.execve/3 (extracted from unix_spawn_process); use os.execvp/2 in v.util.launch_tool/3
|
2020-12-30 18:14:03 +02:00 |
Delyan Angelov
|
fe7fa7077e
|
ci: fix for os.execvp on macos (cargs << charptr(cmdpath.str) too)
|
2020-12-28 20:20:56 +02:00 |
Delyan Angelov
|
8fe85bcc33
|
ci: fix for os.execvp on macos (<<charptr())
|
2020-12-28 20:15:30 +02:00 |
Delyan Angelov
|
4c40891d5e
|
ci: fix for os.execvp on macos (<<)
|
2020-12-28 20:10:57 +02:00 |
Delyan Angelov
|
a8b2745019
|
ci: fix for os.execvp on macos
|
2020-12-28 20:01:19 +02:00 |
Delyan Angelov
|
ef786f9a75
|
os: add os.execvp/2
|
2020-12-28 19:35:52 +02:00 |
spaceface
|
214290d55b
|
fmt: add a space around single-line `unsafe` expressions (#7505)
|
2020-12-23 19:13:42 +01:00 |
Delyan Angelov
|
88a8507dd8
|
os: vfmt most of `os`, add it to `v test-cleancode`
|
2020-12-16 11:08:23 +02:00 |
Delyan Angelov
|
bd07177ef0
|
vlib: prepare os for -Wimpure-v
|
2020-12-15 09:58:33 +02:00 |
Delyan Angelov
|
d633261a99
|
os: add Process (#6786)
|
2020-11-16 17:32:50 +01:00 |
Delyan Angelov
|
0ba5544446
|
checker: add a check for `ptr = Abc{}`
|
2020-11-07 21:19:46 +02:00 |
Delyan Angelov
|
3aecdeab63
|
os,gl,sync: cleanup, prepare for .toplevel_comments vdoc mode
|
2020-06-06 18:47:25 +03:00 |