aboutsummaryrefslogtreecommitdiff
path: root/core/fmt/fmt_os.odin
Commit message (Expand)AuthorAgeFilesLines
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-3/+3
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-12/+12
* Add `#no_capture args: ..T` to reuse the backing array stack memorygingerBill2024-07-141-12/+12
* improve orca targetLaytan Laats2024-06-051-0/+1
* [fmt] Add *printfln()Tetralux2024-02-181-8/+16
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* core: Fixed build constraintsYawning Angel2023-12-171-1/+2
* Add optional `flush := true` to many of the `core:fmt` proceduresgingerBill2023-08-221-16/+16
* Merge pull request #2584 from odin-lang/new-iogingerBill2023-06-231-5/+5
|\
| * Just make the `io.Reader` etc aliasesgingerBill2023-06-081-5/+5
* | Use positional and named arguments within the core librarygingerBill2023-06-211-6/+6
|/
* Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`gingerBill2023-04-271-5/+35
* Fix printf typo in documentationnowheredevel2022-10-251-3/+3
* Update docs for packages fmt and iogingerBill2022-01-241-1/+9
* Begin work in semi-standardized `js_wasm32` targetgingerBill2021-11-071-1/+1
* Separate os-specific things to separate filegingerBill2021-10-311-0/+37