aboutsummaryrefslogtreecommitdiff
path: root/core/strings/reader.odin
Commit message (Collapse)AuthorAgeFilesLines
* Update to new io interfacegingerBill2023-06-081-39/+19
|
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-15/+15
| | | | possible
* Small improvements strings documentationLucas Perlind2023-04-031-27/+27
| | | | | | | | * Use new 'Returns:' and 'Inputs:' keywords used by the website generator * Make order item order resemble website, i.e. 'Returns:' comes before 'Example:' * Add a few missing input items * Add a few missing return items
* Fix website formatting and incorrect examplesLucas Perlind2023-03-291-7/+14
|
* rename nul to null, allocation clarificationsJon Lipstate2023-03-281-3/+3
|
* add backticks on variables, code review commentsJon Lipstate2023-03-281-21/+21
|
* markdown compliant spacesJon Lipstate2023-03-271-27/+27
|
* transform into odin-site parsable formatJon Lipstate2023-03-271-27/+27
|
* string code docsJon Lipstate2023-03-271-20/+130
|
* Clean up of the core library to make the stream vtables not be pointers ↵gingerBill2022-09-151-2/+2
| | | | directly.
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-14/+0
|
* documentation for the rest of the strings libraryMichael Kutowski2022-04-031-2/+34
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-91/+91
|
* Add helper procedures for `strings.Reader` creationgingerBill2021-06-241-0/+22
|
* Make bytes.Reader and strings.Reader have the same interfacegingerBill2020-12-041-98/+132
|
* Rename stream field namesgingerBill2020-12-021-11/+11
|
* Add `strings.Reader`gingerBill2020-12-021-0/+143