..
arrays
…
benchmark
docs: add more documentation to each of the modules in vlib ( #13043 )
2022-01-07 13:28:50 +02:00
bitfield
rand: simplify rand.PRNG, move to optional types for error handling ( #13570 )
2022-02-23 12:36:14 +02:00
builtin
builtin: use malloc, instead of calloc in array.ensure_cap/1
2022-03-20 15:08:42 +02:00
cli
…
clipboard
docs: add more documentation to each of the modules in vlib ( #13043 )
2022-01-07 13:28:50 +02:00
compress
…
context
…
crypto
…
darwin
…
datatypes
…
dl
docs: adding skeleton README.md files for all vlib modules ( #13034 )
2022-01-05 18:06:08 +02:00
dlmalloc
dlmalloc: add a temporary workaround for a segfault ( #13120 )
2022-01-10 15:54:23 +02:00
encoding
…
eventbus
…
flag
…
fontstash
docs: adding skeleton README.md files for all vlib modules ( #13034 )
2022-01-05 18:06:08 +02:00
gg
all: replace "NB:" with "Note:" (docs/comments)
2022-03-06 20:01:22 +03:00
gx
gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests
2022-01-29 21:40:09 +02:00
hash
…
io
…
js
…
jsdom
…
json
…
log
…
math
math: allow i64 in digits function and add count_digits function ( #13729 )
2022-03-14 10:41:01 +02:00
mssql
mssql: fix c function definition parameters ( #11307 )
2021-08-25 14:39:56 +03:00
mysql
…
net
vlib: add `mut` for the first parameter of builtin.copy, arrays.copy and crypto ( #13702 )
2022-03-09 20:26:00 +02:00
orm
…
os
os: handle trailing backslash on windows path when quoting ( #13705 )
2022-03-10 01:29:37 +03:00
pg
…
picoev
…
picohttpparser
…
rand
rand: further bridge gap b/w rand module and PRNG interface ( #13719 )
2022-03-12 09:41:12 +02:00
readline
readline: give the possibility to ignore the empty line in the history ( #13452 )
2022-02-14 00:12:25 +02:00
regex
regex: fix bug in replace_by_fn ( #13344 )
2022-02-02 10:52:18 +02:00
runtime
…
semver
…
sokol
…
sqlite
…
stbi
…
strconv
strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks
2022-03-11 19:32:08 +02:00
strings
strings: add a `Builder.ensure_cap()` method ( #13755 )
2022-03-18 10:36:53 +02:00
sync
…
szip
…
term
…
time
…
toml
toml: use toml.parse_text and toml.parse_file in the tests
2022-03-18 23:32:06 +02:00
v
tests: cleanup go_anon_fn_variable_call_test.v ( #13786 )
2022-03-21 13:04:43 +02:00
vweb
…
x
x: add a mostly empty vlib/x/x.v file, to workaround a `v doc` bug
2022-03-15 20:19:39 +02:00
.vdocignore
…
README.md
…