summary refs log tree commit diff stats
path: root/lib/pure/unidecode
Commit message (Expand)AuthorAgeFilesLines
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-11/+11
* Turn some test outputs into actual testsOleh Prypin2015-04-211-2/+1
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+2
* big renameAraq2014-08-271-2/+2
* fixes constant array indexing bugAraq2014-06-301-0/+0
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-162-0/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-1/+1
* small bugfixes to make more tests greenAraq2011-11-021-1/+2
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-19/+27
* version 0.8.8Andreas Rumpf2010-03-141-2/+2
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-263-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-143-0/+0
* further progress on the new XML processing modulesAndreas Rumpf2010-02-123-0/+0
* more enhancements for the libAndreas Rumpf2010-02-083-0/+65502
all python files' href='/akspecs/ranger/commit/ranger/colorschemes/default.py?id=d1a1173ddc315f21a3d468f43ac55aa43d31883d'>d1a1173d ^
8afdf6eb ^
b3d031a9 ^
d1a1173d ^
7c5c70fd ^
d1a1173d ^

7c5c70fd ^
d1a1173d ^
















18d42413 ^
d1a1173d ^
4237ce33 ^
d1a1173d ^

76791a70 ^
18d42413 ^
d1a1173d ^
4237ce33 ^
d1a1173d ^
18d42413 ^
d1a1173d ^
4237ce33 ^
d1a1173d ^


18d42413 ^
4237ce33 ^
d1a1173d ^
84a22ae0 ^
d1a1173d ^
18d42413 ^
d1a1173d ^



4237ce33 ^
94a21ef3 ^


d1a1173d ^
18d42413 ^
d1a1173d ^
4237ce33 ^





d1a1173d ^
60b56606 ^

d1a1173d ^
18d42413 ^
d1a1173d ^
18d42413 ^
d1a1173d ^





7c5c70fd ^
2be312be ^


d1a1173d ^
d1a1173d ^
84a22ae0 ^
d1a1173d ^






18d42413 ^
7c5c70fd ^
d1a1173d ^






18d42413 ^
d1a1173d ^
4237ce33 ^
0ebabf81 ^
18d42413 ^
0ebabf81 ^
4237ce33 ^
d1a1173d ^

18d42413 ^
d1a1173d ^
4237ce33 ^
d1a1173d ^

aa4d6a70 ^





b72ad9ae ^


aa4d6a70 ^
d1a1173d ^


a396b3a0 ^
d1a1173d ^


ddf828fb ^
d1a1173d ^

ddf828fb ^
d1a1173d ^




1fbb9a3f ^
aa4d6a70 ^



703a9a20 ^

aa4d6a70 ^












3dff9d73 ^
aa4d6a70 ^






c7abe0d4 ^

aa4d6a70 ^
d1a1173d ^
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186