summary refs log tree commit diff stats
path: root/tinyc/arm-link.c
diff options
context:
space:
mode:
authorskilchen <skilchen@users.noreply.github.com>2018-06-05 00:26:16 +0200
committerVarriount <Varriount@users.noreply.github.com>2018-06-04 18:26:16 -0400
commitfd102f39bb8c969d33015654422ff4541f211b51 (patch)
treed9993c8e87e943e50193d07f1340eb239249f4c0 /tinyc/arm-link.c
parenta3e5242d31fa2ac86072534a7528468c7a6f257d (diff)
downloadNim-fd102f39bb8c969d33015654422ff4541f211b51.tar.gz
Fix strformat precision handling for strings (#7941)
* fix strformat precision handling for strings

* add some limited unicode awareness to the precision handling for strings

* improvement suggested by Varriount: use setLen and runeOffset instead of runeSubstr
Diffstat (limited to 'tinyc/arm-link.c')
0 files changed, 0 insertions, 0 deletions
ts/commit/src/LYHash.c?id=945e8eb6bb07f64aaca42207af3311220ff2e4ba'>945e8eb6 ^
b223937f ^

57bfc74f ^
d326f24d ^

08fc6e5c ^
57bfc74f ^
cbcc3a1e ^
5b288495 ^
479f8d01 ^
d326f24d ^
945e8eb6 ^
57bfc74f ^
2cd8e80b ^
57bfc74f ^
affaa4f7 ^
d326f24d ^
57bfc74f ^

945e8eb6 ^
b223937f ^
d326f24d ^
b223937f ^

2cd8e80b ^
b223937f ^
affaa4f7 ^
50f9f94b ^
b223937f ^



d326f24d ^
b223937f ^
d326f24d ^
b223937f ^

d326f24d ^
b223937f ^

2cd8e80b ^
b223937f ^
d326f24d ^
50f9f94b ^
b223937f ^




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