..
arrays
arrays: fix off by one error in arrays.uniq_only_repeated/1 and arrays.uniq_all_repeated/1
2023-12-04 15:30:59 +02:00
benchmark
tests: show compile time and runtime for each _test.v file in separate columns ( #20520 )
2024-01-20 17:38:46 +02:00
bitfield
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
builtin
v: $dbg statement - native V debugger REPL ( #20533 )
2024-01-19 07:10:17 +02:00
cli
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
clipboard
clipboard: fix notice in vlib/clipboard/x11/clipboard.c.v
2023-12-18 11:34:33 +02:00
compress
vlib: add a compress.szip
module, deprecate the szip
one after 2023-12-31 ( #20003 )
2023-11-27 07:33:09 +02:00
context
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
coroutines
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
crypto
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
datatypes
datatypes,examples: fix typos, and silence notice in the quadtree example ( #20577 )
2024-01-18 15:31:42 +02:00
db
db.pg: add include and lib paths for PostgreSQL on FreeBSD ( #20582 )
2024-01-19 10:14:08 +02:00
dl
cgen, dl: add windows dll support, fix ( #20447 ) ( #20459 )
2024-01-10 10:59:52 +02:00
dlmalloc
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
encoding
encoding.csv: fix bug in RandomAccessReader, spotted on windows with mingw32 ( #20571 )
2024-01-17 22:10:28 +02:00
eventbus
ci: run VAUTOFIX=1 ./v check-md -hide-warnings .
to fix doc failures
2023-11-25 09:34:46 +02:00
flag
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
fontstash
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
gg
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
gx
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
hash
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
io
vweb2 ( #19997 )
2023-12-09 08:07:51 +03:00
js
sokol: fix JS runtime error about _glBindSampler, for the gg examples, when compiled with -os wasm32_emscripten
2023-12-27 02:04:23 +02:00
json
json: fix struct with option enum field ( fix #20597 ) #20597
2024-01-20 19:54:12 +02:00
log
log: enhance log time format setting ( #20484 )
2024-01-11 19:17:23 +02:00
maps
maps: add maps.merge/2 and maps.merge_in_place/2 generic utility functions ( #19776 )
2023-11-06 20:09:05 +02:00
math
cleanup: turn .microseconds() ... us
to .microseconds() ... µs
( #20588 )
2024-01-20 07:16:24 +02:00
net
cleanup: turn .microseconds() ... us
to .microseconds() ... µs
( #20588 )
2024-01-20 07:16:24 +02:00
orm
orm: fix the generated SQL for the "not equal" operator ( #20321 )
2024-01-01 13:11:23 +02:00
os
os: document os.ls (using readdir), add example ( #20622 )
2024-01-21 20:45:19 +02:00
picoev
x.vweb, picoev: fix timeout event ( #20377 )
2024-01-04 12:05:39 +02:00
picohttpparser
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
rand
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
readline
readline: add completion support ( #20559 )
2024-01-16 23:32:47 +02:00
regex
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
runtime
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
semver
V 0.4.4
2024-01-09 16:54:06 +03:00
sokol
sokol: fix compiling gg and other graphical examples on OpenBSD ( #20333 )
2024-01-01 23:19:55 +02:00
stbi
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
strconv
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
strings
testing: make the FAIL tests more verbose, to ease remote CI failure diagnostics
2024-01-21 17:46:24 +02:00
sync
sync: fix FreeBSD implementation of sync functions ( #20483 )
2024-01-11 12:03:34 +02:00
szip
vlib: add a compress.szip
module, deprecate the szip
one after 2023-12-31 ( #20003 )
2023-11-27 07:33:09 +02:00
term
all: update copyright year ( #20334 )
2024-01-01 23:29:54 +02:00
time
json2: cleanup ( #20347 )
2024-01-12 22:48:28 +02:00
toml
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
v
help: fix a typo ( #20621 )
2024-01-21 20:31:31 +02:00
v2
cleanup: turn .microseconds() ... us
to .microseconds() ... µs
( #20588 )
2024-01-20 07:16:24 +02:00
vweb
vweb,x.vweb: fix typos in README files ( #20604 )
2024-01-21 11:48:04 +02:00
wasm
all: update attributes to use new syntax
2023-11-15 16:16:01 +11:00
x
vweb,x.vweb: fix typos in README files ( #20604 )
2024-01-21 11:48:04 +02:00
.vdocignore
vdoc: extract files.v and highlight.v from utils.v
2023-12-20 11:55:15 +02:00
README.md