summary refs log tree commit diff stats
path: root/lib/std/varints.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix out-of-bounds slicing in std/varints (#23868)Buldram2024-07-221-6/+6
| | | | | | Corrects a slicing mistake in the `std/varints` implementation which caused it to fail when writing large numbers into buffers smaller than 10..13-bytes, now 9-byte buffers are sufficient as the documentation states.
* Make unused code into actual test, replace echo with doassert (#13952)Juan Carlos2020-04-111-33/+0
|
* fix conversions to uint in varints.nim (#12564)Arne Döring2019-11-041-22/+22
|
* last stdlib cleanupsAraq2019-09-211-1/+3
|
* varints module: critical bugfixAndreas Rumpf2018-06-221-1/+8
|
* added experimental undokumented std/varints moduleAndreas Rumpf2018-05-191-0/+145