summary refs log tree commit diff stats
path: root/lib/deprecated
Commit message (Expand)AuthorAgeFilesLines
* properly deprecate parseopt2 (#10452)Miran2019-01-251-0/+155
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-223-3128/+0
* remove deprecated modules (#10215)Miran2019-01-076-386/+6
* Merge remote-tracking branch 'upstream/devel' into record-caseNeelesh Chandola2018-12-131-4/+0
|\
| * Give error when case has an else branch even though all cases are already cov...Neelesh Chandola2018-12-131-4/+0
* | Fix ftpclient.nimNeelesh Chandola2018-12-131-1/+0
|/
* Fixes #9671 (#9750)Randy Smith2018-11-191-0/+21
* removes deprecated T/P typesAraq2018-11-165-22/+0
* stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-252-19/+19
* Convert *_family fields to cushortLemonBoy2018-09-191-9/+9
* Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-0/+2
|\
| * Haiku support for Nim (#8542)alaviss2018-08-141-0/+2
* | fixes more nil handling regressionsAraq2018-08-131-2/+1
|/
* Fix undefined PObject referenceJoey Yakimowich-Payne2018-07-121-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-1/+1
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-182-6/+14
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-2/+2
* make tests green againAndreas Rumpf2017-11-021-1/+1
* make tests green againAndreas Rumpf2017-10-291-2/+2
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-3/+3
* Fix compilation of the deprecated sockets module hackishly.Dominik Picheta2017-08-111-2/+4
* Remove expr/stmt (#5857)Arne Döring2017-07-251-17/+16
* Posix from detect (#5697)Jacek Sieka2017-04-121-1/+1
* make tests green againAndreas Rumpf2016-08-231-2/+2
* Added 'android4' define support that declares a different gethostbyaddr. Fixe...Ruslan Mustakov2016-06-221-2/+7
* Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-2/+14
* Revert two deprecation changesdef2016-01-261-1/+1
* Fix a few deprecation warningsdef2016-01-252-3/+2
* docs now build againAraq2015-10-121-178/+0
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-033-3/+17
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-308-0/+3679
+0000 Added doxygen settings for C plugin API' href='/danisanti/profani-tty/commit/apidocs/c/profhooks.h?id=9d782fa665689851f9510e086ac12a9c44b6b74e'>9d782fa6 ^
43b1d7f7 ^


83385cdb ^
9d782fa6 ^
30e96b2d ^
9d782fa6 ^

43b1d7f7 ^


9d782fa6 ^
30e96b2d ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^



a948d741 ^
43b1d7f7 ^


a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
43b1d7f7 ^




































































a948d741 ^
43b1d7f7 ^
a948d741 ^
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220