This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
v
/
vlib
/
io
History
Delyan Angelov
5e0e44eb69
os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests
2021-03-04 14:54:39 +02:00
..
util
rand: add PRNG interface and unit-tests (
#9083
)
2021-03-03 13:41:00 +02:00
buffered_reader.v
io: fix not reading the last byte of a stream with
.read(mut buf)
2021-03-04 08:59:48 +02:00
custom_string_reading_test.v
io: fix not reading the last byte of a stream with
.read(mut buf)
2021-03-04 08:59:48 +02:00
os_file_reader_test.v
os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests
2021-03-04 14:54:39 +02:00
reader_test.v
vlib/io: fix reader bugs, make read_all take a config struct (
#7361
)
2020-12-16 18:22:26 +01:00
reader.v
builtin: tag array methods unsafe: *_many, grow_len, pointers (
#8983
)
2021-02-26 22:55:09 +01:00
readerwriter.v
io: remove unused Zzz_CoerceInterfaceTableGeneration struct; add test for
x := Enum{}
2021-02-17 01:37:05 +02:00
writer.v
vlib/net: add buffered IO, x.net -> net (
#6754
)
2020-11-15 22:54:47 +02:00