Mike
|
d6c3e6fe5a
|
os: fix swap_bytes_u64 (#24033)
|
2025-03-25 15:34:57 +02:00 |
|
Delyan Angelov
|
ff93ccb29d
|
ci,os: fix bootstrapping with -os cross -o vc/v.c (avoid the generic calls in the new write_u8 and read_u8)
|
2025-02-27 13:59:28 +02:00 |
|
Delyan Angelov
|
9f5a1b8b4a
|
os: add File.write_u8/1 and File.read_u8/0 helper methods
|
2025-02-27 13:40:40 +02:00 |
|
Delyan Angelov
|
e983d75b64
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
|
Delyan Angelov
|
6f4c59e002
|
os: add pub (mut f File) write_le[T](x T) ! , pub (mut f File) write_be[T](x T) ! + read equivalents, add tests
|
2024-11-30 23:35:03 +02:00 |
|