v/vlib/io
Delyan Angelov 1086b4ac5e
io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091)
2021-05-13 13:06:42 +03:00
..
util tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
buffered_reader.v io: BufferedReader.free() 2021-03-15 21:25:19 +01:00
custom_string_reading_test.v io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
io.v io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
io_cp_test.v io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
io_test.v io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
multi_writer.v io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
multi_writer_test.v io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
os_file_reader_test.v io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
reader.v io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
reader_test.v io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
readerwriter.v io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
writer.v os: make os module handle large files (#9439) 2021-03-26 07:51:55 +01:00