aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-03-05 01:34:05 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-03-10 10:51:05 -0300
commita2db35ebd447a079e135fa90f99083970fb9b8a0 (patch)
tree4d71ca956bbcdf06c724cc699309b5da093d981a
parentc9608d66f802a36a6b6aeeb21a0aa5d263f1087b (diff)
downloadluarocks4.tar.gz
luarocks4.tar.bz2
luarocks4.zip
update genluarocks4
-rw-r--r--gen/gen.h180
-rw-r--r--gen/lua/luarocks/fs/lua.h717
-rw-r--r--gen/main.h117
3 files changed, 511 insertions, 503 deletions
diff --git a/gen/gen.h b/gen/gen.h
index e598d2bc..9505d728 100644
--- a/gen/gen.h
+++ b/gen/gen.h
@@ -139,19 +139,19 @@ static const Gen GEN[] = {
139 }, 139 },
140 { 140 {
141 .module_name = "luarocks.test.busted", 141 .module_name = "luarocks.test.busted",
142 .source_name = "src/luarocks/test/busted.lua", 142 .source_name = "src/luarocks/test/busted.tl",
143 .length = 1432, 143 .length = 1432,
144 .code = luarocks_gen_luarocks_test_busted, 144 .code = luarocks_gen_luarocks_test_busted,
145 }, 145 },
146 { 146 {
147 .module_name = "luarocks.test.command", 147 .module_name = "luarocks.test.command",
148 .source_name = "src/luarocks/test/command.lua", 148 .source_name = "src/luarocks/test/command.tl",
149 .length = 1530, 149 .length = 1530,
150 .code = luarocks_gen_luarocks_test_command, 150 .code = luarocks_gen_luarocks_test_command,
151 }, 151 },
152 { 152 {
153 .module_name = "luarocks.deplocks", 153 .module_name = "luarocks.deplocks",
154 .source_name = "src/luarocks/deplocks.lua", 154 .source_name = "src/luarocks/deplocks.tl",
155 .length = 2334, 155 .length = 2334,
156 .code = luarocks_gen_luarocks_deplocks, 156 .code = luarocks_gen_luarocks_deplocks,
157 }, 157 },
@@ -163,295 +163,295 @@ static const Gen GEN[] = {
163 }, 163 },
164 { 164 {
165 .module_name = "luarocks.fetch", 165 .module_name = "luarocks.fetch",
166 .source_name = "src/luarocks/fetch.lua", 166 .source_name = "src/luarocks/fetch.tl",
167 .length = 15550, 167 .length = 15550,
168 .code = luarocks_gen_luarocks_fetch, 168 .code = luarocks_gen_luarocks_fetch,
169 }, 169 },
170 { 170 {
171 .module_name = "luarocks.search", 171 .module_name = "luarocks.search",
172 .source_name = "src/luarocks/search.lua", 172 .source_name = "src/luarocks/search.tl",
173 .length = 11026, 173 .length = 11026,
174 .code = luarocks_gen_luarocks_search, 174 .code = luarocks_gen_luarocks_search,
175 }, 175 },
176 { 176 {
177 .module_name = "luarocks.config", 177 .module_name = "luarocks.config",
178 .source_name = "src/luarocks/config.lua", 178 .source_name = "src/luarocks/config.tl",
179 .length = 954, 179 .length = 954,
180 .code = luarocks_gen_luarocks_config, 180 .code = luarocks_gen_luarocks_config,
181 }, 181 },
182 { 182 {
183 .module_name = "luarocks.repos", 183 .module_name = "luarocks.repos",
184 .source_name = "src/luarocks/repos.lua", 184 .source_name = "src/luarocks/repos.tl",
185 .length = 19776, 185 .length = 19776,
186 .code = luarocks_gen_luarocks_repos, 186 .code = luarocks_gen_luarocks_repos,
187 }, 187 },
188 { 188 {
189 .module_name = "luarocks.test", 189 .module_name = "luarocks.test",
190 .source_name = "src/luarocks/test.lua", 190 .source_name = "src/luarocks/test.tl",
191 .length = 2879, 191 .length = 2879,
192 .code = luarocks_gen_luarocks_test, 192 .code = luarocks_gen_luarocks_test,
193 }, 193 },
194 { 194 {
195 .module_name = "luarocks.dir", 195 .module_name = "luarocks.dir",
196 .source_name = "src/luarocks/dir.lua", 196 .source_name = "src/luarocks/dir.tl",
197 .length = 1345, 197 .length = 1345,
198 .code = luarocks_gen_luarocks_dir, 198 .code = luarocks_gen_luarocks_dir,
199 }, 199 },
200 { 200 {
201 .module_name = "luarocks.deps", 201 .module_name = "luarocks.deps",
202 .source_name = "src/luarocks/deps.lua", 202 .source_name = "src/luarocks/deps.tl",
203 .length = 24246, 203 .length = 24246,
204 .code = luarocks_gen_luarocks_deps, 204 .code = luarocks_gen_luarocks_deps,
205 }, 205 },
206 { 206 {
207 .module_name = "luarocks.build", 207 .module_name = "luarocks.build",
208 .source_name = "src/luarocks/build.lua", 208 .source_name = "src/luarocks/build.tl",
209 .length = 14170, 209 .length = 14170,
210 .code = luarocks_gen_luarocks_build, 210 .code = luarocks_gen_luarocks_build,
211 }, 211 },
212 { 212 {
213 .module_name = "luarocks.fetch.git_http", 213 .module_name = "luarocks.fetch.git_http",
214 .source_name = "src/luarocks/fetch/git_http.lua", 214 .source_name = "src/luarocks/fetch/git_http.tl",
215 .length = 509, 215 .length = 509,
216 .code = luarocks_gen_luarocks_fetch_git_http, 216 .code = luarocks_gen_luarocks_fetch_git_http,
217 }, 217 },
218 { 218 {
219 .module_name = "luarocks.fetch.hg_https", 219 .module_name = "luarocks.fetch.hg_https",
220 .source_name = "src/luarocks/fetch/hg_https.lua", 220 .source_name = "src/luarocks/fetch/hg_https.tl",
221 .length = 48, 221 .length = 48,
222 .code = luarocks_gen_luarocks_fetch_hg_https, 222 .code = luarocks_gen_luarocks_fetch_hg_https,
223 }, 223 },
224 { 224 {
225 .module_name = "luarocks.fetch.svn", 225 .module_name = "luarocks.fetch.svn",
226 .source_name = "src/luarocks/fetch/svn.lua", 226 .source_name = "src/luarocks/fetch/svn.tl",
227 .length = 1928, 227 .length = 1928,
228 .code = luarocks_gen_luarocks_fetch_svn, 228 .code = luarocks_gen_luarocks_fetch_svn,
229 }, 229 },
230 { 230 {
231 .module_name = "luarocks.fetch.hg", 231 .module_name = "luarocks.fetch.hg",
232 .source_name = "src/luarocks/fetch/hg.lua", 232 .source_name = "src/luarocks/fetch/hg.tl",
233 .length = 1811, 233 .length = 1811,
234 .code = luarocks_gen_luarocks_fetch_hg, 234 .code = luarocks_gen_luarocks_fetch_hg,
235 }, 235 },
236 { 236 {
237 .module_name = "luarocks.fetch.git", 237 .module_name = "luarocks.fetch.git",
238 .source_name = "src/luarocks/fetch/git.lua", 238 .source_name = "src/luarocks/fetch/git.tl",
239 .length = 4321, 239 .length = 4321,
240 .code = luarocks_gen_luarocks_fetch_git, 240 .code = luarocks_gen_luarocks_fetch_git,
241 }, 241 },
242 { 242 {
243 .module_name = "luarocks.fetch.hg_http", 243 .module_name = "luarocks.fetch.hg_http",
244 .source_name = "src/luarocks/fetch/hg_http.lua", 244 .source_name = "src/luarocks/fetch/hg_http.tl",
245 .length = 494, 245 .length = 494,
246 .code = luarocks_gen_luarocks_fetch_hg_http, 246 .code = luarocks_gen_luarocks_fetch_hg_http,
247 }, 247 },
248 { 248 {
249 .module_name = "luarocks.fetch.cvs", 249 .module_name = "luarocks.fetch.cvs",
250 .source_name = "src/luarocks/fetch/cvs.lua", 250 .source_name = "src/luarocks/fetch/cvs.tl",
251 .length = 1518, 251 .length = 1518,
252 .code = luarocks_gen_luarocks_fetch_cvs, 252 .code = luarocks_gen_luarocks_fetch_cvs,
253 }, 253 },
254 { 254 {
255 .module_name = "luarocks.fetch.git_file", 255 .module_name = "luarocks.fetch.git_file",
256 .source_name = "src/luarocks/fetch/git_file.lua", 256 .source_name = "src/luarocks/fetch/git_file.tl",
257 .length = 503, 257 .length = 503,
258 .code = luarocks_gen_luarocks_fetch_git_file, 258 .code = luarocks_gen_luarocks_fetch_git_file,
259 }, 259 },
260 { 260 {
261 .module_name = "luarocks.fetch.git_https", 261 .module_name = "luarocks.fetch.git_https",
262 .source_name = "src/luarocks/fetch/git_https.lua", 262 .source_name = "src/luarocks/fetch/git_https.tl",
263 .length = 48, 263 .length = 48,
264 .code = luarocks_gen_luarocks_fetch_git_https, 264 .code = luarocks_gen_luarocks_fetch_git_https,
265 }, 265 },
266 { 266 {
267 .module_name = "luarocks.fetch.git_ssh", 267 .module_name = "luarocks.fetch.git_ssh",
268 .source_name = "src/luarocks/fetch/git_ssh.lua", 268 .source_name = "src/luarocks/fetch/git_ssh.tl",
269 .length = 643, 269 .length = 643,
270 .code = luarocks_gen_luarocks_fetch_git_ssh, 270 .code = luarocks_gen_luarocks_fetch_git_ssh,
271 }, 271 },
272 { 272 {
273 .module_name = "luarocks.fetch.hg_ssh", 273 .module_name = "luarocks.fetch.hg_ssh",
274 .source_name = "src/luarocks/fetch/hg_ssh.lua", 274 .source_name = "src/luarocks/fetch/hg_ssh.tl",
275 .length = 48, 275 .length = 48,
276 .code = luarocks_gen_luarocks_fetch_hg_ssh, 276 .code = luarocks_gen_luarocks_fetch_hg_ssh,
277 }, 277 },
278 { 278 {
279 .module_name = "luarocks.fetch.sscm", 279 .module_name = "luarocks.fetch.sscm",
280 .source_name = "src/luarocks/fetch/sscm.lua", 280 .source_name = "src/luarocks/fetch/sscm.tl",
281 .length = 1373, 281 .length = 1373,
282 .code = luarocks_gen_luarocks_fetch_sscm, 282 .code = luarocks_gen_luarocks_fetch_sscm,
283 }, 283 },
284 { 284 {
285 .module_name = "luarocks.cmd", 285 .module_name = "luarocks.cmd",
286 .source_name = "src/luarocks/cmd.lua", 286 .source_name = "src/luarocks/cmd.tl",
287 .length = 25438, 287 .length = 25438,
288 .code = luarocks_gen_luarocks_cmd, 288 .code = luarocks_gen_luarocks_cmd,
289 }, 289 },
290 { 290 {
291 .module_name = "luarocks.admin.cmd.refresh_cache", 291 .module_name = "luarocks.admin.cmd.refresh_cache",
292 .source_name = "src/luarocks/admin/cmd/refresh_cache.lua", 292 .source_name = "src/luarocks/admin/cmd/refresh_cache.tl",
293 .length = 968, 293 .length = 968,
294 .code = luarocks_gen_luarocks_admin_cmd_refresh_cache, 294 .code = luarocks_gen_luarocks_admin_cmd_refresh_cache,
295 }, 295 },
296 { 296 {
297 .module_name = "luarocks.admin.cmd.make_manifest", 297 .module_name = "luarocks.admin.cmd.make_manifest",
298 .source_name = "src/luarocks/admin/cmd/make_manifest.lua", 298 .source_name = "src/luarocks/admin/cmd/make_manifest.tl",
299 .length = 1687, 299 .length = 1687,
300 .code = luarocks_gen_luarocks_admin_cmd_make_manifest, 300 .code = luarocks_gen_luarocks_admin_cmd_make_manifest,
301 }, 301 },
302 { 302 {
303 .module_name = "luarocks.admin.cmd.remove", 303 .module_name = "luarocks.admin.cmd.remove",
304 .source_name = "src/luarocks/admin/cmd/remove.lua", 304 .source_name = "src/luarocks/admin/cmd/remove.tl",
305 .length = 3270, 305 .length = 3270,
306 .code = luarocks_gen_luarocks_admin_cmd_remove, 306 .code = luarocks_gen_luarocks_admin_cmd_remove,
307 }, 307 },
308 { 308 {
309 .module_name = "luarocks.admin.cmd.add", 309 .module_name = "luarocks.admin.cmd.add",
310 .source_name = "src/luarocks/admin/cmd/add.lua", 310 .source_name = "src/luarocks/admin/cmd/add.tl",
311 .length = 4545, 311 .length = 4545,
312 .code = luarocks_gen_luarocks_admin_cmd_add, 312 .code = luarocks_gen_luarocks_admin_cmd_add,
313 }, 313 },
314 { 314 {
315 .module_name = "luarocks.admin.index", 315 .module_name = "luarocks.admin.index",
316 .source_name = "src/luarocks/admin/index.lua", 316 .source_name = "src/luarocks/admin/index.tl",
317 .length = 5779, 317 .length = 5779,
318 .code = luarocks_gen_luarocks_admin_index, 318 .code = luarocks_gen_luarocks_admin_index,
319 }, 319 },
320 { 320 {
321 .module_name = "luarocks.admin.cache", 321 .module_name = "luarocks.admin.cache",
322 .source_name = "src/luarocks/admin/cache.lua", 322 .source_name = "src/luarocks/admin/cache.tl",
323 .length = 3293, 323 .length = 3293,
324 .code = luarocks_gen_luarocks_admin_cache, 324 .code = luarocks_gen_luarocks_admin_cache,
325 }, 325 },
326 { 326 {
327 .module_name = "luarocks.cmd.search", 327 .module_name = "luarocks.cmd.search",
328 .source_name = "src/luarocks/cmd/search.lua", 328 .source_name = "src/luarocks/cmd/search.tl",
329 .length = 2918, 329 .length = 2918,
330 .code = luarocks_gen_luarocks_cmd_search, 330 .code = luarocks_gen_luarocks_cmd_search,
331 }, 331 },
332 { 332 {
333 .module_name = "luarocks.cmd.config", 333 .module_name = "luarocks.cmd.config",
334 .source_name = "src/luarocks/cmd/config.lua", 334 .source_name = "src/luarocks/cmd/config.tl",
335 .length = 11873, 335 .length = 11873,
336 .code = luarocks_gen_luarocks_cmd_config, 336 .code = luarocks_gen_luarocks_cmd_config,
337 }, 337 },
338 { 338 {
339 .module_name = "luarocks.cmd.write_rockspec", 339 .module_name = "luarocks.cmd.write_rockspec",
340 .source_name = "src/luarocks/cmd/write_rockspec.lua", 340 .source_name = "src/luarocks/cmd/write_rockspec.tl",
341 .length = 13181, 341 .length = 13181,
342 .code = luarocks_gen_luarocks_cmd_write_rockspec, 342 .code = luarocks_gen_luarocks_cmd_write_rockspec,
343 }, 343 },
344 { 344 {
345 .module_name = "luarocks.cmd.unpack", 345 .module_name = "luarocks.cmd.unpack",
346 .source_name = "src/luarocks/cmd/unpack.lua", 346 .source_name = "src/luarocks/cmd/unpack.tl",
347 .length = 4970, 347 .length = 4970,
348 .code = luarocks_gen_luarocks_cmd_unpack, 348 .code = luarocks_gen_luarocks_cmd_unpack,
349 }, 349 },
350 { 350 {
351 .module_name = "luarocks.cmd.test", 351 .module_name = "luarocks.cmd.test",
352 .source_name = "src/luarocks/cmd/test.lua", 352 .source_name = "src/luarocks/cmd/test.tl",
353 .length = 1819, 353 .length = 1819,
354 .code = luarocks_gen_luarocks_cmd_test, 354 .code = luarocks_gen_luarocks_cmd_test,
355 }, 355 },
356 { 356 {
357 .module_name = "luarocks.cmd.show", 357 .module_name = "luarocks.cmd.show",
358 .source_name = "src/luarocks/cmd/show.lua", 358 .source_name = "src/luarocks/cmd/show.tl",
359 .length = 11438, 359 .length = 11438,
360 .code = luarocks_gen_luarocks_cmd_show, 360 .code = luarocks_gen_luarocks_cmd_show,
361 }, 361 },
362 { 362 {
363 .module_name = "luarocks.cmd.build", 363 .module_name = "luarocks.cmd.build",
364 .source_name = "src/luarocks/cmd/build.lua", 364 .source_name = "src/luarocks/cmd/build.tl",
365 .length = 6034, 365 .length = 6034,
366 .code = luarocks_gen_luarocks_cmd_build, 366 .code = luarocks_gen_luarocks_cmd_build,
367 }, 367 },
368 { 368 {
369 .module_name = "luarocks.cmd.remove", 369 .module_name = "luarocks.cmd.remove",
370 .source_name = "src/luarocks/cmd/remove.lua", 370 .source_name = "src/luarocks/cmd/remove.tl",
371 .length = 2356, 371 .length = 2356,
372 .code = luarocks_gen_luarocks_cmd_remove, 372 .code = luarocks_gen_luarocks_cmd_remove,
373 }, 373 },
374 { 374 {
375 .module_name = "luarocks.cmd.install", 375 .module_name = "luarocks.cmd.install",
376 .source_name = "src/luarocks/cmd/install.lua", 376 .source_name = "src/luarocks/cmd/install.tl",
377 .length = 8529, 377 .length = 8529,
378 .code = luarocks_gen_luarocks_cmd_install, 378 .code = luarocks_gen_luarocks_cmd_install,
379 }, 379 },
380 { 380 {
381 .module_name = "luarocks.cmd.purge", 381 .module_name = "luarocks.cmd.purge",
382 .source_name = "src/luarocks/cmd/purge.lua", 382 .source_name = "src/luarocks/cmd/purge.tl",
383 .length = 2421, 383 .length = 2421,
384 .code = luarocks_gen_luarocks_cmd_purge, 384 .code = luarocks_gen_luarocks_cmd_purge,
385 }, 385 },
386 { 386 {
387 .module_name = "luarocks.cmd.init", 387 .module_name = "luarocks.cmd.init",
388 .source_name = "src/luarocks/cmd/init.lua", 388 .source_name = "src/luarocks/cmd/init.tl",
389 .length = 7199, 389 .length = 7199,
390 .code = luarocks_gen_luarocks_cmd_init, 390 .code = luarocks_gen_luarocks_cmd_init,
391 }, 391 },
392 { 392 {
393 .module_name = "luarocks.cmd.upload", 393 .module_name = "luarocks.cmd.upload",
394 .source_name = "src/luarocks/cmd/upload.lua", 394 .source_name = "src/luarocks/cmd/upload.tl",
395 .length = 4509, 395 .length = 4509,
396 .code = luarocks_gen_luarocks_cmd_upload, 396 .code = luarocks_gen_luarocks_cmd_upload,
397 }, 397 },
398 { 398 {
399 .module_name = "luarocks.cmd.make", 399 .module_name = "luarocks.cmd.make",
400 .source_name = "src/luarocks/cmd/make.lua", 400 .source_name = "src/luarocks/cmd/make.tl",
401 .length = 6528, 401 .length = 6528,
402 .code = luarocks_gen_luarocks_cmd_make, 402 .code = luarocks_gen_luarocks_cmd_make,
403 }, 403 },
404 { 404 {
405 .module_name = "luarocks.cmd.download", 405 .module_name = "luarocks.cmd.download",
406 .source_name = "src/luarocks/cmd/download.lua", 406 .source_name = "src/luarocks/cmd/download.tl",
407 .length = 1551, 407 .length = 1551,
408 .code = luarocks_gen_luarocks_cmd_download, 408 .code = luarocks_gen_luarocks_cmd_download,
409 }, 409 },
410 { 410 {
411 .module_name = "luarocks.cmd.lint", 411 .module_name = "luarocks.cmd.lint",
412 .source_name = "src/luarocks/cmd/lint.lua", 412 .source_name = "src/luarocks/cmd/lint.tl",
413 .length = 1386, 413 .length = 1386,
414 .code = luarocks_gen_luarocks_cmd_lint, 414 .code = luarocks_gen_luarocks_cmd_lint,
415 }, 415 },
416 { 416 {
417 .module_name = "luarocks.cmd.list", 417 .module_name = "luarocks.cmd.list",
418 .source_name = "src/luarocks/cmd/list.lua", 418 .source_name = "src/luarocks/cmd/list.tl",
419 .length = 3530, 419 .length = 3530,
420 .code = luarocks_gen_luarocks_cmd_list, 420 .code = luarocks_gen_luarocks_cmd_list,
421 }, 421 },
422 { 422 {
423 .module_name = "luarocks.cmd.pack", 423 .module_name = "luarocks.cmd.pack",
424 .source_name = "src/luarocks/cmd/pack.lua", 424 .source_name = "src/luarocks/cmd/pack.tl",
425 .length = 1253, 425 .length = 1253,
426 .code = luarocks_gen_luarocks_cmd_pack, 426 .code = luarocks_gen_luarocks_cmd_pack,
427 }, 427 },
428 { 428 {
429 .module_name = "luarocks.cmd.doc", 429 .module_name = "luarocks.cmd.doc",
430 .source_name = "src/luarocks/cmd/doc.lua", 430 .source_name = "src/luarocks/cmd/doc.tl",
431 .length = 5485, 431 .length = 5485,
432 .code = luarocks_gen_luarocks_cmd_doc, 432 .code = luarocks_gen_luarocks_cmd_doc,
433 }, 433 },
434 { 434 {
435 .module_name = "luarocks.cmd.which", 435 .module_name = "luarocks.cmd.which",
436 .source_name = "src/luarocks/cmd/which.lua", 436 .source_name = "src/luarocks/cmd/which.tl",
437 .length = 1121, 437 .length = 1121,
438 .code = luarocks_gen_luarocks_cmd_which, 438 .code = luarocks_gen_luarocks_cmd_which,
439 }, 439 },
440 { 440 {
441 .module_name = "luarocks.cmd.path", 441 .module_name = "luarocks.cmd.path",
442 .source_name = "src/luarocks/cmd/path.lua", 442 .source_name = "src/luarocks/cmd/path.tl",
443 .length = 3442, 443 .length = 3442,
444 .code = luarocks_gen_luarocks_cmd_path, 444 .code = luarocks_gen_luarocks_cmd_path,
445 }, 445 },
446 { 446 {
447 .module_name = "luarocks.cmd.new_version", 447 .module_name = "luarocks.cmd.new_version",
448 .source_name = "src/luarocks/cmd/new_version.lua", 448 .source_name = "src/luarocks/cmd/new_version.tl",
449 .length = 7237, 449 .length = 7237,
450 .code = luarocks_gen_luarocks_cmd_new_version, 450 .code = luarocks_gen_luarocks_cmd_new_version,
451 }, 451 },
452 { 452 {
453 .module_name = "luarocks.remove", 453 .module_name = "luarocks.remove",
454 .source_name = "src/luarocks/remove.lua", 454 .source_name = "src/luarocks/remove.tl",
455 .length = 4447, 455 .length = 4447,
456 .code = luarocks_gen_luarocks_remove, 456 .code = luarocks_gen_luarocks_remove,
457 }, 457 },
@@ -500,7 +500,7 @@ static const Gen GEN[] = {
500 { 500 {
501 .module_name = "luarocks.fs.lua", 501 .module_name = "luarocks.fs.lua",
502 .source_name = "src/luarocks/fs/lua.lua", 502 .source_name = "src/luarocks/fs/lua.lua",
503 .length = 38618, 503 .length = 38594,
504 .code = luarocks_gen_luarocks_fs_lua, 504 .code = luarocks_gen_luarocks_fs_lua,
505 }, 505 },
506 { 506 {
@@ -517,151 +517,151 @@ static const Gen GEN[] = {
517 }, 517 },
518 { 518 {
519 .module_name = "luarocks.manif.writer", 519 .module_name = "luarocks.manif.writer",
520 .source_name = "src/luarocks/manif/writer.lua", 520 .source_name = "src/luarocks/manif/writer.tl",
521 .length = 11163, 521 .length = 11163,
522 .code = luarocks_gen_luarocks_manif_writer, 522 .code = luarocks_gen_luarocks_manif_writer,
523 }, 523 },
524 { 524 {
525 .module_name = "luarocks.repo_writer", 525 .module_name = "luarocks.repo_writer",
526 .source_name = "src/luarocks/repo_writer.lua", 526 .source_name = "src/luarocks/repo_writer.tl",
527 .length = 1333, 527 .length = 1333,
528 .code = luarocks_gen_luarocks_repo_writer, 528 .code = luarocks_gen_luarocks_repo_writer,
529 }, 529 },
530 { 530 {
531 .module_name = "luarocks.manif", 531 .module_name = "luarocks.manif",
532 .source_name = "src/luarocks/manif.lua", 532 .source_name = "src/luarocks/manif.tl",
533 .length = 6368, 533 .length = 6368,
534 .code = luarocks_gen_luarocks_manif, 534 .code = luarocks_gen_luarocks_manif,
535 }, 535 },
536 { 536 {
537 .module_name = "luarocks.upload.api", 537 .module_name = "luarocks.upload.api",
538 .source_name = "src/luarocks/upload/api.lua", 538 .source_name = "src/luarocks/upload/api.tl",
539 .length = 9093, 539 .length = 9093,
540 .code = luarocks_gen_luarocks_upload_api, 540 .code = luarocks_gen_luarocks_upload_api,
541 }, 541 },
542 { 542 {
543 .module_name = "luarocks.upload.multipart", 543 .module_name = "luarocks.upload.multipart",
544 .source_name = "src/luarocks/upload/multipart.lua", 544 .source_name = "src/luarocks/upload/multipart.tl",
545 .length = 3067, 545 .length = 3067,
546 .code = luarocks_gen_luarocks_upload_multipart, 546 .code = luarocks_gen_luarocks_upload_multipart,
547 }, 547 },
548 { 548 {
549 .module_name = "luarocks.util", 549 .module_name = "luarocks.util",
550 .source_name = "src/luarocks/util.lua", 550 .source_name = "src/luarocks/util.tl",
551 .length = 14106, 551 .length = 14106,
552 .code = luarocks_gen_luarocks_util, 552 .code = luarocks_gen_luarocks_util,
553 }, 553 },
554 { 554 {
555 .module_name = "luarocks.download", 555 .module_name = "luarocks.download",
556 .source_name = "src/luarocks/download.lua", 556 .source_name = "src/luarocks/download.tl",
557 .length = 2509, 557 .length = 2509,
558 .code = luarocks_gen_luarocks_download, 558 .code = luarocks_gen_luarocks_download,
559 }, 559 },
560 { 560 {
561 .module_name = "luarocks.results", 561 .module_name = "luarocks.results",
562 .source_name = "src/luarocks/results.lua", 562 .source_name = "src/luarocks/results.tl",
563 .length = 1352, 563 .length = 1352,
564 .code = luarocks_gen_luarocks_results, 564 .code = luarocks_gen_luarocks_results,
565 }, 565 },
566 { 566 {
567 .module_name = "luarocks.type_check", 567 .module_name = "luarocks.type_check",
568 .source_name = "src/luarocks/type_check.lua", 568 .source_name = "src/luarocks/type_check.tl",
569 .length = 5608, 569 .length = 5608,
570 .code = luarocks_gen_luarocks_type_check, 570 .code = luarocks_gen_luarocks_type_check,
571 }, 571 },
572 { 572 {
573 .module_name = "luarocks.tools.zip", 573 .module_name = "luarocks.tools.zip",
574 .source_name = "src/luarocks/tools/zip.lua", 574 .source_name = "src/luarocks/tools/zip.tl",
575 .length = 14287, 575 .length = 14287,
576 .code = luarocks_gen_luarocks_tools_zip, 576 .code = luarocks_gen_luarocks_tools_zip,
577 }, 577 },
578 { 578 {
579 .module_name = "luarocks.tools.tar", 579 .module_name = "luarocks.tools.tar",
580 .source_name = "src/luarocks/tools/tar.lua", 580 .source_name = "src/luarocks/tools/tar.tl",
581 .length = 5388, 581 .length = 5388,
582 .code = luarocks_gen_luarocks_tools_tar, 582 .code = luarocks_gen_luarocks_tools_tar,
583 }, 583 },
584 { 584 {
585 .module_name = "luarocks.tools.patch", 585 .module_name = "luarocks.tools.patch",
586 .source_name = "src/luarocks/tools/patch.lua", 586 .source_name = "src/luarocks/tools/patch.tl",
587 .length = 20223, 587 .length = 20223,
588 .code = luarocks_gen_luarocks_tools_patch, 588 .code = luarocks_gen_luarocks_tools_patch,
589 }, 589 },
590 { 590 {
591 .module_name = "luarocks.pack", 591 .module_name = "luarocks.pack",
592 .source_name = "src/luarocks/pack.lua", 592 .source_name = "src/luarocks/pack.tl",
593 .length = 5644, 593 .length = 5644,
594 .code = luarocks_gen_luarocks_pack, 594 .code = luarocks_gen_luarocks_pack,
595 }, 595 },
596 { 596 {
597 .module_name = "luarocks.persist", 597 .module_name = "luarocks.persist",
598 .source_name = "src/luarocks/persist.lua", 598 .source_name = "src/luarocks/persist.tl",
599 .length = 5592, 599 .length = 5592,
600 .code = luarocks_gen_luarocks_persist, 600 .code = luarocks_gen_luarocks_persist,
601 }, 601 },
602 { 602 {
603 .module_name = "luarocks.build.builtin", 603 .module_name = "luarocks.build.builtin",
604 .source_name = "src/luarocks/build/builtin.lua", 604 .source_name = "src/luarocks/build/builtin.tl",
605 .length = 13280, 605 .length = 13280,
606 .code = luarocks_gen_luarocks_build_builtin, 606 .code = luarocks_gen_luarocks_build_builtin,
607 }, 607 },
608 { 608 {
609 .module_name = "luarocks.build.make", 609 .module_name = "luarocks.build.make",
610 .source_name = "src/luarocks/build/make.lua", 610 .source_name = "src/luarocks/build/make.tl",
611 .length = 2792, 611 .length = 2792,
612 .code = luarocks_gen_luarocks_build_make, 612 .code = luarocks_gen_luarocks_build_make,
613 }, 613 },
614 { 614 {
615 .module_name = "luarocks.build.command", 615 .module_name = "luarocks.build.command",
616 .source_name = "src/luarocks/build/command.lua", 616 .source_name = "src/luarocks/build/command.tl",
617 .length = 800, 617 .length = 800,
618 .code = luarocks_gen_luarocks_build_command, 618 .code = luarocks_gen_luarocks_build_command,
619 }, 619 },
620 { 620 {
621 .module_name = "luarocks.build.cmake", 621 .module_name = "luarocks.build.cmake",
622 .source_name = "src/luarocks/build/cmake.lua", 622 .source_name = "src/luarocks/build/cmake.tl",
623 .length = 2595, 623 .length = 2595,
624 .code = luarocks_gen_luarocks_build_cmake, 624 .code = luarocks_gen_luarocks_build_cmake,
625 }, 625 },
626 { 626 {
627 .module_name = "luarocks.queries", 627 .module_name = "luarocks.queries",
628 .source_name = "src/luarocks/queries.lua", 628 .source_name = "src/luarocks/queries.tl",
629 .length = 4562, 629 .length = 4562,
630 .code = luarocks_gen_luarocks_queries, 630 .code = luarocks_gen_luarocks_queries,
631 }, 631 },
632 { 632 {
633 .module_name = "luarocks.core.dir", 633 .module_name = "luarocks.core.dir",
634 .source_name = "src/luarocks/core/dir.lua", 634 .source_name = "src/luarocks/core/dir.tl",
635 .length = 2159, 635 .length = 2159,
636 .code = luarocks_gen_luarocks_core_dir, 636 .code = luarocks_gen_luarocks_core_dir,
637 }, 637 },
638 { 638 {
639 .module_name = "luarocks.core.vers", 639 .module_name = "luarocks.core.vers",
640 .source_name = "src/luarocks/core/vers.lua", 640 .source_name = "src/luarocks/core/vers.tl",
641 .length = 4297, 641 .length = 4297,
642 .code = luarocks_gen_luarocks_core_vers, 642 .code = luarocks_gen_luarocks_core_vers,
643 }, 643 },
644 { 644 {
645 .module_name = "luarocks.core.manif", 645 .module_name = "luarocks.core.manif",
646 .source_name = "src/luarocks/core/manif.lua", 646 .source_name = "src/luarocks/core/manif.tl",
647 .length = 3091, 647 .length = 3091,
648 .code = luarocks_gen_luarocks_core_manif, 648 .code = luarocks_gen_luarocks_core_manif,
649 }, 649 },
650 { 650 {
651 .module_name = "luarocks.core.util", 651 .module_name = "luarocks.core.util",
652 .source_name = "src/luarocks/core/util.lua", 652 .source_name = "src/luarocks/core/util.tl",
653 .length = 7346, 653 .length = 7346,
654 .code = luarocks_gen_luarocks_core_util, 654 .code = luarocks_gen_luarocks_core_util,
655 }, 655 },
656 { 656 {
657 .module_name = "luarocks.core.persist", 657 .module_name = "luarocks.core.persist",
658 .source_name = "src/luarocks/core/persist.lua", 658 .source_name = "src/luarocks/core/persist.tl",
659 .length = 1531, 659 .length = 1531,
660 .code = luarocks_gen_luarocks_core_persist, 660 .code = luarocks_gen_luarocks_core_persist,
661 }, 661 },
662 { 662 {
663 .module_name = "luarocks.core.sysdetect", 663 .module_name = "luarocks.core.sysdetect",
664 .source_name = "src/luarocks/core/sysdetect.lua", 664 .source_name = "src/luarocks/core/sysdetect.tl",
665 .length = 10375, 665 .length = 10375,
666 .code = luarocks_gen_luarocks_core_sysdetect, 666 .code = luarocks_gen_luarocks_core_sysdetect,
667 }, 667 },
@@ -673,73 +673,73 @@ static const Gen GEN[] = {
673 }, 673 },
674 { 674 {
675 .module_name = "luarocks.core.types.result", 675 .module_name = "luarocks.core.types.result",
676 .source_name = "src/luarocks/core/types/result.lua", 676 .source_name = "src/luarocks/core/types/result.tl",
677 .length = 57, 677 .length = 57,
678 .code = luarocks_gen_luarocks_core_types_result, 678 .code = luarocks_gen_luarocks_core_types_result,
679 }, 679 },
680 { 680 {
681 .module_name = "luarocks.core.types.query", 681 .module_name = "luarocks.core.types.query",
682 .source_name = "src/luarocks/core/types/query.lua", 682 .source_name = "src/luarocks/core/types/query.tl",
683 .length = 53, 683 .length = 53,
684 .code = luarocks_gen_luarocks_core_types_query, 684 .code = luarocks_gen_luarocks_core_types_query,
685 }, 685 },
686 { 686 {
687 .module_name = "luarocks.core.types.rockspec", 687 .module_name = "luarocks.core.types.rockspec",
688 .source_name = "src/luarocks/core/types/rockspec.lua", 688 .source_name = "src/luarocks/core/types/rockspec.tl",
689 .length = 213, 689 .length = 213,
690 .code = luarocks_gen_luarocks_core_types_rockspec, 690 .code = luarocks_gen_luarocks_core_types_rockspec,
691 }, 691 },
692 { 692 {
693 .module_name = "luarocks.core.path", 693 .module_name = "luarocks.core.path",
694 .source_name = "src/luarocks/core/path.lua", 694 .source_name = "src/luarocks/core/path.tl",
695 .length = 3855, 695 .length = 3855,
696 .code = luarocks_gen_luarocks_core_path, 696 .code = luarocks_gen_luarocks_core_path,
697 }, 697 },
698 { 698 {
699 .module_name = "luarocks.require", 699 .module_name = "luarocks.require",
700 .source_name = "src/luarocks/require.lua", 700 .source_name = "src/luarocks/require.tl",
701 .length = 35, 701 .length = 35,
702 .code = luarocks_gen_luarocks_require, 702 .code = luarocks_gen_luarocks_require,
703 }, 703 },
704 { 704 {
705 .module_name = "luarocks.type.manifest", 705 .module_name = "luarocks.type.manifest",
706 .source_name = "src/luarocks/type/manifest.lua", 706 .source_name = "src/luarocks/type/manifest.tl",
707 .length = 2281, 707 .length = 2281,
708 .code = luarocks_gen_luarocks_type_manifest, 708 .code = luarocks_gen_luarocks_type_manifest,
709 }, 709 },
710 { 710 {
711 .module_name = "luarocks.type.rockspec", 711 .module_name = "luarocks.type.rockspec",
712 .source_name = "src/luarocks/type/rockspec.lua", 712 .source_name = "src/luarocks/type/rockspec.tl",
713 .length = 6647, 713 .length = 6647,
714 .code = luarocks_gen_luarocks_type_rockspec, 714 .code = luarocks_gen_luarocks_type_rockspec,
715 }, 715 },
716 { 716 {
717 .module_name = "luarocks.fun", 717 .module_name = "luarocks.fun",
718 .source_name = "src/luarocks/fun.lua", 718 .source_name = "src/luarocks/fun.tl",
719 .length = 2794, 719 .length = 2794,
720 .code = luarocks_gen_luarocks_fun, 720 .code = luarocks_gen_luarocks_fun,
721 }, 721 },
722 { 722 {
723 .module_name = "luarocks.rockspecs", 723 .module_name = "luarocks.rockspecs",
724 .source_name = "src/luarocks/rockspecs.lua", 724 .source_name = "src/luarocks/rockspecs.tl",
725 .length = 5276, 725 .length = 5276,
726 .code = luarocks_gen_luarocks_rockspecs, 726 .code = luarocks_gen_luarocks_rockspecs,
727 }, 727 },
728 { 728 {
729 .module_name = "luarocks.signing", 729 .module_name = "luarocks.signing",
730 .source_name = "src/luarocks/signing.lua", 730 .source_name = "src/luarocks/signing.tl",
731 .length = 991, 731 .length = 991,
732 .code = luarocks_gen_luarocks_signing, 732 .code = luarocks_gen_luarocks_signing,
733 }, 733 },
734 { 734 {
735 .module_name = "luarocks.loader", 735 .module_name = "luarocks.loader",
736 .source_name = "src/luarocks/loader.lua", 736 .source_name = "src/luarocks/loader.tl",
737 .length = 5997, 737 .length = 5997,
738 .code = luarocks_gen_luarocks_loader, 738 .code = luarocks_gen_luarocks_loader,
739 }, 739 },
740 { 740 {
741 .module_name = "luarocks.path", 741 .module_name = "luarocks.path",
742 .source_name = "src/luarocks/path.lua", 742 .source_name = "src/luarocks/path.tl",
743 .length = 5181, 743 .length = 5181,
744 .code = luarocks_gen_luarocks_path, 744 .code = luarocks_gen_luarocks_path,
745 }, 745 },
diff --git a/gen/lua/luarocks/fs/lua.h b/gen/lua/luarocks/fs/lua.h
index be3a1822..e487b553 100644
--- a/gen/lua/luarocks/fs/lua.h
+++ b/gen/lua/luarocks/fs/lua.h
@@ -1562,375 +1562,374 @@ static const unsigned char luarocks_gen_luarocks_fs_lua[] = {
1562 95 ,112,101,114,109,115,44 ,32 ,111,99 ,116,97 ,108,95 ,116,111,95 ,114,119,120, 1562 95 ,112,101,114,109,115,44 ,32 ,111,99 ,116,97 ,108,95 ,116,111,95 ,114,119,120,
1563 91 ,99 ,93 ,41 ,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,112,101,114,109,115, 1563 91 ,99 ,93 ,41 ,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,112,101,114,109,115,
1564 32 ,61 ,32 ,116,97 ,98 ,108,101,46 ,99 ,111,110,99 ,97 ,116,40 ,110,101,119,95 , 1564 32 ,61 ,32 ,116,97 ,98 ,108,101,46 ,99 ,111,110,99 ,97 ,116,40 ,110,101,119,95 ,
1565 112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,101,114,114,32 , 1565 112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,109,105,110,
1566 61 ,32 ,109,105,110,105,112,111,115,105,120,46 ,99 ,104,109,111,100,40 ,102,105, 1566 105,112,111,115,105,120,46 ,99 ,104,109,111,100,40 ,102,105,108,101,110,97 ,109,
1567 108,101,110,97 ,109,101,44 ,32 ,112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,114,101, 1567 101,44 ,32 ,112,101,114,109,115,41 ,10 ,101,110,100,10 ,10 ,102,117,110,99 ,116,
1568 116,117,114,110,32 ,101,114,114,32 ,61 ,61 ,32 ,48 ,10 ,101,110,100,10 ,10 ,102, 1568 105,111,110,32 ,102,115,95 ,108,117,97 ,46 ,99 ,117,114,114,101,110,116,95 ,117,
1569 117,110,99 ,116,105,111,110,32 ,102,115,95 ,108,117,97 ,46 ,99 ,117,114,114,101, 1569 115,101,114,40 ,41 ,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,109,105,110,105,
1570 110,116,95 ,117,115,101,114,40 ,41 ,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 , 1570 112,111,115,105,120,46 ,103,101,116,112,119,117,105,100,40 ,109,105,110,105,112,
1571 109,105,110,105,112,111,115,105,120,46 ,103,101,116,112,119,117,105,100,40 ,109, 1571 111,115,105,120,46 ,103,101,116,101,117,105,100,40 ,41 ,41 ,46 ,112,119,95 ,110,
1572 105,110,105,112,111,115,105,120,46 ,103,101,116,101,117,105,100,40 ,41 ,41 ,46 , 1572 97 ,109,101,10 ,101,110,100,10 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115,
1573 112,119,95 ,110,97 ,109,101,10 ,101,110,100,10 ,10 ,102,117,110,99 ,116,105,111, 1573 95 ,108,117,97 ,46 ,105,115,95 ,115,117,112,101,114,117,115,101,114,40 ,41 ,10 ,
1574 110,32 ,102,115,95 ,108,117,97 ,46 ,105,115,95 ,115,117,112,101,114,117,115,101, 1574 32 ,32 ,32 ,114,101,116,117,114,110,32 ,109,105,110,105,112,111,115,105,120,46 ,
1575 114,40 ,41 ,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,109,105,110,105,112,111, 1575 103,101,116,101,117,105,100,40 ,41 ,32 ,61 ,61 ,32 ,48 ,10 ,101,110,100,10 ,10 ,
1576 115,105,120,46 ,103,101,116,101,117,105,100,40 ,41 ,32 ,61 ,61 ,32 ,48 ,10 ,101, 1576 45 ,45 ,45 ,32 ,67 ,114,101,97 ,116,101,32 ,97 ,32 ,116,101,109,112,111,114,97 ,
1577 110,100,10 ,10 ,45 ,45 ,45 ,32 ,67 ,114,101,97 ,116,101,32 ,97 ,32 ,116,101,109, 1577 114,121,32 ,100,105,114,101,99 ,116,111,114,121,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,
1578 112,111,114,97 ,114,121,32 ,100,105,114,101,99 ,116,111,114,121,46 ,10 ,45 ,45 , 1578 114,97 ,109,32 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110,32 ,115,116,114,
1579 32 ,64 ,112,97 ,114,97 ,109,32 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110, 1579 105,110,103,58 ,32 ,110,97 ,109,101,32 ,112,97 ,116,116,101,114,110,32 ,116,111,
1580 32 ,115,116,114,105,110,103,58 ,32 ,110,97 ,109,101,32 ,112,97 ,116,116,101,114, 1580 32 ,117,115,101,32 ,102,111,114,32 ,97 ,118,111,105,100,105,110,103,32 ,99 ,111,
1581 110,32 ,116,111,32 ,117,115,101,32 ,102,111,114,32 ,97 ,118,111,105,100,105,110, 1581 110,102,108,105,99 ,116,115,10 ,45 ,45 ,32 ,119,104,101,110,32 ,99 ,114,101,97 ,
1582 103,32 ,99 ,111,110,102,108,105,99 ,116,115,10 ,45 ,45 ,32 ,119,104,101,110,32 , 1582 116,105,110,103,32 ,116,101,109,112,111,114,97 ,114,121,32 ,100,105,114,101,99 ,
1583 99 ,114,101,97 ,116,105,110,103,32 ,116,101,109,112,111,114,97 ,114,121,32 ,100, 1583 116,111,114,121,46 ,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,110,32 ,115,116,114,
1584 105,114,101,99 ,116,111,114,121,46 ,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,110, 1584 105,110,103,32 ,111,114,32 ,40 ,110,105,108,44 ,32 ,115,116,114,105,110,103,41 ,
1585 32 ,115,116,114,105,110,103,32 ,111,114,32 ,40 ,110,105,108,44 ,32 ,115,116,114, 1585 58 ,32 ,110,97 ,109,101,32 ,111,102,32 ,116,101,109,112,111,114,97 ,114,121,32 ,
1586 105,110,103,41 ,58 ,32 ,110,97 ,109,101,32 ,111,102,32 ,116,101,109,112,111,114, 1586 100,105,114,101,99 ,116,111,114,121,32 ,111,114,32 ,40 ,110,105,108,44 ,32 ,101,
1587 97 ,114,121,32 ,100,105,114,101,99 ,116,111,114,121,32 ,111,114,32 ,40 ,110,105, 1587 114,114,111,114,32 ,109,101,115,115,97 ,103,101,41 ,32 ,111,110,32 ,102,97 ,105,
1588 108,44 ,32 ,101,114,114,111,114,32 ,109,101,115,115,97 ,103,101,41 ,32 ,111,110, 1588 108,117,114,101,46 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115,95 ,108,117,
1589 32 ,102,97 ,105,108,117,114,101,46 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102, 1589 97 ,46 ,109,97 ,107,101,95 ,116,101,109,112,95 ,100,105,114,40 ,110,97 ,109,101,
1590 115,95 ,108,117,97 ,46 ,109,97 ,107,101,95 ,116,101,109,112,95 ,100,105,114,40 , 1590 95 ,112,97 ,116,116,101,114,110,41 ,10 ,32 ,32 ,32 ,97 ,115,115,101,114,116,40 ,
1591 110,97 ,109,101,95 ,112,97 ,116,116,101,114,110,41 ,10 ,32 ,32 ,32 ,97 ,115,115, 1591 116,121,112,101,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110,41 ,32 ,61 ,
1592 101,114,116,40 ,116,121,112,101,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114, 1592 61 ,32 ,34 ,115,116,114,105,110,103,34 ,41 ,10 ,10 ,32 ,32 ,32 ,114,101,116,117,
1593 110,41 ,32 ,61 ,61 ,32 ,34 ,115,116,114,105,110,103,34 ,41 ,10 ,10 ,32 ,32 ,32 , 1593 114,110,32 ,109,105,110,105,112,111,115,105,120,46 ,109,107,100,116,101,109,112,
1594 114,101,116,117,114,110,32 ,109,105,110,105,112,111,115,105,120,46 ,109,107,100, 1594 40 ,116,101,109,112,95 ,100,105,114,95 ,112,97 ,116,116,101,114,110,40 ,110,97 ,
1595 116,101,109,112,40 ,116,101,109,112,95 ,100,105,114,95 ,112,97 ,116,116,101,114, 1595 109,101,95 ,112,97 ,116,116,101,114,110,41 ,32 ,46 ,46 ,32 ,34 ,45 ,88 ,88 ,88 ,
1596 110,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110,41 ,32 ,46 ,46 ,32 ,34 , 1596 88 ,88 ,88 ,34 ,41 ,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1597 45 ,88 ,88 ,88 ,88 ,88 ,88 ,34 ,41 ,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,45 ,45 ,
1598 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 , 1597 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1599 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 , 1598 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1600 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 , 1599 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1601 45 ,45 ,45 ,45 ,10 ,45 ,45 ,32 ,79 ,116,104,101,114,32 ,102,117,110,99 ,116,105, 1600 10 ,45 ,45 ,32 ,79 ,116,104,101,114,32 ,102,117,110,99 ,116,105,111,110,115,10 ,
1602 111,110,115,10 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1603 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 , 1601 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1604 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 , 1602 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1605 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,10 ,10 ,105,102,32 ,110,111, 1603 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,
1606 116,32 ,102,115,95 ,108,117,97 ,46 ,109,97 ,107,101,95 ,116,101,109,112,95 ,100, 1604 45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,45 ,10 ,10 ,105,102,32 ,110,111,116,32 ,102,115,
1607 105,114,32 ,116,104,101,110,10 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115, 1605 95 ,108,117,97 ,46 ,109,97 ,107,101,95 ,116,101,109,112,95 ,100,105,114,32 ,116,
1608 95 ,108,117,97 ,46 ,109,97 ,107,101,95 ,116,101,109,112,95 ,100,105,114,40 ,110, 1606 104,101,110,10 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115,95 ,108,117,97 ,
1609 97 ,109,101,95 ,112,97 ,116,116,101,114,110,41 ,10 ,32 ,32 ,32 ,97 ,115,115,101, 1607 46 ,109,97 ,107,101,95 ,116,101,109,112,95 ,100,105,114,40 ,110,97 ,109,101,95 ,
1610 114,116,40 ,116,121,112,101,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110, 1608 112,97 ,116,116,101,114,110,41 ,10 ,32 ,32 ,32 ,97 ,115,115,101,114,116,40 ,116,
1611 41 ,32 ,61 ,61 ,32 ,34 ,115,116,114,105,110,103,34 ,41 ,10 ,10 ,32 ,32 ,32 ,108, 1609 121,112,101,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110,41 ,32 ,61 ,61 ,
1612 111,99 ,97 ,108,32 ,111,107,44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,102,111,114,32 , 1610 32 ,34 ,115,116,114,105,110,103,34 ,41 ,10 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,
1613 95 ,32 ,61 ,32 ,49 ,44 ,32 ,51 ,32 ,100,111,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111, 1611 32 ,111,107,44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,102,111,114,32 ,95 ,32 ,61 ,32 ,
1614 99 ,97 ,108,32 ,110,97 ,109,101,32 ,61 ,32 ,116,101,109,112,95 ,100,105,114,95 , 1612 49 ,44 ,32 ,51 ,32 ,100,111,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,
1615 112,97 ,116,116,101,114,110,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110, 1613 110,97 ,109,101,32 ,61 ,32 ,116,101,109,112,95 ,100,105,114,95 ,112,97 ,116,116,
1616 41 ,32 ,46 ,46 ,32 ,116,111,115,116,114,105,110,103,40 ,109,97 ,116,104,46 ,114, 1614 101,114,110,40 ,110,97 ,109,101,95 ,112,97 ,116,116,101,114,110,41 ,32 ,46 ,46 ,
1617 97 ,110,100,111,109,40 ,49 ,48 ,48 ,48 ,48 ,48 ,48 ,48 ,41 ,41 ,10 ,32 ,32 ,32 , 1615 32 ,116,111,115,116,114,105,110,103,40 ,109,97 ,116,104,46 ,114,97 ,110,100,111,
1618 32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,109,97 ,107,101, 1616 109,40 ,49 ,48 ,48 ,48 ,48 ,48 ,48 ,48 ,41 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,111,
1619 95 ,100,105,114,40 ,110,97 ,109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 , 1617 107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,109,97 ,107,101,95 ,100,105,114,
1620 111,107,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116, 1618 40 ,110,97 ,109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116,
1621 117,114,110,32 ,110,97 ,109,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 , 1619 104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,
1622 32 ,32 ,101,110,100,10 ,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,110,105,108, 1620 110,97 ,109,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,101,110,
1623 44 ,32 ,101,114,114,10 ,101,110,100,10 ,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,32 , 1621 100,10 ,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,110,105,108,44 ,32 ,101,114,
1624 65 ,112,112,108,121,32 ,97 ,32 ,112,97 ,116,99 ,104,46 ,10 ,45 ,45 ,32 ,64 ,112, 1622 114,10 ,101,110,100,10 ,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,32 ,65 ,112,112,108,
1625 97 ,114,97 ,109,32 ,112,97 ,116,99 ,104,110,97 ,109,101,32 ,115,116,114,105,110, 1623 121,32 ,97 ,32 ,112,97 ,116,99 ,104,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,
1626 103,58 ,32 ,84 ,104,101,32 ,102,105,108,101,110,97 ,109,101,32 ,111,102,32 ,116, 1624 32 ,112,97 ,116,99 ,104,110,97 ,109,101,32 ,115,116,114,105,110,103,58 ,32 ,84 ,
1627 104,101,32 ,112,97 ,116,99 ,104,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 , 1625 104,101,32 ,102,105,108,101,110,97 ,109,101,32 ,111,102,32 ,116,104,101,32 ,112,
1628 112,97 ,116,99 ,104,100,97 ,116,97 ,32 ,115,116,114,105,110,103,32 ,111,114,32 , 1626 97 ,116,99 ,104,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,112,97 ,116,99 ,
1629 110,105,108,58 ,32 ,84 ,104,101,32 ,97 ,99 ,116,117,97 ,108,32 ,112,97 ,116,99 , 1627 104,100,97 ,116,97 ,32 ,115,116,114,105,110,103,32 ,111,114,32 ,110,105,108,58 ,
1630 104,32 ,97 ,115,32 ,97 ,32 ,115,116,114,105,110,103,46 ,10 ,45 ,45 ,32 ,64 ,112, 1628 32 ,84 ,104,101,32 ,97 ,99 ,116,117,97 ,108,32 ,112,97 ,116,99 ,104,32 ,97 ,115,
1631 97 ,114,97 ,109,32 ,99 ,114,101,97 ,116,101,95 ,100,101,108,101,116,101,32 ,98 , 1629 32 ,97 ,32 ,115,116,114,105,110,103,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,
1632 111,111,108,101,97 ,110,58 ,32 ,83 ,117,112,112,111,114,116,32 ,99 ,114,101,97 , 1630 32 ,99 ,114,101,97 ,116,101,95 ,100,101,108,101,116,101,32 ,98 ,111,111,108,101,
1633 116,105,110,103,32 ,97 ,110,100,32 ,100,101,108,101,116,105,110,103,32 ,102,105, 1631 97 ,110,58 ,32 ,83 ,117,112,112,111,114,116,32 ,99 ,114,101,97 ,116,105,110,103,
1634 108,101,115,32 ,105,110,32 ,97 ,32 ,112,97 ,116,99 ,104,46 ,10 ,102,117,110,99 , 1632 32 ,97 ,110,100,32 ,100,101,108,101,116,105,110,103,32 ,102,105,108,101,115,32 ,
1635 116,105,111,110,32 ,102,115,95 ,108,117,97 ,46 ,97 ,112,112,108,121,95 ,112,97 , 1633 105,110,32 ,97 ,32 ,112,97 ,116,99 ,104,46 ,10 ,102,117,110,99 ,116,105,111,110,
1636 116,99 ,104,40 ,112,97 ,116,99 ,104,110,97 ,109,101,44 ,32 ,112,97 ,116,99 ,104, 1634 32 ,102,115,95 ,108,117,97 ,46 ,97 ,112,112,108,121,95 ,112,97 ,116,99 ,104,40 ,
1637 100,97 ,116,97 ,44 ,32 ,99 ,114,101,97 ,116,101,95 ,100,101,108,101,116,101,41 , 1635 112,97 ,116,99 ,104,110,97 ,109,101,44 ,32 ,112,97 ,116,99 ,104,100,97 ,116,97 ,
1638 10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,112,44 ,32 ,97 ,108,108,95 ,111,107,32 , 1636 44 ,32 ,99 ,114,101,97 ,116,101,95 ,100,101,108,101,116,101,41 ,10 ,32 ,32 ,32 ,
1639 61 ,32 ,112,97 ,116,99 ,104,46 ,114,101,97 ,100,95 ,112,97 ,116,99 ,104,40 ,112, 1637 108,111,99 ,97 ,108,32 ,112,44 ,32 ,97 ,108,108,95 ,111,107,32 ,61 ,32 ,112,97 ,
1640 97 ,116,99 ,104,110,97 ,109,101,44 ,32 ,112,97 ,116,99 ,104,100,97 ,116,97 ,41 , 1638 116,99 ,104,46 ,114,101,97 ,100,95 ,112,97 ,116,99 ,104,40 ,112,97 ,116,99 ,104,
1641 10 ,32 ,32 ,32 ,105,102,32 ,110,111,116,32 ,97 ,108,108,95 ,111,107,32 ,116,104, 1639 110,97 ,109,101,44 ,32 ,112,97 ,116,99 ,104,100,97 ,116,97 ,41 ,10 ,32 ,32 ,32 ,
1642 101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,110,105,108,44 , 1640 105,102,32 ,110,111,116,32 ,97 ,108,108,95 ,111,107,32 ,116,104,101,110,10 ,32 ,
1643 32 ,34 ,70 ,97 ,105,108,101,100,32 ,114,101,97 ,100,105,110,103,32 ,112,97 ,116, 1641 32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,110,105,108,44 ,32 ,34 ,70 ,97 ,
1644 99 ,104,32 ,34 ,46 ,46 ,112,97 ,116,99 ,104,110,97 ,109,101,10 ,32 ,32 ,32 ,101, 1642 105,108,101,100,32 ,114,101,97 ,100,105,110,103,32 ,112,97 ,116,99 ,104,32 ,34 ,
1645 110,100,10 ,32 ,32 ,32 ,105,102,32 ,112,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 , 1643 46 ,46 ,112,97 ,116,99 ,104,110,97 ,109,101,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,
1646 32 ,32 ,114,101,116,117,114,110,32 ,112,97 ,116,99 ,104,46 ,97 ,112,112,108,121, 1644 32 ,32 ,105,102,32 ,112,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,
1647 95 ,112,97 ,116,99 ,104,40 ,112,44 ,32 ,49 ,44 ,32 ,99 ,114,101,97 ,116,101,95 , 1645 116,117,114,110,32 ,112,97 ,116,99 ,104,46 ,97 ,112,112,108,121,95 ,112,97 ,116,
1648 100,101,108,101,116,101,41 ,10 ,32 ,32 ,32 ,101,110,100,10 ,101,110,100,10 ,10 , 1646 99 ,104,40 ,112,44 ,32 ,49 ,44 ,32 ,99 ,114,101,97 ,116,101,95 ,100,101,108,101,
1649 45 ,45 ,45 ,32 ,77 ,111,118,101,32 ,97 ,32 ,102,105,108,101,46 ,10 ,45 ,45 ,32 , 1647 116,101,41 ,10 ,32 ,32 ,32 ,101,110,100,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,32 ,
1650 64 ,112,97 ,114,97 ,109,32 ,115,114,99 ,32 ,115,116,114,105,110,103,58 ,32 ,80 , 1648 77 ,111,118,101,32 ,97 ,32 ,102,105,108,101,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,
1651 97 ,116,104,110,97 ,109,101,32 ,111,102,32 ,115,111,117,114,99 ,101,10 ,45 ,45 , 1649 97 ,109,32 ,115,114,99 ,32 ,115,116,114,105,110,103,58 ,32 ,80 ,97 ,116,104,110,
1652 32 ,64 ,112,97 ,114,97 ,109,32 ,100,101,115,116,32 ,115,116,114,105,110,103,58 , 1650 97 ,109,101,32 ,111,102,32 ,115,111,117,114,99 ,101,10 ,45 ,45 ,32 ,64 ,112,97 ,
1653 32 ,80 ,97 ,116,104,110,97 ,109,101,32 ,111,102,32 ,100,101,115,116,105,110,97 , 1651 114,97 ,109,32 ,100,101,115,116,32 ,115,116,114,105,110,103,58 ,32 ,80 ,97 ,116,
1654 116,105,111,110,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,112,101,114,109,115, 1652 104,110,97 ,109,101,32 ,111,102,32 ,100,101,115,116,105,110,97 ,116,105,111,110,
1655 32 ,115,116,114,105,110,103,32 ,40 ,34 ,114,101,97 ,100,34 ,32 ,111,114,32 ,34 , 1653 10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,112,101,114,109,115,32 ,115,116,114,
1656 101,120,101,99 ,34 ,41 ,32 ,111,114,32 ,110,105,108,58 ,32 ,80 ,101,114,109,105, 1654 105,110,103,32 ,40 ,34 ,114,101,97 ,100,34 ,32 ,111,114,32 ,34 ,101,120,101,99 ,
1657 115,115,105,111,110,115,32 ,102,111,114,32 ,100,101,115,116,105,110,97 ,116,105, 1655 34 ,41 ,32 ,111,114,32 ,110,105,108,58 ,32 ,80 ,101,114,109,105,115,115,105,111,
1658 111,110,10 ,45 ,45 ,32 ,102,105,108,101,32 ,111,114,32 ,110,105,108,32 ,116,111, 1656 110,115,32 ,102,111,114,32 ,100,101,115,116,105,110,97 ,116,105,111,110,10 ,45 ,
1659 32 ,117,115,101,32 ,116,104,101,32 ,115,111,117,114,99 ,101,32 ,102,105,108,101, 1657 45 ,32 ,102,105,108,101,32 ,111,114,32 ,110,105,108,32 ,116,111,32 ,117,115,101,
1660 32 ,112,101,114,109,105,115,115,105,111,110,115,46 ,10 ,45 ,45 ,32 ,64 ,114,101, 1658 32 ,116,104,101,32 ,115,111,117,114,99 ,101,32 ,102,105,108,101,32 ,112,101,114,
1661 116,117,114,110,32 ,98 ,111,111,108,101,97 ,110,32 ,111,114,32 ,40 ,98 ,111,111, 1659 109,105,115,115,105,111,110,115,46 ,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,110,
1662 108,101,97 ,110,44 ,32 ,115,116,114,105,110,103,41 ,58 ,32 ,116,114,117,101,32 , 1660 32 ,98 ,111,111,108,101,97 ,110,32 ,111,114,32 ,40 ,98 ,111,111,108,101,97 ,110,
1663 111,110,32 ,115,117,99 ,99 ,101,115,115,44 ,32 ,102,97 ,108,115,101,32 ,111,110, 1661 44 ,32 ,115,116,114,105,110,103,41 ,58 ,32 ,116,114,117,101,32 ,111,110,32 ,115,
1664 32 ,102,97 ,105,108,117,114,101,44 ,10 ,45 ,45 ,32 ,112,108,117,115,32 ,97 ,110, 1662 117,99 ,99 ,101,115,115,44 ,32 ,102,97 ,108,115,101,32 ,111,110,32 ,102,97 ,105,
1665 32 ,101,114,114,111,114,32 ,109,101,115,115,97 ,103,101,46 ,10 ,102,117,110,99 , 1663 108,117,114,101,44 ,10 ,45 ,45 ,32 ,112,108,117,115,32 ,97 ,110,32 ,101,114,114,
1666 116,105,111,110,32 ,102,115,95 ,108,117,97 ,46 ,109,111,118,101,40 ,115,114,99 , 1664 111,114,32 ,109,101,115,115,97 ,103,101,46 ,10 ,102,117,110,99 ,116,105,111,110,
1667 44 ,32 ,100,101,115,116,44 ,32 ,112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,97 ,115, 1665 32 ,102,115,95 ,108,117,97 ,46 ,109,111,118,101,40 ,115,114,99 ,44 ,32 ,100,101,
1668 115,101,114,116,40 ,115,114,99 ,32 ,97 ,110,100,32 ,100,101,115,116,41 ,10 ,32 , 1666 115,116,44 ,32 ,112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,97 ,115,115,101,114,116,
1669 32 ,32 ,105,102,32 ,102,115,46 ,101,120,105,115,116,115,40 ,100,101,115,116,41 , 1667 40 ,115,114,99 ,32 ,97 ,110,100,32 ,100,101,115,116,41 ,10 ,32 ,32 ,32 ,105,102,
1670 32 ,97 ,110,100,32 ,110,111,116,32 ,102,115,46 ,105,115,95 ,100,105,114,40 ,100, 1668 32 ,102,115,46 ,101,120,105,115,116,115,40 ,100,101,115,116,41 ,32 ,97 ,110,100,
1671 101,115,116,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117, 1669 32 ,110,111,116,32 ,102,115,46 ,105,115,95 ,100,105,114,40 ,100,101,115,116,41 ,
1672 114,110,32 ,102,97 ,108,115,101,44 ,32 ,34 ,70 ,105,108,101,32 ,97 ,108,114,101, 1670 32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,102,
1673 97 ,100,121,32 ,101,120,105,115,116,115,58 ,32 ,34 ,46 ,46 ,100,101,115,116,10 , 1671 97 ,108,115,101,44 ,32 ,34 ,70 ,105,108,101,32 ,97 ,108,114,101,97 ,100,121,32 ,
1674 32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,111,107,44 ,32 , 1672 101,120,105,115,116,115,58 ,32 ,34 ,46 ,46 ,100,101,115,116,10 ,32 ,32 ,32 ,101,
1675 101,114,114,32 ,61 ,32 ,102,115,46 ,99 ,111,112,121,40 ,115,114,99 ,44 ,32 ,100, 1673 110,100,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,111,107,44 ,32 ,101,114,114,32 ,
1676 101,115,116,44 ,32 ,112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,105,102,32 ,110,111, 1674 61 ,32 ,102,115,46 ,99 ,111,112,121,40 ,115,114,99 ,44 ,32 ,100,101,115,116,44 ,
1677 116,32 ,111,107,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117, 1675 32 ,112,101,114,109,115,41 ,10 ,32 ,32 ,32 ,105,102,32 ,110,111,116,32 ,111,107,
1678 114,110,32 ,102,97 ,108,115,101,44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,101,110,100, 1676 32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,102,
1679 10 ,32 ,32 ,32 ,102,115,46 ,100,101,108,101,116,101,40 ,115,114,99 ,41 ,10 ,32 , 1677 97 ,108,115,101,44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,
1680 32 ,32 ,105,102,32 ,102,115,46 ,101,120,105,115,116,115,40 ,115,114,99 ,41 ,32 , 1678 102,115,46 ,100,101,108,101,116,101,40 ,115,114,99 ,41 ,10 ,32 ,32 ,32 ,105,102,
1681 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,102,97 , 1679 32 ,102,115,46 ,101,120,105,115,116,115,40 ,115,114,99 ,41 ,32 ,116,104,101,110,
1682 108,115,101,44 ,32 ,34 ,70 ,97 ,105,108,101,100,32 ,109,111,118,101,58 ,32 ,99 , 1680 10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,102,97 ,108,115,101,44 ,
1683 111,117,108,100,32 ,110,111,116,32 ,100,101,108,101,116,101,32 ,34 ,46 ,46 ,115, 1681 32 ,34 ,70 ,97 ,105,108,101,100,32 ,109,111,118,101,58 ,32 ,99 ,111,117,108,100,
1684 114,99 ,46 ,46 ,34 ,32 ,97 ,102,116,101,114,32 ,99 ,111,112,121,46 ,34 ,10 ,32 , 1682 32 ,110,111,116,32 ,100,101,108,101,116,101,32 ,34 ,46 ,46 ,115,114,99 ,46 ,46 ,
1685 32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,117,101, 1683 34 ,32 ,97 ,102,116,101,114,32 ,99 ,111,112,121,46 ,34 ,10 ,32 ,32 ,32 ,101,110,
1686 10 ,101,110,100,10 ,10 ,108,111,99 ,97 ,108,32 ,102,117,110,99 ,116,105,111,110, 1684 100,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,117,101,10 ,101,110,100,
1687 32 ,103,101,116,95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,40 ,41 ,10 ,32 ,32 , 1685 10 ,10 ,108,111,99 ,97 ,108,32 ,102,117,110,99 ,116,105,111,110,32 ,103,101,116,
1688 32 ,102,111,114,32 ,95 ,44 ,32 ,116,114,101,101,32 ,105,110,32 ,105,112,97 ,105, 1686 95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,40 ,41 ,10 ,32 ,32 ,32 ,102,111,114,
1689 114,115,40 ,99 ,102,103,46 ,114,111,99 ,107,115,95 ,116,114,101,101,115,41 ,32 , 1687 32 ,95 ,44 ,32 ,116,114,101,101,32 ,105,110,32 ,105,112,97 ,105,114,115,40 ,99 ,
1690 100,111,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,116,121,112,101,40 ,116,114,101, 1688 102,103,46 ,114,111,99 ,107,115,95 ,116,114,101,101,115,41 ,32 ,100,111,10 ,32 ,
1691 101,41 ,32 ,61 ,61 ,32 ,34 ,116,97 ,98 ,108,101,34 ,32 ,97 ,110,100,32 ,116,114, 1689 32 ,32 ,32 ,32 ,32 ,105,102,32 ,116,121,112,101,40 ,116,114,101,101,41 ,32 ,61 ,
1692 101,101,46 ,110,97 ,109,101,32 ,61 ,61 ,32 ,34 ,117,115,101,114,34 ,32 ,116,104, 1690 61 ,32 ,34 ,116,97 ,98 ,108,101,34 ,32 ,97 ,110,100,32 ,116,114,101,101,46 ,110,
1693 101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,102, 1691 97 ,109,101,32 ,61 ,61 ,32 ,34 ,117,115,101,114,34 ,32 ,116,104,101,110,10 ,32 ,
1694 115,46 ,97 ,98 ,115,111,108,117,116,101,95 ,110,97 ,109,101,40 ,116,114,101,101, 1692 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,102,115,46 ,97 ,98 ,
1695 46 ,114,111,111,116,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 , 1693 115,111,108,117,116,101,95 ,110,97 ,109,101,40 ,116,114,101,101,46 ,114,111,111,
1696 101,110,100,10 ,101,110,100,10 ,10 ,108,111,99 ,97 ,108,32 ,102,117,110,99 ,116, 1694 116,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,101,110,100,10 ,
1697 105,111,110,32 ,105,115,95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,95 ,105,110, 1695 101,110,100,10 ,10 ,108,111,99 ,97 ,108,32 ,102,117,110,99 ,116,105,111,110,32 ,
1698 95 ,101,110,118,40 ,108,111,99 ,97 ,108,95 ,116,114,101,101,41 ,10 ,32 ,32 ,32 , 1696 105,115,95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,95 ,105,110,95 ,101,110,118,
1699 108,111,99 ,97 ,108,32 ,108,117,97 ,95 ,112,97 ,116,104,10 ,32 ,32 ,32 ,105,102, 1697 40 ,108,111,99 ,97 ,108,95 ,116,114,101,101,41 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,
1700 32 ,95 ,86 ,69 ,82 ,83 ,73 ,79 ,78 ,32 ,61 ,61 ,32 ,34 ,76 ,117,97 ,32 ,53 ,46 , 1698 108,32 ,108,117,97 ,95 ,112,97 ,116,104,10 ,32 ,32 ,32 ,105,102,32 ,95 ,86 ,69 ,
1701 49 ,34 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,117,97 ,95 ,112,97 , 1699 82 ,83 ,73 ,79 ,78 ,32 ,61 ,61 ,32 ,34 ,76 ,117,97 ,32 ,53 ,46 ,49 ,34 ,32 ,116,
1702 116,104,32 ,61 ,32 ,111,115,46 ,103,101,116,101,110,118,40 ,34 ,76 ,85 ,65 ,95 , 1700 104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,117,97 ,95 ,112,97 ,116,104,32 ,61 ,
1703 80 ,65 ,84 ,72 ,34 ,41 ,10 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 , 1701 32 ,111,115,46 ,103,101,116,101,110,118,40 ,34 ,76 ,85 ,65 ,95 ,80 ,65 ,84 ,72 ,
1704 32 ,108,117,97 ,95 ,112,97 ,116,104,32 ,61 ,32 ,111,115,46 ,103,101,116,101,110, 1702 34 ,41 ,10 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,117,97 ,
1705 118,40 ,34 ,76 ,85 ,65 ,95 ,80 ,65 ,84 ,72 ,95 ,34 ,32 ,46 ,46 ,32 ,95 ,86 ,69 , 1703 95 ,112,97 ,116,104,32 ,61 ,32 ,111,115,46 ,103,101,116,101,110,118,40 ,34 ,76 ,
1706 82 ,83 ,73 ,79 ,78 ,58 ,115,117,98 ,40 ,53 ,41 ,58 ,103,115,117,98 ,40 ,34 ,37 , 1704 85 ,65 ,95 ,80 ,65 ,84 ,72 ,95 ,34 ,32 ,46 ,46 ,32 ,95 ,86 ,69 ,82 ,83 ,73 ,79 ,
1707 46 ,34 ,44 ,32 ,34 ,95 ,34 ,41 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1705 78 ,58 ,115,117,98 ,40 ,53 ,41 ,58 ,103,115,117,98 ,40 ,34 ,37 ,46 ,34 ,44 ,32 ,
1708 32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,114,32 ,111,115,46 ,103,101,116,101,110,118,40 , 1706 34 ,95 ,34 ,41 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1709 34 ,76 ,85 ,65 ,95 ,80 ,65 ,84 ,72 ,34 ,41 ,10 ,32 ,32 ,32 ,101,110,100,10 ,32 , 1707 32 ,32 ,32 ,111,114,32 ,111,115,46 ,103,101,116,101,110,118,40 ,34 ,76 ,85 ,65 ,
1710 32 ,32 ,105,102,32 ,108,117,97 ,95 ,112,97 ,116,104,32 ,97 ,110,100,32 ,108,117, 1708 95 ,80 ,65 ,84 ,72 ,34 ,41 ,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,105,102,
1711 97 ,95 ,112,97 ,116,104,58 ,109,97 ,116,99 ,104,40 ,108,111,99 ,97 ,108,95 ,116, 1709 32 ,108,117,97 ,95 ,112,97 ,116,104,32 ,97 ,110,100,32 ,108,117,97 ,95 ,112,97 ,
1712 114,101,101,44 ,32 ,49 ,44 ,32 ,116,114,117,101,41 ,32 ,116,104,101,110,10 ,32 , 1710 116,104,58 ,109,97 ,116,99 ,104,40 ,108,111,99 ,97 ,108,95 ,116,114,101,101,44 ,
1713 32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,117,101,10 ,32 ,32 ,32 , 1711 32 ,49 ,44 ,32 ,116,114,117,101,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,
1714 101,110,100,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,32 ,67 ,104,101,99 ,107,32 ,105, 1712 32 ,114,101,116,117,114,110,32 ,116,114,117,101,10 ,32 ,32 ,32 ,101,110,100,10 ,
1715 102,32 ,117,115,101,114,32 ,104,97 ,115,32 ,119,114,105,116,101,32 ,112,101,114, 1713 101,110,100,10 ,10 ,45 ,45 ,45 ,32 ,67 ,104,101,99 ,107,32 ,105,102,32 ,117,115,
1716 109,105,115,115,105,111,110,115,32 ,102,111,114,32 ,116,104,101,32 ,99 ,111,109, 1714 101,114,32 ,104,97 ,115,32 ,119,114,105,116,101,32 ,112,101,114,109,105,115,115,
1717 109,97 ,110,100,46 ,10 ,45 ,45 ,32 ,65 ,115,115,117,109,101,115,32 ,116,104,101, 1715 105,111,110,115,32 ,102,111,114,32 ,116,104,101,32 ,99 ,111,109,109,97 ,110,100,
1718 32 ,99 ,111,110,102,105,103,117,114,97 ,116,105,111,110,32 ,118,97 ,114,105,97 , 1716 46 ,10 ,45 ,45 ,32 ,65 ,115,115,117,109,101,115,32 ,116,104,101,32 ,99 ,111,110,
1719 98 ,108,101,115,32 ,117,110,100,101,114,32 ,99 ,102,103,32 ,104,97 ,118,101,32 , 1717 102,105,103,117,114,97 ,116,105,111,110,32 ,118,97 ,114,105,97 ,98 ,108,101,115,
1720 98 ,101,101,110,32 ,112,114,101,118,105,111,117,115,108,121,32 ,115,101,116,32 , 1718 32 ,117,110,100,101,114,32 ,99 ,102,103,32 ,104,97 ,118,101,32 ,98 ,101,101,110,
1721 117,112,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,97 ,114,103,115,32 ,116, 1719 32 ,112,114,101,118,105,111,117,115,108,121,32 ,115,101,116,32 ,117,112,46 ,10 ,
1722 97 ,98 ,108,101,58 ,32 ,116,104,101,32 ,97 ,114,103,115,32 ,116,97 ,98 ,108,101, 1720 45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,97 ,114,103,115,32 ,116,97 ,98 ,108,101,
1723 32 ,112,97 ,115,115,101,100,32 ,116,111,32 ,114,117,110,40 ,41 ,32 ,100,114,105, 1721 58 ,32 ,116,104,101,32 ,97 ,114,103,115,32 ,116,97 ,98 ,108,101,32 ,112,97 ,115,
1724 118,101,114,115,46 ,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,110,32 ,98 ,111,111, 1722 115,101,100,32 ,116,111,32 ,114,117,110,40 ,41 ,32 ,100,114,105,118,101,114,115,
1725 108,101,97 ,110,32 ,111,114,32 ,40 ,98 ,111,111,108,101,97 ,110,44 ,32 ,115,116, 1723 46 ,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,110,32 ,98 ,111,111,108,101,97 ,110,
1726 114,105,110,103,41 ,58 ,32 ,116,114,117,101,32 ,111,110,32 ,115,117,99 ,99 ,101, 1724 32 ,111,114,32 ,40 ,98 ,111,111,108,101,97 ,110,44 ,32 ,115,116,114,105,110,103,
1727 115,115,44 ,32 ,102,97 ,108,115,101,32 ,111,110,32 ,102,97 ,105,108,117,114,101, 1725 41 ,58 ,32 ,116,114,117,101,32 ,111,110,32 ,115,117,99 ,99 ,101,115,115,44 ,32 ,
1728 44 ,10 ,45 ,45 ,32 ,112,108,117,115,32 ,97 ,110,32 ,101,114,114,111,114,32 ,109, 1726 102,97 ,108,115,101,32 ,111,110,32 ,102,97 ,105,108,117,114,101,44 ,10 ,45 ,45 ,
1729 101,115,115,97 ,103,101,46 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115,95 , 1727 32 ,112,108,117,115,32 ,97 ,110,32 ,101,114,114,111,114,32 ,109,101,115,115,97 ,
1730 108,117,97 ,46 ,99 ,104,101,99 ,107,95 ,99 ,111,109,109,97 ,110,100,95 ,112,101, 1728 103,101,46 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115,95 ,108,117,97 ,46 ,
1731 114,109,105,115,115,105,111,110,115,40 ,97 ,114,103,115,41 ,10 ,32 ,32 ,32 ,108, 1729 99 ,104,101,99 ,107,95 ,99 ,111,109,109,97 ,110,100,95 ,112,101,114,109,105,115,
1732 111,99 ,97 ,108,32 ,111,107,32 ,61 ,32 ,116,114,117,101,10 ,32 ,32 ,32 ,108,111, 1730 115,105,111,110,115,40 ,97 ,114,103,115,41 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,
1733 99 ,97 ,108,32 ,101,114,114,32 ,61 ,32 ,34 ,34 ,10 ,32 ,32 ,32 ,105,102,32 ,97 , 1731 32 ,111,107,32 ,61 ,32 ,116,114,117,101,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,
1734 114,103,115,46 ,95 ,99 ,111,109,109,97 ,110,100,95 ,112,101,114,109,105,115,115, 1732 101,114,114,32 ,61 ,32 ,34 ,34 ,10 ,32 ,32 ,32 ,105,102,32 ,97 ,114,103,115,46 ,
1735 105,111,110,115,95 ,99 ,104,101,99 ,107,101,100,32 ,116,104,101,110,10 ,32 ,32 , 1733 95 ,99 ,111,109,109,97 ,110,100,95 ,112,101,114,109,105,115,115,105,111,110,115,
1736 32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,117,101,10 ,32 ,32 ,32 ,101, 1734 95 ,99 ,104,101,99 ,107,101,100,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1737 110,100,10 ,32 ,32 ,32 ,102,111,114,32 ,95 ,44 ,32 ,100,105,114,101,99 ,116,111, 1735 114,101,116,117,114,110,32 ,116,114,117,101,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,
1738 114,121,32 ,105,110,32 ,105,112,97 ,105,114,115,32 ,123,32 ,99 ,102,103,46 ,114, 1736 32 ,32 ,102,111,114,32 ,95 ,44 ,32 ,100,105,114,101,99 ,116,111,114,121,32 ,105,
1739 111,99 ,107,115,95 ,100,105,114,44 ,32 ,99 ,102,103,46 ,100,101,112,108,111,121, 1737 110,32 ,105,112,97 ,105,114,115,32 ,123,32 ,99 ,102,103,46 ,114,111,99 ,107,115,
1740 95 ,108,117,97 ,95 ,100,105,114,44 ,32 ,99 ,102,103,46 ,100,101,112,108,111,121, 1738 95 ,100,105,114,44 ,32 ,99 ,102,103,46 ,100,101,112,108,111,121,95 ,108,117,97 ,
1741 95 ,98 ,105,110,95 ,100,105,114,44 ,32 ,99 ,102,103,46 ,100,101,112,108,111,121, 1739 95 ,100,105,114,44 ,32 ,99 ,102,103,46 ,100,101,112,108,111,121,95 ,98 ,105,110,
1742 95 ,108,117,97 ,95 ,100,105,114,32 ,125,32 ,100,111,10 ,32 ,32 ,32 ,32 ,32 ,32 , 1740 95 ,100,105,114,44 ,32 ,99 ,102,103,46 ,100,101,112,108,111,121,95 ,108,117,97 ,
1743 105,102,32 ,102,115,46 ,101,120,105,115,116,115,40 ,100,105,114,101,99 ,116,111, 1741 95 ,100,105,114,32 ,125,32 ,100,111,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,102,
1744 114,121,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102, 1742 115,46 ,101,120,105,115,116,115,40 ,100,105,114,101,99 ,116,111,114,121,41 ,32 ,
1745 32 ,110,111,116,32 ,102,115,46 ,105,115,95 ,119,114,105,116,97 ,98 ,108,101,40 , 1743 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,110,111,116,
1746 100,105,114,101,99 ,116,111,114,121,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 , 1744 32 ,102,115,46 ,105,115,95 ,119,114,105,116,97 ,98 ,108,101,40 ,100,105,114,101,
1747 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,32 ,61 ,32 ,102,97 ,108,115,101,10 ,32 , 1745 99 ,116,111,114,121,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1748 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,114,114,32 ,61 ,32 ,34 ,89 ,111, 1746 32 ,32 ,32 ,32 ,111,107,32 ,61 ,32 ,102,97 ,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,
1749 117,114,32 ,117,115,101,114,32 ,100,111,101,115,32 ,110,111,116,32 ,104,97 ,118, 1747 32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,114,114,32 ,61 ,32 ,34 ,89 ,111,117,114,32 ,117,
1750 101,32 ,119,114,105,116,101,32 ,112,101,114,109,105,115,115,105,111,110,115,32 , 1748 115,101,114,32 ,100,111,101,115,32 ,110,111,116,32 ,104,97 ,118,101,32 ,119,114,
1751 105,110,32 ,34 ,32 ,46 ,46 ,32 ,100,105,114,101,99 ,116,111,114,121,10 ,32 ,32 , 1749 105,116,101,32 ,112,101,114,109,105,115,115,105,111,110,115,32 ,105,110,32 ,34 ,
1752 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,98 ,114,101,97 ,107,10 ,32 ,32 ,32 ,32 , 1750 32 ,46 ,46 ,32 ,100,105,114,101,99 ,116,111,114,121,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1753 32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,108,115,101,10 , 1751 32 ,32 ,32 ,32 ,32 ,32 ,98 ,114,101,97 ,107,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1754 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,114,111,111,116,32 , 1752 32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,
1755 61 ,32 ,102,115,46 ,114,111,111,116,95 ,111,102,40 ,100,105,114,101,99 ,116,111, 1753 32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,114,111,111,116,32 ,61 ,32 ,102,115,
1756 114,121,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,112, 1754 46 ,114,111,111,116,95 ,111,102,40 ,100,105,114,101,99 ,116,111,114,121,41 ,10 ,
1757 97 ,114,101,110,116,32 ,61 ,32 ,100,105,114,101,99 ,116,111,114,121,10 ,32 ,32 , 1755 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,112,97 ,114,101,110,
1758 32 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,112,101,97 ,116,10 ,32 ,32 ,32 ,32 ,32 ,32 , 1756 116,32 ,61 ,32 ,100,105,114,101,99 ,116,111,114,121,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1759 32 ,32 ,32 ,32 ,32 ,32 ,112,97 ,114,101,110,116,32 ,61 ,32 ,100,105,114,46 ,100, 1757 32 ,32 ,32 ,114,101,112,101,97 ,116,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1760 105,114,95 ,110,97 ,109,101,40 ,112,97 ,114,101,110,116,41 ,10 ,32 ,32 ,32 ,32 , 1758 32 ,32 ,112,97 ,114,101,110,116,32 ,61 ,32 ,100,105,114,46 ,100,105,114,95 ,110,
1761 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,112,97 ,114,101,110,116,32 ,61 ,61 , 1759 97 ,109,101,40 ,112,97 ,114,101,110,116,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1762 32 ,34 ,34 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1760 32 ,32 ,32 ,32 ,105,102,32 ,112,97 ,114,101,110,116,32 ,61 ,61 ,32 ,34 ,34 ,32 ,
1763 32 ,32 ,32 ,32 ,112,97 ,114,101,110,116,32 ,61 ,32 ,114,111,111,116,10 ,32 ,32 , 1761 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1764 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 , 1762 112,97 ,114,101,110,116,32 ,61 ,32 ,114,111,111,116,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1765 32 ,32 ,32 ,117,110,116,105,108,32 ,112,97 ,114,101,110,116,32 ,61 ,61 ,32 ,114, 1763 32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,117,
1766 111,111,116,32 ,111,114,32 ,102,115,46 ,101,120,105,115,116,115,40 ,112,97 ,114, 1764 110,116,105,108,32 ,112,97 ,114,101,110,116,32 ,61 ,61 ,32 ,114,111,111,116,32 ,
1767 101,110,116,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,110,111,116, 1765 111,114,32 ,102,115,46 ,101,120,105,115,116,115,40 ,112,97 ,114,101,110,116,41 ,
1768 32 ,102,115,46 ,105,115,95 ,119,114,105,116,97 ,98 ,108,101,40 ,112,97 ,114,101, 1766 10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,110,111,116,32 ,102,115,46 ,
1769 110,116,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1767 105,115,95 ,119,114,105,116,97 ,98 ,108,101,40 ,112,97 ,114,101,110,116,41 ,32 ,
1770 32 ,111,107,32 ,61 ,32 ,102,97 ,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1768 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,32 ,
1771 32 ,32 ,32 ,32 ,101,114,114,32 ,61 ,32 ,100,105,114,101,99 ,116,111,114,121,46 , 1769 61 ,32 ,102,97 ,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1772 46 ,34 ,32 ,100,111,101,115,32 ,110,111,116,32 ,101,120,105,115,116,92 ,110,97 , 1770 101,114,114,32 ,61 ,32 ,100,105,114,101,99 ,116,111,114,121,46 ,46 ,34 ,32 ,100,
1773 110,100,32 ,121,111,117,114,32 ,117,115,101,114,32 ,100,111,101,115,32 ,110,111, 1771 111,101,115,32 ,110,111,116,32 ,101,120,105,115,116,92 ,110,97 ,110,100,32 ,121,
1774 116,32 ,104,97 ,118,101,32 ,119,114,105,116,101,32 ,112,101,114,109,105,115,115, 1772 111,117,114,32 ,117,115,101,114,32 ,100,111,101,115,32 ,110,111,116,32 ,104,97 ,
1775 105,111,110,115,32 ,105,110,32 ,34 ,32 ,46 ,46 ,32 ,112,97 ,114,101,110,116,10 , 1773 118,101,32 ,119,114,105,116,101,32 ,112,101,114,109,105,115,115,105,111,110,115,
1776 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,98 ,114,101,97 ,107,10 ,32 ,32 , 1774 32 ,105,110,32 ,34 ,32 ,46 ,46 ,32 ,112,97 ,114,101,110,116,10 ,32 ,32 ,32 ,32 ,
1777 32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100, 1775 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,98 ,114,101,97 ,107,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1778 10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116,104,101, 1776 32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,
1779 110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,97 ,114,103,115,46 ,95 ,99 ,111,109,109,97 ,110, 1777 101,110,100,10 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116,104,101,110,10 ,32 ,32 ,
1780 100,95 ,112,101,114,109,105,115,115,105,111,110,115,95 ,99 ,104,101,99 ,107,101, 1778 32 ,32 ,32 ,32 ,97 ,114,103,115,46 ,95 ,99 ,111,109,109,97 ,110,100,95 ,112,101,
1781 100,32 ,61 ,32 ,116,114,117,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114, 1779 114,109,105,115,115,105,111,110,115,95 ,99 ,104,101,99 ,107,101,100,32 ,61 ,32 ,
1782 110,32 ,116,114,117,101,10 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 , 1780 116,114,117,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,
1783 32 ,105,102,32 ,97 ,114,103,115,91 ,34 ,108,111,99 ,97 ,108,34 ,93 ,32 ,111,114, 1781 117,101,10 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,
1784 32 ,99 ,102,103,46 ,108,111,99 ,97 ,108,95 ,98 ,121,95 ,100,101,102,97 ,117,108, 1782 97 ,114,103,115,91 ,34 ,108,111,99 ,97 ,108,34 ,93 ,32 ,111,114,32 ,99 ,102,103,
1785 116,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,114,114,32 , 1783 46 ,108,111,99 ,97 ,108,95 ,98 ,121,95 ,100,101,102,97 ,117,108,116,32 ,116,104,
1786 61 ,32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110,92 ,110,80 ,108,101,97 ,115,101, 1784 101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,114,114,32 ,61 ,32 ,101,114,
1787 32 ,99 ,104,101,99 ,107,32 ,121,111,117,114,32 ,112,101,114,109,105,115,115,105, 1785 114,32 ,46 ,46 ,32 ,34 ,92 ,110,92 ,110,80 ,108,101,97 ,115,101,32 ,99 ,104,101,
1788 111,110,115,46 ,92 ,110,34 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,108,115,101,10 ,32 , 1786 99 ,107,32 ,121,111,117,114,32 ,112,101,114,109,105,115,115,105,111,110,115,46 ,
1789 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,108,111,99 ,97 ,108,95 , 1787 92 ,110,34 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,
1790 116,114,101,101,32 ,61 ,32 ,103,101,116,95 ,108,111,99 ,97 ,108,95 ,116,114,101, 1788 32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,108,111,99 ,97 ,108,95 ,116,114,101,101,
1791 101,40 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,108,111,99 ,97 , 1789 32 ,61 ,32 ,103,101,116,95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,40 ,41 ,10 ,
1792 108,95 ,116,114,101,101,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1790 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,108,111,99 ,97 ,108,95 ,116,114,
1793 32 ,32 ,32 ,32 ,101,114,114,32 ,61 ,32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110, 1791 101,101,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1794 92 ,110,89 ,111,117,32 ,109,97 ,121,32 ,119,97 ,110,116,32 ,116,111,32 ,114,117, 1792 101,114,114,32 ,61 ,32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110,92 ,110,89 ,111,
1795 110,32 ,97 ,115,32 ,97 ,32 ,112,114,105,118,105,108,101,103,101,100,32 ,117,115, 1793 117,32 ,109,97 ,121,32 ,119,97 ,110,116,32 ,116,111,32 ,114,117,110,32 ,97 ,115,
1796 101,114,44 ,34 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1794 32 ,97 ,32 ,112,114,105,118,105,108,101,103,101,100,32 ,117,115,101,114,44 ,34 ,
1797 32 ,32 ,32 ,32 ,32 ,32 ,32 ,46 ,46 ,32 ,34 ,92 ,110,111,114,32 ,117,115,101,32 , 1795 10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1798 45 ,45 ,108,111,99 ,97 ,108,32 ,116,111,32 ,105,110,115,116,97 ,108,108,32 ,105, 1796 32 ,32 ,32 ,46 ,46 ,32 ,34 ,92 ,110,111,114,32 ,117,115,101,32 ,45 ,45 ,108,111,
1799 110,116,111,32 ,121,111,117,114,32 ,108,111,99 ,97 ,108,32 ,116,114,101,101,32 , 1797 99 ,97 ,108,32 ,116,111,32 ,105,110,115,116,97 ,108,108,32 ,105,110,116,111,32 ,
1800 97 ,116,32 ,34 ,32 ,46 ,46 ,32 ,108,111,99 ,97 ,108,95 ,116,114,101,101,10 ,32 , 1798 121,111,117,114,32 ,108,111,99 ,97 ,108,32 ,116,114,101,101,32 ,97 ,116,32 ,34 ,
1801 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1799 32 ,46 ,46 ,32 ,108,111,99 ,97 ,108,95 ,116,114,101,101,10 ,32 ,32 ,32 ,32 ,32 ,
1802 32 ,46 ,46 ,32 ,34 ,92 ,110,111,114,32 ,114,117,110,32 ,39 ,108,117,97 ,114,111, 1800 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,46 ,46 ,32 ,
1803 99 ,107,115,32 ,99 ,111,110,102,105,103,32 ,108,111,99 ,97 ,108,95 ,98 ,121,95 , 1801 34 ,92 ,110,111,114,32 ,114,117,110,32 ,39 ,108,117,97 ,114,111,99 ,107,115,32 ,
1804 100,101,102,97 ,117,108,116,32 ,116,114,117,101,39 ,32 ,116,111,32 ,109,97 ,107, 1802 99 ,111,110,102,105,103,32 ,108,111,99 ,97 ,108,95 ,98 ,121,95 ,100,101,102,97 ,
1805 101,32 ,45 ,45 ,108,111,99 ,97 ,108,32 ,116,104,101,32 ,100,101,102,97 ,117,108, 1803 117,108,116,32 ,116,114,117,101,39 ,32 ,116,111,32 ,109,97 ,107,101,32 ,45 ,45 ,
1806 116,46 ,92 ,110,34 ,10 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105, 1804 108,111,99 ,97 ,108,32 ,116,104,101,32 ,100,101,102,97 ,117,108,116,46 ,92 ,110,
1807 102,32 ,110,111,116,32 ,105,115,95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,95 , 1805 34 ,10 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,110,111,
1808 105,110,95 ,101,110,118,40 ,108,111,99 ,97 ,108,95 ,116,114,101,101,41 ,32 ,116, 1806 116,32 ,105,115,95 ,108,111,99 ,97 ,108,95 ,116,114,101,101,95 ,105,110,95 ,101,
1809 104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101, 1807 110,118,40 ,108,111,99 ,97 ,108,95 ,116,114,101,101,41 ,32 ,116,104,101,110,10 ,
1810 114,114,32 ,61 ,32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110,40 ,89 ,111,117,32 , 1808 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,114,114,32 ,61 ,
1811 109,97 ,121,32 ,110,101,101,100,32 ,116,111,32 ,99 ,111,110,102,105,103,117,114, 1809 32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110,40 ,89 ,111,117,32 ,109,97 ,121,32 ,
1812 101,32 ,121,111,117,114,32 ,76 ,117,97 ,32 ,112,97 ,99 ,107,97 ,103,101,32 ,112, 1810 110,101,101,100,32 ,116,111,32 ,99 ,111,110,102,105,103,117,114,101,32 ,121,111,
1813 97 ,116,104,115,92 ,110,116,111,32 ,117,115,101,32 ,116,104,101,32 ,108,111,99 , 1811 117,114,32 ,76 ,117,97 ,32 ,112,97 ,99 ,107,97 ,103,101,32 ,112,97 ,116,104,115,
1814 97 ,108,32 ,116,114,101,101,44 ,32 ,115,101,101,32 ,39 ,108,117,97 ,114,111,99 , 1812 92 ,110,116,111,32 ,117,115,101,32 ,116,104,101,32 ,108,111,99 ,97 ,108,32 ,116,
1815 107,115,32 ,112,97 ,116,104,32 ,45 ,45 ,104,101,108,112,39 ,41 ,92 ,110,34 ,10 , 1813 114,101,101,44 ,32 ,115,101,101,32 ,39 ,108,117,97 ,114,111,99 ,107,115,32 ,112,
1816 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 , 1814 97 ,116,104,32 ,45 ,45 ,104,101,108,112,39 ,41 ,92 ,110,34 ,10 ,32 ,32 ,32 ,32 ,
1817 32 ,32 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 , 1815 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,
1818 32 ,32 ,101,114,114,32 ,61 ,32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110,92 ,110, 1816 32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,114,
1819 89 ,111,117,32 ,109,97 ,121,32 ,119,97 ,110,116,32 ,116,111,32 ,114,117,110,32 , 1817 114,32 ,61 ,32 ,101,114,114,32 ,46 ,46 ,32 ,34 ,92 ,110,92 ,110,89 ,111,117,32 ,
1820 97 ,115,32 ,97 ,32 ,112,114,105,118,105,108,101,103,101,100,32 ,117,115,101,114, 1818 109,97 ,121,32 ,119,97 ,110,116,32 ,116,111,32 ,114,117,110,32 ,97 ,115,32 ,97 ,
1821 46 ,92 ,110,34 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 , 1819 32 ,112,114,105,118,105,108,101,103,101,100,32 ,117,115,101,114,46 ,92 ,110,34 ,
1822 32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110, 1820 10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1823 32 ,110,105,108,44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,101,110,100,10 ,101,110,100, 1821 101,110,100,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,110,105,108,
1824 10 ,10 ,45 ,45 ,45 ,32 ,67 ,104,101,99 ,107,32 ,119,104,101,116,104,101,114,32 , 1822 44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,101,110,100,10 ,101,110,100,10 ,10 ,45 ,45 ,
1825 97 ,32 ,102,105,108,101,32 ,105,115,32 ,97 ,32 ,76 ,117,97 ,32 ,115,99 ,114,105, 1823 45 ,32 ,67 ,104,101,99 ,107,32 ,119,104,101,116,104,101,114,32 ,97 ,32 ,102,105,
1826 112,116,10 ,45 ,45 ,32 ,87 ,104,101,110,32 ,116,104,101,32 ,102,105,108,101,32 , 1824 108,101,32 ,105,115,32 ,97 ,32 ,76 ,117,97 ,32 ,115,99 ,114,105,112,116,10 ,45 ,
1827 99 ,97 ,110,32 ,98 ,101,32 ,115,117,99 ,99 ,101,115,115,102,117,108,108,121,32 , 1825 45 ,32 ,87 ,104,101,110,32 ,116,104,101,32 ,102,105,108,101,32 ,99 ,97 ,110,32 ,
1828 99 ,111,109,112,105,108,101,100,32 ,98 ,121,32 ,116,104,101,32 ,99 ,111,110,102, 1826 98 ,101,32 ,115,117,99 ,99 ,101,115,115,102,117,108,108,121,32 ,99 ,111,109,112,
1829 105,103,117,114,101,100,10 ,45 ,45 ,32 ,76 ,117,97 ,32 ,105,110,116,101,114,112, 1827 105,108,101,100,32 ,98 ,121,32 ,116,104,101,32 ,99 ,111,110,102,105,103,117,114,
1830 114,101,116,101,114,44 ,32 ,105,116,39 ,115,32 ,99 ,111,110,115,105,100,101,114, 1828 101,100,10 ,45 ,45 ,32 ,76 ,117,97 ,32 ,105,110,116,101,114,112,114,101,116,101,
1831 101,100,32 ,116,111,32 ,98 ,101,32 ,97 ,32 ,118,97 ,108,105,100,32 ,76 ,117,97 , 1829 114,44 ,32 ,105,116,39 ,115,32 ,99 ,111,110,115,105,100,101,114,101,100,32 ,116,
1832 32 ,102,105,108,101,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,102,105,108, 1830 111,32 ,98 ,101,32 ,97 ,32 ,118,97 ,108,105,100,32 ,76 ,117,97 ,32 ,102,105,108,
1833 101,110,97 ,109,101,32 ,102,105,108,101,110,97 ,109,101,32 ,111,102,32 ,102,105, 1831 101,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,102,105,108,101,110,97 ,109,
1834 108,101,32 ,116,111,32 ,99 ,104,101,99 ,107,10 ,45 ,45 ,32 ,64 ,114,101,116,117, 1832 101,32 ,102,105,108,101,110,97 ,109,101,32 ,111,102,32 ,102,105,108,101,32 ,116,
1835 114,110,32 ,98 ,111,111,108,101,97 ,110,32 ,116,114,117,101,44 ,32 ,105,102,32 , 1833 111,32 ,99 ,104,101,99 ,107,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,110,32 ,98 ,
1836 105,116,32 ,105,115,32 ,97 ,32 ,76 ,117,97 ,32 ,115,99 ,114,105,112,116,44 ,32 , 1834 111,111,108,101,97 ,110,32 ,116,114,117,101,44 ,32 ,105,102,32 ,105,116,32 ,105,
1837 102,97 ,108,115,101,32 ,111,116,104,101,114,119,105,115,101,10 ,102,117,110,99 , 1835 115,32 ,97 ,32 ,76 ,117,97 ,32 ,115,99 ,114,105,112,116,44 ,32 ,102,97 ,108,115,
1838 116,105,111,110,32 ,102,115,95 ,108,117,97 ,46 ,105,115,95 ,108,117,97 ,40 ,102, 1836 101,32 ,111,116,104,101,114,119,105,115,101,10 ,102,117,110,99 ,116,105,111,110,
1839 105,108,101,110,97 ,109,101,41 ,10 ,32 ,32 ,102,105,108,101,110,97 ,109,101,32 , 1837 32 ,102,115,95 ,108,117,97 ,46 ,105,115,95 ,108,117,97 ,40 ,102,105,108,101,110,
1840 61 ,32 ,102,105,108,101,110,97 ,109,101,58 ,103,115,117,98 ,40 ,91 ,91 ,37 ,92 , 1838 97 ,109,101,41 ,10 ,32 ,32 ,102,105,108,101,110,97 ,109,101,32 ,61 ,32 ,102,105,
1841 93 ,93 ,44 ,34 ,47 ,34 ,41 ,32 ,32 ,32 ,45 ,45 ,32 ,110,111,114,109,97 ,108,105, 1839 108,101,110,97 ,109,101,58 ,103,115,117,98 ,40 ,91 ,91 ,37 ,92 ,93 ,93 ,44 ,34 ,
1842 122,101,32 ,111,110,32 ,102,119,32 ,115,108,97 ,115,104,32 ,116,111,32 ,112,114, 1840 47 ,34 ,41 ,32 ,32 ,32 ,45 ,45 ,32 ,110,111,114,109,97 ,108,105,122,101,32 ,111,
1843 101,118,101,110,116,32 ,101,115,99 ,97 ,112,105,110,103,32 ,105,115,115,117,101, 1841 110,32 ,102,119,32 ,115,108,97 ,115,104,32 ,116,111,32 ,112,114,101,118,101,110,
1844 115,10 ,32 ,32 ,108,111,99 ,97 ,108,32 ,108,117,97 ,32 ,61 ,32 ,102,115,46 ,81 , 1842 116,32 ,101,115,99 ,97 ,112,105,110,103,32 ,105,115,115,117,101,115,10 ,32 ,32 ,
1845 40 ,99 ,102,103,46 ,118,97 ,114,105,97 ,98 ,108,101,115,46 ,76 ,85 ,65 ,41 ,32 , 1843 108,111,99 ,97 ,108,32 ,108,117,97 ,32 ,61 ,32 ,102,115,46 ,81 ,40 ,99 ,102,103,
1846 32 ,45 ,45 ,32 ,103,101,116,32 ,108,117,97 ,32 ,105,110,116,101,114,112,114,101, 1844 46 ,118,97 ,114,105,97 ,98 ,108,101,115,46 ,76 ,85 ,65 ,41 ,32 ,32 ,45 ,45 ,32 ,
1847 116,101,114,32 ,99 ,111,110,102,105,103,117,114,101,100,10 ,32 ,32 ,45 ,45 ,32 , 1845 103,101,116,32 ,108,117,97 ,32 ,105,110,116,101,114,112,114,101,116,101,114,32 ,
1848 101,120,101,99 ,117,116,101,32 ,111,110,32 ,99 ,111,110,102,105,103,117,114,101, 1846 99 ,111,110,102,105,103,117,114,101,100,10 ,32 ,32 ,45 ,45 ,32 ,101,120,101,99 ,
1849 100,32 ,105,110,116,101,114,112,114,101,116,101,114,44 ,32 ,109,105,103,104,116, 1847 117,116,101,32 ,111,110,32 ,99 ,111,110,102,105,103,117,114,101,100,32 ,105,110,
1850 32 ,110,111,116,32 ,98 ,101,32 ,116,104,101,32 ,115,97 ,109,101,32 ,97 ,115,32 , 1848 116,101,114,112,114,101,116,101,114,44 ,32 ,109,105,103,104,116,32 ,110,111,116,
1851 116,104,101,32 ,105,110,116,101,114,112,114,101,116,101,114,32 ,76 ,82 ,32 ,105, 1849 32 ,98 ,101,32 ,116,104,101,32 ,115,97 ,109,101,32 ,97 ,115,32 ,116,104,101,32 ,
1852 115,32 ,114,117,110,32 ,111,110,10 ,32 ,32 ,108,111,99 ,97 ,108,32 ,114,101,115, 1850 105,110,116,101,114,112,114,101,116,101,114,32 ,76 ,82 ,32 ,105,115,32 ,114,117,
1853 117,108,116,32 ,61 ,32 ,102,115,46 ,101,120,101,99 ,117,116,101,95 ,115,116,114, 1851 110,32 ,111,110,10 ,32 ,32 ,108,111,99 ,97 ,108,32 ,114,101,115,117,108,116,32 ,
1854 105,110,103,40 ,108,117,97 ,46 ,46 ,91 ,91 ,32 ,45 ,101,32 ,34 ,105,102,32 ,108, 1852 61 ,32 ,102,115,46 ,101,120,101,99 ,117,116,101,95 ,115,116,114,105,110,103,40 ,
1855 111,97 ,100,102,105,108,101,40 ,39 ,93 ,93 ,46 ,46 ,102,105,108,101,110,97 ,109, 1853 108,117,97 ,46 ,46 ,91 ,91 ,32 ,45 ,101,32 ,34 ,105,102,32 ,108,111,97 ,100,102,
1856 101,46 ,46 ,91 ,91 ,39 ,41 ,32 ,116,104,101,110,32 ,111,115,46 ,101,120,105,116, 1854 105,108,101,40 ,39 ,93 ,93 ,46 ,46 ,102,105,108,101,110,97 ,109,101,46 ,46 ,91 ,
1857 40 ,48 ,41 ,32 ,101,108,115,101,32 ,111,115,46 ,101,120,105,116,40 ,49 ,41 ,32 , 1855 91 ,39 ,41 ,32 ,116,104,101,110,32 ,111,115,46 ,101,120,105,116,40 ,48 ,41 ,32 ,
1858 101,110,100,34 ,93 ,93 ,41 ,10 ,32 ,32 ,114,101,116,117,114,110,32 ,40 ,114,101, 1856 101,108,115,101,32 ,111,115,46 ,101,120,105,116,40 ,49 ,41 ,32 ,101,110,100,34 ,
1859 115,117,108,116,32 ,61 ,61 ,32 ,116,114,117,101,41 ,10 ,101,110,100,10 ,10 ,45 , 1857 93 ,93 ,41 ,10 ,32 ,32 ,114,101,116,117,114,110,32 ,40 ,114,101,115,117,108,116,
1860 45 ,45 ,32 ,85 ,110,112,97 ,99 ,107,32 ,97 ,110,32 ,97 ,114,99 ,104,105,118,101, 1858 32 ,61 ,61 ,32 ,116,114,117,101,41 ,10 ,101,110,100,10 ,10 ,45 ,45 ,45 ,32 ,85 ,
1861 46 ,10 ,45 ,45 ,32 ,69 ,120,116,114,97 ,99 ,116,32 ,116,104,101,32 ,99 ,111,110, 1859 110,112,97 ,99 ,107,32 ,97 ,110,32 ,97 ,114,99 ,104,105,118,101,46 ,10 ,45 ,45 ,
1862 116,101,110,116,115,32 ,111,102,32 ,97 ,110,32 ,97 ,114,99 ,104,105,118,101,44 , 1860 32 ,69 ,120,116,114,97 ,99 ,116,32 ,116,104,101,32 ,99 ,111,110,116,101,110,116,
1863 32 ,100,101,116,101,99 ,116,105,110,103,32 ,105,116,115,32 ,102,111,114,109,97 , 1861 115,32 ,111,102,32 ,97 ,110,32 ,97 ,114,99 ,104,105,118,101,44 ,32 ,100,101,116,
1864 116,32 ,98 ,121,10 ,45 ,45 ,32 ,102,105,108,101,110,97 ,109,101,32 ,101,120,116, 1862 101,99 ,116,105,110,103,32 ,105,116,115,32 ,102,111,114,109,97 ,116,32 ,98 ,121,
1865 101,110,115,105,111,110,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,97 ,114, 1863 10 ,45 ,45 ,32 ,102,105,108,101,110,97 ,109,101,32 ,101,120,116,101,110,115,105,
1866 99 ,104,105,118,101,32 ,115,116,114,105,110,103,58 ,32 ,70 ,105,108,101,110,97 , 1864 111,110,46 ,10 ,45 ,45 ,32 ,64 ,112,97 ,114,97 ,109,32 ,97 ,114,99 ,104,105,118,
1867 109,101,32 ,111,102,32 ,97 ,114,99 ,104,105,118,101,46 ,10 ,45 ,45 ,32 ,64 ,114, 1865 101,32 ,115,116,114,105,110,103,58 ,32 ,70 ,105,108,101,110,97 ,109,101,32 ,111,
1868 101,116,117,114,110,32 ,98 ,111,111,108,101,97 ,110,32 ,111,114,32 ,40 ,98 ,111, 1866 102,32 ,97 ,114,99 ,104,105,118,101,46 ,10 ,45 ,45 ,32 ,64 ,114,101,116,117,114,
1869 111,108,101,97 ,110,44 ,32 ,115,116,114,105,110,103,41 ,58 ,32 ,116,114,117,101, 1867 110,32 ,98 ,111,111,108,101,97 ,110,32 ,111,114,32 ,40 ,98 ,111,111,108,101,97 ,
1870 32 ,111,110,32 ,115,117,99 ,99 ,101,115,115,44 ,32 ,102,97 ,108,115,101,32 ,97 , 1868 110,44 ,32 ,115,116,114,105,110,103,41 ,58 ,32 ,116,114,117,101,32 ,111,110,32 ,
1871 110,100,32 ,97 ,110,32 ,101,114,114,111,114,32 ,109,101,115,115,97 ,103,101,32 , 1869 115,117,99 ,99 ,101,115,115,44 ,32 ,102,97 ,108,115,101,32 ,97 ,110,100,32 ,97 ,
1872 111,110,32 ,102,97 ,105,108,117,114,101,46 ,10 ,102,117,110,99 ,116,105,111,110, 1870 110,32 ,101,114,114,111,114,32 ,109,101,115,115,97 ,103,101,32 ,111,110,32 ,102,
1873 32 ,102,115,95 ,108,117,97 ,46 ,117,110,112,97 ,99 ,107,95 ,97 ,114,99 ,104,105, 1871 97 ,105,108,117,114,101,46 ,10 ,102,117,110,99 ,116,105,111,110,32 ,102,115,95 ,
1874 118,101,40 ,97 ,114,99 ,104,105,118,101,41 ,10 ,32 ,32 ,32 ,97 ,115,115,101,114, 1872 108,117,97 ,46 ,117,110,112,97 ,99 ,107,95 ,97 ,114,99 ,104,105,118,101,40 ,97 ,
1875 116,40 ,116,121,112,101,40 ,97 ,114,99 ,104,105,118,101,41 ,32 ,61 ,61 ,32 ,34 , 1873 114,99 ,104,105,118,101,41 ,10 ,32 ,32 ,32 ,97 ,115,115,101,114,116,40 ,116,121,
1876 115,116,114,105,110,103,34 ,41 ,10 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,111, 1874 112,101,40 ,97 ,114,99 ,104,105,118,101,41 ,32 ,61 ,61 ,32 ,34 ,115,116,114,105,
1877 107,44 ,32 ,101,114,114,10 ,32 ,32 ,32 ,97 ,114,99 ,104,105,118,101,32 ,61 ,32 , 1875 110,103,34 ,41 ,10 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,111,107,44 ,32 ,101,
1878 102,115,46 ,97 ,98 ,115,111,108,117,116,101,95 ,110,97 ,109,101,40 ,97 ,114,99 , 1876 114,114,10 ,32 ,32 ,32 ,97 ,114,99 ,104,105,118,101,32 ,61 ,32 ,102,115,46 ,97 ,
1879 104,105,118,101,41 ,10 ,32 ,32 ,32 ,105,102,32 ,97 ,114,99 ,104,105,118,101,58 , 1877 98 ,115,111,108,117,116,101,95 ,110,97 ,109,101,40 ,97 ,114,99 ,104,105,118,101,
1880 109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,116,97 ,114,37 ,46 ,103,122,36 ,34 ,41 ,32 , 1878 41 ,10 ,32 ,32 ,32 ,105,102,32 ,97 ,114,99 ,104,105,118,101,58 ,109,97 ,116,99 ,
1881 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,97 ,114, 1879 104,40 ,34 ,37 ,46 ,116,97 ,114,37 ,46 ,103,122,36 ,34 ,41 ,32 ,116,104,101,110,
1882 95 ,102,105,108,101,110,97 ,109,101,32 ,61 ,32 ,97 ,114,99 ,104,105,118,101,58 , 1880 10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,97 ,114,95 ,102,105,108,
1883 103,115,117,98 ,40 ,34 ,37 ,46 ,103,122,36 ,34 ,44 ,32 ,34 ,34 ,41 ,10 ,32 ,32 , 1881 101,110,97 ,109,101,32 ,61 ,32 ,97 ,114,99 ,104,105,118,101,58 ,103,115,117,98 ,
1884 32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,103,117,110, 1882 40 ,34 ,37 ,46 ,103,122,36 ,34 ,44 ,32 ,34 ,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,
1885 122,105,112,40 ,97 ,114,99 ,104,105,118,101,44 ,32 ,116,97 ,114,95 ,102,105,108, 1883 111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,103,117,110,122,105,112,40 ,
1884 97 ,114,99 ,104,105,118,101,44 ,32 ,116,97 ,114,95 ,102,105,108,101,110,97 ,109,
1885 101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116,104,101,110,10 ,
1886 32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,116,
1887 97 ,114,46 ,117,110,116,97 ,114,40 ,116,97 ,114,95 ,102,105,108,101,110,97 ,109,
1888 101,44 ,32 ,34 ,46 ,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,
1889 32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,58 ,109,97 ,116,99 ,
1890 104,40 ,34 ,37 ,46 ,116,103,122,36 ,34 ,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,
1891 32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,97 ,114,95 ,102,105,108,101,110,97 ,109,
1892 101,32 ,61 ,32 ,97 ,114,99 ,104,105,118,101,58 ,103,115,117,98 ,40 ,34 ,37 ,46 ,
1893 116,103,122,36 ,34 ,44 ,32 ,34 ,46 ,116,97 ,114,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,
1894 32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,103,117,110,122,105,112,
1895 40 ,97 ,114,99 ,104,105,118,101,44 ,32 ,116,97 ,114,95 ,102,105,108,101,110,97 ,
1896 109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116,104,101,110,
1897 10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,
1898 116,97 ,114,46 ,117,110,116,97 ,114,40 ,116,97 ,114,95 ,102,105,108,101,110,97 ,
1899 109,101,44 ,32 ,34 ,46 ,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,100,10 ,32 ,
1900 32 ,32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,58 ,109,97 ,116,
1901 99 ,104,40 ,34 ,37 ,46 ,116,97 ,114,37 ,46 ,98 ,122,50 ,36 ,34 ,41 ,32 ,116,104,
1902 101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,97 ,114,95 ,102,
1903 105,108,101,110,97 ,109,101,32 ,61 ,32 ,97 ,114,99 ,104,105,118,101,58 ,103,115,
1904 117,98 ,40 ,34 ,37 ,46 ,98 ,122,50 ,36 ,34 ,44 ,32 ,34 ,34 ,41 ,10 ,32 ,32 ,32 ,
1905 32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,98 ,117,110,122,
1906 105,112,50 ,40 ,97 ,114,99 ,104,105,118,101,44 ,32 ,116,97 ,114,95 ,102,105,108,
1886 101,110,97 ,109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116, 1907 101,110,97 ,109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,116,
1887 104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114, 1908 104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,
1888 32 ,61 ,32 ,116,97 ,114,46 ,117,110,116,97 ,114,40 ,116,97 ,114,95 ,102,105,108, 1909 32 ,61 ,32 ,116,97 ,114,46 ,117,110,116,97 ,114,40 ,116,97 ,114,95 ,102,105,108,
1889 101,110,97 ,109,101,44 ,32 ,34 ,46 ,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110, 1910 101,110,97 ,109,101,44 ,32 ,34 ,46 ,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,110,
1890 100,10 ,32 ,32 ,32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,58 , 1911 100,10 ,32 ,32 ,32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,58 ,
1891 109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,116,103,122,36 ,34 ,41 ,32 ,116,104,101,110, 1912 109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,122,105,112,36 ,34 ,41 ,32 ,116,104,101,110,
1892 10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,97 ,114,95 ,102,105,108,
1893 101,110,97 ,109,101,32 ,61 ,32 ,97 ,114,99 ,104,105,118,101,58 ,103,115,117,98 ,
1894 40 ,34 ,37 ,46 ,116,103,122,36 ,34 ,44 ,32 ,34 ,46 ,116,97 ,114,34 ,41 ,10 ,32 ,
1895 32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,103,117,
1896 110,122,105,112,40 ,97 ,114,99 ,104,105,118,101,44 ,32 ,116,97 ,114,95 ,102,105,
1897 108,101,110,97 ,109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 ,111,107,32 ,
1898 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,
1899 114,32 ,61 ,32 ,116,97 ,114,46 ,117,110,116,97 ,114,40 ,116,97 ,114,95 ,102,105,
1900 108,101,110,97 ,109,101,44 ,32 ,34 ,46 ,34 ,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,101,
1901 110,100,10 ,32 ,32 ,32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,
1902 58 ,109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,116,97 ,114,37 ,46 ,98 ,122,50 ,36 ,34 ,
1903 41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,
1904 97 ,114,95 ,102,105,108,101,110,97 ,109,101,32 ,61 ,32 ,97 ,114,99 ,104,105,118,
1905 101,58 ,103,115,117,98 ,40 ,34 ,37 ,46 ,98 ,122,50 ,36 ,34 ,44 ,32 ,34 ,34 ,41 ,
1906 10 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 , 1913 10 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 ,32 ,102,115,46 ,
1907 98 ,117,110,122,105,112,50 ,40 ,97 ,114,99 ,104,105,118,101,44 ,32 ,116,97 ,114, 1914 117,110,122,105,112,40 ,97 ,114,99 ,104,105,118,101,41 ,10 ,32 ,32 ,32 ,101,108,
1908 95 ,102,105,108,101,110,97 ,109,101,41 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,105,102,32 , 1915 115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,58 ,109,97 ,116,99 ,104,40 ,34 ,
1909 111,107,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 , 1916 37 ,46 ,108,117,97 ,36 ,34 ,41 ,32 ,111,114,32 ,97 ,114,99 ,104,105,118,101,58 ,
1910 32 ,101,114,114,32 ,61 ,32 ,116,97 ,114,46 ,117,110,116,97 ,114,40 ,116,97 ,114, 1917 109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,99 ,36 ,34 ,41 ,32 ,116,104,101,110,10 ,32 ,
1911 95 ,102,105,108,101,110,97 ,109,101,44 ,32 ,34 ,46 ,34 ,41 ,10 ,32 ,32 ,32 ,32 , 1918 32 ,32 ,32 ,32 ,32 ,45 ,45 ,32 ,73 ,103,110,111,114,101,32 ,46 ,108,117,97 ,32 ,
1912 32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104, 1919 97 ,110,100,32 ,46 ,99 ,32 ,102,105,108,101,115,59 ,32 ,116,104,101,121,32 ,100,
1913 105,118,101,58 ,109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,122,105,112,36 ,34 ,41 ,32 , 1920 111,110,39 ,116,32 ,110,101,101,100,32 ,116,111,32 ,98 ,101,32 ,101,120,116,114,
1914 116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,111,107,44 ,32 ,101,114,114,32 ,61 , 1921 97 ,99 ,116,101,100,46 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,
1915 32 ,102,115,46 ,117,110,122,105,112,40 ,97 ,114,99 ,104,105,118,101,41 ,10 ,32 , 1922 116,114,117,101,10 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,
1916 32 ,32 ,101,108,115,101,105,102,32 ,97 ,114,99 ,104,105,118,101,58 ,109,97 ,116, 1923 101,116,117,114,110,32 ,102,97 ,108,115,101,44 ,32 ,34 ,67 ,111,117,108,100,110,
1917 99 ,104,40 ,34 ,37 ,46 ,108,117,97 ,36 ,34 ,41 ,32 ,111,114,32 ,97 ,114,99 ,104, 1924 39 ,116,32 ,101,120,116,114,97 ,99 ,116,32 ,97 ,114,99 ,104,105,118,101,32 ,34 ,
1918 105,118,101,58 ,109,97 ,116,99 ,104,40 ,34 ,37 ,46 ,99 ,36 ,34 ,41 ,32 ,116,104, 1925 46 ,46 ,97 ,114,99 ,104,105,118,101,46 ,46 ,34 ,58 ,32 ,117,110,114,101,99 ,111,
1919 101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,45 ,45 ,32 ,73 ,103,110,111,114,101,32 ,46 , 1926 103,110,105,122,101,100,32 ,102,105,108,101,110,97 ,109,101,32 ,101,120,116,101,
1920 108,117,97 ,32 ,97 ,110,100,32 ,46 ,99 ,32 ,102,105,108,101,115,59 ,32 ,116,104, 1927 110,115,105,111,110,34 ,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,32 ,105,102,32 ,
1921 101,121,32 ,100,111,110,39 ,116,32 ,110,101,101,100,32 ,116,111,32 ,98 ,101,32 , 1928 110,111,116,32 ,111,107,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,
1922 101,120,116,114,97 ,99 ,116,101,100,46 ,10 ,32 ,32 ,32 ,32 ,32 ,32 ,114,101,116, 1929 116,117,114,110,32 ,102,97 ,108,115,101,44 ,32 ,34 ,70 ,97 ,105,108,101,100,32 ,
1923 117,114,110,32 ,116,114,117,101,10 ,32 ,32 ,32 ,101,108,115,101,10 ,32 ,32 ,32 , 1930 101,120,116,114,97 ,99 ,116,105,110,103,32 ,34 ,46 ,46 ,97 ,114,99 ,104,105,118,
1924 32 ,32 ,32 ,114,101,116,117,114,110,32 ,102,97 ,108,115,101,44 ,32 ,34 ,67 ,111, 1931 101,46 ,46 ,34 ,58 ,32 ,34 ,46 ,46 ,101,114,114,10 ,32 ,32 ,32 ,101,110,100,10 ,
1925 117,108,100,110,39 ,116,32 ,101,120,116,114,97 ,99 ,116,32 ,97 ,114,99 ,104,105, 1932 32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,117,101,10 ,101,110,100,10 ,10 ,
1926 118,101,32 ,34 ,46 ,46 ,97 ,114,99 ,104,105,118,101,46 ,46 ,34 ,58 ,32 ,117,110, 1933 114,101,116,117,114,110,32 ,102,115,95 ,108,117,97 ,10 ,
1927 114,101,99 ,111,103,110,105,122,101,100,32 ,102,105,108,101,110,97 ,109,101,32 ,
1928 101,120,116,101,110,115,105,111,110,34 ,10 ,32 ,32 ,32 ,101,110,100,10 ,32 ,32 ,
1929 32 ,105,102,32 ,110,111,116,32 ,111,107,32 ,116,104,101,110,10 ,32 ,32 ,32 ,32 ,
1930 32 ,32 ,114,101,116,117,114,110,32 ,102,97 ,108,115,101,44 ,32 ,34 ,70 ,97 ,105,
1931 108,101,100,32 ,101,120,116,114,97 ,99 ,116,105,110,103,32 ,34 ,46 ,46 ,97 ,114,
1932 99 ,104,105,118,101,46 ,46 ,34 ,58 ,32 ,34 ,46 ,46 ,101,114,114,10 ,32 ,32 ,32 ,
1933 101,110,100,10 ,32 ,32 ,32 ,114,101,116,117,114,110,32 ,116,114,117,101,10 ,101,
1934 110,100,10 ,10 ,114,101,116,117,114,110,32 ,102,115,95 ,108,117,97 ,10 ,
1935}; 1934};
1936 1935
diff --git a/gen/main.h b/gen/main.h
index dfa9d106..83fd6e92 100644
--- a/gen/main.h
+++ b/gen/main.h
@@ -1,59 +1,68 @@
1/* automatically generated by bootstrap.tl */ 1/* automatically generated by bootstrap.tl */
2 2
3static const unsigned char luarocks_gen_main[] = { 3static const unsigned char luarocks_gen_main[] = {
4 10 ,45 ,45 ,32 ,76 ,111,97 ,100,32 ,99 ,102,103,32 ,102,105,114,115,116,32 ,115, 4 10 ,105,102,32 ,111,115,46 ,103,101,116,101,110,118,40 ,34 ,76 ,85 ,65 ,82 ,79 ,
5 111,32 ,116,104,97 ,116,32 ,116,104,101,32 ,108,111,97 ,100,101,114,32 ,107,110, 5 67 ,75 ,83 ,95 ,68 ,69 ,66 ,85 ,71 ,34 ,41 ,32 ,116,104,101,110,10 ,32 ,32 ,32 ,
6 111,119,115,32 ,105,116,32 ,105,115,32 ,114,117,110,110,105,110,103,32 ,105,110, 6 108,111,99 ,97 ,108,32 ,116,108,32 ,61 ,32 ,114,101,113,117,105,114,101,40 ,34 ,
7 115,105,100,101,32 ,76 ,117,97 ,82 ,111,99 ,107,115,10 ,108,111,99 ,97 ,108,32 , 7 116,108,34 ,41 ,10 ,32 ,32 ,32 ,116,108,46 ,112,97 ,116,104,32 ,61 ,32 ,34 ,46 ,
8 99 ,102,103,32 ,61 ,32 ,114,101,113,117,105,114,101,40 ,34 ,108,117,97 ,114,111, 8 47 ,115,114,99 ,47 ,63 ,46 ,116,108,34 ,10 ,32 ,32 ,32 ,116,108,46 ,108,111,97 ,
9 99 ,107,115,46 ,99 ,111,114,101,46 ,99 ,102,103,34 ,41 ,10 ,10 ,108,111,99 ,97 , 9 100,101,114,40 ,41 ,10 ,32 ,32 ,32 ,108,111,99 ,97 ,108,32 ,116,108,95 ,108,111,
10 108,32 ,108,111,97 ,100,101,114,32 ,61 ,32 ,114,101,113,117,105,114,101,40 ,34 , 10 97 ,100,101,114,32 ,61 ,32 ,116,97 ,98 ,108,101,46 ,114,101,109,111,118,101,40 ,
11 108,117,97 ,114,111,99 ,107,115,46 ,108,111,97 ,100,101,114,34 ,41 ,10 ,108,111, 11 112,97 ,99 ,107,97 ,103,101,46 ,115,101,97 ,114,99 ,104,101,114,115,44 ,32 ,50 ,
12 99 ,97 ,108,32 ,99 ,109,100,32 ,61 ,32 ,114,101,113,117,105,114,101,40 ,34 ,108, 12 41 ,10 ,32 ,32 ,32 ,116,97 ,98 ,108,101,46 ,105,110,115,101,114,116,40 ,112,97 ,
13 117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,34 ,41 ,10 ,10 ,108,111,99 ,97 ,108, 13 99 ,107,97 ,103,101,46 ,115,101,97 ,114,99 ,104,101,114,115,44 ,32 ,49 ,44 ,32 ,
14 32 ,100,101,115,99 ,114,105,112,116,105,111,110,32 ,61 ,32 ,34 ,76 ,117,97 ,82 , 14 116,108,95 ,108,111,97 ,100,101,114,41 ,10 ,101,110,100,10 ,10 ,45 ,45 ,32 ,76 ,
15 111,99 ,107,115,32 ,109,97 ,105,110,32 ,99 ,111,109,109,97 ,110,100,45 ,108,105, 15 111,97 ,100,32 ,99 ,102,103,32 ,102,105,114,115,116,32 ,115,111,32 ,116,104,97 ,
16 110,101,32 ,105,110,116,101,114,102,97 ,99 ,101,34 ,10 ,10 ,108,111,99 ,97 ,108, 16 116,32 ,116,104,101,32 ,108,111,97 ,100,101,114,32 ,107,110,111,119,115,32 ,105,
17 32 ,99 ,111,109,109,97 ,110,100,115,32 ,61 ,32 ,123,10 ,32 ,32 ,32 ,105,110,105, 17 116,32 ,105,115,32 ,114,117,110,110,105,110,103,32 ,105,110,115,105,100,101,32 ,
18 116,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,105,110, 18 76 ,117,97 ,82 ,111,99 ,107,115,10 ,10 ,108,111,99 ,97 ,108,32 ,99 ,102,103,32 ,
19 105,116,34 ,44 ,10 ,32 ,32 ,32 ,112,97 ,99 ,107,32 ,61 ,32 ,34 ,108,117,97 ,114, 19 61 ,32 ,114,101,113,117,105,114,101,40 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,
20 111,99 ,107,115,46 ,99 ,109,100,46 ,112,97 ,99 ,107,34 ,44 ,10 ,32 ,32 ,32 ,117, 20 99 ,111,114,101,46 ,99 ,102,103,34 ,41 ,10 ,10 ,108,111,99 ,97 ,108,32 ,99 ,109,
21 110,112,97 ,99 ,107,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109, 21 100,32 ,61 ,32 ,114,101,113,117,105,114,101,40 ,34 ,108,117,97 ,114,111,99 ,107,
22 100,46 ,117,110,112,97 ,99 ,107,34 ,44 ,10 ,32 ,32 ,32 ,98 ,117,105,108,100,32 , 22 115,46 ,99 ,109,100,34 ,41 ,10 ,10 ,108,111,99 ,97 ,108,32 ,100,101,115,99 ,114,
23 61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,98 ,117,105,108, 23 105,112,116,105,111,110,32 ,61 ,32 ,34 ,76 ,117,97 ,82 ,111,99 ,107,115,32 ,109,
24 100,34 ,44 ,10 ,32 ,32 ,32 ,105,110,115,116,97 ,108,108,32 ,61 ,32 ,34 ,108,117, 24 97 ,105,110,32 ,99 ,111,109,109,97 ,110,100,45 ,108,105,110,101,32 ,105,110,116,
25 97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,105,110,115,116,97 ,108,108,34 ,44 , 25 101,114,102,97 ,99 ,101,34 ,10 ,10 ,108,111,99 ,97 ,108,32 ,99 ,111,109,109,97 ,
26 10 ,32 ,32 ,32 ,115,101,97 ,114,99 ,104,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 , 26 110,100,115,32 ,61 ,32 ,123,10 ,32 ,32 ,32 ,105,110,105,116,32 ,61 ,32 ,34 ,108,
27 107,115,46 ,99 ,109,100,46 ,115,101,97 ,114,99 ,104,34 ,44 ,10 ,32 ,32 ,32 ,108, 27 117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,105,110,105,116,34 ,44 ,10 ,32 ,
28 105,115,116,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 , 28 32 ,32 ,112,97 ,99 ,107,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,
29 108,105,115,116,34 ,44 ,10 ,32 ,32 ,32 ,114,101,109,111,118,101,32 ,61 ,32 ,34 , 29 109,100,46 ,112,97 ,99 ,107,34 ,44 ,10 ,32 ,32 ,32 ,117,110,112,97 ,99 ,107,32 ,
30 108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,114,101,109,111,118,101,34 , 30 61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,117,110,112,97 ,
31 44 ,10 ,32 ,32 ,32 ,109,97 ,107,101,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107, 31 99 ,107,34 ,44 ,10 ,32 ,32 ,32 ,98 ,117,105,108,100,32 ,61 ,32 ,34 ,108,117,97 ,
32 115,46 ,99 ,109,100,46 ,109,97 ,107,101,34 ,44 ,10 ,32 ,32 ,32 ,100,111,119,110, 32 114,111,99 ,107,115,46 ,99 ,109,100,46 ,98 ,117,105,108,100,34 ,44 ,10 ,32 ,32 ,
33 108,111,97 ,100,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100, 33 32 ,105,110,115,116,97 ,108,108,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,
34 46 ,100,111,119,110,108,111,97 ,100,34 ,44 ,10 ,32 ,32 ,32 ,112,97 ,116,104,32 , 34 46 ,99 ,109,100,46 ,105,110,115,116,97 ,108,108,34 ,44 ,10 ,32 ,32 ,32 ,115,101,
35 61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,112,97 ,116,104, 35 97 ,114,99 ,104,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,
36 34 ,44 ,10 ,32 ,32 ,32 ,115,104,111,119,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 , 36 46 ,115,101,97 ,114,99 ,104,34 ,44 ,10 ,32 ,32 ,32 ,108,105,115,116,32 ,61 ,32 ,
37 107,115,46 ,99 ,109,100,46 ,115,104,111,119,34 ,44 ,10 ,32 ,32 ,32 ,110,101,119, 37 34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,108,105,115,116,34 ,44 ,
38 95 ,118,101,114,115,105,111,110,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115, 38 10 ,32 ,32 ,32 ,114,101,109,111,118,101,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,
39 46 ,99 ,109,100,46 ,110,101,119,95 ,118,101,114,115,105,111,110,34 ,44 ,10 ,32 , 39 107,115,46 ,99 ,109,100,46 ,114,101,109,111,118,101,34 ,44 ,10 ,32 ,32 ,32 ,109,
40 32 ,32 ,108,105,110,116,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 , 40 97 ,107,101,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,
41 109,100,46 ,108,105,110,116,34 ,44 ,10 ,32 ,32 ,32 ,119,114,105,116,101,95 ,114, 41 109,97 ,107,101,34 ,44 ,10 ,32 ,32 ,32 ,100,111,119,110,108,111,97 ,100,32 ,61 ,
42 111,99 ,107,115,112,101,99 ,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 , 42 32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,100,111,119,110,108,
43 99 ,109,100,46 ,119,114,105,116,101,95 ,114,111,99 ,107,115,112,101,99 ,34 ,44 , 43 111,97 ,100,34 ,44 ,10 ,32 ,32 ,32 ,112,97 ,116,104,32 ,61 ,32 ,34 ,108,117,97 ,
44 10 ,32 ,32 ,32 ,112,117,114,103,101,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107, 44 114,111,99 ,107,115,46 ,99 ,109,100,46 ,112,97 ,116,104,34 ,44 ,10 ,32 ,32 ,32 ,
45 115,46 ,99 ,109,100,46 ,112,117,114,103,101,34 ,44 ,10 ,32 ,32 ,32 ,100,111,99 , 45 115,104,111,119,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,
46 32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,100,111,99 , 46 46 ,115,104,111,119,34 ,44 ,10 ,32 ,32 ,32 ,110,101,119,95 ,118,101,114,115,105,
47 34 ,44 ,10 ,32 ,32 ,32 ,117,112,108,111,97 ,100,32 ,61 ,32 ,34 ,108,117,97 ,114, 47 111,110,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,110,
48 111,99 ,107,115,46 ,99 ,109,100,46 ,117,112,108,111,97 ,100,34 ,44 ,10 ,32 ,32 , 48 101,119,95 ,118,101,114,115,105,111,110,34 ,44 ,10 ,32 ,32 ,32 ,108,105,110,116,
49 32 ,99 ,111,110,102,105,103,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 , 49 32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,108,105,110,
50 99 ,109,100,46 ,99 ,111,110,102,105,103,34 ,44 ,10 ,32 ,32 ,32 ,119,104,105,99 , 50 116,34 ,44 ,10 ,32 ,32 ,32 ,119,114,105,116,101,95 ,114,111,99 ,107,115,112,101,
51 104,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,119,104, 51 99 ,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,119,114,
52 105,99 ,104,34 ,44 ,10 ,32 ,32 ,32 ,116,101,115,116,32 ,61 ,32 ,34 ,108,117,97 , 52 105,116,101,95 ,114,111,99 ,107,115,112,101,99 ,34 ,44 ,10 ,32 ,32 ,32 ,112,117,
53 114,111,99 ,107,115,46 ,99 ,109,100,46 ,116,101,115,116,34 ,44 ,10 ,125,10 ,10 , 53 114,103,101,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,
54 99 ,109,100,46 ,114,117,110,95 ,99 ,111,109,109,97 ,110,100,40 ,100,101,115,99 , 54 112,117,114,103,101,34 ,44 ,10 ,32 ,32 ,32 ,100,111,99 ,32 ,61 ,32 ,34 ,108,117,
55 114,105,112,116,105,111,110,44 ,32 ,99 ,111,109,109,97 ,110,100,115,44 ,32 ,34 , 55 97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,100,111,99 ,34 ,44 ,10 ,32 ,32 ,32 ,
56 108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,101,120,116,101,114,110,97 , 56 117,112,108,111,97 ,100,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,
57 108,34 ,44 ,32 ,46 ,46 ,46 ,41 ,10 , 57 109,100,46 ,117,112,108,111,97 ,100,34 ,44 ,10 ,32 ,32 ,32 ,99 ,111,110,102,105,
58 103,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,99 ,111,
59 110,102,105,103,34 ,44 ,10 ,32 ,32 ,32 ,119,104,105,99 ,104,32 ,61 ,32 ,34 ,108,
60 117,97 ,114,111,99 ,107,115,46 ,99 ,109,100,46 ,119,104,105,99 ,104,34 ,44 ,10 ,
61 32 ,32 ,32 ,116,101,115,116,32 ,61 ,32 ,34 ,108,117,97 ,114,111,99 ,107,115,46 ,
62 99 ,109,100,46 ,116,101,115,116,34 ,44 ,10 ,125,10 ,10 ,99 ,109,100,46 ,114,117,
63 110,95 ,99 ,111,109,109,97 ,110,100,40 ,100,101,115,99 ,114,105,112,116,105,111,
64 110,44 ,32 ,99 ,111,109,109,97 ,110,100,115,44 ,32 ,34 ,108,117,97 ,114,111,99 ,
65 107,115,46 ,99 ,109,100,46 ,101,120,116,101,114,110,97 ,108,34 ,44 ,32 ,46 ,46 ,
66 46 ,41 ,10 ,
58}; 67};
59 68