summary refs log tree commit diff stats
path: root/lib/system/widestrs.nim
Commit message (Expand)AuthorAgeFilesLines
* more progress on destructor based stringsAndreas Rumpf2018-07-131-2/+1
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-1/+1
* fixes #6131Andreas Rumpf2017-07-221-1/+1
* system/unicode: check for buffer overflows; refs #5284Araq2017-02-081-18/+31
* system.nim: don't use deprecated symbols/constructsAraq2017-02-081-2/+2
* Fix newWideCString(cstring, int)Dmitry Polienko2016-07-191-3/+3
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-6/+1
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-211-6/+20
* fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-7/+7
* fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-26/+18
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-7/+8
* the big renamefest: first stepsAraq2014-08-221-2/+2
* distinguish between 'defined' and 'declared'Araq2014-08-111-2/+2
* Downgrades public module comments to private level.Grzegorz Adam Hankiewicz2014-08-051-2/+2
* case consistency part 4Araq2013-12-271-148/+148
* tcnstseq works againAraq2013-12-231-0/+3
* new VM: some progress for the FFI supportAraq2013-12-231-1/+2
* GC'ed wide strings for windowsAraq2013-05-201-235/+124
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-0/+260
5:00:14 -0700 committer Jjp137 <Jjp137@users.noreply.github.com> 2019-10-22 17:59:12 -0700 asyncstreams: replace unintended link with emphasis' href='/ahoang/Nim/commit/lib/pure/asyncstreams.nim?h=devel&id=e6d5379b3b0c5ea00ea59b74ed2ec35d2bd0a3da'>e6d5379b3 ^
93827e6ab ^


4ae520711 ^



93827e6ab ^









39290cf88 ^
93827e6ab ^



5f515410a ^
93827e6ab ^









2671efab7 ^















4ae520711 ^



2671efab7 ^


22b4cf192 ^




93827e6ab ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140