Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix punycode.decode function (#19136) | Christoph Krybus | 2021-11-12 | 1 | -15/+16 |
| | | | | | | | | | | | | | | * Refactor: rename proc to func * Fix punycode.decode function This function could only properly decode punycodes containing a single encoded unicode character. As soon as there was more than one punycode character group to decode it produced invalid output - the number of characters was correct, but their position was not. * Update tpunycode.nim Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> | ||||
* | styleCheck: Fix some inconsistent identifiers (#16177) | ee7 | 2020-12-21 | 1 | -4/+4 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -6/+0 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 1 | -0/+37 |
| | | | | * Add more Docs and runnableExamples | ||||
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -1/+4 |
| | |||||
* | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+8 |
| | |||||
* | fixes #3045 | Andreas Rumpf | 2016-06-15 | 1 | -0/+166 |