aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/xml/helpers.odin
Commit message (Collapse)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-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.
* Update numerous package declaration namesgingerBill2024-04-181-1/+1
|
* Move package xml before copyrightKostas Tsiligkiris2024-01-171-2/+4
| | | | | Having the same copyright on all files made the documentation script to include it multiple times in the package information.
* Use `or_break` and `or_continue` where appropriate in the core librarygingerBill2023-09-301-2/+2
|
* Fix #2684Jeroen van Rijn2023-07-281-12/+17
|
* [xml] Speedup.Jeroen van Rijn2022-04-281-16/+12
|
* [xml] Improvements.Jeroen van Rijn2021-12-051-0/+49