add `log-max-level'

As suggested by Tobias Hammer
This commit is contained in:
Matthew Flatt 2012-02-26 22:05:50 -05:00
parent 2d7b97ece9
commit 188c6fdc66
6 changed files with 362 additions and 315 deletions

View File

@ -119,6 +119,16 @@ The result of this function can change if a garbage collection
determines that a log receiver is no longer accessible (and therefore
that any event information it receives will never become accessible).}
@defproc[(log-max-level [logger logger?])
(or/c #f 'fatal 'error 'warning 'info 'debug)]{
Similar to @racket[log-level?], but reports the maximum level of logging for
which @racket[log-level?] on @racket[logger] returns @racket[#t]. The
result is @racket[#f] if @racket[log-level?] with @racket[logger]
currently returns @racket[#f] for all levels.}
@deftogether[(
@defform[(log-fatal string-expr)]
@defform[(log-error string-expr)]

View File

@ -31,12 +31,14 @@
lrs))])
(test #t logger? l)
(test 'test logger-name l)
(test #f log-max-level l)
(test-level #f l 'fatal)
(test-level #f l 'error)
(test-level #f l 'warning)
(test-level #f l 'info)
(test-level #f l 'debug)
(let ([lr (make-log-receiver l 'warning)])
(test 'warning log-max-level l)
(test-level #t l 'fatal lr)
(test-level #t l 'error lr)
(test-level #t l 'warning lr)
@ -55,7 +57,10 @@
(test-level #t sub-l 'warning lr)
(test-level #f sub-l 'info lr)
(test-level #f sub-l 'debug lr)
(test 'warning log-max-level sub-l)
(let ([lr2 (make-log-receiver sub-l 'info)])
(test 'info log-max-level sub-l)
(test 'warning log-max-level l)
(test-level #t l 'fatal lr)
(test-level #t l 'error lr)
(test-level #t l 'warning lr)

View File

@ -1,24 +1,24 @@
{
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,50,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,51,0,0,0,1,0,0,10,0,13,0,18,
0,25,0,30,0,33,0,46,0,53,0,58,0,62,0,66,0,73,0,82,0,
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,55,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,51,0,0,0,1,0,0,10,0,13,0,26,
0,31,0,38,0,41,0,48,0,55,0,59,0,64,0,68,0,73,0,82,0,
85,0,91,0,105,0,119,0,122,0,128,0,132,0,134,0,145,0,147,0,161,
0,168,0,190,0,192,0,206,0,17,1,46,1,57,1,68,1,93,1,126,1,
159,1,218,1,17,2,95,2,150,2,155,2,175,2,68,3,88,3,140,3,206,
3,95,4,237,4,34,5,45,5,124,5,0,0,83,7,0,0,69,35,37,109,
105,110,45,115,116,120,29,11,11,64,119,104,101,110,66,100,101,102,105,110,101,
64,99,111,110,100,62,111,114,72,112,97,114,97,109,101,116,101,114,105,122,101,
66,108,101,116,114,101,99,64,108,101,116,42,63,108,101,116,63,97,110,100,66,
117,110,108,101,115,115,68,104,101,114,101,45,115,116,120,29,11,11,65,113,117,
105,110,45,115,116,120,29,11,11,72,112,97,114,97,109,101,116,101,114,105,122,
101,64,99,111,110,100,66,108,101,116,114,101,99,62,111,114,66,117,110,108,101,
115,115,66,100,101,102,105,110,101,63,97,110,100,64,108,101,116,42,63,108,101,
116,64,119,104,101,110,68,104,101,114,101,45,115,116,120,29,11,11,65,113,117,
111,116,101,29,94,2,15,68,35,37,107,101,114,110,101,108,11,29,94,2,15,
68,35,37,112,97,114,97,109,122,11,62,105,102,65,98,101,103,105,110,63,115,
116,120,61,115,70,108,101,116,45,118,97,108,117,101,115,61,120,73,108,101,116,
114,101,99,45,118,97,108,117,101,115,66,108,97,109,98,100,97,1,20,112,97,
114,97,109,101,116,101,114,105,122,97,116,105,111,110,45,107,101,121,61,118,73,
100,101,102,105,110,101,45,118,97,108,117,101,115,97,36,11,8,240,73,77,0,
0,95,159,2,17,36,36,159,2,16,36,36,159,2,16,36,36,16,20,2,3,
2,2,2,4,2,2,2,5,2,2,2,6,2,2,2,7,2,2,2,8,2,
2,2,9,2,2,2,10,2,2,2,11,2,2,2,12,2,2,97,37,11,8,
0,95,159,2,17,36,36,159,2,16,36,36,159,2,16,36,36,16,20,2,10,
2,2,2,4,2,2,2,3,2,2,2,6,2,2,2,7,2,2,2,8,2,
2,2,9,2,2,2,5,2,2,2,11,2,2,2,12,2,2,97,37,11,8,
240,73,77,0,0,93,159,2,16,36,37,16,2,2,13,161,2,2,37,2,13,
2,2,2,13,96,38,11,8,240,73,77,0,0,16,0,96,11,11,8,240,73,
77,0,0,16,0,18,98,64,104,101,114,101,13,16,5,36,2,14,2,2,11,
@ -28,7 +28,7 @@
98,199,249,22,73,2,19,248,22,100,201,12,27,248,22,75,248,22,156,4,196,
28,248,22,81,193,20,14,159,37,36,37,28,248,22,81,248,22,75,194,248,22,
74,193,249,22,149,4,80,158,39,36,251,22,83,2,18,248,22,74,199,249,22,
73,2,11,248,22,75,201,11,18,100,10,13,16,5,36,2,14,2,2,11,11,
73,2,9,248,22,75,201,11,18,100,10,13,16,5,36,2,14,2,2,11,11,
8,32,8,31,8,30,8,29,16,4,11,11,2,20,3,1,8,101,110,118,49,
53,49,56,51,16,4,11,11,2,21,3,1,8,101,110,118,49,53,49,56,52,
27,248,22,75,248,22,156,4,196,28,248,22,81,193,20,14,159,37,36,37,28,
@ -51,7 +51,7 @@
163,8,36,37,47,11,9,222,33,43,248,22,156,4,248,22,74,201,248,22,75,
198,27,248,22,75,248,22,156,4,196,27,248,22,156,4,248,22,74,195,249,22,
149,4,80,158,40,36,28,248,22,81,195,250,22,84,2,22,9,248,22,75,199,
250,22,83,2,10,248,22,83,248,22,74,199,250,22,84,2,9,248,22,75,201,
250,22,83,2,11,248,22,83,248,22,74,199,250,22,84,2,10,248,22,75,201,
248,22,75,202,27,248,22,75,248,22,156,4,23,197,1,27,249,22,1,22,87,
249,22,2,22,156,4,248,22,156,4,248,22,74,199,248,22,176,4,249,22,149,
4,80,158,41,36,251,22,83,1,22,119,105,116,104,45,99,111,110,116,105,110,
@ -62,10 +62,10 @@
75,204,27,248,22,75,248,22,156,4,196,28,248,22,81,193,20,14,159,37,36,
37,249,22,149,4,80,158,39,36,27,248,22,156,4,248,22,74,197,28,249,22,
140,9,62,61,62,248,22,150,4,248,22,98,196,250,22,83,2,22,248,22,83,
249,22,83,21,93,2,27,248,22,74,199,250,22,84,2,5,249,22,83,2,27,
249,22,83,21,93,2,27,248,22,74,199,250,22,84,2,4,249,22,83,2,27,
249,22,83,248,22,107,203,2,27,248,22,75,202,251,22,83,2,18,28,249,22,
140,9,248,22,150,4,248,22,74,200,64,101,108,115,101,10,248,22,74,197,250,
22,84,2,22,9,248,22,75,200,249,22,73,2,5,248,22,75,202,99,13,16,
22,84,2,22,9,248,22,75,200,249,22,73,2,4,248,22,75,202,99,13,16,
5,36,2,14,2,2,11,11,8,32,8,31,8,30,8,29,16,4,11,11,2,
20,3,1,8,101,110,118,49,53,50,48,57,16,4,11,11,2,21,3,1,8,
101,110,118,49,53,50,49,48,18,158,94,10,64,118,111,105,100,8,48,27,248,
@ -81,25 +81,25 @@
1,2,13,37,11,11,11,16,0,16,0,16,0,36,36,11,12,11,11,16,0,
16,0,16,0,36,36,16,11,16,5,11,20,15,16,2,20,14,159,36,36,37,
80,158,36,36,36,20,113,159,36,16,1,2,13,16,1,33,33,10,16,5,2,
12,88,163,8,36,37,53,37,9,223,0,33,34,36,20,113,159,36,16,1,2,
13,16,0,11,16,5,2,3,88,163,8,36,37,53,37,9,223,0,33,35,36,
20,113,159,36,16,1,2,13,16,0,11,16,5,2,11,88,163,8,36,37,53,
7,88,163,8,36,37,53,37,9,223,0,33,34,36,20,113,159,36,16,1,2,
13,16,0,11,16,5,2,12,88,163,8,36,37,53,37,9,223,0,33,35,36,
20,113,159,36,16,1,2,13,16,0,11,16,5,2,9,88,163,8,36,37,53,
37,9,223,0,33,36,36,20,113,159,36,16,1,2,13,16,1,33,37,11,16,
5,2,6,88,163,8,36,37,56,37,9,223,0,33,38,36,20,113,159,36,16,
1,2,13,16,1,33,39,11,16,5,2,10,88,163,8,36,37,58,37,9,223,
0,33,42,36,20,113,159,36,16,1,2,13,16,0,11,16,5,2,8,88,163,
1,2,13,16,1,33,39,11,16,5,2,11,88,163,8,36,37,58,37,9,223,
0,33,42,36,20,113,159,36,16,1,2,13,16,0,11,16,5,2,5,88,163,
8,36,37,53,37,9,223,0,33,44,36,20,113,159,36,16,1,2,13,16,0,
11,16,5,2,9,88,163,8,36,37,54,37,9,223,0,33,45,36,20,113,159,
36,16,1,2,13,16,0,11,16,5,2,7,88,163,8,36,37,56,37,9,223,
0,33,46,36,20,113,159,36,16,1,2,13,16,0,11,16,5,2,5,88,163,
11,16,5,2,10,88,163,8,36,37,54,37,9,223,0,33,45,36,20,113,159,
36,16,1,2,13,16,0,11,16,5,2,3,88,163,8,36,37,56,37,9,223,
0,33,46,36,20,113,159,36,16,1,2,13,16,0,11,16,5,2,4,88,163,
8,36,37,58,37,9,223,0,33,47,36,20,113,159,36,16,1,2,13,16,1,
33,49,11,16,5,2,4,88,163,8,36,37,54,37,9,223,0,33,50,36,20,
33,49,11,16,5,2,8,88,163,8,36,37,54,37,9,223,0,33,50,36,20,
113,159,36,16,1,2,13,16,0,11,16,0,94,2,16,2,17,93,2,16,9,
9,36,0};
EVAL_ONE_SIZED_STR((char *)expr, 2018);
}
{
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,50,0,0,0,0,0,0,0,0,0,0,0,
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,55,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,109,0,0,0,1,0,0,8,0,21,0,26,
0,43,0,65,0,94,0,109,0,127,0,139,0,155,0,169,0,191,0,207,0,
224,0,246,0,1,1,7,1,16,1,23,1,30,1,42,1,58,1,82,1,114,
@ -151,184 +151,184 @@
32,114,111,111,116,32,112,97,116,104,58,32,6,11,11,80,76,84,67,79,76,
76,69,67,84,83,69,97,100,100,111,110,45,100,105,114,6,8,8,99,111,108,
108,101,99,116,115,27,20,13,159,80,159,37,52,37,250,80,159,40,53,37,249,
22,27,11,80,159,42,52,37,22,130,14,10,248,22,129,6,23,196,2,28,248,
22,27,11,80,159,42,52,37,22,131,14,10,248,22,129,6,23,196,2,28,248,
22,189,6,23,194,2,12,86,94,248,22,148,9,23,194,1,27,20,13,159,80,
159,38,52,37,250,80,159,41,53,37,249,22,27,11,80,159,43,52,37,22,130,
159,38,52,37,250,80,159,41,53,37,249,22,27,11,80,159,43,52,37,22,131,
14,10,248,22,129,6,23,197,2,28,248,22,189,6,23,194,2,12,86,94,248,
22,148,9,23,194,1,27,20,13,159,80,159,39,52,37,250,80,159,42,53,37,
249,22,27,11,80,159,44,52,37,22,130,14,10,248,22,129,6,23,198,2,28,
249,22,27,11,80,159,44,52,37,22,131,14,10,248,22,129,6,23,198,2,28,
248,22,189,6,23,194,2,12,86,94,248,22,148,9,23,194,1,248,80,159,40,
8,32,39,197,28,248,22,81,23,195,2,9,27,248,22,74,23,196,2,27,28,
248,22,180,14,23,195,2,23,194,1,28,248,22,179,14,23,195,2,249,22,181,
14,23,196,1,250,80,159,43,39,39,248,22,132,15,2,32,11,10,250,80,159,
41,39,39,248,22,132,15,2,32,23,197,1,10,28,23,193,2,249,22,73,248,
22,183,14,249,22,181,14,23,198,1,247,22,133,15,27,248,22,75,23,200,1,
28,248,22,81,23,194,2,9,27,248,22,74,23,195,2,27,28,248,22,180,14,
23,195,2,23,194,1,28,248,22,179,14,23,195,2,249,22,181,14,23,196,1,
250,80,159,48,39,39,248,22,132,15,2,32,11,10,250,80,159,46,39,39,248,
22,132,15,2,32,23,197,1,10,28,23,193,2,249,22,73,248,22,183,14,249,
22,181,14,23,198,1,247,22,133,15,248,80,159,46,8,31,39,248,22,75,23,
248,22,181,14,23,195,2,23,194,1,28,248,22,180,14,23,195,2,249,22,182,
14,23,196,1,250,80,159,43,39,39,248,22,133,15,2,32,11,10,250,80,159,
41,39,39,248,22,133,15,2,32,23,197,1,10,28,23,193,2,249,22,73,248,
22,184,14,249,22,182,14,23,198,1,247,22,134,15,27,248,22,75,23,200,1,
28,248,22,81,23,194,2,9,27,248,22,74,23,195,2,27,28,248,22,181,14,
23,195,2,23,194,1,28,248,22,180,14,23,195,2,249,22,182,14,23,196,1,
250,80,159,48,39,39,248,22,133,15,2,32,11,10,250,80,159,46,39,39,248,
22,133,15,2,32,23,197,1,10,28,23,193,2,249,22,73,248,22,184,14,249,
22,182,14,23,198,1,247,22,134,15,248,80,159,46,8,31,39,248,22,75,23,
199,1,86,94,23,193,1,248,80,159,44,8,31,39,248,22,75,23,197,1,86,
94,23,193,1,27,248,22,75,23,198,1,28,248,22,81,23,194,2,9,27,248,
22,74,23,195,2,27,28,248,22,180,14,23,195,2,23,194,1,28,248,22,179,
14,23,195,2,249,22,181,14,23,196,1,250,80,159,46,39,39,248,22,132,15,
2,32,11,10,250,80,159,44,39,39,248,22,132,15,2,32,23,197,1,10,28,
23,193,2,249,22,73,248,22,183,14,249,22,181,14,23,198,1,247,22,133,15,
22,74,23,195,2,27,28,248,22,181,14,23,195,2,23,194,1,28,248,22,180,
14,23,195,2,249,22,182,14,23,196,1,250,80,159,46,39,39,248,22,133,15,
2,32,11,10,250,80,159,44,39,39,248,22,133,15,2,32,23,197,1,10,28,
23,193,2,249,22,73,248,22,184,14,249,22,182,14,23,198,1,247,22,134,15,
248,80,159,44,8,31,39,248,22,75,23,199,1,248,80,159,42,8,31,39,248,
22,75,196,28,248,22,81,23,195,2,9,27,248,22,74,23,196,2,27,28,248,
22,180,14,23,195,2,23,194,1,28,248,22,179,14,23,195,2,249,22,181,14,
23,196,1,250,80,159,43,39,39,248,22,132,15,2,32,11,10,250,80,159,41,
39,39,248,22,132,15,2,32,23,197,1,10,28,23,193,2,249,22,73,248,22,
183,14,249,22,181,14,23,198,1,247,22,133,15,248,80,159,41,8,30,39,248,
22,181,14,23,195,2,23,194,1,28,248,22,180,14,23,195,2,249,22,182,14,
23,196,1,250,80,159,43,39,39,248,22,133,15,2,32,11,10,250,80,159,41,
39,39,248,22,133,15,2,32,23,197,1,10,28,23,193,2,249,22,73,248,22,
184,14,249,22,182,14,23,198,1,247,22,134,15,248,80,159,41,8,30,39,248,
22,75,23,200,1,248,80,159,39,8,30,39,248,22,75,197,28,248,22,81,23,
195,2,9,27,248,22,74,23,196,2,27,28,248,22,180,14,23,195,2,23,194,
1,28,248,22,179,14,23,195,2,249,22,181,14,23,196,1,250,80,159,43,39,
39,248,22,132,15,2,32,11,10,250,80,159,41,39,39,248,22,132,15,2,32,
23,197,1,10,28,23,193,2,249,22,73,248,22,183,14,249,22,181,14,23,198,
1,247,22,133,15,248,80,159,41,8,29,39,248,22,75,23,200,1,248,80,159,
39,8,29,39,248,22,75,197,27,248,22,156,14,23,195,2,28,23,193,2,192,
86,94,23,193,1,28,248,22,130,7,23,195,2,27,248,22,178,14,195,28,192,
192,248,22,179,14,195,11,86,94,28,28,248,22,157,14,23,195,2,10,28,248,
22,156,14,23,195,2,10,28,248,22,130,7,23,195,2,28,248,22,178,14,23,
195,2,10,248,22,179,14,23,195,2,11,12,250,22,176,9,76,110,111,114,109,
195,2,9,27,248,22,74,23,196,2,27,28,248,22,181,14,23,195,2,23,194,
1,28,248,22,180,14,23,195,2,249,22,182,14,23,196,1,250,80,159,43,39,
39,248,22,133,15,2,32,11,10,250,80,159,41,39,39,248,22,133,15,2,32,
23,197,1,10,28,23,193,2,249,22,73,248,22,184,14,249,22,182,14,23,198,
1,247,22,134,15,248,80,159,41,8,29,39,248,22,75,23,200,1,248,80,159,
39,8,29,39,248,22,75,197,27,248,22,157,14,23,195,2,28,23,193,2,192,
86,94,23,193,1,28,248,22,130,7,23,195,2,27,248,22,179,14,195,28,192,
192,248,22,180,14,195,11,86,94,28,28,248,22,158,14,23,195,2,10,28,248,
22,157,14,23,195,2,10,28,248,22,130,7,23,195,2,28,248,22,179,14,23,
195,2,10,248,22,180,14,23,195,2,11,12,250,22,176,9,76,110,111,114,109,
97,108,45,112,97,116,104,45,99,97,115,101,2,33,23,197,2,28,28,248,22,
157,14,23,195,2,249,22,140,9,248,22,158,14,23,197,2,2,34,249,22,140,
158,14,23,195,2,249,22,140,9,248,22,159,14,23,197,2,2,34,249,22,140,
9,247,22,152,8,2,34,27,28,248,22,130,7,23,196,2,23,195,2,248,22,
142,8,248,22,161,14,23,197,2,28,249,22,148,15,0,21,35,114,120,34,94,
142,8,248,22,162,14,23,197,2,28,249,22,149,15,0,21,35,114,120,34,94,
91,92,92,93,91,92,92,93,91,63,93,91,92,92,93,34,23,195,2,28,248,
22,130,7,195,248,22,164,14,195,194,27,248,22,169,7,23,195,1,249,22,165,
14,248,22,145,8,250,22,156,15,0,6,35,114,120,34,47,34,28,249,22,148,
22,130,7,195,248,22,165,14,195,194,27,248,22,169,7,23,195,1,249,22,166,
14,248,22,145,8,250,22,157,15,0,6,35,114,120,34,47,34,28,249,22,149,
15,0,22,35,114,120,34,91,47,92,92,93,91,46,32,93,43,91,47,92,92,
93,42,36,34,23,201,2,23,199,1,250,22,156,15,0,19,35,114,120,34,91,
93,42,36,34,23,201,2,23,199,1,250,22,157,15,0,19,35,114,120,34,91,
32,46,93,43,40,91,47,92,92,93,42,41,36,34,23,202,1,6,2,2,92,
49,80,159,44,37,38,2,34,28,248,22,130,7,194,248,22,164,14,194,193,32,
49,80,159,44,37,38,2,34,28,248,22,130,7,194,248,22,165,14,194,193,32,
56,88,163,8,36,39,53,11,70,102,111,117,110,100,45,101,120,101,99,222,33,
59,32,57,88,163,8,36,40,58,11,64,110,101,120,116,222,33,58,27,248,22,
182,14,23,196,2,28,249,22,142,9,23,195,2,23,197,1,11,28,248,22,178,
14,23,194,2,27,249,22,174,14,23,197,1,23,196,1,28,23,197,2,90,159,
39,11,89,161,39,36,11,248,22,177,14,23,197,2,86,95,23,195,1,23,194,
1,27,28,23,202,2,27,248,22,182,14,23,199,2,28,249,22,142,9,23,195,
2,23,200,2,11,28,248,22,178,14,23,194,2,250,2,56,23,205,2,23,206,
2,249,22,174,14,23,200,2,23,198,1,250,2,56,23,205,2,23,206,2,23,
196,1,11,28,23,193,2,192,86,94,23,193,1,27,28,248,22,156,14,23,196,
2,27,249,22,174,14,23,198,2,23,205,2,28,28,248,22,169,14,193,10,248,
22,168,14,193,192,11,11,28,23,193,2,192,86,94,23,193,1,28,23,203,2,
11,27,248,22,182,14,23,200,2,28,249,22,142,9,23,195,2,23,201,1,11,
28,248,22,178,14,23,194,2,250,2,56,23,206,1,23,207,1,249,22,174,14,
183,14,23,196,2,28,249,22,142,9,23,195,2,23,197,1,11,28,248,22,179,
14,23,194,2,27,249,22,175,14,23,197,1,23,196,1,28,23,197,2,90,159,
39,11,89,161,39,36,11,248,22,178,14,23,197,2,86,95,23,195,1,23,194,
1,27,28,23,202,2,27,248,22,183,14,23,199,2,28,249,22,142,9,23,195,
2,23,200,2,11,28,248,22,179,14,23,194,2,250,2,56,23,205,2,23,206,
2,249,22,175,14,23,200,2,23,198,1,250,2,56,23,205,2,23,206,2,23,
196,1,11,28,23,193,2,192,86,94,23,193,1,27,28,248,22,157,14,23,196,
2,27,249,22,175,14,23,198,2,23,205,2,28,28,248,22,170,14,193,10,248,
22,169,14,193,192,11,11,28,23,193,2,192,86,94,23,193,1,28,23,203,2,
11,27,248,22,183,14,23,200,2,28,249,22,142,9,23,195,2,23,201,1,11,
28,248,22,179,14,23,194,2,250,2,56,23,206,1,23,207,1,249,22,175,14,
23,201,1,23,198,1,250,2,56,205,206,195,192,86,94,23,194,1,28,23,196,
2,90,159,39,11,89,161,39,36,11,248,22,177,14,23,197,2,86,95,23,195,
1,23,194,1,27,28,23,201,2,27,248,22,182,14,23,199,2,28,249,22,142,
9,23,195,2,23,200,2,11,28,248,22,178,14,23,194,2,250,2,56,23,204,
2,23,205,2,249,22,174,14,23,200,2,23,198,1,250,2,56,23,204,2,23,
205,2,23,196,1,11,28,23,193,2,192,86,94,23,193,1,27,28,248,22,156,
14,23,196,2,27,249,22,174,14,23,198,2,23,204,2,28,28,248,22,169,14,
193,10,248,22,168,14,193,192,11,11,28,23,193,2,192,86,94,23,193,1,28,
23,202,2,11,27,248,22,182,14,23,200,2,28,249,22,142,9,23,195,2,23,
201,1,11,28,248,22,178,14,23,194,2,250,2,56,23,205,1,23,206,1,249,
22,174,14,23,201,1,23,198,1,250,2,56,204,205,195,192,28,23,193,2,90,
159,39,11,89,161,39,36,11,248,22,177,14,23,199,2,86,95,23,195,1,23,
2,90,159,39,11,89,161,39,36,11,248,22,178,14,23,197,2,86,95,23,195,
1,23,194,1,27,28,23,201,2,27,248,22,183,14,23,199,2,28,249,22,142,
9,23,195,2,23,200,2,11,28,248,22,179,14,23,194,2,250,2,56,23,204,
2,23,205,2,249,22,175,14,23,200,2,23,198,1,250,2,56,23,204,2,23,
205,2,23,196,1,11,28,23,193,2,192,86,94,23,193,1,27,28,248,22,157,
14,23,196,2,27,249,22,175,14,23,198,2,23,204,2,28,28,248,22,170,14,
193,10,248,22,169,14,193,192,11,11,28,23,193,2,192,86,94,23,193,1,28,
23,202,2,11,27,248,22,183,14,23,200,2,28,249,22,142,9,23,195,2,23,
201,1,11,28,248,22,179,14,23,194,2,250,2,56,23,205,1,23,206,1,249,
22,175,14,23,201,1,23,198,1,250,2,56,204,205,195,192,28,23,193,2,90,
159,39,11,89,161,39,36,11,248,22,178,14,23,199,2,86,95,23,195,1,23,
194,1,27,28,23,198,2,251,2,57,23,198,2,23,203,2,23,201,2,23,202,
2,11,28,23,193,2,192,86,94,23,193,1,27,28,248,22,156,14,195,27,249,
22,174,14,197,200,28,28,248,22,169,14,193,10,248,22,168,14,193,192,11,11,
2,11,28,23,193,2,192,86,94,23,193,1,27,28,248,22,157,14,195,27,249,
22,175,14,197,200,28,28,248,22,170,14,193,10,248,22,169,14,193,192,11,11,
28,192,192,28,198,11,251,2,57,198,203,201,202,194,32,60,88,163,8,36,40,
58,11,2,31,222,33,61,28,248,22,81,23,197,2,11,27,248,22,181,14,248,
22,74,23,199,2,27,249,22,174,14,23,196,1,23,197,2,28,248,22,168,14,
58,11,2,31,222,33,61,28,248,22,81,23,197,2,11,27,248,22,182,14,248,
22,74,23,199,2,27,249,22,175,14,23,196,1,23,197,2,28,248,22,169,14,
23,194,2,250,2,56,198,199,195,86,94,23,193,1,27,248,22,75,23,200,1,
28,248,22,81,23,194,2,11,27,248,22,181,14,248,22,74,23,196,2,27,249,
22,174,14,23,196,1,23,200,2,28,248,22,168,14,23,194,2,250,2,56,201,
28,248,22,81,23,194,2,11,27,248,22,182,14,248,22,74,23,196,2,27,249,
22,175,14,23,196,1,23,200,2,28,248,22,169,14,23,194,2,250,2,56,201,
202,195,86,94,23,193,1,27,248,22,75,23,197,1,28,248,22,81,23,194,2,
11,27,248,22,181,14,248,22,74,195,27,249,22,174,14,23,196,1,202,28,248,
22,168,14,193,250,2,56,204,205,195,251,2,60,204,205,206,248,22,75,199,86,
95,28,28,248,22,156,14,23,195,2,10,28,248,22,130,7,23,195,2,28,248,
22,178,14,23,195,2,10,248,22,179,14,23,195,2,11,12,250,22,176,9,2,
11,27,248,22,182,14,248,22,74,195,27,249,22,175,14,23,196,1,202,28,248,
22,169,14,193,250,2,56,204,205,195,251,2,60,204,205,206,248,22,75,199,86,
95,28,28,248,22,157,14,23,195,2,10,28,248,22,130,7,23,195,2,28,248,
22,179,14,23,195,2,10,248,22,180,14,23,195,2,11,12,250,22,176,9,2,
5,6,25,25,112,97,116,104,32,111,114,32,115,116,114,105,110,103,32,40,115,
97,110,115,32,110,117,108,41,23,197,2,28,28,23,195,2,28,28,248,22,156,
14,23,196,2,10,28,248,22,130,7,23,196,2,28,248,22,178,14,23,196,2,
10,248,22,179,14,23,196,2,11,248,22,178,14,23,196,2,11,10,12,250,22,
97,110,115,32,110,117,108,41,23,197,2,28,28,23,195,2,28,28,248,22,157,
14,23,196,2,10,28,248,22,130,7,23,196,2,28,248,22,179,14,23,196,2,
10,248,22,180,14,23,196,2,11,248,22,179,14,23,196,2,11,10,12,250,22,
176,9,2,5,6,29,29,35,102,32,111,114,32,114,101,108,97,116,105,118,101,
32,112,97,116,104,32,111,114,32,115,116,114,105,110,103,23,198,2,28,28,248,
22,178,14,23,195,2,90,159,39,11,89,161,39,36,11,248,22,177,14,23,198,
22,179,14,23,195,2,90,159,39,11,89,161,39,36,11,248,22,178,14,23,198,
2,249,22,140,9,194,2,35,11,27,248,22,150,8,6,4,4,80,65,84,72,
27,28,23,194,2,27,249,80,158,41,40,23,197,1,9,28,249,22,140,9,247,
22,152,8,2,34,249,22,73,248,22,165,14,5,1,46,194,192,86,94,23,194,
1,9,28,248,22,81,23,194,2,11,27,248,22,181,14,248,22,74,23,196,2,
27,249,22,174,14,23,196,1,23,200,2,28,248,22,168,14,23,194,2,250,2,
22,152,8,2,34,249,22,73,248,22,166,14,5,1,46,194,192,86,94,23,194,
1,9,28,248,22,81,23,194,2,11,27,248,22,182,14,248,22,74,23,196,2,
27,249,22,175,14,23,196,1,23,200,2,28,248,22,169,14,23,194,2,250,2,
56,201,202,195,86,94,23,193,1,27,248,22,75,23,197,1,28,248,22,81,23,
194,2,11,27,248,22,181,14,248,22,74,23,196,2,27,249,22,174,14,23,196,
1,23,203,2,28,248,22,168,14,23,194,2,250,2,56,204,205,195,86,94,23,
193,1,27,248,22,75,23,197,1,28,248,22,81,23,194,2,11,27,248,22,181,
14,248,22,74,195,27,249,22,174,14,23,196,1,205,28,248,22,168,14,193,250,
194,2,11,27,248,22,182,14,248,22,74,23,196,2,27,249,22,175,14,23,196,
1,23,203,2,28,248,22,169,14,23,194,2,250,2,56,204,205,195,86,94,23,
193,1,27,248,22,75,23,197,1,28,248,22,81,23,194,2,11,27,248,22,182,
14,248,22,74,195,27,249,22,175,14,23,196,1,205,28,248,22,169,14,193,250,
2,56,23,15,23,16,195,251,2,60,23,15,23,16,23,17,248,22,75,199,27,
248,22,181,14,23,196,1,28,248,22,168,14,193,250,2,56,198,199,195,11,250,
248,22,182,14,23,196,1,28,248,22,169,14,193,250,2,56,198,199,195,11,250,
80,159,39,39,39,196,197,11,250,80,159,39,39,39,196,11,11,32,65,88,163,
8,36,39,57,11,2,31,222,33,67,0,8,35,114,120,35,34,92,34,34,27,
249,22,144,15,23,197,2,23,198,2,28,23,193,2,86,94,23,196,1,27,248,
22,98,23,195,2,27,27,248,22,107,23,197,1,27,249,22,144,15,23,201,2,
249,22,145,15,23,197,2,23,198,2,28,23,193,2,86,94,23,196,1,27,248,
22,98,23,195,2,27,27,248,22,107,23,197,1,27,249,22,145,15,23,201,2,
23,196,2,28,23,193,2,86,94,23,194,1,27,248,22,98,23,195,2,27,250,
2,65,23,203,2,23,204,1,248,22,107,23,199,1,28,249,22,191,7,23,196,
2,2,36,249,22,87,23,202,2,194,249,22,73,248,22,165,14,28,249,22,140,
9,247,22,152,8,2,34,250,22,156,15,2,66,23,200,1,2,36,23,197,1,
2,2,36,249,22,87,23,202,2,194,249,22,73,248,22,166,14,28,249,22,140,
9,247,22,152,8,2,34,250,22,157,15,2,66,23,200,1,2,36,23,197,1,
194,86,95,23,199,1,23,193,1,28,249,22,191,7,23,196,2,2,36,249,22,
87,23,200,2,9,249,22,73,248,22,165,14,28,249,22,140,9,247,22,152,8,
2,34,250,22,156,15,2,66,23,200,1,2,36,23,197,1,9,28,249,22,191,
87,23,200,2,9,249,22,73,248,22,166,14,28,249,22,140,9,247,22,152,8,
2,34,250,22,157,15,2,66,23,200,1,2,36,23,197,1,9,28,249,22,191,
7,23,196,2,2,36,249,22,87,197,194,86,94,23,196,1,249,22,73,248,22,
165,14,28,249,22,140,9,247,22,152,8,2,34,250,22,156,15,2,66,23,200,
166,14,28,249,22,140,9,247,22,152,8,2,34,250,22,157,15,2,66,23,200,
1,2,36,23,197,1,194,86,94,23,193,1,28,249,22,191,7,23,198,2,2,
36,249,22,87,195,9,86,94,23,194,1,249,22,73,248,22,165,14,28,249,22,
140,9,247,22,152,8,2,34,250,22,156,15,2,66,23,202,1,2,36,23,199,
36,249,22,87,195,9,86,94,23,194,1,249,22,73,248,22,166,14,28,249,22,
140,9,247,22,152,8,2,34,250,22,157,15,2,66,23,202,1,2,36,23,199,
1,9,86,95,28,28,248,22,183,7,194,10,248,22,130,7,194,12,250,22,176,
9,2,6,6,21,21,98,121,116,101,32,115,116,114,105,110,103,32,111,114,32,
115,116,114,105,110,103,196,28,28,248,22,82,195,249,22,4,22,156,14,196,11,
115,116,114,105,110,103,196,28,28,248,22,82,195,249,22,4,22,157,14,196,11,
12,250,22,176,9,2,6,6,13,13,108,105,115,116,32,111,102,32,112,97,116,
104,115,197,250,2,65,197,195,28,248,22,130,7,197,248,22,144,8,197,196,86,
94,28,28,248,22,156,14,23,195,2,10,28,248,22,130,7,23,195,2,28,248,
22,178,14,23,195,2,10,248,22,179,14,23,195,2,11,12,250,22,176,9,23,
196,2,2,37,23,197,2,28,248,22,178,14,23,195,2,12,248,22,170,12,249,
22,173,11,248,22,159,7,250,22,178,7,2,38,23,200,1,23,201,1,247,22,
23,86,94,28,28,248,22,156,14,23,195,2,10,28,248,22,130,7,23,195,2,
28,248,22,178,14,23,195,2,10,248,22,179,14,23,195,2,11,12,250,22,176,
9,23,196,2,2,37,23,197,2,28,248,22,178,14,23,195,2,12,248,22,170,
12,249,22,173,11,248,22,159,7,250,22,178,7,2,38,23,200,1,23,201,1,
247,22,23,86,94,86,94,28,28,248,22,156,14,23,195,2,10,28,248,22,130,
7,23,195,2,28,248,22,178,14,23,195,2,10,248,22,179,14,23,195,2,11,
12,250,22,176,9,195,2,37,23,197,2,28,248,22,178,14,23,195,2,12,248,
22,170,12,249,22,173,11,248,22,159,7,250,22,178,7,2,38,199,23,201,1,
94,28,28,248,22,157,14,23,195,2,10,28,248,22,130,7,23,195,2,28,248,
22,179,14,23,195,2,10,248,22,180,14,23,195,2,11,12,250,22,176,9,23,
196,2,2,37,23,197,2,28,248,22,179,14,23,195,2,12,248,22,171,12,249,
22,174,11,248,22,159,7,250,22,178,7,2,38,23,200,1,23,201,1,247,22,
23,86,94,28,28,248,22,157,14,23,195,2,10,28,248,22,130,7,23,195,2,
28,248,22,179,14,23,195,2,10,248,22,180,14,23,195,2,11,12,250,22,176,
9,23,196,2,2,37,23,197,2,28,248,22,179,14,23,195,2,12,248,22,171,
12,249,22,174,11,248,22,159,7,250,22,178,7,2,38,23,200,1,23,201,1,
247,22,23,86,94,86,94,28,28,248,22,157,14,23,195,2,10,28,248,22,130,
7,23,195,2,28,248,22,179,14,23,195,2,10,248,22,180,14,23,195,2,11,
12,250,22,176,9,195,2,37,23,197,2,28,248,22,179,14,23,195,2,12,248,
22,171,12,249,22,174,11,248,22,159,7,250,22,178,7,2,38,199,23,201,1,
247,22,23,249,22,3,88,163,8,36,37,50,11,9,223,2,33,70,196,28,28,
248,22,0,194,249,22,44,195,37,11,12,250,22,176,9,195,2,39,196,86,94,
28,28,248,22,156,14,23,194,2,10,28,248,22,130,7,23,194,2,28,248,22,
178,14,23,194,2,10,248,22,179,14,23,194,2,11,12,250,22,176,9,2,10,
2,37,23,196,2,28,248,22,178,14,23,194,2,12,248,22,170,12,249,22,173,
28,28,248,22,157,14,23,194,2,10,28,248,22,130,7,23,194,2,28,248,22,
179,14,23,194,2,10,248,22,180,14,23,194,2,11,12,250,22,176,9,2,10,
2,37,23,196,2,28,248,22,179,14,23,194,2,12,248,22,171,12,249,22,174,
11,248,22,159,7,250,22,178,7,2,38,2,10,23,200,1,247,22,23,86,95,
86,94,86,94,28,28,248,22,156,14,195,10,28,248,22,130,7,195,28,248,22,
178,14,195,10,248,22,179,14,195,11,12,250,22,176,9,2,10,2,37,197,28,
248,22,178,14,195,12,248,22,170,12,249,22,173,11,248,22,159,7,250,22,178,
86,94,86,94,28,28,248,22,157,14,195,10,28,248,22,130,7,195,28,248,22,
179,14,195,10,248,22,180,14,195,11,12,250,22,176,9,2,10,2,37,197,28,
248,22,179,14,195,12,248,22,171,12,249,22,174,11,248,22,159,7,250,22,178,
7,2,38,2,10,201,247,22,23,249,22,3,32,0,88,163,8,36,37,49,11,
9,222,33,73,197,28,28,248,22,0,194,249,22,44,195,37,11,12,250,22,176,
9,2,10,2,39,196,251,80,158,40,45,197,198,199,11,86,94,28,28,248,22,
156,14,23,194,2,10,28,248,22,130,7,23,194,2,28,248,22,178,14,23,194,
2,10,248,22,179,14,23,194,2,11,12,250,22,176,9,2,12,2,37,23,196,
2,28,248,22,178,14,23,194,2,12,248,22,170,12,249,22,173,11,248,22,159,
157,14,23,194,2,10,28,248,22,130,7,23,194,2,28,248,22,179,14,23,194,
2,10,248,22,180,14,23,194,2,11,12,250,22,176,9,2,12,2,37,23,196,
2,28,248,22,179,14,23,194,2,12,248,22,171,12,249,22,174,11,248,22,159,
7,250,22,178,7,2,38,2,12,23,200,1,247,22,23,86,96,86,94,28,28,
248,22,156,14,195,10,28,248,22,130,7,195,28,248,22,178,14,195,10,248,22,
179,14,195,11,12,250,22,176,9,2,12,2,37,197,28,248,22,178,14,195,12,
248,22,170,12,249,22,173,11,248,22,159,7,250,22,178,7,2,38,2,12,201,
247,22,23,86,94,86,94,28,28,248,22,156,14,196,10,28,248,22,130,7,196,
28,248,22,178,14,196,10,248,22,179,14,196,11,12,250,22,176,9,2,12,2,
37,198,28,248,22,178,14,196,12,248,22,170,12,249,22,173,11,248,22,159,7,
248,22,157,14,195,10,28,248,22,130,7,195,28,248,22,179,14,195,10,248,22,
180,14,195,11,12,250,22,176,9,2,12,2,37,197,28,248,22,179,14,195,12,
248,22,171,12,249,22,174,11,248,22,159,7,250,22,178,7,2,38,2,12,201,
247,22,23,86,94,86,94,28,28,248,22,157,14,196,10,28,248,22,130,7,196,
28,248,22,179,14,196,10,248,22,180,14,196,11,12,250,22,176,9,2,12,2,
37,198,28,248,22,179,14,196,12,248,22,171,12,249,22,174,11,248,22,159,7,
250,22,178,7,2,38,2,12,202,247,22,23,249,22,3,32,0,88,163,8,36,
37,49,11,9,222,33,75,198,28,28,248,22,0,194,249,22,44,195,37,11,12,
250,22,176,9,2,12,2,39,196,251,80,158,40,45,197,199,200,198,0,6,45,
105,110,102,46,48,27,248,22,132,15,2,40,27,28,248,22,179,14,23,195,2,
105,110,102,46,48,27,248,22,133,15,2,40,27,28,248,22,180,14,23,195,2,
193,20,13,159,80,159,38,52,37,250,80,159,41,53,37,249,22,27,11,80,159,
43,52,37,22,133,15,248,22,132,15,68,111,114,105,103,45,100,105,114,27,248,
22,132,15,2,32,250,80,159,42,39,39,23,196,1,23,198,1,11,28,192,250,
22,174,14,195,6,6,6,99,111,110,102,105,103,6,10,10,108,105,110,107,115,
46,114,107,116,100,11,86,94,27,247,22,131,10,28,249,22,188,9,23,195,2,
2,41,251,22,191,9,23,197,1,2,41,250,22,178,7,2,42,28,23,202,1,
80,159,46,47,38,80,159,46,50,38,248,22,165,11,23,205,1,247,22,23,12,
248,193,247,22,133,2,2,77,86,95,27,247,22,131,10,28,249,22,188,9,23,
195,2,2,41,251,22,191,9,23,197,1,2,41,250,22,178,7,2,42,28,202,
80,159,47,47,38,80,159,47,50,38,248,22,165,11,23,206,1,247,22,23,12,
43,52,37,22,134,15,248,22,133,15,68,111,114,105,103,45,100,105,114,27,248,
22,133,15,2,32,250,80,159,42,39,39,23,196,1,23,198,1,11,28,192,250,
22,175,14,195,6,6,6,99,111,110,102,105,103,6,10,10,108,105,110,107,115,
46,114,107,116,100,11,86,94,27,247,22,132,10,28,249,22,188,9,23,195,2,
2,41,251,22,128,10,23,197,1,2,41,250,22,178,7,2,42,28,23,202,1,
80,159,46,47,38,80,159,46,50,38,248,22,166,11,23,205,1,247,22,23,12,
248,193,247,22,133,2,2,77,86,95,27,247,22,132,10,28,249,22,188,9,23,
195,2,2,41,251,22,128,10,23,197,1,2,41,250,22,178,7,2,42,28,202,
80,159,47,47,38,80,159,47,50,38,248,22,166,11,23,206,1,247,22,23,12,
28,192,28,194,86,94,20,18,159,11,80,158,39,48,247,22,133,2,20,18,159,
11,80,158,39,49,192,86,94,20,18,159,11,80,158,39,54,247,22,133,2,20,
18,159,11,80,158,39,55,192,12,248,194,247,22,133,2,20,20,94,248,22,129,
@ -338,62 +338,62 @@
23,194,2,28,28,249,22,184,3,38,248,22,86,23,196,2,10,249,22,184,3,
39,248,22,86,23,196,2,28,28,248,22,130,7,248,22,74,23,195,2,10,249,
22,140,9,64,114,111,111,116,248,22,74,23,196,2,28,27,248,22,98,194,28,
248,22,156,14,23,194,2,10,28,248,22,130,7,23,194,2,28,248,22,178,14,
23,194,2,10,248,22,179,14,23,194,1,11,27,248,22,81,248,22,100,195,28,
192,192,248,22,157,15,248,22,107,195,11,11,11,11,250,22,151,2,196,197,249,
22,73,197,200,28,28,248,22,81,248,22,100,23,197,2,10,249,22,148,15,248,
22,107,23,198,2,247,22,148,8,27,248,22,183,14,249,22,181,14,248,22,98,
248,22,157,14,23,194,2,10,28,248,22,130,7,23,194,2,28,248,22,179,14,
23,194,2,10,248,22,180,14,23,194,1,11,27,248,22,81,248,22,100,195,28,
192,192,248,22,158,15,248,22,107,195,11,11,11,11,250,22,151,2,196,197,249,
22,73,197,200,28,28,248,22,81,248,22,100,23,197,2,10,249,22,149,15,248,
22,107,23,198,2,247,22,148,8,27,248,22,184,14,249,22,182,14,248,22,98,
23,200,2,23,198,1,28,248,22,58,248,22,74,23,198,2,86,94,23,196,1,
86,94,28,250,22,153,2,196,11,11,12,250,22,151,2,196,11,9,249,22,157,
2,195,88,163,8,36,38,50,11,9,224,3,2,33,85,27,248,22,61,248,22,
74,23,199,1,250,22,151,2,23,198,2,23,196,2,249,22,73,248,22,125,23,
200,1,250,22,153,2,23,203,1,23,201,1,9,12,250,22,151,2,195,196,248,
22,88,198,20,13,159,80,159,37,57,37,88,163,36,37,54,8,240,0,72,0,
0,9,225,1,0,2,33,79,27,250,22,191,14,28,23,197,2,80,159,41,47,
0,9,225,1,0,2,33,79,27,250,22,128,15,28,23,197,2,80,159,41,47,
38,80,159,41,50,38,11,32,0,88,163,8,36,36,41,11,9,222,33,80,28,
249,22,186,3,23,195,2,28,23,196,2,80,158,40,49,80,158,40,55,20,13,
159,80,159,38,57,37,20,20,94,88,163,36,37,55,8,240,0,120,12,0,9,
226,2,1,3,0,33,81,23,196,1,20,13,159,80,159,38,52,37,26,29,80,
159,8,31,53,37,249,22,27,11,80,159,8,33,52,37,22,190,13,10,22,191,
13,10,22,128,14,10,22,131,14,10,22,130,14,10,22,132,14,10,22,129,14,
10,22,133,14,10,22,134,14,10,22,135,14,10,22,136,14,10,22,137,14,10,
22,138,14,11,22,188,13,11,27,249,22,172,5,28,196,80,159,41,47,38,80,
159,8,31,53,37,249,22,27,11,80,159,8,33,52,37,22,191,13,10,22,128,
14,10,22,129,14,10,22,132,14,10,22,131,14,10,22,133,14,10,22,130,14,
10,22,134,14,10,22,135,14,10,22,136,14,10,22,137,14,10,22,138,14,10,
22,139,14,11,22,189,13,11,27,249,22,172,5,28,196,80,159,41,47,38,80,
159,41,50,38,66,98,105,110,97,114,121,27,250,22,40,22,31,88,163,8,36,
36,44,11,9,223,4,33,82,20,20,94,88,163,36,36,43,11,9,223,4,33,
83,23,197,1,86,94,28,28,248,22,82,23,194,2,249,22,4,32,0,88,163,
8,36,37,45,11,9,222,33,84,23,195,2,11,12,248,22,173,9,6,18,18,
105,108,108,45,102,111,114,109,101,100,32,99,111,110,116,101,110,116,27,247,22,
133,2,27,90,159,39,11,89,161,39,36,11,248,22,177,14,28,201,80,159,46,
133,2,27,90,159,39,11,89,161,39,36,11,248,22,178,14,28,201,80,159,46,
47,38,80,159,46,50,38,192,86,96,249,22,3,20,20,94,88,163,8,36,37,
54,11,9,224,2,3,33,86,23,195,1,23,197,1,249,22,157,2,195,88,163,
8,36,38,48,11,9,223,3,33,87,28,197,86,94,20,18,159,11,80,158,42,
48,193,20,18,159,11,80,158,42,49,196,86,94,20,18,159,11,80,158,42,54,
193,20,18,159,11,80,158,42,55,196,193,28,193,80,158,38,48,80,158,38,54,
248,22,9,88,163,8,32,37,8,40,8,240,0,120,47,0,9,224,1,2,33,
248,22,8,88,163,8,32,37,8,40,8,240,0,120,47,0,9,224,1,2,33,
88,0,7,35,114,120,34,47,43,34,28,248,22,130,7,23,195,2,27,249,22,
146,15,2,90,196,28,192,28,249,22,184,3,248,22,97,195,248,22,174,3,248,
147,15,2,90,196,28,192,28,249,22,184,3,248,22,97,195,248,22,174,3,248,
22,133,7,198,249,22,7,250,22,152,7,199,36,248,22,97,198,197,249,22,7,
250,22,152,7,199,36,248,22,97,198,249,22,73,249,22,152,7,200,248,22,99,
199,199,249,22,7,196,197,90,159,39,11,89,161,39,36,11,248,22,177,14,23,
199,199,249,22,7,196,197,90,159,39,11,89,161,39,36,11,248,22,178,14,23,
198,1,86,94,23,195,1,28,249,22,140,9,23,195,2,2,35,249,22,7,195,
199,27,249,22,73,23,197,1,23,201,1,28,248,22,130,7,23,195,2,27,249,
22,146,15,2,90,196,28,192,28,249,22,184,3,248,22,97,195,248,22,174,3,
22,147,15,2,90,196,28,192,28,249,22,184,3,248,22,97,195,248,22,174,3,
248,22,133,7,198,249,22,7,250,22,152,7,199,36,248,22,97,198,195,249,22,
7,250,22,152,7,199,36,248,22,97,198,249,22,73,249,22,152,7,200,248,22,
99,199,197,249,22,7,196,195,90,159,39,11,89,161,39,36,11,248,22,177,14,
99,199,197,249,22,7,196,195,90,159,39,11,89,161,39,36,11,248,22,178,14,
23,198,1,28,249,22,140,9,194,2,35,249,22,7,195,197,249,80,159,45,58,
39,194,249,22,73,197,199,32,92,88,163,36,43,8,34,11,65,99,108,111,111,
112,222,33,97,32,93,88,163,8,36,37,55,11,2,31,222,33,94,28,248,22,
81,248,22,75,23,195,2,248,22,83,27,248,22,74,23,196,1,28,248,22,156,
14,23,194,2,248,22,160,14,23,194,1,192,250,22,84,27,248,22,74,23,198,
2,28,248,22,156,14,23,194,2,248,22,160,14,23,194,1,192,2,44,27,248,
81,248,22,75,23,195,2,248,22,83,27,248,22,74,23,196,1,28,248,22,157,
14,23,194,2,248,22,161,14,23,194,1,192,250,22,84,27,248,22,74,23,198,
2,28,248,22,157,14,23,194,2,248,22,161,14,23,194,1,192,2,44,27,248,
22,75,23,198,1,28,248,22,81,248,22,75,23,195,2,248,22,83,27,248,22,
74,23,196,1,28,248,22,156,14,23,194,2,248,22,160,14,23,194,1,192,250,
22,84,27,248,22,74,23,198,2,28,248,22,156,14,23,194,2,248,22,160,14,
74,23,196,1,28,248,22,157,14,23,194,2,248,22,161,14,23,194,1,192,250,
22,84,27,248,22,74,23,198,2,28,248,22,157,14,23,194,2,248,22,161,14,
23,194,1,192,2,44,27,248,22,75,23,198,1,28,248,22,81,248,22,75,23,
195,2,248,22,83,27,248,22,74,23,196,1,28,248,22,156,14,23,194,2,248,
22,160,14,23,194,1,192,250,22,84,27,248,22,74,23,198,2,28,248,22,156,
14,23,194,2,248,22,160,14,23,194,1,192,2,44,248,2,93,248,22,75,23,
195,2,248,22,83,27,248,22,74,23,196,1,28,248,22,157,14,23,194,2,248,
22,161,14,23,194,1,192,250,22,84,27,248,22,74,23,198,2,28,248,22,157,
14,23,194,2,248,22,161,14,23,194,1,192,2,44,248,2,93,248,22,75,23,
198,1,32,95,88,163,8,36,38,57,11,66,102,105,108,116,101,114,222,33,96,
28,248,22,81,23,195,2,9,28,248,23,194,2,248,22,74,23,196,2,249,22,
73,248,22,74,23,197,2,27,248,22,75,23,198,1,28,248,22,81,23,194,2,
@ -429,29 +429,29 @@
27,248,22,75,23,195,1,28,248,22,81,23,194,2,9,28,248,23,197,2,248,
22,74,23,195,2,249,22,73,248,22,74,23,196,2,249,2,95,23,200,1,248,
22,75,23,198,1,249,2,95,197,248,22,75,195,28,248,22,81,23,199,2,86,
94,23,198,1,28,23,199,2,28,196,249,22,174,14,200,198,198,27,28,248,22,
94,23,198,1,28,23,199,2,28,196,249,22,175,14,200,198,198,27,28,248,22,
81,23,197,2,2,43,249,22,1,22,153,7,248,2,93,23,199,2,248,23,198,
1,251,22,178,7,6,40,40,99,111,108,108,101,99,116,105,111,110,32,110,111,
116,32,102,111,117,110,100,58,32,126,115,32,105,110,32,97,110,121,32,111,102,
58,32,126,115,126,97,28,248,22,81,23,202,1,28,248,22,156,14,23,201,2,
248,22,160,14,23,201,1,23,200,1,250,22,153,7,28,248,22,156,14,23,204,
2,248,22,160,14,23,204,1,23,203,1,2,44,23,201,2,28,248,22,81,23,
200,2,9,28,248,22,156,14,248,22,74,23,201,2,249,22,73,248,22,74,23,
202,2,27,248,22,75,23,203,2,28,248,22,81,23,194,2,9,28,248,22,156,
58,32,126,115,126,97,28,248,22,81,23,202,1,28,248,22,157,14,23,201,2,
248,22,161,14,23,201,1,23,200,1,250,22,153,7,28,248,22,157,14,23,204,
2,248,22,161,14,23,204,1,23,203,1,2,44,23,201,2,28,248,22,81,23,
200,2,9,28,248,22,157,14,248,22,74,23,201,2,249,22,73,248,22,74,23,
202,2,27,248,22,75,23,203,2,28,248,22,81,23,194,2,9,28,248,22,157,
14,248,22,74,23,195,2,249,22,73,248,22,74,23,196,2,27,248,22,75,23,
197,1,28,248,22,81,23,194,2,9,28,248,22,156,14,248,22,74,23,195,2,
249,22,73,248,22,74,23,196,2,249,2,95,22,156,14,248,22,75,23,198,1,
249,2,95,22,156,14,248,22,75,23,196,1,27,248,22,75,23,195,1,28,248,
22,81,23,194,2,9,28,248,22,156,14,248,22,74,23,195,2,249,22,73,248,
22,74,23,196,2,249,2,95,22,156,14,248,22,75,23,198,1,249,2,95,22,
156,14,248,22,75,23,196,1,27,248,22,75,23,201,2,28,248,22,81,23,194,
2,9,28,248,22,156,14,248,22,74,23,195,2,249,22,73,248,22,74,23,196,
2,27,248,22,75,23,197,1,28,248,22,81,23,194,2,9,28,248,22,156,14,
248,22,74,23,195,2,249,22,73,248,22,74,23,196,2,249,2,95,22,156,14,
248,22,75,23,198,1,249,2,95,22,156,14,248,22,75,23,196,1,27,248,22,
75,23,195,1,28,248,22,81,23,194,2,9,28,248,22,156,14,248,22,74,23,
195,2,249,22,73,248,22,74,23,196,2,249,2,95,22,156,14,248,22,75,23,
198,1,249,2,95,22,156,14,248,22,75,23,196,1,28,249,22,5,22,127,23,
197,1,28,248,22,81,23,194,2,9,28,248,22,157,14,248,22,74,23,195,2,
249,22,73,248,22,74,23,196,2,249,2,95,22,157,14,248,22,75,23,198,1,
249,2,95,22,157,14,248,22,75,23,196,1,27,248,22,75,23,195,1,28,248,
22,81,23,194,2,9,28,248,22,157,14,248,22,74,23,195,2,249,22,73,248,
22,74,23,196,2,249,2,95,22,157,14,248,22,75,23,198,1,249,2,95,22,
157,14,248,22,75,23,196,1,27,248,22,75,23,201,2,28,248,22,81,23,194,
2,9,28,248,22,157,14,248,22,74,23,195,2,249,22,73,248,22,74,23,196,
2,27,248,22,75,23,197,1,28,248,22,81,23,194,2,9,28,248,22,157,14,
248,22,74,23,195,2,249,22,73,248,22,74,23,196,2,249,2,95,22,157,14,
248,22,75,23,198,1,249,2,95,22,157,14,248,22,75,23,196,1,27,248,22,
75,23,195,1,28,248,22,81,23,194,2,9,28,248,22,157,14,248,22,74,23,
195,2,249,22,73,248,22,74,23,196,2,249,2,95,22,157,14,248,22,75,23,
198,1,249,2,95,22,157,14,248,22,75,23,196,1,28,249,22,5,22,127,23,
201,2,250,22,178,7,6,21,21,32,111,114,58,32,126,115,32,105,110,32,97,
110,121,32,111,102,58,32,126,115,23,201,1,249,22,2,22,128,2,28,248,22,
81,23,205,2,86,94,23,204,1,9,28,248,22,127,248,22,74,23,206,2,249,
@ -470,72 +470,72 @@
248,22,81,23,194,2,9,28,248,22,127,248,22,74,23,195,2,249,22,73,248,
22,74,23,196,2,249,2,95,22,127,248,22,75,23,198,1,249,2,95,22,127,
248,22,75,23,196,1,86,94,23,198,1,2,43,27,248,22,74,23,200,2,27,
28,248,22,156,14,23,195,2,249,22,174,14,23,196,1,23,198,2,248,22,128,
2,23,195,1,28,28,248,22,156,14,248,22,74,23,202,2,248,22,169,14,23,
194,2,10,27,250,22,1,22,174,14,23,197,1,23,201,2,28,28,248,22,81,
23,199,2,10,248,22,169,14,23,194,2,28,23,200,2,28,28,248,22,168,14,
249,22,174,14,195,202,10,27,28,248,22,156,14,201,248,22,160,14,201,200,27,
28,248,22,157,14,23,195,2,249,22,175,14,23,196,1,23,198,2,248,22,128,
2,23,195,1,28,28,248,22,157,14,248,22,74,23,202,2,248,22,170,14,23,
194,2,10,27,250,22,1,22,175,14,23,197,1,23,201,2,28,28,248,22,81,
23,199,2,10,248,22,170,14,23,194,2,28,23,200,2,28,28,248,22,169,14,
249,22,175,14,195,202,10,27,28,248,22,157,14,201,248,22,161,14,201,200,27,
248,22,133,7,23,195,2,27,28,249,22,188,3,23,196,2,40,28,249,22,136,
7,6,4,4,46,114,107,116,249,22,152,7,23,199,2,249,22,176,3,23,200,
2,40,249,22,153,7,250,22,152,7,23,200,1,36,249,22,176,3,23,201,1,
40,6,3,3,46,115,115,86,95,23,195,1,23,194,1,11,11,28,23,193,2,
248,22,168,14,249,22,174,14,198,23,196,1,11,28,199,249,22,174,14,194,201,
248,22,169,14,249,22,175,14,198,23,196,1,11,28,199,249,22,175,14,194,201,
192,254,2,92,202,203,204,205,206,248,22,75,23,16,28,23,16,23,16,199,28,
199,249,22,174,14,194,201,192,254,2,92,202,203,204,205,206,248,22,75,23,16,
199,249,22,175,14,194,201,192,254,2,92,202,203,204,205,206,248,22,75,23,16,
23,16,254,2,92,201,202,203,204,205,248,22,75,23,15,23,15,90,159,38,11,
89,161,38,36,11,249,80,159,40,58,39,23,199,1,23,200,1,27,248,22,61,
28,248,22,156,14,195,248,22,160,14,195,194,27,247,22,137,15,27,250,22,87,
28,23,197,2,28,247,22,136,15,27,248,80,159,46,56,39,10,27,250,22,153,
28,248,22,157,14,195,248,22,161,14,195,194,27,247,22,138,15,27,250,22,87,
28,23,197,2,28,247,22,137,15,27,248,80,159,46,56,39,10,27,250,22,153,
2,23,197,2,23,203,2,11,28,23,193,2,192,86,94,23,193,1,250,22,153,
2,23,197,1,11,9,9,9,28,23,197,1,28,80,159,44,50,38,27,248,80,
159,46,56,39,11,27,250,22,153,2,23,197,2,23,203,1,11,28,23,193,2,
192,86,94,23,193,1,250,22,153,2,23,197,1,11,9,86,94,23,198,1,9,
9,247,22,134,15,254,2,92,199,202,203,205,23,16,199,11,86,95,28,28,248,
22,157,14,23,194,2,10,28,248,22,156,14,23,194,2,10,28,248,22,130,7,
23,194,2,28,248,22,178,14,23,194,2,10,248,22,179,14,23,194,2,11,12,
9,247,22,135,15,254,2,92,199,202,203,205,23,16,199,11,86,95,28,28,248,
22,158,14,23,194,2,10,28,248,22,157,14,23,194,2,10,28,248,22,130,7,
23,194,2,28,248,22,179,14,23,194,2,10,248,22,180,14,23,194,2,11,12,
252,22,176,9,23,200,2,2,33,36,23,198,2,23,199,2,28,28,248,22,130,
7,23,195,2,10,248,22,183,7,23,195,2,86,94,23,194,1,12,252,22,176,
9,23,200,2,2,45,37,23,198,2,23,199,1,90,159,39,11,89,161,39,36,
11,248,22,177,14,23,197,2,86,94,23,195,1,86,94,28,192,12,250,22,177,
11,248,22,178,14,23,197,2,86,94,23,195,1,86,94,28,192,12,250,22,177,
9,23,201,1,2,46,23,199,1,249,22,7,194,195,90,159,38,11,89,161,38,
36,11,86,95,28,28,248,22,157,14,23,196,2,10,28,248,22,156,14,23,196,
2,10,28,248,22,130,7,23,196,2,28,248,22,178,14,23,196,2,10,248,22,
179,14,23,196,2,11,12,252,22,176,9,2,26,2,33,36,23,200,2,23,201,
36,11,86,95,28,28,248,22,158,14,23,196,2,10,28,248,22,157,14,23,196,
2,10,28,248,22,130,7,23,196,2,28,248,22,179,14,23,196,2,10,248,22,
180,14,23,196,2,11,12,252,22,176,9,2,26,2,33,36,23,200,2,23,201,
2,28,28,248,22,130,7,23,197,2,10,248,22,183,7,23,197,2,12,252,22,
176,9,2,26,2,45,37,23,200,2,23,201,2,90,159,39,11,89,161,39,36,
11,248,22,177,14,23,199,2,86,94,23,195,1,86,94,28,192,12,250,22,177,
9,2,26,2,46,23,201,2,249,22,7,194,195,27,249,22,166,14,250,22,155,
11,248,22,178,14,23,199,2,86,94,23,195,1,86,94,28,192,12,250,22,177,
9,2,26,2,46,23,201,2,249,22,7,194,195,27,249,22,167,14,250,22,156,
15,0,20,35,114,120,35,34,40,63,58,91,46,93,91,94,46,93,42,124,41,
36,34,248,22,162,14,23,201,1,28,248,22,130,7,23,203,2,249,22,145,8,
23,204,1,8,63,23,202,1,28,248,22,157,14,23,199,2,248,22,158,14,23,
199,1,86,94,23,198,1,247,22,159,14,28,248,22,156,14,194,249,22,174,14,
195,194,192,90,159,38,11,89,161,38,36,11,86,95,28,28,248,22,157,14,23,
196,2,10,28,248,22,156,14,23,196,2,10,28,248,22,130,7,23,196,2,28,
248,22,178,14,23,196,2,10,248,22,179,14,23,196,2,11,12,252,22,176,9,
36,34,248,22,163,14,23,201,1,28,248,22,130,7,23,203,2,249,22,145,8,
23,204,1,8,63,23,202,1,28,248,22,158,14,23,199,2,248,22,159,14,23,
199,1,86,94,23,198,1,247,22,160,14,28,248,22,157,14,194,249,22,175,14,
195,194,192,90,159,38,11,89,161,38,36,11,86,95,28,28,248,22,158,14,23,
196,2,10,28,248,22,157,14,23,196,2,10,28,248,22,130,7,23,196,2,28,
248,22,179,14,23,196,2,10,248,22,180,14,23,196,2,11,12,252,22,176,9,
2,27,2,33,36,23,200,2,23,201,2,28,28,248,22,130,7,23,197,2,10,
248,22,183,7,23,197,2,12,252,22,176,9,2,27,2,45,37,23,200,2,23,
201,2,90,159,39,11,89,161,39,36,11,248,22,177,14,23,199,2,86,94,23,
201,2,90,159,39,11,89,161,39,36,11,248,22,178,14,23,199,2,86,94,23,
195,1,86,94,28,192,12,250,22,177,9,2,27,2,46,23,201,2,249,22,7,
194,195,27,249,22,166,14,249,22,131,8,250,22,156,15,0,9,35,114,120,35,
34,91,46,93,34,248,22,162,14,23,203,1,6,1,1,95,28,248,22,130,7,
23,202,2,249,22,145,8,23,203,1,8,63,23,201,1,28,248,22,157,14,23,
199,2,248,22,158,14,23,199,1,86,94,23,198,1,247,22,159,14,28,248,22,
156,14,194,249,22,174,14,195,194,192,249,247,22,161,5,194,11,249,247,22,161,
5,194,11,27,247,22,136,15,249,80,159,39,40,38,28,23,195,2,27,248,22,
150,8,2,47,28,192,192,2,43,2,43,27,28,23,196,1,250,22,174,14,248,
22,132,15,2,48,247,22,148,8,2,49,11,27,248,80,159,42,8,29,39,250,
22,87,9,248,22,83,248,22,132,15,2,40,9,28,193,249,22,73,195,194,192,
27,247,22,136,15,249,80,159,39,40,38,28,23,195,2,27,248,22,150,8,2,
47,28,192,192,2,43,2,43,27,28,23,196,1,250,22,174,14,248,22,132,15,
194,195,27,249,22,167,14,249,22,131,8,250,22,157,15,0,9,35,114,120,35,
34,91,46,93,34,248,22,163,14,23,203,1,6,1,1,95,28,248,22,130,7,
23,202,2,249,22,145,8,23,203,1,8,63,23,201,1,28,248,22,158,14,23,
199,2,248,22,159,14,23,199,1,86,94,23,198,1,247,22,160,14,28,248,22,
157,14,194,249,22,175,14,195,194,192,249,247,22,161,5,194,11,249,247,22,161,
5,194,11,27,247,22,137,15,249,80,159,39,40,38,28,23,195,2,27,248,22,
150,8,2,47,28,192,192,2,43,2,43,27,28,23,196,1,250,22,175,14,248,
22,133,15,2,48,247,22,148,8,2,49,11,27,248,80,159,42,8,29,39,250,
22,87,9,248,22,83,248,22,133,15,2,40,9,28,193,249,22,73,195,194,192,
27,247,22,137,15,249,80,159,39,40,38,28,23,195,2,27,248,22,150,8,2,
47,28,192,192,2,43,2,43,27,28,23,196,1,250,22,175,14,248,22,133,15,
2,48,247,22,148,8,2,49,11,27,248,80,159,42,8,30,39,250,22,87,23,
203,1,248,22,83,248,22,132,15,2,40,9,28,193,249,22,73,195,194,192,27,
247,22,136,15,249,80,159,39,40,38,28,23,195,2,27,248,22,150,8,2,47,
28,192,192,2,43,2,43,27,28,23,196,1,250,22,174,14,248,22,132,15,2,
203,1,248,22,83,248,22,133,15,2,40,9,28,193,249,22,73,195,194,192,27,
247,22,137,15,249,80,159,39,40,38,28,23,195,2,27,248,22,150,8,2,47,
28,192,192,2,43,2,43,27,28,23,196,1,250,22,175,14,248,22,133,15,2,
48,247,22,148,8,2,49,11,27,248,80,159,42,8,31,39,250,22,87,23,203,
1,248,22,83,248,22,132,15,2,40,23,204,1,28,193,249,22,73,195,194,192,
1,248,22,83,248,22,133,15,2,40,23,204,1,28,193,249,22,73,195,194,192,
86,94,249,22,183,6,247,22,157,5,195,248,22,144,6,249,22,128,4,36,249,
22,176,3,197,198,27,28,23,197,2,86,95,23,196,1,23,195,1,23,197,1,
86,94,23,197,1,27,248,22,132,15,2,32,27,250,80,159,42,39,39,23,197,
86,94,23,197,1,27,248,22,133,15,2,32,27,250,80,159,42,39,39,23,197,
1,11,11,27,248,22,131,4,23,199,1,27,28,23,194,2,23,194,1,86,94,
23,194,1,36,27,248,22,131,4,23,202,1,27,28,23,194,2,23,194,1,86,
94,23,194,1,36,249,22,188,5,23,199,1,20,20,95,88,163,8,36,36,48,
@ -566,7 +566,7 @@
80,159,36,37,37,20,15,16,2,88,163,36,37,54,38,2,4,223,0,33,55,
80,159,36,38,37,20,15,16,2,20,25,96,2,5,88,163,8,36,39,8,24,
52,9,223,0,33,62,88,163,36,38,47,44,9,223,0,33,63,88,163,36,37,
46,44,9,223,0,33,64,80,159,36,39,37,20,15,16,2,27,248,22,140,15,
46,44,9,223,0,33,64,80,159,36,39,37,20,15,16,2,27,248,22,141,15,
248,22,144,8,27,28,249,22,140,9,247,22,152,8,2,34,6,1,1,59,6,
1,1,58,250,22,178,7,6,14,14,40,91,94,126,97,93,42,41,126,97,40,
46,42,41,23,196,2,23,196,1,88,163,8,36,38,48,11,2,6,223,0,33,
@ -576,7 +576,7 @@
46,11,2,9,222,33,72,80,159,36,43,37,20,15,16,2,88,163,45,39,52,
8,128,8,2,10,223,0,33,74,80,159,36,44,37,20,15,16,2,88,163,45,
40,53,8,128,8,2,12,223,0,33,76,80,159,36,46,37,20,15,16,2,248,
22,132,15,70,108,105,110,107,115,45,102,105,108,101,80,159,36,47,37,20,15,
22,133,15,70,108,105,110,107,115,45,102,105,108,101,80,159,36,47,37,20,15,
16,2,247,22,133,2,80,158,36,48,20,15,16,2,2,77,80,158,36,49,20,
15,16,2,248,80,159,37,51,37,88,163,36,36,49,8,240,8,0,3,0,9,
223,1,33,78,80,159,36,50,37,20,15,16,2,247,22,133,2,80,158,36,54,
@ -599,7 +599,7 @@
EVAL_ONE_SIZED_STR((char *)expr, 10429);
}
{
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,50,0,0,0,0,0,0,0,0,0,0,0,
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,55,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,15,0,40,0,57,
0,75,0,97,0,120,0,140,0,162,0,169,0,176,0,183,0,0,0,175,1,
0,0,74,35,37,112,108,97,99,101,45,115,116,114,117,99,116,1,23,115,116,
@ -617,7 +617,7 @@
11,16,5,2,3,2,7,2,8,2,4,2,2,16,5,11,11,11,11,11,16,
5,2,3,2,7,2,8,2,4,2,2,41,41,37,12,11,11,16,0,16,0,
16,0,36,36,11,12,11,11,16,0,16,0,16,0,36,36,16,2,20,15,16,
6,253,22,181,10,2,3,11,38,36,11,248,22,83,249,22,73,22,169,10,88,
6,253,22,182,10,2,3,11,38,36,11,248,22,83,249,22,73,22,170,10,88,
163,36,37,45,44,9,223,9,33,9,80,159,36,36,37,80,159,36,37,37,80,
159,36,38,37,80,159,36,39,37,80,159,36,40,37,20,15,16,3,249,22,7,
88,163,36,37,45,44,9,223,2,33,10,88,163,36,37,45,44,9,223,2,33,
@ -626,7 +626,7 @@
EVAL_ONE_SIZED_STR((char *)expr, 496);
}
{
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,50,0,0,0,0,0,0,0,0,0,0,0,
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,55,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,70,0,0,0,1,0,0,7,0,18,0,45,
0,51,0,64,0,73,0,80,0,102,0,124,0,150,0,158,0,170,0,185,0,
201,0,219,0,239,0,251,0,11,1,34,1,46,1,77,1,84,1,89,1,94,
@ -655,48 +655,48 @@
111,6,6,6,110,97,116,105,118,101,64,108,111,111,112,63,108,105,98,6,8,
8,109,97,105,110,46,114,107,116,6,4,4,46,114,107,116,6,0,0,67,105,
103,110,111,114,101,100,249,22,14,195,80,159,38,49,38,249,80,159,38,52,39,
195,10,90,159,39,11,89,161,39,36,11,248,22,177,14,197,86,95,23,195,1,
23,193,1,28,249,22,144,15,0,11,35,114,120,34,91,46,93,115,115,36,34,
248,22,161,14,23,197,1,249,80,159,41,56,39,198,2,25,196,27,28,23,195,
195,10,90,159,39,11,89,161,39,36,11,248,22,178,14,197,86,95,23,195,1,
23,193,1,28,249,22,145,15,0,11,35,114,120,34,91,46,93,115,115,36,34,
248,22,162,14,23,197,1,249,80,159,41,56,39,198,2,25,196,27,28,23,195,
2,28,249,22,140,9,23,197,2,80,158,39,50,86,94,23,195,1,80,158,37,
51,27,248,22,139,5,23,197,2,28,248,22,156,14,23,194,2,90,159,39,11,
89,161,39,36,11,248,22,177,14,23,197,1,86,95,20,18,159,11,80,158,41,
51,27,248,22,139,5,23,197,2,28,248,22,157,14,23,194,2,90,159,39,11,
89,161,39,36,11,248,22,178,14,23,197,1,86,95,20,18,159,11,80,158,41,
50,198,20,18,159,11,80,158,41,51,192,192,11,11,28,23,193,2,192,86,94,
23,193,1,27,247,22,162,5,28,192,192,247,22,133,15,250,22,174,14,23,197,
1,23,199,1,249,80,159,43,39,39,23,198,1,2,27,250,22,174,14,23,197,
1,23,199,1,249,80,159,43,39,39,23,198,1,2,27,252,22,174,14,23,199,
23,193,1,27,247,22,162,5,28,192,192,247,22,134,15,250,22,175,14,23,197,
1,23,199,1,249,80,159,43,39,39,23,198,1,2,27,250,22,175,14,23,197,
1,23,199,1,249,80,159,43,39,39,23,198,1,2,27,252,22,175,14,23,199,
1,23,201,1,2,28,247,22,153,8,249,80,159,45,39,39,23,200,1,80,159,
45,36,38,252,22,174,14,23,199,1,23,201,1,2,28,247,22,153,8,249,80,
159,45,39,39,23,200,1,80,159,45,36,38,27,252,22,174,14,23,200,1,23,
45,36,38,252,22,175,14,23,199,1,23,201,1,2,28,247,22,153,8,249,80,
159,45,39,39,23,200,1,80,159,45,36,38,27,252,22,175,14,23,200,1,23,
202,1,2,28,247,22,153,8,249,80,159,46,39,39,23,201,1,80,159,46,36,
38,27,250,22,191,14,196,11,32,0,88,163,8,36,36,41,11,9,222,11,28,
192,249,22,73,195,194,11,27,252,22,174,14,23,200,1,23,202,1,2,28,247,
22,153,8,249,80,159,46,39,39,23,201,1,80,159,46,36,38,27,250,22,191,
14,196,11,32,0,88,163,8,36,36,41,11,9,222,11,28,192,249,22,73,195,
194,11,27,250,22,174,14,23,198,1,23,200,1,249,80,159,44,39,39,23,199,
1,2,27,27,250,22,191,14,196,11,32,0,88,163,8,36,36,41,11,9,222,
11,28,192,249,22,73,195,194,11,27,250,22,174,14,23,198,1,23,200,1,249,
80,159,44,39,39,23,199,1,2,27,27,250,22,191,14,196,11,32,0,88,163,
38,27,250,22,128,15,196,11,32,0,88,163,8,36,36,41,11,9,222,11,28,
192,249,22,73,195,194,11,27,252,22,175,14,23,200,1,23,202,1,2,28,247,
22,153,8,249,80,159,46,39,39,23,201,1,80,159,46,36,38,27,250,22,128,
15,196,11,32,0,88,163,8,36,36,41,11,9,222,11,28,192,249,22,73,195,
194,11,27,250,22,175,14,23,198,1,23,200,1,249,80,159,44,39,39,23,199,
1,2,27,27,250,22,128,15,196,11,32,0,88,163,8,36,36,41,11,9,222,
11,28,192,249,22,73,195,194,11,27,250,22,175,14,23,198,1,23,200,1,249,
80,159,44,39,39,23,199,1,2,27,27,250,22,128,15,196,11,32,0,88,163,
8,36,36,41,11,9,222,11,28,192,249,22,73,195,194,11,86,94,28,248,80,
159,37,38,39,23,195,2,12,250,22,176,9,77,108,111,97,100,47,117,115,101,
45,99,111,109,112,105,108,101,100,6,25,25,112,97,116,104,32,111,114,32,118,
97,108,105,100,45,112,97,116,104,32,115,116,114,105,110,103,23,197,2,90,159,
46,11,89,161,37,36,11,28,248,22,180,14,23,205,2,23,204,2,27,247,22,
162,5,28,23,193,2,249,22,181,14,23,207,2,23,195,1,23,205,2,89,161,
39,37,11,248,22,177,14,23,205,1,86,94,23,196,1,89,161,38,40,11,28,
23,205,2,27,248,22,161,14,23,197,2,27,248,22,188,7,23,195,2,28,28,
46,11,89,161,37,36,11,28,248,22,181,14,23,205,2,23,204,2,27,247,22,
162,5,28,23,193,2,249,22,182,14,23,207,2,23,195,1,23,205,2,89,161,
39,37,11,248,22,178,14,23,205,1,86,94,23,196,1,89,161,38,40,11,28,
23,205,2,27,248,22,162,14,23,197,2,27,248,22,188,7,23,195,2,28,28,
249,22,188,3,23,195,2,40,249,22,191,7,2,25,249,22,130,8,23,198,2,
249,22,176,3,23,199,2,40,11,249,22,7,23,199,2,248,22,165,14,249,22,
249,22,176,3,23,199,2,40,11,249,22,7,23,199,2,248,22,166,14,249,22,
131,8,250,22,130,8,23,202,1,36,249,22,176,3,23,203,1,40,5,3,46,
115,115,249,22,7,23,199,2,11,249,22,7,23,197,2,11,89,161,37,42,11,
28,249,22,140,9,23,199,2,23,197,2,23,193,2,249,22,174,14,23,196,2,
28,249,22,140,9,23,199,2,23,197,2,23,193,2,249,22,175,14,23,196,2,
23,199,2,89,161,37,43,11,28,23,198,2,28,249,22,140,9,23,200,2,23,
197,1,23,193,1,86,94,23,193,1,249,22,174,14,23,196,2,23,200,2,86,
197,1,23,193,1,86,94,23,193,1,249,22,175,14,23,196,2,23,200,2,86,
94,23,195,1,11,89,161,37,44,11,28,249,22,140,9,23,196,2,68,114,101,
108,97,116,105,118,101,86,94,23,194,1,2,26,23,194,1,89,161,37,45,11,
247,22,135,15,27,250,22,191,14,23,203,2,11,32,0,88,163,8,36,36,41,
247,22,136,15,27,250,22,128,15,23,203,2,11,32,0,88,163,8,36,36,41,
11,9,222,11,27,28,23,194,2,249,22,73,23,203,2,23,196,1,86,94,23,
194,1,11,27,28,23,203,2,28,23,194,2,11,27,250,22,191,14,23,207,2,
194,1,11,27,28,23,203,2,28,23,194,2,11,27,250,22,128,15,23,207,2,
11,32,0,88,163,8,36,36,41,11,9,222,11,28,192,249,22,73,23,206,2,
194,11,11,27,28,23,195,2,23,195,2,23,194,2,27,88,163,36,37,50,44,
62,122,111,225,15,13,9,33,39,27,88,163,36,37,50,44,66,97,108,116,45,
@ -711,8 +711,8 @@
1,23,201,1,23,200,1,23,199,1,23,198,1,23,196,1,23,195,1,23,194,
1,20,13,159,80,159,57,40,37,250,80,159,8,24,41,37,249,22,27,11,80,
159,8,26,40,37,22,182,4,11,20,13,159,80,159,57,40,37,250,80,159,8,
24,41,37,249,22,27,11,80,159,8,26,40,37,22,162,5,28,248,22,156,14,
23,216,2,23,215,1,86,94,23,215,1,247,22,133,15,249,247,22,139,15,248,
24,41,37,249,22,27,11,80,159,8,26,40,37,22,162,5,28,248,22,157,14,
23,216,2,23,215,1,86,94,23,215,1,247,22,134,15,249,247,22,140,15,248,
22,74,195,23,25,86,94,23,193,1,27,28,23,195,2,28,23,197,1,27,249,
22,5,88,163,8,36,37,53,45,9,225,25,23,20,33,44,23,217,2,27,28,
23,204,2,11,193,28,192,192,28,193,28,203,28,249,22,188,3,248,22,75,196,
@ -721,8 +721,8 @@
23,196,1,23,195,1,20,13,159,80,159,58,40,37,250,80,159,8,25,41,37,
249,22,27,11,80,159,8,27,40,37,22,182,4,23,215,1,20,13,159,80,159,
58,40,37,250,80,159,8,25,41,37,249,22,27,11,80,159,8,27,40,37,22,
162,5,28,248,22,156,14,23,217,2,23,216,1,86,94,23,216,1,247,22,133,
15,249,247,22,139,15,248,22,74,195,23,26,86,94,23,193,1,27,28,23,197,
162,5,28,248,22,157,14,23,217,2,23,216,1,86,94,23,216,1,247,22,134,
15,249,247,22,140,15,248,22,74,195,23,26,86,94,23,193,1,27,28,23,197,
2,28,23,201,1,27,249,22,5,20,20,94,88,163,8,36,37,51,44,9,225,
26,24,20,33,45,23,213,1,23,218,2,27,28,23,204,2,11,193,28,192,192,
28,193,28,23,204,2,28,249,22,188,3,248,22,75,196,248,22,75,23,207,2,
@ -731,7 +731,7 @@
1,23,196,1,20,13,159,80,159,59,40,37,250,80,159,8,26,41,37,249,22,
27,11,80,159,8,28,40,37,22,182,4,11,20,13,159,80,159,59,40,37,250,
80,159,8,26,41,37,249,22,27,11,80,159,8,28,40,37,22,162,5,28,248,
22,156,14,23,218,2,23,217,1,86,94,23,217,1,247,22,133,15,249,247,22,
22,157,14,23,218,2,23,217,1,86,94,23,217,1,247,22,134,15,249,247,22,
160,5,248,22,74,195,23,27,86,94,23,193,1,27,28,23,197,1,28,23,201,
1,27,249,22,5,20,20,94,88,163,8,36,37,51,44,9,225,27,25,22,33,
46,23,215,1,23,219,1,27,28,23,205,2,11,193,28,192,192,28,193,28,204,
@ -740,26 +740,26 @@
23,198,1,20,13,159,80,159,8,24,40,37,250,80,159,8,27,41,37,249,22,
27,11,80,159,8,29,40,37,22,182,4,23,217,1,20,13,159,80,159,8,24,
40,37,250,80,159,8,27,41,37,249,22,27,11,80,159,8,29,40,37,22,162,
5,28,248,22,156,14,23,219,2,23,218,1,86,94,23,218,1,247,22,133,15,
5,28,248,22,157,14,23,219,2,23,218,1,86,94,23,218,1,247,22,134,15,
249,247,22,160,5,248,22,74,195,23,28,86,94,23,193,1,27,28,23,199,2,
86,94,23,215,1,23,214,1,86,94,23,214,1,23,215,1,20,13,159,80,159,
8,25,40,37,250,80,159,8,28,41,37,249,22,27,11,80,159,8,30,40,37,
22,182,4,28,23,30,28,23,202,1,11,195,86,94,23,202,1,11,20,13,159,
80,159,8,25,40,37,250,80,159,8,28,41,37,249,22,27,11,80,159,8,30,
40,37,22,162,5,28,248,22,156,14,23,220,2,23,219,1,86,94,23,219,1,
247,22,133,15,249,247,22,160,5,194,23,29,27,249,22,160,8,80,159,39,45,
40,37,22,162,5,28,248,22,157,14,23,220,2,23,219,1,86,94,23,219,1,
247,22,134,15,249,247,22,160,5,194,23,29,27,249,22,160,8,80,159,39,45,
38,249,22,183,3,248,22,179,3,248,22,166,2,200,8,128,8,27,28,193,248,
22,169,2,194,11,28,192,27,249,22,96,198,195,28,192,248,22,75,193,11,11,
27,249,22,183,3,248,22,179,3,248,22,166,2,198,8,128,8,27,249,22,160,
8,80,159,40,45,38,195,27,28,193,248,22,169,2,194,11,250,22,161,8,80,
159,42,45,38,197,248,22,168,2,249,22,73,249,22,73,204,205,28,198,198,9,
0,17,35,114,120,34,94,40,46,42,63,41,47,40,46,42,41,36,34,32,51,
88,163,8,36,37,59,11,2,29,222,33,52,27,249,22,144,15,2,50,23,196,
88,163,8,36,37,59,11,2,29,222,33,52,27,249,22,145,15,2,50,23,196,
2,28,23,193,2,86,94,23,194,1,249,22,73,248,22,98,23,196,2,27,248,
22,107,23,197,1,27,249,22,144,15,2,50,23,196,2,28,23,193,2,86,94,
22,107,23,197,1,27,249,22,145,15,2,50,23,196,2,28,23,193,2,86,94,
23,194,1,249,22,73,248,22,98,23,196,2,27,248,22,107,23,197,1,27,249,
22,144,15,2,50,23,196,2,28,23,193,2,86,94,23,194,1,249,22,73,248,
22,98,23,196,2,27,248,22,107,23,197,1,27,249,22,144,15,2,50,23,196,
22,145,15,2,50,23,196,2,28,23,193,2,86,94,23,194,1,249,22,73,248,
22,98,23,196,2,27,248,22,107,23,197,1,27,249,22,145,15,2,50,23,196,
2,28,23,193,2,86,94,23,194,1,249,22,73,248,22,98,23,196,2,248,2,
51,248,22,107,23,197,1,248,22,83,194,248,22,83,194,248,22,83,194,248,22,
83,194,32,53,88,163,36,37,55,11,2,29,222,33,54,28,248,22,81,248,22,
@ -769,12 +769,12 @@
22,75,23,195,2,249,22,7,9,248,22,74,195,90,159,38,11,89,161,38,36,
11,248,2,53,248,22,75,196,249,22,7,249,22,73,248,22,74,199,196,195,249,
22,7,249,22,73,248,22,74,199,196,195,249,22,7,249,22,73,248,22,74,199,
196,195,27,27,249,22,144,15,2,50,23,197,2,28,23,193,2,86,94,23,195,
1,249,22,73,248,22,98,23,196,2,27,248,22,107,23,197,1,27,249,22,144,
196,195,27,27,249,22,145,15,2,50,23,197,2,28,23,193,2,86,94,23,195,
1,249,22,73,248,22,98,23,196,2,27,248,22,107,23,197,1,27,249,22,145,
15,2,50,23,196,2,28,23,193,2,86,94,23,194,1,249,22,73,248,22,98,
23,196,2,27,248,22,107,23,197,1,27,249,22,144,15,2,50,23,196,2,28,
23,196,2,27,248,22,107,23,197,1,27,249,22,145,15,2,50,23,196,2,28,
23,193,2,86,94,23,194,1,249,22,73,248,22,98,23,196,2,27,248,22,107,
23,197,1,27,249,22,144,15,2,50,23,196,2,28,23,193,2,86,94,23,194,
23,197,1,27,249,22,145,15,2,50,23,196,2,28,23,193,2,86,94,23,194,
1,249,22,73,248,22,98,23,196,2,248,2,51,248,22,107,23,197,1,248,22,
83,194,248,22,83,194,248,22,83,194,248,22,83,195,28,23,195,1,192,28,248,
22,81,248,22,75,23,195,2,249,22,7,9,248,22,74,195,27,248,22,75,194,
@ -786,9 +786,9 @@
248,22,74,200,196,195,86,95,28,248,22,137,5,195,12,250,22,176,9,2,21,
6,20,20,114,101,115,111,108,118,101,100,45,109,111,100,117,108,101,45,112,97,
116,104,197,28,24,193,2,248,24,194,1,195,86,94,23,193,1,12,27,250,22,
153,2,80,159,41,43,38,248,22,169,15,247,22,134,13,11,27,28,23,194,2,
153,2,80,159,41,43,38,248,22,170,15,247,22,135,13,11,27,28,23,194,2,
193,86,94,23,194,1,27,247,22,133,2,86,94,250,22,151,2,80,159,43,43,
38,248,22,169,15,247,22,134,13,195,192,250,22,151,2,195,199,66,97,116,116,
38,248,22,170,15,247,22,135,13,195,192,250,22,151,2,195,199,66,97,116,116,
97,99,104,251,211,197,198,199,10,27,249,22,153,7,6,31,31,115,116,97,110,
100,97,114,100,45,109,111,100,117,108,101,45,110,97,109,101,45,114,101,115,111,
108,118,101,114,58,32,196,28,193,250,22,175,9,11,195,196,248,22,173,9,193,
@ -802,10 +802,10 @@
28,28,99,121,99,108,101,32,105,110,32,108,111,97,100,105,110,103,32,97,116,
32,126,46,115,58,32,126,46,115,23,200,1,249,22,2,22,75,248,22,88,249,
22,73,23,206,1,23,202,1,12,12,247,192,20,13,159,80,159,41,48,38,249,
22,73,249,22,73,248,22,169,15,247,22,134,13,23,200,1,23,195,1,20,13,
22,73,249,22,73,248,22,170,15,247,22,135,13,23,200,1,23,195,1,20,13,
159,80,159,41,40,37,250,80,159,44,41,37,249,22,27,11,80,159,46,40,37,
22,181,4,23,197,1,249,247,22,161,5,23,199,1,248,22,61,248,22,160,14,
23,199,1,86,94,28,28,248,22,156,14,23,196,2,10,248,22,146,5,23,196,
22,181,4,23,197,1,249,247,22,161,5,23,199,1,248,22,61,248,22,161,14,
23,199,1,86,94,28,28,248,22,157,14,23,196,2,10,248,22,146,5,23,196,
2,12,28,23,197,2,250,22,175,9,11,6,15,15,98,97,100,32,109,111,100,
117,108,101,32,112,97,116,104,23,200,2,250,22,176,9,2,21,6,19,19,109,
111,100,117,108,101,45,112,97,116,104,32,111,114,32,112,97,116,104,23,198,2,
@ -818,7 +818,7 @@
101,45,114,101,115,111,108,118,101,114,12,252,212,199,200,201,202,80,158,42,53,
86,94,23,193,1,27,88,163,8,36,37,47,11,79,115,104,111,119,45,99,111,
108,108,101,99,116,105,111,110,45,101,114,114,223,5,33,58,27,28,248,22,58,
23,198,2,27,248,80,159,41,46,39,249,22,73,23,201,2,247,22,134,15,28,
23,198,2,27,248,80,159,41,46,39,249,22,73,23,201,2,247,22,135,15,28,
23,193,2,192,86,94,23,193,1,90,159,38,11,89,161,38,36,11,249,80,159,
44,52,39,248,22,64,23,203,2,11,27,28,248,22,81,23,195,2,2,31,249,
22,153,7,23,197,2,2,32,251,80,159,47,57,39,23,202,1,28,248,22,81,
@ -827,17 +827,17 @@
130,7,23,198,2,86,94,23,194,1,27,248,80,159,41,8,26,39,23,200,2,
27,248,80,159,42,46,39,249,22,73,23,202,2,23,197,2,28,23,193,2,192,
86,94,23,193,1,90,159,38,11,89,161,38,36,11,249,80,159,45,52,39,23,
203,2,11,250,22,1,22,174,14,23,199,1,249,22,87,249,22,2,32,0,88,
203,2,11,250,22,1,22,175,14,23,199,1,249,22,87,249,22,2,32,0,88,
163,8,36,37,44,11,9,222,33,59,23,200,1,248,22,83,248,2,60,23,201,
1,28,248,22,156,14,23,198,2,86,94,23,194,1,28,248,22,179,14,23,198,
2,248,80,159,40,8,27,39,248,22,183,14,23,199,2,248,22,83,6,26,26,
1,28,248,22,157,14,23,198,2,86,94,23,194,1,28,248,22,180,14,23,198,
2,248,80,159,40,8,27,39,248,22,184,14,23,199,2,248,22,83,6,26,26,
32,40,97,32,112,97,116,104,32,109,117,115,116,32,98,101,32,97,98,115,111,
108,117,116,101,41,28,249,22,140,9,248,22,74,23,200,2,2,30,27,248,80,
159,41,46,39,249,22,73,23,201,2,247,22,134,15,28,23,193,2,192,86,94,
159,41,46,39,249,22,73,23,201,2,247,22,135,15,28,23,193,2,192,86,94,
23,193,1,90,159,39,11,89,161,38,36,11,249,80,159,45,52,39,248,22,98,
23,204,2,11,89,161,37,38,11,28,248,22,81,248,22,100,23,203,2,28,248,
22,81,23,194,2,249,22,148,15,2,62,23,196,2,11,10,27,28,23,196,2,
248,2,60,23,196,2,28,248,22,81,23,195,2,2,31,28,249,22,148,15,2,
22,81,23,194,2,249,22,149,15,2,62,23,196,2,11,10,27,28,23,196,2,
248,2,60,23,196,2,28,248,22,81,23,195,2,2,31,28,249,22,149,15,2,
62,23,197,2,248,2,60,23,196,2,249,22,153,7,23,197,2,2,32,27,28,
23,197,1,86,94,23,196,1,249,22,87,28,248,22,81,248,22,100,23,207,2,
21,93,6,5,5,109,122,108,105,98,249,22,1,22,87,249,22,2,80,159,51,
@ -845,27 +845,27 @@
23,195,1,248,22,83,23,197,1,86,94,23,196,1,23,195,1,251,80,159,49,
57,39,23,204,1,248,22,74,23,198,2,248,22,75,23,198,1,23,198,1,28,
249,22,140,9,248,22,74,23,200,2,64,102,105,108,101,248,80,159,40,8,27,
39,248,22,183,14,249,22,181,14,248,22,185,14,248,22,98,23,203,2,248,80,
159,44,8,26,39,23,203,2,12,86,94,28,28,248,22,156,14,23,194,2,10,
39,248,22,184,14,249,22,182,14,248,22,186,14,248,22,98,23,203,2,248,80,
159,44,8,26,39,23,203,2,12,86,94,28,28,248,22,157,14,23,194,2,10,
248,22,155,8,23,194,2,86,94,23,199,1,12,28,23,199,2,250,22,175,9,
67,114,101,113,117,105,114,101,249,22,178,7,6,17,17,98,97,100,32,109,111,
100,117,108,101,32,112,97,116,104,126,97,28,23,198,2,248,22,74,23,199,2,
2,33,23,202,1,86,94,23,199,1,250,22,176,9,2,21,249,22,178,7,6,
13,13,109,111,100,117,108,101,32,112,97,116,104,126,97,28,23,198,2,248,22,
74,23,199,2,2,33,23,200,2,27,28,248,22,155,8,23,195,2,249,22,160,
8,23,196,2,36,249,22,183,14,248,22,184,14,23,197,2,11,27,28,248,22,
8,23,196,2,36,249,22,184,14,248,22,185,14,23,197,2,11,27,28,248,22,
155,8,23,196,2,249,22,160,8,23,197,2,37,248,80,159,42,58,39,23,195,
2,90,159,39,11,89,161,39,36,11,28,248,22,155,8,23,199,2,250,22,7,
2,34,249,22,160,8,23,203,2,38,2,34,248,22,177,14,23,198,2,86,95,
2,34,249,22,160,8,23,203,2,38,2,34,248,22,178,14,23,198,2,86,95,
23,195,1,23,193,1,27,28,248,22,155,8,23,200,2,249,22,160,8,23,201,
2,39,249,80,159,47,56,39,23,197,2,5,0,27,28,248,22,155,8,23,201,
2,249,22,160,8,23,202,2,40,248,22,138,5,23,200,2,27,27,250,22,153,
2,80,159,51,43,38,248,22,169,15,247,22,134,13,11,28,23,193,2,192,86,
2,80,159,51,43,38,248,22,170,15,247,22,135,13,11,28,23,193,2,192,86,
94,23,193,1,27,247,22,133,2,86,94,250,22,151,2,80,159,52,43,38,248,
22,169,15,247,22,134,13,195,192,86,95,28,23,208,1,27,250,22,153,2,23,
22,170,15,247,22,135,13,195,192,86,95,28,23,208,1,27,250,22,153,2,23,
197,2,197,11,28,23,193,1,12,86,94,27,27,28,248,22,17,80,159,51,49,
38,80,159,50,49,38,247,22,19,251,22,27,11,80,159,54,48,38,9,23,197,
1,27,248,22,169,15,247,22,134,13,86,94,249,22,3,20,20,94,88,163,8,
1,27,248,22,170,15,247,22,135,13,86,94,249,22,3,20,20,94,88,163,8,
36,37,55,11,9,226,12,11,2,3,33,63,23,195,1,23,196,2,248,28,248,
22,17,80,159,52,49,38,32,0,88,163,36,37,42,11,9,222,33,64,80,159,
51,8,29,39,20,20,94,88,163,36,36,52,8,176,64,9,228,15,11,10,6,
@ -874,10 +874,10 @@
2,10,28,248,22,71,23,206,2,249,22,140,9,248,22,74,23,208,2,2,30,
11,249,80,159,49,47,39,28,248,22,130,7,23,208,2,249,22,73,23,209,1,
248,80,159,52,8,26,39,23,211,1,86,94,23,208,1,249,22,73,23,209,1,
247,22,134,15,252,22,157,8,23,207,1,23,206,1,23,204,1,23,202,1,200,
247,22,135,15,252,22,157,8,23,207,1,23,206,1,23,204,1,23,202,1,200,
12,193,86,96,20,18,159,11,80,158,36,53,248,80,159,37,8,25,37,249,22,
27,11,80,159,39,55,37,248,22,180,4,80,159,37,54,38,248,22,161,5,80,
159,37,37,39,248,22,189,13,80,159,37,42,39,20,18,159,11,80,158,36,53,
159,37,37,39,248,22,190,13,80,159,37,42,39,20,18,159,11,80,158,36,53,
248,80,159,37,8,25,37,249,22,27,11,80,159,39,55,37,20,18,159,11,80,
158,36,53,248,80,159,37,8,25,37,249,22,27,11,80,159,39,55,37,159,36,
20,113,159,36,16,1,11,16,0,20,26,141,2,1,2,1,29,11,11,11,11,
@ -926,7 +926,7 @@
EVAL_ONE_SIZED_STR((char *)expr, 6226);
}
{
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,50,0,0,0,0,0,0,0,0,0,0,0,
SHARED_OK static MZCOMPILED_STRING_FAR unsigned char expr[] = {35,126,7,53,46,50,46,49,46,55,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,11,0,0,0,1,0,0,10,0,16,0,29,
0,44,0,58,0,78,0,90,0,104,0,118,0,170,0,0,0,94,1,0,0,
69,35,37,98,117,105,108,116,105,110,65,113,117,111,116,101,29,94,2,2,67,

View File

@ -109,6 +109,7 @@ static Scheme_Object *default_yield_handler(int, Scheme_Object *[]);
static Scheme_Object *log_message(int argc, Scheme_Object *argv[]);
static Scheme_Object *log_level_p(int argc, Scheme_Object *argv[]);
static Scheme_Object *log_max_level(int argc, Scheme_Object *argv[]);
static Scheme_Object *make_logger(int argc, Scheme_Object *argv[]);
static Scheme_Object *logger_p(int argc, Scheme_Object *argv[]);
static Scheme_Object *current_logger(int argc, Scheme_Object *argv[]);
@ -634,6 +635,7 @@ void scheme_init_error(Scheme_Env *env)
/* logging */
GLOBAL_NONCM_PRIM("exit", scheme_do_exit, 0, 1, env);
GLOBAL_NONCM_PRIM("log-level?", log_level_p, 2, 2, env);
GLOBAL_NONCM_PRIM("log-max-level", log_max_level, 1, 1, env);
GLOBAL_NONCM_PRIM("make-logger", make_logger, 0, 2, env);
GLOBAL_NONCM_PRIM("make-log-receiver", make_log_reader, 2, 2, env);
@ -3128,6 +3130,35 @@ log_level_p(int argc, Scheme_Object *argv[])
return ((logger->want_level >= level) ? scheme_true : scheme_false);
}
static Scheme_Object *
log_max_level(int argc, Scheme_Object *argv[])
{
Scheme_Logger *logger;
if (!SAME_TYPE(SCHEME_TYPE(argv[0]), scheme_logger_type))
scheme_wrong_type("log-max-level", "logger", 0, argc, argv);
logger = (Scheme_Logger *)argv[0];
if (logger->local_timestamp < *logger->timestamp)
update_want_level(logger);
switch (logger->want_level) {
case 0:
return scheme_false;
case SCHEME_LOG_FATAL:
return fatal_symbol;
case SCHEME_LOG_ERROR:
return error_symbol;
case SCHEME_LOG_WARNING:
return warning_symbol;
case SCHEME_LOG_INFO:
return info_symbol;
default:
case SCHEME_LOG_DEBUG:
return debug_symbol;
}
}
static Scheme_Object *
make_logger(int argc, Scheme_Object *argv[])
{

View File

@ -1,19 +1,20 @@
/*
The cstartup.inc file is not, as distributed, compatible with
The "cstartup.inc" file is not, as distributed, compatible with
omissions from or additions to the set of built-in identifiers.
The reason is that the cstartup.inc file is a .zo version of the
startup.inc files, and the .zo format changes when the set of
The reason is that the "cstartup.inc" file is a ".zo" version of the
"startup.inc" files, and the ".zo" format changes when the set of
built-in names changes (because indices assigned to the built-in
names shift).
If you make a version with omissions or additions and then run
`make startup' to recreate the cstartup.inc file, set
EXPECTED_PRIM_COUNT to the new value, and then USE_COMPILED_STARTUP
can be set to 1 again. */
If you make a version with omissions or additions, set
USE_COMPILED_STARTUP to 0 and change the version on "schminc.h";
then, `make cgc' and then `make cstartup' to create "cstartup.inc";
finally, set EXPECTED_PRIM_COUNT to the right value and
USE_COMPILED_STARTUP to 1 and `make' again. */
#define USE_COMPILED_STARTUP 1
#define EXPECTED_PRIM_COUNT 1042
#define EXPECTED_PRIM_COUNT 1043
#define EXPECTED_UNSAFE_COUNT 78
#define EXPECTED_FLFXNUM_COUNT 68
#define EXPECTED_FUTURES_COUNT 13

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "5.2.1.6"
#define MZSCHEME_VERSION "5.2.1.7"
#define MZSCHEME_VERSION_X 5
#define MZSCHEME_VERSION_Y 2
#define MZSCHEME_VERSION_Z 1
#define MZSCHEME_VERSION_W 6
#define MZSCHEME_VERSION_W 7
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)