..
asset
builtin,os: enable no warnings for gg programs like v -gc boehm_leak -cg -keepc run examples/gg/minimal.v
(part 1 - before the gg
loop) ( #24749 )
2025-06-18 16:37:57 +03:00
bare
parser, ast, fmt: convert "hello".str
=> c"hello"
( fix #24635 ) ( #24652 )
2025-06-08 11:44:38 +03:00
cmdline
builtin: remove methods that can be autogenerated ( #11109 )
2021-08-09 15:42:31 +03:00
filelock
os.filelock: compile without warnings with gcc on windows
2025-04-23 07:52:07 +03:00
font
os.font: fixes for -os android
2025-06-18 16:38:40 +03:00
notify
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
util
all: vls mode fixes and improvements; v -json-errors flag
2025-08-10 06:45:59 +03:00
args.v
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
const.v
os: add a posix_set_permission_bit
function ( #7754 )
2021-01-04 19:57:17 +02:00
const_nix.c.v
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
const_windows.c.v
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
debugger_darwin.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
debugger_default.c.v
os: improve documentation ( #24790 )
2025-06-25 22:29:47 +03:00
debugger_freebsd.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
debugger_linux.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
debugger_openbsd.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
debugger_windows.c.v
all: update attributes to use new syntax
2023-11-15 16:16:01 +11:00
dir_expansions_test.v
all: change single blank comment to blank line ( #22016 )
2024-08-09 14:55:58 +03:00
environment.c.v
os: fix documentation for environ function ( #24796 )
2025-06-26 19:25:02 +03:00
environment.js.v
vlib: update doc comments ( #19231 )
2023-08-30 08:50:00 +03:00
environment_test.v
os: use _wputenv instead of _putenv to stay in sync with _wgetenv (fix changing env variables with non ASCII content on windows) ( #22920 )
2024-11-21 01:33:02 +02:00
fd.c.v
all: replace fn name '@xxx' with 'xxx' ( #22506 )
2024-10-12 22:17:02 +03:00
file.c.v
os: simplify file.c.v using cross platform f.seek/2 calls, add EINTR handling to f.write_full_buffer/2 ( fix #25107 ) ( #25110 )
2025-08-15 08:02:34 +03:00
file.js.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
file_buffering.c.v
os: add File.set_buffer and related helpers + tests ( #20661 )
2024-01-26 20:44:23 +02:00
file_buffering_test.v
all: change single blank comment to blank line ( #22016 )
2024-08-09 14:55:58 +03:00
file_le_be.c.v
os: fix swap_bytes_u64 ( #24033 )
2025-03-25 15:34:57 +02:00
file_le_be_test.v
os: fix swap_bytes_u64 ( #24033 )
2025-03-25 15:34:57 +02:00
file_test.v
os: fix os.File's tell/0 method for windows ( fix #24217 ) ( #24218 )
2025-05-20 15:41:15 +03:00
filepath.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
filepath_test.v
Revert "os: deprecate os.getwd
in favor of os.get_current_dir
(part 1) ( #22966 )"
2024-11-25 15:10:15 +02:00
filepath_windows.v
os: correct description of windows_volume function ( #14726 )
2022-06-09 10:56:58 +03:00
find_abs_path_of_executable_test.v
os: do not resolve symlinks in os.find_abs_path_of_executable/1 ( fix #24759 ) ( #24761 )
2025-06-24 02:53:13 +03:00
glob_test.v
all: change optional to result of io ( #16075 )
2022-10-16 09:28:57 +03:00
inode.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
inode_test.v
ci: improve test robustness on windows ( #21116 )
2024-03-28 07:29:17 +02:00
join_path_test.v
os: simplify and unify os.join_path and os.join_path_single, and add more tests ( #21494 )
2024-05-13 17:33:10 +03:00
open_and_read_from_file_test.js.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test
, v test-self
etc); use the new // vtest build:
syntax to mark the tests instead ( #23918 )
2025-03-13 19:51:51 +02:00
open_uri_default.c.v
vlib: update doc comments ( #19231 )
2023-08-30 08:50:00 +03:00
open_uri_windows.c.v
os: use 1 instead of C.SW_SHOWNORMAL to workaround a cross compilation issue from linux to windows
2024-05-21 19:47:04 +03:00
os.c.v
os,ci: use a conditional include, instead of a platform file, to include libproc.h on macos only
2025-09-05 12:50:30 +03:00
os.js.v
fmt: fix alignment of struct init fields ( #22025 )
2024-08-11 09:11:24 +03:00
os.v
os: remove commented code in home_dir() function ( #24929 )
2025-07-20 06:20:56 +03:00
os_android_outside_termux.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
os_darwin.c.v
os,ci: use a conditional include, instead of a platform file, to include libproc.h on macos only
2025-09-05 12:50:30 +03:00
os_js.js.v
Revert "os: deprecate os.getwd
in favor of os.get_current_dir
(part 1) ( #22966 )"
2024-11-25 15:10:15 +02:00
os_linux.c.v
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
os_nix.c.v
all: vls mode fixes and improvements; v -json-errors flag
2025-08-10 06:45:59 +03:00
os_stat_default.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
os_stat_test.v
tests: skip an assertion in os_stat_test.v on OpenBSD ( fix #22123 ) ( #22124 )
2024-08-28 11:23:08 +03:00
os_stat_windows.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
os_structs_dirent_default.c.v
all: make all struct C.XYZ
-> pub struct C.XYZ
( #19651 )
2023-10-25 15:01:50 +03:00
os_structs_sigaction_default.c.v
all: make all struct C.XYZ
-> pub struct C.XYZ
( #19651 )
2023-10-25 15:01:50 +03:00
os_structs_stat_default.c.v
os: add os.stat() and helpers ( #20739 )
2024-02-07 07:12:03 +02:00
os_structs_stat_linux.c.v
all: make all struct C.XYZ
-> pub struct C.XYZ
( #19651 )
2023-10-25 15:01:50 +03:00
os_structs_stat_windows.c.v
ci: fix failing vlib/v/tests/option_test.c.v
2024-05-19 10:11:27 +03:00
os_structs_utsname_default.c.v
all: make all struct C.XYZ
-> pub struct C.XYZ
( #19651 )
2023-10-25 15:01:50 +03:00
os_test.c.v
os: add os.write_bytes/2 as a complement to os.read_bytes/1, add test
2025-06-28 09:27:09 +03:00
os_windows.c.v
os,sync: enable running v -cross -o x.c cmd/v
on windows too (part 1, fix V errors)
2025-08-26 18:09:53 +03:00
password_nix.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
password_windows.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
process.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
process.js.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
process.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
process_nix.c.v
os: implement Process.is_pending() on windows ( fix #23990 ) ( #23993 )
2025-03-21 11:03:03 +02:00
process_test.v
os,tools: make easier analyzing process_test.v failures on the CI
2025-03-26 14:00:47 +02:00
process_windows.c.v
checker: do not allow &u8(0), force nil like we do with &Type(0)
2025-05-03 22:37:51 +03:00
README.md
os: format readme, fix markdown inside html ( #21286 )
2024-04-15 14:56:44 +03:00
signal.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job ( #24928 )
2025-07-19 11:51:01 +03:00
signal.js.v
os: return the long path for os.temp_dir() on windows, even for folders like c:\someth~1
( #17623 )
2023-03-14 00:51:52 +02:00
signal.v
os: document the various enum values in os.Signal ( #22770 )
2024-11-05 20:50:09 +02:00
signal_darwin.c.v
all: update attributes to use new syntax
2023-11-15 16:16:01 +11:00
signal_default.c.v
os: fix bootstrapping for OpenBSD
2023-11-16 13:43:55 +02:00
signal_linux.c.v
os: fix bootstrapping for OpenBSD
2023-11-16 13:43:55 +02:00
signal_test.v
builtin: simplify MessageError.msg() ( #21524 )
2024-05-18 22:36:24 +03:00
signal_windows.c.v
v: use -check-unused-fn-args
to cleanup the compiler code itself
2024-11-18 12:10:03 +02:00
sleeping.c.v
os: improve robustness of create_folder_when_it_does_not_exist/1 (fix CI false positives for vab-compiles-v-examples
) ( #22548 )
2024-10-17 15:51:04 +03:00
sleeping.js.v
os: improve robustness of create_folder_when_it_does_not_exist/1 (fix CI false positives for vab-compiles-v-examples
) ( #22548 )
2024-10-17 15:51:04 +03:00
xdg_test.v
os: implement os.data_dir(), os.state_dir(), os.local_bin_dir() + tests ( #22426 )
2024-10-07 07:23:50 +03:00