aboutsummaryrefslogtreecommitdiff
path: root/core/flags
Commit message (Expand)AuthorAgeFilesLines
* Fix build tags that use ! multiple times on one line. Those don't actually do...Karl Zylinski2024-09-072-2/+4
* Merge pull request #4191 from laytan/improve-package-doc-commentsgingerBill2024-09-041-25/+15
|\
| * core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-25/+15
* | Change `Bit_Array.max_index` to `length`Feoramund2024-09-031-3/+3
|/
* Merge pull request #3810 from Feoramund/freebsd-core-netJeroen van Rijn2024-08-094-4/+4
|\
| * Give FreeBSD access to `core:net` in `core:flags`Feoramund2024-08-054-4/+4
* | Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-1/+1
* | `os.Errno` -> `os.Error`gingerBill2024-08-042-2/+2
* | fix `@(optimization_mode)` usage in builtin collectionsLaytan Laats2024-07-086-15/+15
* | Indentation fixesgingerBill2024-06-291-114/+107
* | Keep `-vet` happyFeoramund2024-06-281-1/+1
|/
* Work around BSD lack of `core:net` supportFeoramund2024-06-155-21/+52
* Keep `-vet` happyFeoramund2024-06-153-15/+15
* Raise error on spaced UNIX-style flag with no valueFeoramund2024-06-151-1/+8
* Fix memory leak in `core:flags` validationFeoramund2024-06-151-0/+1
* Add `--` parsing to UNIX-style `core:flags`Feoramund2024-06-141-0/+8
* Add package `core:flags`Feoramund2024-06-0714-0/+2249