This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: event logging -- cron


Igor,

I don't think mc.exe can output the .bin file as human readable data in the
rc file.  Even if it could, the data contains offsets so it might be
difficult to edit manally.  I have a good handle on the format of the data,
so if I knew exactly what subset of the .mc file needed to be supported, I
could write something that would generate a  human readable .rc file based
on an input file.  Duplicating the functionality of mc wouldn't be too
difficult, but I don't think I would want to do that.   If the Cygwins
syslog() implementation will not change, the attached rc file should be
sufficient.

Attached is an updated tar file with a human readable .rc file. It contains
the 1 message required to support messages as currently generated by
syslog().

BB


"Igor Pechtchanski" <pechtcha at cs dot nyu dot edu> wrote in message
news:Pine dot GSO dot 4 dot 44 dot 0304091456130 dot 8179-100000 at slinky dot cs dot nyu dot edu dot  dot  dot 
> BB,
>
> Thanks for providing this example.  Is there a way to instruct "mc" to
> produce a human-readable syslogmsg.rc instead of the .bin file and the
> wrapper .rc file?  If so, could you please provide an example of such
> a .rc file?  It would then be possible to edit the .rc file by hand,
> and there would be no need for having "mc" installed.
> Igor
> P.S. FYI, "mc" is also the name of the Midnight Commander binary, so you
> might wish to provide a full path to "mc" in your makefile and have people
> change that...
> P.P.S. I know it's a minor nit, but it would probably be a good idea to
> use "Makefile" instead of "makefile" - IMO, more aesthetically pleasing.
>
> On Wed, 9 Apr 2003, it was written:
>
> > I tackled this one a while back...
> >
> > Attached is a tar file syslogmsg.tar containing a message dll and the
files
> > needed to create it.  It defines 1 message with id 0.  The message has 1
> > substitution string, so the strings passed to ReportEvent by syslog()
are
> > output as is.  This message dll handles the messages currently output by
> > cygwin.
> >
> > ****
> > To quickly use the dll, copy the dll to c:\cygwin and apply the .reg
file.
> > Or delete the dll and res file and rebuild it.  The .reg file only has a
few
> > entries in it for inetd, init, cron and login.  Add more entries for
other
> > programs. You need the microsoft message compiler mc.exe to create
> > syslogmsg.rc and MSG0000.bin, so don't delete them if you don't have it.
> > ****
> >
> > There needs to be a registry entry for every program that calls syslog
> > (init, inetd, etc.) because the program name is used as the event
source.
> > There is a .reg file with example entries.  The reg file assumes the
file
> > syslogmsg.dll is in c:\cygwin
> >
> > Perhaps a better solution would be to have the message souce always be
> > "Cygwin" and the category specific to the application.  I have added two
> > categories to the file syslogmsg.mc to show how this is done.  The call
to
> > ReportEvent would then need to specify the correct id for the category
> > string.  So using the syslogmsg.mc file in the tar file, for inetd,
category
> > 0x1000 would need to be specified.  The problem is that syslog doesn't
have
> > way to know the correct category.  Using categories would require only
one
> > message dll registry entry for Cygwin instead of one for every program
> > calling syslog.
> >
> > It really depends how important seeing the program name in the 'source'
> > column is.  The messages themselves contain the program name, so maybe
> > seeing Source=Cygwin Category=None wouldnt be a problem.
> >
> > BB
> >
> >
> > "Igor Pechtchanski" <pechtcha at cs dot nyu dot edu> wrote in message
> > news:Pine dot GSO dot 4 dot 44 dot 0304081911380 dot 21921-100000 at slinky dot cs dot nyu dot edu dot  dot  dot 
> > > On Tue, 8 Apr 2003, Andrew DeFaria wrote:
> > >
> > > > Igor Pechtchanski wrote:
> > > >
> > > > > For all those interested: <http://cygwin.com/contrib.html>
contains
> > > > > complete instructions on how to
> > > > > submit patches. To summarize: a) use "diff -up"; b) include a
> > > > > ChangeLog; c) use the <cygwin-patches at cygwin dot com> list.
> > > > >
> > > > > As for your specific suggestion, Andrew, you'll also need to
provide
> > > > > the resource with the specific code, so that event viewer is able
to
> > > > > decipher it.
> > > >
> > > > The reference you provided to MS's site didn't exactly describe what
a
> > > > "resource" is, how you define/create it and how you use it. I
believe
> > > > the parameter we are talking about is dwEventID which MS defines as:
> > > >
> > > > dwEventID
> > > >     [in] Event identifier. The event identifier specifies the entry
in
> > > > the message file associated with the event source.
> > > >
> > > > There is no description of the format of message file. Indeed the
> > > > example code at
> > > >
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/
reportevent.asp
> > > > shows a simple example were the only defintion of dwEventID is a
> > > > #define. If you note carefully I even used the same DWORD value as
the
> > > > example there.
> > > >
> > > > Searching around MS's site does not seem to describe how one goes
about
> > > > making such resources except in apparently an MS Visual C++ style
with
> > > > some sort of .mc file. As such this becomes out of my league as to
how
> > > > to map this MS concept of resource compiler/resources and inhertient
> > > > dependency on MS tools with Cygwin's environment (probably exactly
why
> > > > this wasn't done in the first place).
> > >
> > > Andrew,
> > >
> > > FYI, the binutils package contains the "windres" utility that lets you
> > > compile resource files.
> > >
> > > As for the example, follow the link to RegisterEventSource, and from
there
> > > to EventSources for information on how to provide the necessary
resources.
> > > Igor
> >
> > [attached syslogmsg.tar snipped]
>
> --
> http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_ pechtcha at cs dot nyu dot edu
> ZZZzz /,`.-'`'    -.  ;-;;,_ igor at watson dot ibm dot com
>      |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski
>     '---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
> Knowledge is an unending adventure at the edge of uncertainty.
>   -- Leto II
>
>


begin 666 syslogmsg.tar
M<WES;&]G;7-G+P``````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````# P-# W-34`,# P,3<V- at `P,# Q,#0P`# P,# P,# P,# P
M`# W-C0U,3 P-S$S`# Q-#(Q- ` at -0``````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````!U<W1A<B @`&-Y9W5S
M<@``````````````````````````````````061M:6YI<W1R871O<G,`````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````!S>7-L;V=M<V<O36%K969I;&4`````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````,#$P,#<U-0`P,# Q-S8V`# P
M,#$P-# `,# P,# P,# S,#<`,#<V-#4P-S<S,30`,#$U-C8V`" P````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````'5S=&%R(" `8WEG=7-R``````````````````````````````````!!
M9&UI;FES=')A=&]R<P``````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````````&%L;#H@<WES;&]G
M;7-G+F1L; T*#0IS>7-L;V=M<V<N<F5S(#H@<WES;&]G;7-G+G)C#0H)=VEN
M9')E<R!S>7-L;V=M<V<N<F,@+4\ at 8V]F9B M;R!S>7-L;V=M<V<N<F5S#0H-
M"G-Y<VQO9VUS9RYD;&P at  dot B!S>7-L;V=M<V<N<F5S#0H)9V-C("US:&%R960@
M+6\@<WES;&]G;7-G+F1L;"!S>7-L;V=M<V<N<F5S#0H)<FT@<WES;&]G;7-G
M+G)E<PT*#0H`````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````<WES;&]G;7-G+W-Y<VQO9VUS9RYD;&P`````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````# Q,# W-34`,# P,3<V- at `P,# Q,#0P`# P,# P
M,#4Q,C$T`# W-C0U,3 P,S$S`# Q-C<S-P`@, ``````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````````!U<W1A<B @
M`&-Y9W5S<@``````````````````````````````````061M:6YI<W1R871O
M<G,`````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````!-6I ``P````0```#__P``N ``````
M``! ``````````````````````````````````````````````" ````#A^Z
M#@"T"<TAN %,S2%4:&ES('!R;V=R86T at 8V%N;F]T(&)E(')U;B!I;B!$3U,@
M;6]D92X-#0HD`````````%!%``!,`0 at `RX"4/@`P``!L`0``X `&(@L!`C at `
M' ```"P````"``# )0```! ````P```````0`! ````"```$`````0````0`
M`````````* ````$``#>+0$``P``````( ``$ `````0```0````````$ ``
M``! at ```V`````' ``$ "````@ ``= ``````````````````````````D ``
M% $`````````````````````````````````````````````````````````
M````````````````````````````````````````````````````+G1E>'0`
M```8&@```! ````<````! ``````````````````8 ``8"YD871A````, ``
M```P````` at ```" ``````````````````$ ``, N<F1A=&$``+ at #````0 ``
M``0````B``````````````````! ``# +F)S<P````!0`0```% `````````
M````````````````````@ ``P"YE9&%T80``- at ````!@````` at ```"8`````
M`````````````````, N:61A=&$``$ "````< ````0````H````````````
M``````! ``# +G)S<F,```!T`````( ````"````+ ``````````````````
M0 ``P"YR96QO8P``% $```"0````` at ```"X``````````````````````, `
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````58GE at ^P(Z*43``#'1"0$`% `$,<$) ! `!#H at 0(``(GL
M7<.0C;8`````C;\`````58GE at ^P(QP0D`$ `$.A.! ``B>Q=PY"0D)"0D)"0
MD)!5B>6#[ @/ME4(,<" ^O]T&X/B!X/Z`K@"````= Z#^@)_#;@$````A=)U
M&(GL7< dot #^ at  dot X! ```'3RN @```"#^ at 3KYNA7%@``D(VV`````%6)Y5>+?0A6
M,?93,=N-= at `/MA>(V4>#PP>)T(/@?]/@"<:$TGCJBT4,B3")^%M>7UW#C;0F
M`````(V\)P````!5B>57BWT(5C'V4S';C78`#[87B-E'@\,'B="#X'_3X G&
MA-)XZH/['W<2 at  dot ) A-)T"[C_____B-G3X G&BT4,B3")^%M>7UW#D(VV````
M`%6)Y8/L&(E=^(M5$ ^V70B)=?R)UH#[4 ^$P at ```(G8 at ^ /@_@,#X?!````
M_R2%9!$`$) `$ at `0F!$`$-P1`! `$ at `0!Q(`$!T2`! =$ at `0'1(`$!T2`!#D
M$0`0^A$`$ `2`! '$ at `0B10DC47TB40D! dot CY_O__BTWTB<*-="8`A<ET$XC8
M)' \$'0<BT4,`<&$VWD"BPF+112)"(G0BUWXBW7\B>Q=PP'QZ^4/MPJ#P at +K
MS(D4)(U%\(E$) 3H[?[__XM-\(G"Z[8/OPKKX)"+"H/"! dot NIBPJ#P at CKHHGV
MC4(# at ^#\BPB-4 3KJNC.% ``C;0F`````(V\)P````!5B>6#[ B)7?R+10B+
M70R+51"+312#. !U!XM=_(GL7</'0Q `````B4,,#[=#$(E3!,<#_____XE+
M" WX!P``9HE#$,<$) `P`!#H8!0``(L5'# `$(L"B4,4B1J+7?S'10 at `, `0
MB>Q=Z3$4``"058GE at ^P8QT0D" ````"+10C'1"0,`````(D$)(M%#(E$) 3H
M:/___XGL7<.-="8`58GE at ^P8B5W\BUT(BP.%P'4.BUW\B>Q=PXVT)@````#'
M!"08````Z,03``")1"0$B1PDZ)C____KV(VV`````%6)Y8/L"(E=_(M%$(M=
M#(E#!(M%%,<#_____XE#"(M%",=#$ ````" 2Q "B4,,#[=#$ WX!P``9HE#
M$,<$) `P`!#HB!,``(L5'# `$(L"B4,4B1J+7?S'10 at `, `0B>Q=Z5D3``"0
MD(VT)@````!5B>6#[!C'1"0(`````(M%",=$) P`````B00DBT4,B40D!.AH
M____B>Q=PXUT)@!5B>6#[ C'!"08````Z/X2``"+50B)1"0$B10DZ*____^)
M[%W#D(UV`(V\)P````!5B>53 at ^P$BUT(BPN%R74&,<!:6UW#QP0D`# `$.C>
M$ at ``BPT<, `0BQ&%TG05B?8Y6 at QT8(M"%(U*%(7 = 2)PNOMBPT@, `0BQ&%
MTG1/D/9"$ %T.HM"##D8= Z+0A2-2A2%P'0WB<+KY8M"%(G3B0&+0 at R)!"3H
M4Q(``,<$) `P`!#H9Q(``(G8ZX6-= at `Y6@QUR(M"%(G3B0'KW\<$) `P`!#H
M1A(`` dot AA$ at ``D%6)Y5WI1____Y"-M at ````!5B>6#[ B+10B+$(72=02)[%W#
MB00DZ-7___^)10B)[%WIZA$``(UV`(V\)P````!5B>6#[ @/ME4(,<"+30R 
M^O]T&HG0 at ^!P@_@@=".#^"!_#X7 = 6#^!!U&C' B>Q=PX/X,'0% at _A0Z^Z+
M00CK[8M!!.OHZ-41``"0C70F`%6)Y8/L*(E]_(M]"(EU^(E=](UW"8!_"7IT
M#S' BUWTBW7XBWW\B>Q=PXDT)(U=\.A+$0``B5PD!(U,, &-=PJ)#"3H./O_
M_XD$)(U%[(E$) 3H:?O__XE<) 2)P4&)#"3H&OO__XG!D(VT)@`````/MA: 
M^E)T.H#Z4'0+,<" ^DQUF4%&Z^@/M@''1"0$`````"1_#[; B00DC4$!B40D
M"(U%Z(E$) SH8OO__XG!Z],/M@'I8____XVV`````%6)Y8M%#(M("(M%$(M0
M"+ at !```` dot =%W!#G1&<!=PXGV58GE5E.#[""+70@/MT,0B5PD!,'H`P^VP(D$
M).BO_O__B<8/MT,0B70D!,'H`P^VP(D$)(M%#(/ "(E$) B-1?2)1"0,Z.;Z
M__\/MT,0B70D!,'H`P^VP(D$)(M%$(/ "(E$) B-1?")1"0,Z+_Z__^X`0``
M`(M5\(M-]#G1=P0YT1G @\0 at 6UY=PY"-="8`58GE5U93 at ^P<BUT,BW40BWL$
MB=B#PP at I^(/ !(D$).AL_O__#[;XBT4(B3PDB40D! dot  at *_O__B40D!(U%\(E<
M) B)/"2)1"0,Z%/Z__^+3 at 2)\(/&""G(@\ $B00DZ"[^__\/MMB+10B)'"2)
M1"0$Z,S]__^)1"0$C47LB1PDB70D"(E$) SH%?K__[ at !````BU7LBTWP dot =%W
M!#G1&<"#Q!Q;7E]=PXUV`(V\)P````!5B>575E.#[!R+11"+> 2-< B%_XE]
M\ ^$B ```(UV`/]-\(M=\(T4&XU"`3GX<VJ#P@(Y^HE5[ ^#,@$``(M%"(D$
M)(M$W at B)1"0$BT3>!(E$) C_50R%P ^.$0$``(M%"(D$)(M$W at B)1"0$BP2>
MB40D"/]5#(7 #X[Q````BQ2>BT3>"(D$GHE4W at B+7>R-%!N-0 at $Y^'*6BT7P
MA< /A7O___^#_P$/AH at ```")]D^+%HL$OC';@_\!B0:)%+YV:XVT)@````"-
MO"<`````C40;`CGXB47H<V6+10B)!"2+1-X(B40D!(M$W at 2)1"0(_U4,A<!^
M2(M%"(D$)(M$W at B)1"0$BP2>B40D"/]5#(7 ?BR+%)Z+1-X(B02>B53>"(M=
MZ(U$&P$Y^'*C at _\!#X=Z____@\0<6UY?7<.)]HM%"(D$)(M$W at 2)1"0$BP2>
MB40D"/]5#(7 ?M&+%)Z+1-X$B02>B53>!(U<&P'KM8M%"(D$)(M$W at 2)1"0$
MBP2>B40D"/]5#(7 #XX*____BQ2>BT3>!(D$GHE4W at 2-7!L!Z>G^__^0D(VT
M)@````!5B>575E.#["S'1> `````BW4,QT7L`````(M]",=%Z ````"+#L=%
MY ````"%R0^$SP```(UT)@"-O"<`````BT8$A< /A*4```")\BG"B="#P 0[
M1>QT0XE%[(D$).C,^___B47D#[9%Y(E\) 2)!"3H:?O__P^W3Q")1>")R,'H
M`R7_````/?\````/A(0````[1>1T!(!/$ 0/MEWDBT7 at B40D!(U&"(E$) B-
M1?")'"2)1"0,Z(/W__^)'"3HF_;__X/X`W=&C0S%`````+ at !````T^!(BU7P
MA=!T$/]%Z#L7<PF)%XVT)@````"+%HGP`="-< 2+0 2%P ^%//___XM%Z(/$
M+%M>7UW#D+C_____Z\(/ME7DB<@E!_C__\'B`PG09HE'$.EL____58GE5U93
M at ^P<QT7L`````(M5"(MU$ ^W0A#!Z ,/MOB)^ at ^VPHD$)(M%"(E$) 3H?/K_
M_XL>B47HA=MT<XUV`(M&!(7 =%F+50CV0A $=#")\BG"B="#P 0[1>QT(HE%
M[(D$).B7^O__B<</ML")!"2+10B)1"0$Z#/Z__^)1>B%_W4TBTX(A<ET%8M%
M#(L0A=)T#(M"!(ET@@A B4($D(L6B? !T(M8!(UP!(7;=9"#Q!Q;7E]=PXM%
MZ(GZ#[;:B40D!(U&"(E$) B-1?")'"2)1"0,Z#;V__^)'"3H3O7__X/X`W<4
MC0S%`````+ at !````T^!(A47PZXZX_____^OTC;0F`````(V\)P````!5B>57
M5E.#["S'1>@`````BU4(BW4,#[="$,'H`P^V^(GZ#[;"B00DBT4(B40D!.AL
M^?__BPZ)1>2%R71QC78`BT8$A<!T5XM5"/9"$ 1T,(GR*<*)T(/ !#M%Z'0B
MB47HB00DZ(?Y__^)QP^VP(D$)(M%"(E$) 3H(_G__XE%Y(7_=3R+5 at B%THE5
M\(M&#(E%['0*BT40*= [1>QR&HL6B? !T(UP!(M !(7 =9(QP(/$+%M>7UW#
MB?#K](UT)@"+1>2)^ at ^VVHE$) 2-1 at B)1"0(C47PB1PDB40D#.@>]?__B?J#
MX at ^)1"0(C47LB10DQT0D! ````")1"0,Z/[T__^)'"3H%O3__X/X`W<9C0S%
M`````+ at !````T^!(BU7PA=#I:O___[C_____Z^^058GE5U93 at ^Q,BU4(#[9"
M$* at !#X1H`@``J $/A/<!``"H! ^$V ```(M%"(M #,=%W ````"+4 0Y5=R)
M1>")5=@/@Y4```")]HV\)P````"+3=B+1=R+5> !R-'HBWR""(E%U(M7!(GX
M*="#P 2)!"3H2OC__XM5" ^VV(G&B50D!(/F#XD<).CC]___B40D!(U'"(E$
M) B-1?")'"2)1"0,Z"GT__^-5>R)5"0,B30DQT0D! ````")1"0(Z [T__^+
M5? Y50QS'(M%U(E%V(M%V#E%W ^"=/___S' @\1,6UY?7<.+1>P!PHGX.54,
M<NR+5=1"B57<Z]60C70F`(M5" ^W0A#!Z ,E_P```(E%T'5+BT(,,?^+< 0Y
M==")1<QS*8VV`````(V_`````(M%S(T,/M'IBU2("(M""(M:##E%#',,B<XY
M]W+C,=*)T dot N+`= at Y10QR]8UY`>OJ#[9%T(M5"(M2#(D$)(M%"(E5R(E$) 3H
M]?;__XM5R,=%P ````")1<2+<@0Y=< /@TC___^+1="#X ^)1;R-= at `/MD70
MBUW BU7(`?/1ZXM\F at B-5>B)!"2+1<2)5"0,B40D!(U'"(E$) CH`?/__XM5
MO(E$) B-1>2)%"3'1"0$`````(E$) SHX_+__XM5Z#E5#',,B=XY=<!RI.G;
M_O__BT7D`<*)^#E5# ^"S?[__T.)7<#KX*@"=$6+50B+6 at R+ dot X7_#X2Q_O__
MD(UT)@"+10B+50R)!"2+`XE4) B)1"0$Z(C\__^%P ^%CO[__X/#!(LSA?9U
MU^E^_O__B?:+10B)!"2+0 R)1"0$BT4,B40D".A7_/__Z6#^__^)]HD4).AH
M`0``BT4(BU4,.Q /@D;^__^+50@/MD(0Z7;]__^-M"8`````C;PG`````%6)
MY5<Q_U93 at ^P<BUT(QP0D`# `$.BV!P``H2 P`!"+,(7V=!J-="8`C;PG````
M`#L>#X/G````BW84A?9U\8L5'# `$(LRA?9T6I"-="8`BT84B0*)-"2)7"0$
MZ._\__^+%2 P`!")QXL"A<!T(8L.ZPV0D)"0D)"0D)"0D)"0.0AR#(U0%(M 
M%(7 =?(QP(E&%(7_B3)U#(L5'# `$(LRA?9UJ\<$) `P`!#H#P<``(7_=$R+
M1 at 2+50R)`HM&"(E"! ^W1A#!Z ,E_P```/9&$ 1U-HET) 0/MMB)'"3HW/3_
M_XE$) 2-1PB)1"0(BT4,B1PD at \ (B40D# dot  at ?\?__@\0<B?A;7E]=PXM?!(GX
M*=B#P 2)!"3H\_3__^NVB30DB5PD! dot  at E_/__A<")QP^$"O___^EK____C;8`
M````58GE5U93 at ^PLBU4(BT(0B<;![ at MU/_9"$ (/A%D"``"+6 at R+`X7 #X4K
M` at ``BTT(B?#!X N+41"!XO\'```)PHE1$(G0P>@+.?!T"8'B_P<``(E1$#' 
MA?8/A;4!``"%P ^$&P$``(M%"/9 $ (/A((!``"+6 R+`X7 #X5/`0``BT7H
MA<!T"3EP! ^%`0(``(M%"/9 $ 0/A <!``#'1>20% at `0BTWLA<D/A-H```")
M3"0,BT4(BU7DB00DBT7HB50D!(E$) CHTP$``(M-[(M5Z(M!!(MZ! 'X.? /
MA:\!``")3"0(BT4(BU7DB00DB50D! dot CW]?__BTWLBW7HBWD$B4W at A?]T7XM>
M!(M-X$^+3+D(B4W<B?:-O"<`````A=MT*HM%"(M5W(D$)(M$G at 2)5"0(B40D
M!/]5Y(7 ? at Z+1)X$C10?2XE$E at CKTHM-W(T$'X7_B4R&"'6PBU7 at BTWLBT($
M`48$B0PDZ/ $``"+30B+5>B+00R)`H!)$ &)40R#Q"Q;7E]=PXM%Y(M-"(E$
M) 2+1>B)#"2)1"0(Z$WU___KR\=%Y. 5`!"+50@/MT(0P>@#A, /A.?^___'
M1>0`% at `0Z=O^__^-M@````"+50B-3>B)3"0$B10DBP.#PP2)1"0(Z.7W__^+
M`X7 ==_IB_[__XM%"(U5Z(E4) 2)!"2+0 R)1"0(Z,'W___I;?[__XT<M0 at `
M``")'"3H300``(E%Z(7 ="?'0 0`````B1PDZ#<$``")1>R%P'0'QT $````
M`+ at !````Z0[^__\QP dot D'_O__BTT(B0PDBP.#PP2)1"0$Z#3V__\!QHL#A<!U
MY.FT_?__BT4(B00DBT ,B40D! dot  at 5]O__B<;IF_W__^@)! ``D)"-M"8`````
M58GE5U8Q]E.[(% `$(/L'(M]$(M'!(E][#G&B47P<TV!^R!0`!!T+HM%"(D$
M)(M$MPB)1"0$BP.)1"0(_U4,A<!Y$XM5%(G8*?B+'!#'!! `````Z\J+512)
M7+((1HM=[(-%[ 2#PP at [=?!RLS'),=(Q]CM-\',BD(VT)@````"+712+1+,(
MA<!T((M$MPB)1)<(0D8[=?!RYHE7!(M%%(E(!(/$'%M>7UW#BT2W"(M=%(E$
MBPA!Z]N0D)"0D)"058GE5U93@>RL````H1 P`!"%P'0(C67T6UY?7</'1;AA
M86%AC46XQT6\86%A8<=%P&%A86''1<1A86%AQT7(86%A8<=%S&%A86''1=!A
M86%AQT7486%A8<9%V ")!"3HC 4```^WP(/L!&:%P ^%" $``,<$)!0````Q
M]HU=B.B,` at ``C8U8____A<")PJ,0, `0B<_'``````#'0 P`````QT 0````
M`,= !/ F`!#'0 CP)@`0#X6K````QH58____,(V-6?___SGY= at Z)]DE&#[8!
MB -#.?EW],8#`(U%N(D$)+@@````*?#'1"0$80```(E$) CH8P(``#'2.?)S
M(XVV`````(V\)P````")T"GP@'PJB#!T2;%!B$PHV$(Y\G+JQD78`(U%N(D$
M).C+! `` at ^P$BQ40, `0C4($HQ0P`!"-0 at BC&# `$(U"#(/"$*,<, `0B14@
M, `0Z;'^__^Q8>NUB="#X $$,(@!0='J=?+I3____XD$)(U%N(E$) 3'1"0(
M(0```.A^! ``,=*#[ R)]HV\)P````" ?"JX80^5P 0PB$0JN$*#^A]V[,=$
M) 0`````C46XB00DQT0D" (```#H at 0$``*,0, `0Z5____^0D)"0D)"058GE
M at ^P8H3!0`!")!"2A0% `$(E$) 2A4% `$(E$) CH:P$``(/L#(GL7<.-="8`
M58GE at ^P8B5W\BT4,NP$```"+50B+31"#^ %T=H/X`7(_ at _@"="N#^ -T"XG8
MBUW\B>Q=P at P`B10DQT0D! ,```")3"0(Z!8!``"#[ R)P^O:B10DQT0D! (`
M``#KXXGVB10DB40D!(E,) CH\ ```(/L#(7 B<-TLJ% at 4 `0B00DZ.H```"X
M_____Z- at 4 `0ZYF)%3!0`!"X`0```*- 4 `0B0U04 `0B10DQT0D!) E`!#H
MR ```*- at 4 `00 ^%9____S';Z6#___^0C70F`%6)Y8GL7>DE____D)"0D)#_
M)<!P`!"0D ``````````_R6H< `0D) ``````````/\EK' `$)"0````````
M``#_);AP`!"0D ``````````_R6T< `0D) ``````````/\EE' `$)"0````
M``````#_)<1P`!"0D ``````````_R6P< `0D) ``````````%6)Y;@!````
M7<(,`)"0D)#_)9QP`!"0D ``````````58GE at ^P8B5W\BT4,BUT(QT0D!'!0
M`!")!"3H(0```,=%#'!0`!"#[ B)70B+7?R)[%WI.0$``)"0D)"0D)"0D%6)
MY3' 4X/L!(M=#(7;#X3L````QT,$J ```#')NDX```#'0PCK`P``A<#'0PP6
M````B8N ````B9.$````QT,L`"H`$,=#, PJ`!#'0Q0 at 40`0#X2;````BX.D
M````HR11`!#'0W at `````BT4(QT,D*%$`$,=#2( I`!#'0TQP*0`0B4,HQT-0
M8"D`$,=#5% I`!"+10#'0T0P*0`0QT,8P"8`$,=#'+ F`!")`\=#($ I`!#'
M!"0`````Z(\!``")0WR#[ 3'0S0`, `0QT,X,# `$,=#/ !0`!#'0T!040`0
MZ)@```"X`0```(M=_,G"" #'0Q D40`0Z63____'!"0(````Z 0!``")PC' 
M at _K_=-B)T[ at !````Z?/^__^0D)"0D)"0D)"0D)"0D)#_):1P`!"0D ``````
M````58GE5HM-"%.+70R+=1 YV7,@C;0F`````(V\)P````"+002)\@'"BP&#
MP0 at !`CG9<NY;7EW#C78`C;PG`````%6)Y8/L&,<$)+A#`!#'1"0$N$,`$,=$
M) @````0Z)[___^)[%W#D)"0D)"0D)"0D/\EF' `$)"0``````````#_);QP
M`!"0D ``````````58GE7<.0D)"0D)"0D)"0D%6)Y5W#D)"0D)"0D)"0D)!5
MB>5=PY"0D)"0D)"0D)"058GE7<.0D)"0D)"0D)"0D/\EH' `$)"0````````
M``#_)=1P`!"0D ``````````_R70< `0D) ``````````/\EV' `$)"0````
M``````#_)=QP`!"0D ``````````58GE7>D7YO__D(VV`````%6)Y5WI-^;_
M_Y"0D)"0D)#_____X"D`$ ````#_____\"D`$ ``````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````!0`````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````$ ``
M```````!``%\" P%!(@!```<````& ```% 0`!!)````! $````."(0"! (`
M```-!"P````X````,!$`$/(````$`0````X(A ($` at ````T$! 8```"#! 0*
M````A@,``"0```!H````,!(`$&\````$`0````X(A ($` at ````T$! 8```"#
M`P`<````D ```* 2`! L````! $````."(0"! (````-!"0```"P````T!(`
M$#H````$`0````X(A ($` at ````T$! 8```"#`P`D````V ```! 3`!!G````
M! $````."(0"! (````-! 0&```` at P,`' `````!``" $P`0+ ````0!````
M# at B$`@0"````#00<````( $``+ 3`! E````! $````."(0"! (````-!"0`
M``! `0``X!,`$*\````$`0````X(A ($` at ````T$! 0```"#`P`<````: $`
M`) 4`! )````! $````."(0"! (````-!!P```"(`0``H!0`$"8````$`0``
M``X(A ($` at ````T$' ```* at !``#0% `02P````0!````# at B$`@0"````#00L
M````R $``" 5`!"Z````! $````."(0"! (````-! 0&````AP,$"0```(,%
MA at 0H````^ $````6`!"+````! $````."(0"! (````-! 0%```` at P2&`P``
M`"@````D` at ``D!8`$*8````$`0````X(A ($` at ````T$! 8```"#!88$AP,`
M* ```% "``! %P`0IP$```0!````# at B$`@0"````#00$! at ```(,%A at 2'`P`H
M````? (``/ 8`! P`0``! $````."(0"! (````-! 0&```` at P6&!(<#`"@`
M``"H` at ``(!H`$ (!```$`0````X(A ($` at ````T$! 8```"#!88$AP,`* ``
M`-0"```P&P`0+P$```0!````# at B$`@0"````#00$! at ```(,%A at 2'`P`H````
M``,``& <`!"B` at ``! $````."(0"! (````-! 0&```` at P6&!(<#`"P````L
M`P``$!\`$#H!```$`0````X(A ($` at ````T$! $```"'`P0'```` at P6&!"@`
M``!<`P``4" `$)<"```$`0````X(A ($` at ````T$! 8```"#!88$AP,`+ ``
M`(@#``#P(@`0N0````0!````# at B$`@0"````#00$` at ```(8$AP,$`P```(,%
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````#+@)0^`````"A@
M```!```````````````H8 ``*& ``"A at ``!S>7-L;V=M<V<N9&QL````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````0' `````````````%'(``)1P``!\< `````````````P<@``T' `````
M`````````````````````````````.1P``#L< ``^' ```QQ```@<0``,'$`
M`#AQ``!$<0``4'$``&AQ``" <0``C'$``)AQ`````````````*1Q``"P<0``
MO'$``,QQ`````````````.1P``#L< ``^' ```QQ```@<0``,'$``#AQ``!$
M<0``4'$``&AQ``" <0``C'$``)AQ`````````````*1Q``"P<0``O'$``,QQ
M````````. )A8F]R= !F`F-A;&QO8P````":`F-Y9W=I;E]D971A8VA?9&QL
M`)P"8WEG=VEN7VEN=&5R;F%L````KP)D;&Q?9&QL8W)T, ````,#9G)E90``
MS at -M86QL;V,`````X at -M96US970````` dot @1P=&AR96%D7VUU=&5X7VQO8VL`
M````/01P=&AR96%D7VUU=&5X7W5N;&]C:P``9 1R96%L;&]C````!P5S=')L
M96X`````'@5S=')T;W5L``````!!9&1!=&]M00``E !&:6YD071O;4$`P0!'
M971!=&]M3F%M94$``"L!1V5T36]D=6QE2&%N9&QE00```' ```!P````< ``
M`' ```!P````< ```' ```!P````< ```' ```!P````< ```' ``&-Y9W=I
M;C$N9&QL`!1P```4< ``%' ``!1P``!+15).14PS,BYD;&P`````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````````````#+@)0^
M`````````0`+````& ``@ ````#+@)0^`````````0`!````, ``@ ````#+
M@)0^`````````0``````2 ```%B ```<```````````````!````````````
M```0````# ```"4Q#0H`````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````! ``$P````/,!8P.3!?,60Q:#%L,7 Q=#%X,7PQ at #&$,8 at Q
MC#&0,90Q=S*",I,R3S-:,VLS^3,$-"4T8#2!-"$_*S]1/W,_JS^X/P` at ``"0
M````\3#X,1$R^3(2,[TS/S1<-&,TZC3R-/HT!34+-8 UES6?-:@U.C9,-E0V
M7C9D-F\V>3:B-K(VPC;2-N(V\C8"-Q(W,C=3-V(WP3?(-\\WX#?Q-_ at W_S<)
M.! X&C at A dot "@X,3A*.%$X6#A?.'<XLC@).1$Y&3DR.4(YDCFB.;(YPCG2.00Z
M$#H```! ```X````'# \,&PPE#"T,-PP!#$D,40Q;#&,,:PQS#'\,2 at R5#* 
M,JPRV#($,S S8#.,,P``````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````! `````````!`" `` at $`
M``````````````````````!?;V)J```````````$`````P``````%0```# `
M```!`" `` at `N=&5X= `````````!`````P%&````! at `````````````````N
M9&%T80`````````"`````P$````````````````````````N8G-S````````
M```$`````P$ at ````````````````````````````)@`````````#`````P``
M````, ```% ````!`" ``P$`````````````````````````````1P```* `
M```!`" ``P``````50```. ````!`" ``P``````8P```# !```!`" ``P``
M```` at 0`````````"`````P``````CP```# "```!`" `` at ``````K ```* "
M```!`" `` at ``````PP```- "```!`" `` at ``````U0```! #```!`" `` at ``
M````^ ```( #```!`" `` at ``````%0$``+ #```!`" `` at ``````+0$`` dot  #
M```!`" `` at ``````3 $``) $```!`" `` at ``````90$``* $```!`" `` at ``
M````>0$``- $```!`" ``P``````BP$``" %```!`" ``P``````G0$``. %
M```!`" ``P``````M $````&```!`" ``P``````T0$``) &```!`" ``P``
M````[0$``" ````$`````P``````]P$``$ '```!`" ``P``````!P(``/ (
M```!`" ``P``````(@(``" *```!`" ``P``````+ (``# +```!`" ``P``
M````0 (``& ,```!`" ``P``````3P(``! /```!`" `` at ``````80(``% 0
M```!`" ``P``````;@(``/ 2```!`" ``P`N=&5X= ```% ````!`````P%9
M$P`` dot  at `````````````````N9&%T80`````````"`````P$$````````````
M```````````N8G-S`````" ````$`````P$0````````````````````````
M````)@`````````#`````P&T`P``%P``````````````````````>0(``! `
M```"`````P``````B@(``+ 3```!`" `` at $````````````````````````N
M=&5X= ```+ 3```!`````P'9`0``$ `````````````````N9&%T80```! `
M```"`````P$4```````````````````````N8G-S`````# ````$`````P$`
M````````````````````````````I@(``) 5```!`" ``P$`````````````
M````````````````L0(``# ````$`````P``````OP(``$ ````$`````P``
M````S0(``% ````$`````P``````V (``, 5```!`" `` at ``````[@(``& `
M```$`````P``````^0(``) 6```!`" `` at `N=&5X= ```) 5```!`````P$+
M`0``#P`````````````````N9&%T80```# ````"`````P$`````````````
M```````````N8G-S`````# ````$`````P% ```````````````````````N
M=&5X= ```* 6```!`````P`N:61A=&$D-PP"```&`````P`N:61A=&$D-< `
M```&`````P`N:61A=&$D-&P````&`````P`N:61A=&$D-HP!```&`````P`N
M=&5X= ```+ 6```!`````P`N:61A=&$D-_0!```&`````P`N:61A=&$D-:@`
M```&`````P`N:61A=&$D-%0````&`````P`N:61A=&$D-C !```&`````P`N
M=&5X= ```, 6```!`````P`N:61A=&$D-_ at !```&`````P`N:61A=&$D-:P`
M```&`````P`N:61A=&$D-% at ````&`````P`N:61A=&$D-C at !```&`````P`N
M=&5X= ```- 6```!`````P`N:61A=&$D-P0"```&`````P`N:61A=&$D-;@`
M```&`````P`N:61A=&$D-&0````&`````P`N:61A=&$D-F at !```&`````P`N
M=&5X= ```. 6```!`````P`N:61A=&$D-P`"```&`````P`N:61A=&$D-;0`
M```&`````P`N:61A=&$D-& ````&`````P`N:61A=&$D-E !```&`````P`N
M=&5X= ```/ 6```!`````P`N:61A=&$D-^ !```&`````P`N:61A=&$D-90`
M```&`````P`N:61A=&$D-$ ````&`````P`N:61A=&$D-N0````&`````P`N
M=&5X= `````7```!`````P`N:61A=&$D-Q "```&`````P`N:61A=&$D-<0`
M```&`````P`N:61A=&$D-' ````&`````P`N:61A=&$D-I at !```&`````P`N
M=&5X= ```! 7```!`````P`N:61A=&$D-_P!```&`````P`N:61A=&$D-; `
M```&`````P`N:61A=&$D-%P````&`````P`N:61A=&$D-D0!```&`````P``
M````&0,``" 7```!`" `` at $````````````````````````N=&5X= ```" 7
M```!`````P$,```````````````````````N9&%T80```# ````"`````P$`
M```````````````````````N8G-S`````' ````$`````P$`````````````
M```````````N=&5X= ```# 7```!`````P`N:61A=&$D-^ at !```&`````P`N
M:61A=&$D-9P````&`````P`N:61A=&$D-$ at ````&`````P`N:61A=&$D-O at `
M```&`````P!?=2XP`````' ````$`````P``````)0,``$ 7```!`" `` at $`
M```````````````````````N=&5X= ```$ 7```!`````P$W````! ``````
M```````````N9&%T80```# ````"`````P$````````````````````````N
M8G-S`````' ````$`````P&P````````````````````````````. ,``( 7
M```!`" `` at $````````````````````````N=&5X= ```( 7```!`````P$A
M`0``%0`````````````````N9&%T80```# ````"`````P$`````````````
M```````````N8G-S`````" !```$`````P$,```````````````````````N
M=&5X= ```+ 8```!`````P`N:61A=&$D-_ !```&`````P`N:61A=&$D-:0`
M```&`````P`N:61A=&$D-% ````&`````P`N:61A=&$D-B !```&`````P``
M````3P,``, 8```!`" `` at $`````````````````````````````8 ,````9
M```!`" `` at `N=&5X= ```, 8```!`````P%F`````P`````````````````N
M9&%T80```# ````"`````P$````````````````````````N8G-S`````# !
M```$`````P$````````````````````````N=&5X= ```# 9```!`````P`N
M:61A=&$D-^0!```&`````P`N:61A=&$D-9 at ````&`````P`N:61A=&$D-$0`
M```&`````P`N:61A=&$D-NP````&`````P`N=&5X= ```$ 9```!`````P`N
M:61A=&$D-P@"```&`````P`N:61A=&$D-;P````&`````P`N:61A=&$D-&@`
M```&`````P`N:61A=&$D-H !```&`````P``````>P,``% 9```!`" `` at $`
M```````````````````````N=&5X= ```% 9```!`````P$%````````````
M```````````N9&%T80```# ````"`````P$````````````````````````N
M8G-S`````# !```$`````P$`````````````````````````````C ,``& 9
M```!`" `` at $````````````````````````N=&5X= ```& 9```!`````P$%
M```````````````````````N9&%T80```# ````"`````P$`````````````
M```````````N8G-S`````# !```$`````P$`````````````````````````
M````G0,``' 9```!`" `` at $````````````````````````N=&5X= ```' 9
M```!`````P$%```````````````````````N9&%T80```# ````"`````P$`
M```````````````````````N8G-S`````# !```$`````P$`````````````
M````````````````K@,``( 9```!`" `` at $````````````````````````N
M=&5X= ```( 9```!`````P$%```````````````````````N9&%T80```# `
M```"`````P$````````````````````````N8G-S`````# !```$`````P$`
M```````````````````````N=&5X= ```) 9```!`````P`N:61A=&$D-^P!
M```&`````P`N:61A=&$D-: ````&`````P`N:61A=&$D-$P````&`````P`N
M:61A=&$D- at P!```&`````P`N=&5X= ```* 9```!`````P`N9&%T80```# `
M```"`````P`N8G-S`````# !```$`````P`N:61A=&$D-R0"```&`````P`N
M:61A=&$D-=0````&`````P`N:61A=&$D-( ````&`````P`N:61A=&$D-K !
M```&`````P`N=&5X= ```+ 9```!`````P`N9&%T80```# ````"`````P`N
M8G-S`````# !```$`````P`N:61A=&$D-R "```&`````P`N:61A=&$D-= `
M```&`````P`N:61A=&$D-'P````&`````P`N:61A=&$D-J0!```&`````P`N
M=&5X= ```, 9```!`````P`N9&%T80```# ````"`````P`N8G-S`````# !
M```$`````P`N:61A=&$D-R@"```&`````P`N:61A=&$D-= at ````&`````P`N
M:61A=&$D-(0````&`````P`N:61A=&$D-KP!```&`````P`N=&5X= ```- 9
M```!`````P`N9&%T80```# ````"`````P`N8G-S`````# !```$`````P`N
M:61A=&$D-RP"```&`````P`N:61A=&$D-=P````&`````P`N:61A=&$D-(@`
M```&`````P`N:61A=&$D-LP!```&`````P`N9FEL90```/8```#^_P``9P%F
M86ME``````````````````!H;F%M90```'P````&`````P!F=&AU;FL``- `
M```&`````P`N=&5X= ```. 9```!`````P$````````````````````````N
M9&%T80```# ````"`````P$````````````````````````N8G-S`````# !
M```$`````P$````````````````````````N:61A=&$D,A0````&`````P$4
M`````P`````````````````N:61A=&$D-<P````&`````P$$````````````
M```````````N:61A=&$D-'@````&`````P$$```````````````````````N
M9FEL90```"$!``#^_P``9P%F86ME```````````````````N=&5X= ```. 9
M```!`````P$````````````````````````N9&%T80```# ````"`````P$`
M```````````````````````N8G-S`````# !```$`````P$`````````````
M```````````N:61A=&$D-(P````&`````P$$```````````````````````N
M:61A=&$D-> ````&`````P$$```````````````````````N:61A=&$D-S "
M```&`````P$-```````````````````````N=&5X= ```. 9```!`````P$`
M```````````````````````N9&%T80```# ````"`````P$`````````````
M```````````N8G-S`````# !```$`````P$`````````````````````````
M````OP,``+0#```#`````P``````T0,``. 9```!`" ``P$`````````````
M````````````````XP,``/ 9```!`" ``P`N=&5X= ```. 9```!`````P$9
M````` at `````````````````N9&%T80```# ````"`````P$`````````````
M```````````N8G-S`````# !```$`````P$`````````````````````````
M````)@```+0#```#`````P$$```````````````````````N8W1O<G,```0:
M```!`````P$$`````0`````````````````N9'1O<G,``! :```!`````P$$
M`````0`````````````````N:61A=&$D,@`````&`````P`N:61A=&$D-9 `
M```&`````P`N:61A=&$D-#P````&`````P`N:61A=&$D-'0````&`````P`N
M:61A=&$D-<@````&`````P`N:61A=&$D-Q0"```&`````P`N<G-R8P``````
M```'`````P``````]P,``+ at #```#`````@``````% at 0`` dot  6```!`" `` at ``
M````* at 0````````"````` at `````` dot 00```P:```!````` at !?9G)E90```+ 6
M```!`" `` at ``````2 0``!0````"````` at ``````8P0``-0````&````` at ``
M````= at 0``)P````&````` at ``````CP0``)0````&````` at ``````G 0````0
M``#__P``` at ``````M00`````( #__P``` at ``````SP0```0```#__P```@``
M````ZP0``+ 9```!````` at ``````]P0``+ 8```!`" `` at ``````! 4``- 9
M```!````` at ``````& 4``,0````&````` at ``````)P4``- 6```!`" `` at ``
M````/04````````$````` at ``````2P4``+@#```#````` at ``````;@4````0
M``#__P``` at !?96YV:7)O;B !```$````` at ``````A@4``!P````"````` at !?
M7V1L;%]?``````#__P``` at ``````I@4```````#__P``` at ``````NP4`````
M`!#__P``` at ``````R@4````0``#__P``` at ``````X 4``) 9```!`" `` at ``
M````\04``+ at #```#`````@!?;65M<V5T`! 7```!`" `` at ``````#P8``# `
M```"````` at ``````' 8````:```!````` at ``````*@8``% !```$````` at ``
M````- at 8````:```!````` at ``````108``-@````&````` at !?8V%L;&]C`# 9
M```!`" `` at !?7V9M;V1E`"@!```$````` at ``````7 8``!0"```&````` at ``
M````;P8````````&````` at ``````@@8``+0````&````` at ``````G 8````"
M``#__P``` at !?<F5A;&QO8T 9```!`" `` at ``````KP8``*P````&````` at ``
M````O08``# 7```!`" `` at ``````T 8````````#````` at ``````Y 8```0`
M``#__P``` at ``````^08``*0````&````` at ``````# <``+P````&````` at ``
M````&P<``" ````"````` at !?7V5N9%]?```````!`````@``````.0<``-P`
M```&````` at !?;6%L;&]C`, 6```!`" `` at ``````4P<```P:```!````` at ``
M````80<``+ ````&````` at ``````;P<`````$ #__P``` at ``````B <```,`
M``#__P``` at ``````E@<``, ````&````` at ``````I <``+ at ````&````` at ``
M````P <``)@````&````` at !?86)O<G0``/ 6```!`" `` at ``````S@<``! at `
M```"````` at ``````Z@<``* ````&````` at ```````0@``"0!```$````` at ``
M````#@@``* at ````&````` at ``````&@@```$```#__P``` at ``````,@@`````
M``#__P``` at !?<W1R=&]U; `7```!`" `` at ``````0P@``- ````&````` at ``
M````50 at ``!0````&````` at ``````:@@```````#__P``` at ``````A@@`````
M``#__P``` at !?<W1R;&5N`* 6```!`" `` at ``````G@@``* 9```!````` at ``
M````JP at ``, 9```!````` at ``````O @``+ at #```#`````@``````W@@``# "
M```&````` at #T" ``7U]?9&]?9G)A;65?:6YI= !?7U]D;U]F<F%M95]F:6YI
M`"YE:%]F<F%M90!?<VEZ95]O9E]E;F-O9&5D7W9A;'5E`%]R96%D7W5L96(Q
M,C at `7W)E861?<VQE8C$R. !?<F5A9%]E;F-O9&5D7W9A;'5E7W=I=&A?8F%S
M90!?;V)J96-T7VUU=&5X`%]?7W)E9VES=&5R7V9R86UE7VEN9F]?8F%S97,`
M7U]?<F5G:7-T97)?9G)A;65?:6YF;P!?7U]R96=I<W1E<E]F<F%M90!?7U]R
M96=I<W1E<E]F<F%M95]I;F9O7W1A8FQE7V)A<V5S`%]?7W)E9VES=&5R7V9R
M86UE7VEN9F]?=&%B;&4`7U]?<F5G:7-T97)?9G)A;65?=&%B;&4`7U]?9&5R
M96=I<W1E<E]F<F%M95]I;F9O7V)A<V5S`%]?7V1E<F5G:7-T97)?9G)A;65?
M:6YF;P!?7U]D97)E9VES=&5R7V9R86UE`%]B87-E7V9R;VU?;V)J96-T`%]G
M971?8VEE7V5N8V]D:6YG`%]F9&5?=6YE;F-O9&5D7V-O;7!A<F4`7V9D95]S
M:6YG;&5?96YC;V1I;F=?8V]M<&%R90!?9F1E7VUI>&5D7V5N8V]D:6YG7V-O
M;7!A<F4`7VUA<FME<BXP`%]F<F%M95]H96%P<V]R= !?8VQA<W-I9GE?;V)J
M96-T7V]V97)?9F1E<P!?861D7V9D97,`7VQI;F5A<E]S96%R8VA?9F1E<P!?
M<V5A<F-H7V]B:F5C= !?7U5N=VEN9%]&:6YD7T9$10!?:6YI=%]O8FIE8W0`
M7V9D95]S<&QI= !?7U]W,S)?<VAA<F5D<'1R`%]?7W<S,E]S:&%R961P=')?
M:6YI=&EA;&EZ90!?7U]D;&Q-86EN`%]S=&]R961(86YD;&4`7W-T;W)E9%)E
M87-O;@!?<W1O<F5D4'1R`%]?8WEG=VEN7V1L;%]E;G1R>4 Q,@!?9&QL7VEN
M9&5X`%]?8WEG=VEN7VYO;F-Y9W=I;E]D;&Q?96YT<GE ,3(`7T1L;$UA:6Y 
M,3(`7V-Y9W=I;E]A='1A8VA?9&QL`%]?8WEG=VEN7V-R=#!?8V]M;6]N0# at `
M7V1O7W!S975D;U]R96QO8P!?7W!E:3,X-E]R=6YT:6UE7W)E;&]C871O<@!?
M8WEG=VEN7W!R96UA:6XS`%]C>6=W:6Y?<')E;6%I;C(`7V-Y9W=I;E]P<F5M
M86EN,0!?8WEG=VEN7W!R96UA:6XP`%]?7T5(7T9204U%7T5.1%]?`%]?7W)E
M9U]F<F%M95]C=&]R`%]?7V1E<F5G7V9R86UE7V1T;W(`7U]?4E5.5$E-15]0
M4T551$]?4D5,3T-?3$E35%]?`%]P=&AR96%D7VUU=&5X7VQO8VL`7U]D871A
M7W-T87)T7U\`7U]?1%1/4E],25-47U\`7U]?=S,R7W-H87)E9'!T<E]T97)M
M:6YA=&4`7U]I;7!?7T9I;F1!=&]M04 T`%]?:6UP7U]C>6=W:6Y?9&5T86-H
M7V1L; !?7VEM<%]?86)O<G0`7U]S:7IE7V]F7W-T86-K7V-O;6UI=%]?`%]?
M<VEZ95]O9E]S=&%C:U]R97-E<G9E7U\`7U]M86IO<E]S=6)S>7-T96U?=F5R
M<VEO;E]?`%]!9&1!=&]M04 T`%]D;&Q?9&QL8W)T, !?1V5T36]D=6QE2&%N
M9&QE04 T`%]?:6UP7U]S=')T;W5L`%]P=&AR96%D7VUU=&5X7W5N;&]C:P!?
M7V)S<U]S=&%R=%]?`%]?7U)53E1)345?4%-%541/7U)%3$]#7TQ)4U1?14Y$
M7U\`7U]S:7IE7V]F7VAE87!?8V]M;6ET7U\`7U]?=S,R7W-H87)E9'!T<E]U
M;G-E96Y?;V)J96-T<P!?7VUI;F]R7V]S7W9E<G-I;VY?7P!?7VEM86=E7V)A
M<V5?7P!?7W-E8W1I;VY?86QI9VYM96YT7U\`7V-Y9W=I;E]I;G1E<FYA; !?
M7U)53E1)345?4%-%541/7U)%3$]#7TQ)4U1?7P!?7V1A=&%?96YD7U\`7U]#
M5$]27TQ)4U1?7P!?7V)S<U]E;F1?7P!?7U]#5$]27TQ)4U1?7P!?7VEM<%]?
M1V5T071O;4YA;65!0#$R`%]C>6=W:6XQ7V1L;%]I;F%M90!?7VAE861?8WEG
M=VEN,5]D;&P`7U]I;7!?7W!T:')E861?;75T97A?;&]C:P!?7V9I;&5?86QI
M9VYM96YT7U\`7U]I;7!?7VUA;&QO8P!?8WEG=VEN7V1E=&%C:%]D;&P`7U]?
M14A?1E)!345?0D5'24Y?7P!?7VUA:F]R7V]S7W9E<G-I;VY?7P!?7VEM<%]?
M9&QL7V1L;&-R=# `7U]I;7!?7W)E86QL;V,`7U]?=S,R7W-H87)E9'!T<E]S
M965N7V]B:F5C=',`7U]I;7!?7T=E=$UO9'5L94AA;F1L94% - !?7T143U)?
M3$E35%]?`%]?:6UP7U]M96US970`7U]S:7IE7V]F7VAE87!?<F5S97)V95]?
M`%]?<W5B<WES=&5M7U\`7U]I;7!?7W-T<FQE;@!?7VEM<%]?<'1H<F5A9%]M
M=71E>%]U;FQO8VL`7U]I;7!?7V-A;&QO8P!?7U]W,S)?<VAA<F5D<'1R7W5N
M97AP96-T960`7U]I;7!?7V-Y9W=I;E]I;G1E<FYA; !?7VEM<'5R95]P='(`
M7U]I;7!?7V9R964`7U]M86IO<E]I;6%G95]V97)S:6]N7U\`7U]L;V%D97)?
M9FQA9W-?7P!?7VEM<%]?061D071O;4% - !?7VAE861?;&EB:V5R;F5L,S)?
M80!?7VUI;F]R7W-U8G-Y<W1E;5]V97)S:6]N7U\`7U]M:6YO<E]I;6%G95]V
M97)S:6]N7U\`7T9I;F1!=&]M04 T`%]'971!=&]M3F%M94% ,3(`7U]254Y4
M24U%7U!3155$3U]214Q/0U],25-47T5.1%]?`%]?;&EB:V5R;F5L,S)?85]I
M;F%M90``````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````!S>7-L;V=M<V<O<WES;&]G;7-G+G)C````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````,#$P,#<U-0`P,# Q-S8V`# P
M,#$P-# `,# P,# P,#(P,C$`,#<V-#4Q,# S,3$`,#$V-34V`" P````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````'5S=&%R(" `8WEG=7-R``````````````````````````````````!!
M9&UI;FES=')A=&]R<P``````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````````"\O#0HO+R!4:&ES
M(')E<V]U<F-E(&9I;&4 at 9&5F:6YE<R!A(&QA;F=U86=E(&YE=71R86P at 4E1?
M34534T%'151!0DQ%(&-O;G1A:6YI;F<-"B\O(&UE<W-A9V4 at =VET:"!I9" ]
M(# @86YD('1E>'0@(B4Q7'@P9%QX,&%<,"(N#0HO+PT*+R\ at 5&AE(&1A=&$@
M9&5F:6YE<R!A($U%4U-!1T5?4D533U520T5?1$%402!S=')U8W1U<F4 at 87,@
M9&5F:6YE9"!I;B!W:6YN="YH#0HO+PT*+R\ at 5&\ at 8G5I;&0 at 82!M97-S86=E
M(&1L;#H-"B\O(" @=VEN9')E<R!S>7-L;V=M<V<N<F,@+4\ at 8V]F9B M;R!S
M>7-L;V=M<V<N<F5S#0HO+R @(&=C8R M<VAA<F5D("UO('-Y<VQO9VUS9RYD
M;&P@<WES;&]G;7-G+G)E<PT*#0I,04Y'54%'12 P># L,'@P("\O($Q!3D=?
M3D555%)!3"Q354),04Y'7TY%551204P-"@T*,2 Q,2 O+R!25%]-15-304=%
M5$%"3$4-"D)%1TE.#0H@(#%,+" @(" @(" @("\O(# Q(# P(# P(# P(#L@
M+BXN+B @34534T%'15]215-/55)#15]$051!($173U)$($YU;6)E<D]F0FQO
M8VMS#0H@(#!,+" @(" @(" @("\O(# P(# P(# P(# P(#L at +BXN+B @3453
M4T%'15]215-/55)#15]"3$]#2R!53$].1R!,;W=)9 T*(" P3"P@(" @(" @
M(" O+R P," P," P," P," [("XN+BX@($U%4U-!1T5?4D533U520T5?0DQ/
M0TL at 54Q/3D<@2&EG:$ED#0H@(#$V3"P@(" @(" @("\O(# Q(# P(# P(# P
M(#L at +BXN+B @34534T%'15]215-/55)#15]"3$]#2R!53$].1R!/9F9S9714
M;T5N=')I97,-"B @,3(L(" @(" @(" @+R\@,$,@,# @(" @(" @.R N+B @
M("!-15-304=%7U)%4T]54D-%7T5.5%)9(%=/4D0 at 3&5N9W1H#0H@(# L(" @
M(" @(" @("\O(# P(# P(" @(" @(#L at +BX@(" @34534T%'15]215-/55)#
M15]%3E1262!73U)$($9L86=S.PT*(" Q-C at V,S8W,#E,+" O+R R-2 S,2 P
M1" P02 [("4Q+BX@($U%4U-!1T5?4D533U520T5?14Y44ED at 0EE412!497AT
M6UT-"B @,$P@(" @(" @(" @+R\@,# @,# @,# @,# @.R N+BXN("!497)M
M:6YA=&EN9R!<,"!A;F0@<&%D9&EN9R!T;R!$5T]21 T*14Y$#0H-"@``````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````'-Y<VQO
M9VUS9R]S>7-L;V=M<V<N<F5G````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````P,3 P-S4U`# P,#$W-C8`,# P,3 T, `P,# P,# P,S T- at `P-S8T
M-3 T,C(U- `P,38W-3(`(# `````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````=7-T87(@( !C>6=U<W(`````
M`````````````````````````````$%D;6EN:7-T<F%T;W)S````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````__Y7`&D`;@!D`&\`=P!S`" `4 at !E`&<`:0!S`'0`<@!Y
M`" `10!D`&D`= !O`'(`( !6`&4`<@!S`&D`;P!N`" `-0`N`# `, `-``H`
M#0`*`%L`2 !+`$4`60!?`$P`3P!#`$$`3 !?`$T`00!#`$ at `20! dot `$4`7 !3
M`%D`4P!4`$4`30!<`$,`=0!R`'(`90!N`'0`0P!O`&X`= !R`&\`; !3`&4`
M= !<`%,`90!R`'8`:0!C`&4`<P!<`$4`= at !E`&X`= !L`&\`9P!<`$$`< !P
M`&P`:0!C`&$`= !I`&\`;@!<`&D`;@!E`'0`9 !=``T`"@`B`%0`>0!P`&4`
M<P!3`'4`< !P`&\`<@!T`&4`9 `B`#T`9 !W`&\`<@!D`#H`, `P`# `, `P
M`# `, `W``T`"@! `#T`(@!%`'8`90!N`'0`30!E`',`<P!A`&<`90!&`&D`
M; !E`"(`#0`*`"(`10!V`&4`;@!T`$T`90!S`',`80!G`&4`1 at !I`&P`90`B
M`#T`(@!C`#H`7 !<`&,`>0!G`'<`:0!N`%P`7 !S`'D`<P!L`&\`9P!M`',`
M9P`N`&0`; !L`"(`#0`*``T`"@!;`$ at `2P!%`%D`7P!,`$\`0P!!`$P`7P!-
M`$$`0P!(`$D`3 at !%`%P`4P!9`%,`5 !%`$T`7 !#`'4`<@!R`&4`;@!T`$,`
M;P!N`'0`<@!O`&P`4P!E`'0`7 !3`&4`<@!V`&D`8P!E`',`7 !%`'8`90!N
M`'0`; !O`&<`7 !!`' `< !L`&D`8P!A`'0`:0!O`&X`7 !L`&\`9P!I`&X`
M70`-``H`(@!4`'D`< !E`',`4P!U`' `< !O`'(`= !E`&0`(@`]`&0`=P!O
M`'(`9 `Z`# `, `P`# `, `P`# `-P`-``H`0 `]`"(`10!V`&4`;@!T`$T`
M90!S`',`80!G`&4`1 at !I`&P`90`B``T`"@`B`$4`= at !E`&X`= !-`&4`<P!S
M`&$`9P!E`$8`:0!L`&4`(@`]`"(`8P`Z`%P`7 !C`'D`9P!W`&D`;@!<`%P`
M<P!Y`',`; !O`&<`;0!S`&<`+ at !D`&P`; `B``T`"@`-``H`6P!(`$L`10!9
M`%\`3 !/`$,`00!,`%\`30!!`$,`2 !)`$X`10!<`%,`60!3`%0`10!-`%P`
M0P!U`'(`<@!E`&X`= !#`&\`;@!T`'(`;P!L`%,`90!T`%P`4P!E`'(`= at !I
M`&,`90!S`%P`10!V`&4`;@!T`&P`;P!G`%P`00!P`' `; !I`&,`80!T`&D`
M;P!N`%P`:0!N`&D`= !=``T`"@`B`%0`>0!P`&4`<P!3`'4`< !P`&\`<@!T
M`&4`9 `B`#T`9 !W`&\`<@!D`#H`, `P`# `, `P`# `, `W``T`"@! `#T`
M(@!%`'8`90!N`'0`30!E`',`<P!A`&<`90!&`&D`; !E`"(`#0`*`"(`10!V
M`&4`;@!T`$T`90!S`',`80!G`&4`1 at !I`&P`90`B`#T`(@!C`#H`7 !<`&,`
M>0!G`'<`:0!N`%P`7 !S`'D`<P!L`&\`9P!M`',`9P`N`&0`; !L`"(`#0`*
M``T`"@!;`$ at `2P!%`%D`7P!,`$\`0P!!`$P`7P!-`$$`0P!(`$D`3 at !%`%P`
M4P!9`%,`5 !%`$T`7 !#`'4`<@!R`&4`;@!T`$,`;P!N`'0`<@!O`&P`4P!E
M`'0`7 !3`&4`<@!V`&D`8P!E`',`7 !%`'8`90!N`'0`; !O`&<`7 !!`' `
M< !L`&D`8P!A`'0`:0!O`&X`7 !C`'(`;P!N`%T`#0`*`"(`5 !Y`' `90!S
M`%,`=0!P`' `;P!R`'0`90!D`"(`/0!D`'<`;P!R`&0` dot  at `P`# `, `P`# `
M, `P`#<`#0`*`$ `/0`B`$4`= at !E`&X`= !-`&4`<P!S`&$`9P!E`$8`:0!L
M`&4`(@`-``H`(@!%`'8`90!N`'0`30!E`',`<P!A`&<`90!&`&D`; !E`"(`
M/0`B`&,` dot  at !<`%P`8P!Y`&<`=P!I`&X`7 !<`',`>0!S`&P`;P!G`&T`<P!G
M`"X`9 !L`&P`(@``````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
>````````````````````````````````````````
`
end



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]