| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expose strings.ascii_set_* functions | FourteenBrush | 2023-11-12 | 1 | -1/+0 |
| | | |||||
| * | Document return values of strings and add allocator errors where | Lucas Perlind | 2023-04-07 | 1 | -2/+2 |
| | | | | | possible | ||||
| * | Small improvements strings documentation | Lucas Perlind | 2023-04-03 | 1 | -4/+4 |
| | | | | | | | | | * 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 examples | Lucas Perlind | 2023-03-29 | 1 | -1/+2 |
| | | |||||
| * | add missing eof newline | Jon Lipstate | 2023-03-27 | 1 | -1/+1 |
| | | |||||
| * | markdown compliant spaces | Jon Lipstate | 2023-03-27 | 1 | -4/+4 |
| | | |||||
| * | transform into odin-site parsable format | Jon Lipstate | 2023-03-27 | 1 | -4/+4 |
| | | |||||
| * | string code docs | Jon Lipstate | 2023-03-27 | 1 | -2/+22 |
| | | |||||
| * | documentation for the rest of the strings library | Michael Kutowski | 2022-04-03 | 1 | -0/+2 |
| | | |||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -7/+7 |
| | | |||||
| * | Improve `strings.index_any` and `strings.last_index_any` | gingerBill | 2021-08-27 | 1 | -0/+22 |