..
arrays
all: byte => u8
2022-04-15 14:58:56 +03:00
benchmark
…
bitfield
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
builtin
net: byte fixes
2022-04-15 15:55:39 +03:00
cli
cli: add automatic manpage generation with -man ( #13911 )
2022-04-03 10:12:47 +03:00
clipboard
all: byte => u8
2022-04-15 14:58:56 +03:00
compress
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
context
context: make the examples in the vlib/context/README.md immediately runnable
2022-03-26 13:25:45 +02:00
crypto
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
darwin
…
datatypes
…
dl
docs: adding skeleton README.md files for all vlib modules ( #13034 )
2022-01-05 18:06:08 +02:00
dlmalloc
…
encoding
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
eventbus
…
flag
all: byte => u8
2022-04-15 14:58:56 +03:00
fontstash
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
gg
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
gx
all: byte => u8
2022-04-15 14:58:56 +03:00
hash
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
io
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
js
…
jsdom
…
json
net: byte fixes
2022-04-15 15:55:39 +03:00
log
…
math
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
mssql
…
mysql
all: byte => u8
2022-04-15 14:58:56 +03:00
net
net: fix byte buffers
2022-04-15 15:57:45 +03:00
orm
net: byte fixes
2022-04-15 15:55:39 +03:00
os
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
pg
net: byte fixes
2022-04-15 15:55:39 +03:00
picoev
all: byte => u8
2022-04-15 14:58:56 +03:00
picohttpparser
…
rand
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
readline
all: byte => u8
2022-04-15 14:58:56 +03:00
regex
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
runtime
…
semver
…
sokol
sokol: byte => u8
2022-04-15 16:12:05 +03:00
sqlite
sokol: byte => u8
2022-04-15 16:12:05 +03:00
stbi
…
strconv
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
strings
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
sync
all: byte => u8
2022-04-15 14:58:56 +03:00
szip
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
term
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
time
all: byte => u8
2022-04-15 14:58:56 +03:00
toml
all: byte => u8
2022-04-15 14:58:56 +03:00
v
net: byte fixes
2022-04-15 15:55:39 +03:00
vweb
checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01)
2022-04-12 14:56:02 +03:00
x
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
.vdocignore
docs: add vlib/builtin/wasm_bare to vlib/.vdocignore
2022-01-08 09:25:38 +02:00
README.md
…