index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
unicode.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Corrected proc name in assertion
apense
2015-07-09
1
-1
/
+1
*
Corrected documentation
apense
2015-07-09
1
-27
/
+28
*
Renamed to toRunes
apense
2015-07-04
1
-1
/
+1
*
Added new proc
apense
2015-07-03
1
-10
/
+18
*
Updated whitespace ranges
apense
2015-06-08
1
-2
/
+8
*
marshalling can be done at compile-time
Araq
2015-04-25
1
-0
/
+25
*
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
1
-965
/
+965
*
make toUTF8 support up to 6 bytes
def
2015-03-03
1
-4
/
+18
*
Fix documentation a bit in unicode
def
2015-02-14
1
-2
/
+3
*
Optimize unicode.reversed
def
2015-01-15
1
-19
/
+31
*
Add reversed proc to unicode module
def
2015-01-02
1
-0
/
+38
*
big rename
Araq
2014-08-27
1
-48
/
+50
*
resolved conflicts with master
Araq
2014-01-18
1
-0
/
+4
|
\
|
*
Define $ operator for TRune
Satish BD
2013-12-26
1
-1
/
+3
|
*
Define $ operator for TRune
Satish BD
2013-12-26
1
-0
/
+2
*
|
case consistency: next steps
Araq
2013-12-29
1
-8
/
+8
*
|
case consistency part 4
Araq
2013-12-27
1
-20
/
+20
*
|
case consistency part 1
Araq
2013-12-27
1
-2
/
+2
|
/
*
garbage-in-garbage-out principle for unicode errors; fixes #674
Araq
2013-11-19
1
-15
/
+15
*
Implements `$` proc for a sequence of TRunes.
Grzegorz Adam Hankiewicz
2013-03-11
1
-0
/
+12
*
more uint related fixes
Zahary Karadjov
2012-06-14
1
-3
/
+3
*
unicode: invalid utf-8 bytes are preserved
Araq
2012-04-13
1
-4
/
+6
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
attempt to fix tunidecode test; GC cares for seq->openArray conversions
Araq
2011-11-21
1
-940
/
+969
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
1
-9
/
+9
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-14
/
+13
*
unicode.nim compiles again
Andreas Rumpf
2010-05-29
1
-2
/
+2
*
explicit types for generic routines
Andreas Rumpf
2010-05-28
1
-0
/
+2
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
bugfixes for unicode; xmlparser; htmlparser; scanner
rumpf_a@web.de
2010-02-20
1
-2
/
+2
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-0
/
+0
*
cleanup of library docs
Andreas Rumpf
2010-02-04
1
-1
/
+1
*
bind table
Andreas Rumpf
2009-11-12
1
-4
/
+2
*
implemented multi methods
Andreas Rumpf
2009-09-23
1
-62
/
+72
*
added tools and web dirs
Andreas Rumpf
2009-09-15
1
-0
/
+0
[next]