1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
762a7fde2a os: add os.getenv_opt/1 2021-11-19 17:47:45 +02:00
db84d5e221 os: cleanup os.environ implementation 2021-04-06 18:02:12 +03:00
5c07cbf5d3 ci: fix v -cc clang-11 -cflags -Werror cmd/v 2021-04-05 08:09:04 +03:00
e399c07a2f os: fix a C warning 2021-04-05 06:42:20 +03:00
8a362588aa ci: fix os.environ :-| 2021-04-04 21:11:17 +03:00
57e6138a61 all: remove byteptr and charptr; replace them with &byte and &char 2021-04-04 17:43:32 +03:00
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
ea803113c3 checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
ac2c3847af all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
8fc33bc27d checker: warn when casting number or a voidptr to reference type outside unsafe (#7900) 2021-01-05 20:07:45 +02:00
214290d55b fmt: add a space around single-line unsafe expressions (#7505) 2020-12-23 19:13:42 +01:00
88a8507dd8 os: vfmt most of os, add it to v test-cleancode 2020-12-16 11:08:23 +02:00
bd07177ef0 vlib: prepare os for -Wimpure-v 2020-12-15 09:58:33 +02:00