| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes SSL version check logic [backport] (#21324) | ringabout | 2023-02-02 | 1 | -1/+1 |
* | Added openarray[char] overloads to std/unicode (#20648) | Jason Beetham | 2022-10-27 | 1 | -46/+417 |
* | fixes #18858 [backport] (#18868) | Andreas Rumpf | 2021-09-19 | 1 | -1/+4 |
* | fixes #17768 [backport:1.4] (#18317) | flywind | 2021-06-21 | 1 | -6/+4 |
* | Fix unicode.split with seperators examples (#17176) | zetashift | 2021-02-26 | 1 | -58/+25 |
* | Fix broken links in docs (#16336) | Elliot Waite | 2020-12-14 | 1 | -1/+1 |
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -216/+0 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -0/+1 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -82/+0 |
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 1 | -18/+18 |
* | unicode: minor documention improvement | Araq | 2020-04-20 | 1 | -0/+1 |
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 1 | -3/+0 |
* | unicode.split: Fix the splitting when a Rune separator is used [backport] (#1... | Kaushal Modi | 2020-03-12 | 1 | -14/+11 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 1 | -1/+1 |
* | Fix for 16 bit platforms (#12760) [backend] | PMunch | 2019-11-28 | 1 | -6/+6 |
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -33/+34 |
* | remove unicode.Rune16 without deprecation period; fixes https://github.com/ni... | Andreas Rumpf | 2019-08-28 | 1 | -5/+0 |
* | unicode.nim: fixed spacing to something sane | Andreas Rumpf | 2019-08-26 | 1 | -1/+1 |
* | [bugfix] Make std/unicode compile with --styleCheck:error (#11763) | Kaushal Modi | 2019-07-17 | 1 | -3/+3 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -51/+51 |
* | right shift is now by default sign preserving (#11322) | Arne Döring | 2019-05-29 | 1 | -66/+66 |
* | fix changing case for Unicode characters which change size (#11271) | Miran | 2019-05-20 | 1 | -9/+16 |
* | update unicode.nim (#10921) | Miran | 2019-03-31 | 1 | -1148/+383 |
* | [backport] improve unicode docs, fixes #2353 (#10174) | Miran | 2019-01-04 | 1 | -85/+122 |
* | fixes #9800 (#9804) [backport] | pgkos | 2018-11-26 | 1 | -2/+5 |
* | Fixed wording (#9761) | Yuriy Glukhov | 2018-11-20 | 1 | -4/+4 |
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -2/+0 |
* | WIP | Arne Döring | 2018-11-08 | 1 | -1/+6 |
* | unicode.nim: minor alignment change | Araq | 2018-11-02 | 1 | -6/+6 |
* | unicode: added strip, align, alignLeft, repeat procs; refs #6301 | Andreas Rumpf | 2018-10-14 | 1 | -0/+149 |
* | unicode: add split procs; refs #6301 | Andreas Rumpf | 2018-10-14 | 1 | -0/+176 |
* | strutils/unicode: deprecate isLower and friends operating on complete strings... | Andreas Rumpf | 2018-10-14 | 1 | -40/+7 |
* | Make isUpper (and variants) work for strings with non-alpha chars | Kaushal Modi | 2018-06-08 | 1 | -30/+84 |
* | keep unicode.nim warning free | Araq | 2018-05-18 | 1 | -4/+4 |
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
* | Fixes #6223. | Dominik Picheta | 2017-11-28 | 1 | -6/+6 |
* | Little spelling fix in unicode module | Dominik Picheta | 2017-10-15 | 1 | -1/+1 |
* | system/unicode: check for buffer overflows; refs #5284 | Araq | 2017-02-08 | 1 | -25/+47 |
* | update stdlib to not use deprecated symbols | Andreas Rumpf | 2016-08-25 | 1 | -3/+3 |
* | Added iterator for utf8 strings | Hans Raaf | 2016-07-13 | 1 | -1/+15 |
* | Add useful unicode procs for string manipulation | Joey Payne | 2016-07-01 | 1 | -0/+134 |
* | Add new procs for string manipulation | Joey Payne | 2016-06-13 | 1 | -29/+209 |
* | Optimized end offsets and added tests. | Hans Raaf | 2016-06-02 | 1 | -12/+93 |
* | More work in optimizing, names and added substr(). | Hans Raaf | 2016-06-02 | 1 | -6/+40 |
* | Some procs to deal with Rune position base indexing. | Hans Raaf | 2016-06-02 | 1 | -0/+19 |
* | change 'Rune' type in unicode module to 'int32' | Parashurama | 2016-06-02 | 1 | -2/+2 |
* | validateUtf8: catch overlong ascii | theduke | 2015-11-26 | 1 | -0/+1 |
* | fixesunicode.lastRune | Araq | 2015-09-29 | 1 | -2/+1 |
* | added unicode.lastRun, unicode.graphemeLen | Araq | 2015-09-21 | 1 | -6/+35 |
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |