aboutsummaryrefslogtreecommitdiff
path: root/core/fmt/fmt_os.odin
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn9 days1-4/+4
|
* More conflicts during rebaseJeroen van Rijn10 days1-5/+5
|
* In the middle of porting core:testingJeroen van Rijn10 days1-16/+18
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-3/+3
| | | | file tag syntax.
* 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
| | | | | | | | | | | | | | | | | Adds the following procedures, which just call through to the `printf` versions, with `newline = true`; a new parameter also added in this commit. In all cases, `wprintf` is the one that ultimately writes the newline, if requested. - printfln - fprintfln - eprintfln - aprintfln - tprintfln - bprintfln - caprintfln - ctprintfln - sbprintfln - wprintfln
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* core: Fixed build constraintsYawning Angel2023-12-171-1/+2
| | | | | | Multiple constraints on the same line are combined with logical OR, while combining multiple negated constraints needs to be done with logical AND (each constraint on a separate line).
* 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
|\ | | | | New and Improved `io.Stream` interface
| * 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