summary refs log tree commit diff stats
path: root/lib/std/editdistance.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)ringabout2023-12-131-1/+1
| | | fixes #23060
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
| | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
* use single backtick (#17141)flywind2021-02-211-12/+12
|
* move rest of tests to testament (#16140)flywind2020-11-271-41/+0
| | | | * move rest of tests to testament * Update tests/stdlib/tsums.nim
* Add Documentation (#13811)Juan Carlos2020-03-311-1/+3
| | | | * Add more Docs and runnableExamples
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-0/+10
|
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* make editdistance work with --styleCheck:errorAraq2019-07-101-108/+108
|
* add new stdlib modules to the changelogAraq2018-11-081-0/+295