index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
util.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[core:io/utils] fix buffer size in write_* procs
Xotchkass
2025-12-18
1
-4
/
+4
|
*
`Empty` -> `Unsupported`
bill/io-error-changes
gingerBill
2025-11-14
1
-2
/
+2
|
*
Fix incorrect json encoding for control characters < 32
Jacob Friedman
2025-09-10
1
-0
/
+17
|
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+27
|
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-8
/
+8
|
*
Fix io.write_escaped_rune not writing full value
blob1807
2024-12-22
1
-3
/
+7
|
*
core/io: correctly escape runes greater than 0xFFFF
IllusionMan1212
2024-10-26
1
-1
/
+1
|
*
Return `0, nil` in all `io` cases where an empty slice is provided
Feoramund
2024-08-28
1
-0
/
+9
|
*
Make `io.Section_Reader` set `base` too
Feoramund
2024-08-28
1
-2
/
+3
|
|
|
|
|
|
|
|
This should fix seeking from `.Start`, getting the `size`, and `read_at`. Also make the API consistent with the other `*_init` procs in `util.odin` by returning the `io.Reader`.
*
Fix for crash when using io.write_u128/io.write_i128 due to buffer being too ↵
Karl Zylinski
2023-09-22
1
-2
/
+2
|
|
|
|
small
*
Update to new io interface
gingerBill
2023-06-08
1
-36
/
+43
|
*
fix #2550 json encoding should use surrogate pairs per RFC7159
Laytan Laats
2023-05-22
1
-8
/
+21
|
*
Rename strings.Builder procedures to be consistent with the rest of the core ↵
gingerBill
2022-07-11
1
-0
/
+24
|
|
|
|
library
*
Fix typos
gingerBill
2021-10-02
1
-10
/
+10
|
*
Add `io.write_f16` `io.write_f32` `io.write_f64`
gingerBill
2021-09-29
1
-0
/
+48
|
*
Add an extra optional `^int` parameter to most io read/write calls allowing ↵
gingerBill
2021-09-29
1
-77
/
+77
|
|
|
|
for simplified `or_return` use with incrementing byte usage
*
Add `io.write_i128` and `io.writer_u128`
gingerBill
2021-09-29
1
-6
/
+16
|
*
Add `io.write_quoted_*` utility procedures to `package io`
gingerBill
2021-09-29
1
-0
/
+153
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-72
/
+72
|
*
Add utility procedures: `io.read_ptr`; `io.write_ptr`; `io.read_ptr_at`; ↵
gingerBill
2021-08-09
1
-0
/
+18
|
|
|
|
`io.write_ptr_at`
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-1
/
+1
|
*
Keep -vet happy
gingerBill
2020-12-14
1
-1
/
+0
|
*
Replace procedure call
gingerBill
2020-12-14
1
-1
/
+0
|
*
Remove unused procedure
gingerBill
2020-12-14
1
-6
/
+0
|
*
Update io/util.odin
gingerBill
2020-12-14
1
-19
/
+11
|
*
Improve packages io and strings; add io.Section_Reader
gingerBill
2020-12-03
1
-5
/
+89
|
*
Remove `using stream` on custom stream types in package io
gingerBill
2020-12-03
1
-13
/
+12
|
*
Integrate `package io` into core library
gingerBill
2020-12-03
1
-0
/
+7
|
*
Fix io typos
gingerBill
2020-12-03
1
-0
/
+12
|
*
Rename stream field names
gingerBill
2020-12-02
1
-9
/
+9
|
*
Add `package io`
gingerBill
2020-12-02
1
-0
/
+90