Dominik Pytlewski
|
721328ef58
|
os: fix os.read_file and os.read_bytes for 0 sized /proc/ files on Linux (fix #15852) (#15853)
|
2022-09-25 22:54:46 +03:00 |
|
yuyi
|
c3548c9413
|
tests: omit testsuite_begin/end() optional (#15871)
|
2022-09-25 10:29:25 +03:00 |
|
Delyan Angelov
|
f338dec5c6
|
ci: fix compilation on FreeBSD (C.feof is a macro there, that expands to direct field access)
|
2022-09-24 10:17:32 +00:00 |
|
yuyi
|
d624ad50a7
|
os: fix file.read() (#15861)
|
2022-09-24 08:58:55 +03:00 |
|
yuyi
|
41dbd12bc4
|
tests: make error handling the same as the main function (#15825)
|
2022-09-21 19:45:43 +03:00 |
|
Delyan Angelov
|
69c9d47a40
|
pref,os,sokol,cgen: ease compilation of 2048 with -os wasm32_emscripten (#15820)
|
2022-09-20 00:17:13 +03:00 |
|
Delyan Angelov
|
f922ed0941
|
tests: unify all temporary files/folders under $VTMP/v , that can be cleaned by v wipe-cache (#15774)
|
2022-09-16 04:56:19 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
jrfondren
|
45e21bc311
|
os: remove private unix_environ() helper function, it is not needed anymore (#15654)
|
2022-09-04 13:22:38 +03:00 |
|
Delyan Angelov
|
728b198384
|
os: extract dir_expansions_test.v from os_test.v
|
2022-09-01 13:07:29 +03:00 |
|
tr00
|
3eb6ad7b8c
|
os: fix type in error message (#15533)
|
2022-08-26 06:59:52 +03:00 |
|
Subhomoy Haldar
|
3b42f18dee
|
os: add input_password(prompt) and unit tests (#15507)
|
2022-08-23 18:17:38 +03:00 |
|
Delyan Angelov
|
a689641c1b
|
os: rewrite os.walk and os.walk_with_context to use iteration, instead of recursion
|
2022-08-22 17:27:14 +03:00 |
|
Delyan Angelov
|
21917f5b00
|
os: small cleanup of needless r'\' usage
|
2022-08-22 16:32:42 +03:00 |
|
Delyan Angelov
|
e156e6a44a
|
os: remove commented code in os_windows.c.v
|
2022-08-22 14:54:38 +03:00 |
|
Delyan Angelov
|
5cba5920d5
|
os: make find_abs_path_of_executable_test.v more robust (fix #15459)
|
2022-08-20 10:06:58 +03:00 |
|
Delyan Angelov
|
7ed3389fa8
|
ci: fix -cstrict checks after 7585e86
|
2022-08-17 18:40:15 +03:00 |
|
Delyan Angelov
|
7585e86868
|
os: reduce heap allocations done by os.real_path, os.executable, os.getwd
|
2022-08-17 17:06:38 +03:00 |
|
Delyan Angelov
|
18cccb6caf
|
builtin: show non zero codes on bubbled error_with_code(msg,code) errors
|
2022-08-16 18:59:38 +03:00 |
|
Delyan Angelov
|
8f98f1db9e
|
os: fix os.open_file('text.txt', 'wb', 0o666) , add test (#15420)
|
2022-08-14 09:50:05 +03:00 |
|
Vincenzo Palazzo
|
b01f71d9da
|
io: migrate the Reader API to Result instead of Option (#15229)
|
2022-08-08 02:33:25 +03:00 |
|
Delyan Angelov
|
242ade8938
|
os: fix File.eof on FreeBSD (feof is a C macro there)
|
2022-07-28 17:26:55 +03:00 |
|
Reuben Thomas
|
ed56c3957e
|
os: add File.reopen and File.eof methods (#15184)
|
2022-07-28 16:21:23 +03:00 |
|
Bastian Buck
|
4ab72ccb69
|
os: add a security advisory for potential TOCTOU risks when using os.is_writable , os.is_executable etc (#15222)
|
2022-07-26 12:02:48 +03:00 |
|
Andrew Compton
|
f9385f6300
|
os: make get_raw_line() should not break lines on \r on windows (fix #5900) (#15205)
|
2022-07-25 08:03:07 +03:00 |
|
Reuben Thomas
|
2ffad85f06
|
doc: remove misleading comment about stdin() (#15154)
|
2022-07-23 00:22:50 +03:00 |
|
Alexander Medvednikov
|
9099594a49
|
all: wrap up unsafe { nil } (p. 3)
|
2022-07-21 21:01:30 +03:00 |
|
Delyan Angelov
|
02d675ab67
|
os: restore the env TERMUX_VERSION based final resort for runtime auto detection of Termux
|
2022-07-08 11:16:53 +03:00 |
|
Larpon
|
9f3b6e3e3a
|
android: provide more predictable logging, add comptime termux support (#14984)
|
2022-07-07 18:28:29 +03:00 |
|
Delyan Angelov
|
3308313167
|
os: remove the closing of stream handles at the end of Process.win_slurp/1
|
2022-07-06 15:43:13 +03:00 |
|
Alexander Medvednikov
|
819b6f475a
|
os: remove unnecessary unsafe s
|
2022-07-06 07:07:48 +03:00 |
|
Alexander Medvednikov
|
163c7ba2bb
|
checker: stricter []&Type{len:x} check
|
2022-07-05 23:51:29 +03:00 |
|
Larpon
|
0dd5050b29
|
os: clean up usage of ANativeActivity, allow access to fields (#14948)
|
2022-07-05 16:30:10 +03:00 |
|
Delyan Angelov
|
69d292e8d1
|
os: detect termux more reliably
|
2022-07-01 13:52:57 +03:00 |
|
Delyan Angelov
|
b6b611aa82
|
v: support better separation of general Android vs Termux specific code (part 2)
|
2022-07-01 13:18:31 +03:00 |
|
Delyan Angelov
|
30401e003f
|
v: support better separation of general Android vs Termux specific code (part 1)
|
2022-07-01 12:48:35 +03:00 |
|
Markus F.X.J. Oberhumer
|
74bb5ae17a
|
os: add an optional "mode" parameter to os.mkdir and os.mkdir_all (#14887)
|
2022-06-30 13:49:47 +03:00 |
|
ghosttk
|
fae26197b9
|
os: add exo-open to the list of tried launchers in os.open_uri/1 (#14884)
Add 'exo-open' for xfce4 desktop environment.
|
2022-06-29 11:59:25 +03:00 |
|
Wertzui123
|
c10ba6d81a
|
os: add .cmd to the list of Windows executable suffixes (#14839)
|
2022-06-23 20:12:29 +03:00 |
|
Larpon
|
298dc77c38
|
ci: add pure -os android checks (#14837)
|
2022-06-23 11:22:55 +03:00 |
|
Wertzui123
|
587101a1ea
|
os: fix find_abs_path_of_executable function (on Windows) (#14835)
|
2022-06-23 03:36:15 +03:00 |
|
Larpon
|
3fb88500a2
|
os: improve Android interop (#14827)
|
2022-06-22 21:38:27 +03:00 |
|
yuyi
|
de136f6baf
|
checker: improve pub struct check (fix #14446) (#14777)
|
2022-06-19 17:42:22 +03:00 |
|
Ben
|
39e54a508b
|
os: correct description of windows_volume function (#14726)
|
2022-06-09 10:56:58 +03:00 |
|
Ben
|
c6b1c8d07a
|
os: add windows_volume function (#14721)
|
2022-06-08 21:26:24 +03:00 |
|
Ben
|
e201665e92
|
os: fix file_ext function (#14566)
|
2022-06-02 07:09:46 +03:00 |
|
Ben
|
4ffdcf8058
|
os: add existing_path function (#14536)
|
2022-05-31 06:32:12 +03:00 |
|
Ben
|
f431020764
|
os: minor clean ups on filepath.v (#14506)
|
2022-05-24 11:29:32 +03:00 |
|
Ben
|
971c55cf30
|
os: add norm_path and abs_path function (#14435)
|
2022-05-21 01:16:29 +03:00 |
|
Vincenzo Palazzo
|
17bba712bd
|
checker: ban unsafe pointer/fn comparison (#14462)
|
2022-05-20 18:30:16 +03:00 |
|