| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -1/+1 |
| | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | ||||
| * | Fix multiline RegEx iteration | Feoramund | 2025-05-26 | 1 | -0/+2 |
| | | | | | | | | | | | In `.Multiline` mode: - `^` is now defined to assert the start of the string or that a "\n" or "\r" rune was parsed on last VM dispatch. - `$` is now defined to consume a newline sequence of "\n", "\r", or "\r\n" or to assert the end of the string. | ||||
| * | Add explicit license info to `core:text/regex` | Feoramund | 2024-08-04 | 1 | -0/+8 |
| | | |||||
| * | Add `core:text/regex` | Feoramund | 2024-07-22 | 1 | -0/+73 |