Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #16256: nimout: <empty> should give error (vacuously true); improve a ↵ | Timothee Cour | 2021-05-31 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | few tests (#18089) * fix #16256: nimout: <empty> should give error (vacuously true); improve some tests * renamed: tests/stdlib/t9710.nim -> tests/misc/t9710.nim * improve tests * fix non-DRY tests * improve $nim_prs_D/tests/stdlib/t9091.nim * renamed: tests/stdlib/t9091.nim -> tests/misc/t9091.nim * fixup * address comment: doAssert => result.parseErrors | ||||
* | Fix #15452 - ip protocol not defined on NetBSD (#15453) | Euan | 2020-10-01 | 1 | -1/+4 |
| | |||||
* | add getprotobyname (#15273) | flywind | 2020-09-09 | 1 | -0/+25 |
* add getprotobyname * tests, docs, changelog * add since |