Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Turiiya
|
9051ac8921
|
all: fix typos (#19634)
|
2023-10-23 21:21:15 +03:00 |
|
yuyi
|
17000ef7b6
|
checker: check option fn returning error (fix #17423) (#17438)
|
2023-03-02 15:49:50 +02:00 |
|
zztkm
|
3e4cfc7343
|
os: add os.to_slash and os.from_slash functions (#16055)
|
2022-10-14 10:22:36 +03:00 |
|
Ben
|
c6b1c8d07a
|
os: add windows_volume function (#14721)
|
2022-06-08 21:26:24 +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 |
|
Ben
|
cbb24d34c9
|
os: fix is_abs_path function for Windows systems (#14397)
|
2022-05-16 09:59:37 +03:00 |
|