tcsh-6.18.01-11.1<>,<YR//=„'ݰWqIqW-iƒa\*3}|ӚҾ[ijvn]VUR||ǾWh=iAzSKu$p?nI6jU_"&k0.fssHb?xe}CIRI{˛ӆ8&å@P`_An3XH%I 5Ul=Qؙo~ IxH_%ƃ;yƾtP^(ك#>=0h?0Xd   .<QW`             ? v  (89\:F+vG+ H+ I+ X+Y+\,$ ],P ^,b-c-d.*e./f.4l.6u.H v.tw/ x/ y0 z000@0J0TCtcsh6.18.0111.1The C SHellTcsh is an enhanced, but completely compatible, version of the Berkeley UNIX C shell, csh(1). It is a command language interpreter usable as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control, and a C-like syntax. Authors: -------- Christos Zoulas Scott Krotz YR/build35.openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Shellshttp://www.tcsh.org/linuxx86_64c4 '1 큤A큤$YR.YR.YR.YR.YR.YR.YR.YR.YR.YR.YR.758ac8eb4291cb6483d25509ff444b687e44d9d70ce719ea9e1345cae8ab3b0ea2218574ae034a4058bb6ec07b5137171cf29be62df2be1a3763118b25b4c7801f439b4717b07ca3e98400e893b679ab2a6bedfc4a504340f421b562af0caf77tcsh/bin/tcsh/bin/tcshtcsh.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottcsh-6.18.01-11.1.src.rpmconfig(tcsh)tcshtcsh(x86-64)@@@@@@@@@@@   config(tcsh)gawklibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(GLIBC_2.2.5)(64bit)libtinfo.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)textutilsrpmlib(PayloadIsLzma)6.18.01-11.13.0.4-14.0-14.4.6-14.11.2YC@TR].@R@OOG{O@O (@NHN@NåNåMk@MOM\@L%@K@KKy7@Ky7@K@KVJQJ@IIwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dero@suse.dewerner@suse.dewerner@suse.demeissner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Add patch tcsh-closem.patch to fix a long standing misbehaviour of upstram tcsh whic his that it close sockets which do not belong to it (bsc#1028864)- Add patch tcsh-6.18.00-history-file-locking.patch for bsc#901076 Cluster switch does not started completely packages on other node - Modified patch tcsh-6.18.01-history-merge.dif to fit with former- Add patch tcsh-6.18.01-history-merge.dif which is a backport of the patch from Stanislav Tokos (bnc#844752)- Update to tcsh bug fix version V6.18.01 - Remove patch tcsh-6.18.01.patch as not required anymore - Add patch tcsh-6.18.01-metakey.patch to make meta key work- Fix tcsh segfaults in bb_cleanup() (bnc#761353)- Update tcsh to patch level 6.18.01 - 20120214 * fix interruptible wait again * ignore bogus compiler overflow message * cleanup ifdefs in utmp code, and provide default array entries * Ignore #machine entries in host.defs * Detect missing ) in gethost.c (Corinna Vinschen)- Update to tcsh final version V6.18.00 * remove unused variables. * Make gethost use definitions for x __x__ and __x automatically. * More utmp fixes- Update to tcsh minor version V6.17.10 * Add more FreeBSD/NetBSD machines * Add portability wrapper for gencat * Fix warning for write in SYSMALLOC systems. * revert gencat handling to pre-cygwin fixes (without the env settings) * remove stray endutent() * Remove - from gencat * Provide support for malloc_usable_size() so that linux works again without SYSMALLOC * Add support for FreeBSD's utmpx. * Fix debian bug #645238: tcsh segfaults when prompt includes %j and there are more than 10 jobs. * PR/155: Default $anyerror to set for backward compatibility * PR/149: Don't print -1 in %j (Vojtech Vitek) * handle -- on chdir commands as the end of options processing so that they can process a directory like -x without resorting to ./-x (Andrew Stevenson) * Handle write(2) returning ENOENT from SoFS, thanks ++HAL (Robert Byrnes) * PR/38: Null check for jobs (Kurt Miller) * Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger) * PR/120: string0 in filetest does not have enough space.- Increase size of hash table for runtime linker a lot- Split off tcsh-lang as its own package - Make language catalogs work that is use tcsh instead of tcsh.cat as this is the system default- Update to tcsh minor version V6.17.06 * PR/110: Add $anyerror to select behavior. Default to the new one. * Don't try to spell commands that are correct (Rouben Rostamian) [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo; chmod +x foo; set correct=cmd; ./foo -> ../foo] * Don't push the syntax struct on the cleanup stack, because on foo;bar if foo fails, we will free bar prematurely (Ben Miller) * Avoid infinite loop while trying to print the pid of a dying process to a closed file (Bob Arendt) * Handle completion of ${ variables (Anthony Mallet) * Add --disable-nls-catalogs (Corinna Vinschen) * convert message catalogs to UTF-8 (Werner Fink) * check that the NLS path works before setting $NLSPATH. * use SYSMALLOC for GLIBC (Werner Fink) * use mallinfo for SYSMALLOC (Corinna Vinschen) * Use mkstemp() if there for here docs (Werner Fink) * Fix handling of errors and exit values in builtins (Werner Fink) * Better pty name detection (Werner Fink) * Enable NLS catalogs on Cygwin (Corinna Vinschen) * NLSPATH handling fixes (Corinna Vinschen) * Avoid infrequent exit when tcsh cd's into a non-existent directory https://bugzilla.novell.com/show_bug.cgi?id=293395 (Werner Fink) * Don't try to spell check full path binaries that are correct because they can cause hangs when other nfs partitions are hung. (Werner Fink) * Avoid nested interrupts when exiting causing history writing to fail https://bugzilla.novell.com/show_bug.cgi?id=331627 (Werner Fink) * Instead of giving an error or ignoring lines with missing eol at eof, process them. * Avoid leaking fd's in mail check (Werner Fink) * Recognize i686 (Corinna Vinschen) * Avoid double slashes in cdpath (Corinna Vinschen) * PR/102: Complain on input files with missing trailing \n * PR/104: If atime == mtime we don't have new mail. * PR/113: Don't allow illegal variable names to be set. * PR/112: don't set $REMOTEHOST on the local machine. * Add AUTOSET_KANJI which works around the Shift-JIS encoding that translates unshifted 7 bit ASCII (Werner Fink) * Handle mb{r,}towc() returning 0 by setting the return value to NUL (Jean-Luc Leger) * PR/109: make wait interruptible (Vojtech Vitek) * resource limit fixes: signed vs. unsigned, megabyte issue, doc issues (Robert Byrnes) * Don't echo history while history -L or history -M * Check for EOS before ** from Greg Dionne * Don't fork in backeval from Bryan Mason * Better globstar support from Greg Dionne * Error out when processing the last incomplete line instead of silently ignoring it (Anders Kaseorg) * Fix SEGV from echo `` * Better fixes for histchars and promptchars (nargs)- Use libtinfo if available otherwise libncurses (required due bnc #729226)- Add key support for screen terminal emluator- Renew some patches to make it build- Update to tcsh minor version V6.17.02 * PR/79: nargs: Better handling for promptchars. * PR/97: Add parseoctal to retain compatibility with previous versions (Jim Zajkowski) * PR/84: Performance fixes for large history merges (add hashtable (Ted Anderson) * Don't kill "hup" background jobs when a child of the shell exits. From Debian. * Ignore \r\n in the command line options for OS's that don't strip these from #!; from Debian * Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now. (Corinna Vinschen) * set autoexpand; set histchars="";\n crash. From Debian * unset verbose while we are reading the history file to avoid echoing to the terminal. (Jeffrey Bastian) * globstar addition, Enhance addition, euid, euser, gid variables (Greg Dionne) * Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks) * Make tcsh work on systems where sizeof(wchar_t) == 2 (Corinna Vinschen) * Change internal expression calculations to long long so that we can deal with > 32 bit time, inodes, uids, file sizes etc. * Don't print 'Exit X' when printexitvalue is set in `` expressions (Jeff Bastian) * Add more LS_COLORS vars (M.H. Anderson) * Manual page fixes (Alan R. S. Bueno) * Remove history in loops bug from the documentation (Holger Weiss) * Add autorehash (Holger Weiss) * Add history.at (Ted Anderson) * Better NLSPATH handling (Norm Jacobs) * Fix hostname building from utmp (Cyrus Rahman) * Handle pending signals before flush so that the the history file does not get truncated. (Ted Anderson) * Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil) * remember to closedir in mailchk (from Werner Fink, reported by David Binderman) - Add workaround for Shift-JIS endcoding that translates unshifted 7 bit ASCII (bnc#655306)- Avoid crash due own malloc due buggy nss implementation of glibc- Add Forms Data Format (.fdf) for acroread and co (bnc#573202)- fix tcsh-6.16.00-history.dif to apply- Increase BUFSIZE to 8kB resulting in INBUFSIZE of 16kB (fate#308882)- Update to tcsh version V6.17.00 * Fix dataroot autoconf issue. * Fix directory stuff for unit tests. * Fix small bug in history in loops. * Provide newer config.{guess,sub} * Fix gcc 4 warnings. * Fix memory trashing bug introduced in 10. * add missing sigemptyset in goodbye() * restore behavior where a[n-] never prints an error. * always save the whole command, not just the first 80 chars of it. * fix short2str/short2qstr length adjustment in wide chars (Vitezslav Crhonek) * set histfile=/tmp/history.temp; set savehist=(100 merge); alias precmd history -S. After that justpr is not restored and commands don't execute. (Andriy Gapon) * Fix "as" $ modifier from corrupting memory. set t=demfonsftraftionf; echo $t:as/f// * Make $% work with environment variable (Ron Johnston) * Add autoexpand=onlyhistory (Don Estabrook, m66) * Add history in loops (Laurence Darby, m48) * Add missing colorls "rs" variable (Shlomi Fish, m70) * Fix pts detection issue (Ruslan Ermilov)- fixed patch fuzz in a minimalistic way.- Remove left over in old patch to re-enable message on suppended jobs at exit/logout- After mailbox counting close directory (bnc#530779)- Add four unknown colorls variables (rs, ca, hl, and cl) used by dircolors but not by the tcsh ls-F builtin (bnc#494406)- Also enable patch for bnc#472866- Update to tcsh version V6.16.00 - Add patch to avoid endless loop due incorrect tty process group (bnc#472866)build35 1504203311 6.18.01-11.16.18.01-11.16.18.01-11.1cshtcshbindkey.tcshcomplete.tcshcshtcshtcshCopyrightFAQ.tcshcsh.1.gztcsh.1.gz/bin//etc/profile.d//usr/bin//usr/share/doc/packages//usr/share/doc/packages/tcsh//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7219/openSUSE_Leap_42.3_Update/8b8ecd9056e4438deef0b9a2eb56d958-tcsh.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=2dc17476cf6d9d49723be4768a7b75522aacae21, strippedUTF-8 Unicode textASCII textdirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RR RRRRRR R R 98/P tcsh-lang6.18.00?0]"k%Q a 5hΩyJ2bdoz:Ŝ{+iṷߛzkn>ܬy֮ҎZJZ`N|w7wq2StɍSag8/ϏLEJWf>t9^w^}eؒ{R]ia~!귲:z,uMcHUz8:<;ז)M$Ow7Mx2u:.׶@$tM_a7`V+@aIj{. ij_?de k$dw.׽F9,OY,Yxz`Y Nuh0Qq^GnYc㋘CعLpOZLg}xfZY h30Qj t@y S log\.3&Rm%l ˇ޵ܛƦW&RV "xʼnL+!Hu.c>EE QF'+Y+r֐bIdzhہ®H=e{OI\< rK+VL|-F \Esd@Loܿne¤Rֲ{('9AvD  =6*C^Fm@OY2gaCB I,Cw^xcʾbV+MDnugLl6@BzLͦ9U%AOϧ̿\o'`__$EL&=ݿhwvK"[S' ) \~9wwoOPC0'?m]Z2'? cD6pKcz芏2xrLM]B P9"kɪl{hwe-?7I%~U}8*: Eġp*7E? )ڵO}+"Ûd[~ŠUܥܱ|5w)dJT빔/ERc(E@̌mZ[0}GPU#pf,M,~[^k.sG:,}^7-Vo.Cl;ѳ>곭(p]AL8~rw- s޽2VM-♨(w PC08+IP Ҽl9ES4SRڈ _FS5i ;HOd9W \a-@F(#s!N+ԈD Ehq ^>!'Lȼ9@5E~^ ?x60)jnG DtQ"(p{z6 '*7ܘ5T!1Dз#{JcJzO=T"{4e.ŻY;~υ?>P`:d`  Z']$=xzyLۄ"īi)`[M-AZorǡ*T! v¢2X^Q Ǎ<`f \f #ŴM,' Š"mMoV> Hcf֡kᘞuP;Y /k VoNIh8 '51np#qA&IY˹_ ܱėUҕE+ldmi݀|>p>̊Co?pZ0Z-YLzͳeseD-Jo^\Hr^i vY*Y{jH|@<*ԟ;Z% M[N{RQhARbOT.LJM/($X_f5^Q1~yp2܎ />}lZw#z{V"B'} /vGe8IG2" ]ke&[FX Z Od@{_azbvsUWmQ>SCAG jj 4N"C6"`ԣ1YA$:KT舞,xϬXw.lo. /T;S71qs$m 85p?[2#F~2#2;p[t*R(҉C>GҪMOy]:kSf]OT6 0h4^K<^~a =P)/F#5s9]Wn1<}"D蠟;f' t~C*CC帕#ّ: ׄ>)͹`ş̕L(iIX%n8 ]Au":-{]eڧ@lk@pt .,c0_T|M!# S/erN +Q&,ؑ- -DC3lP=WhlM`3Hfwf5t;s56]Ǵ4Ƀ%ikNo}6ݠdHKY"bB1Z3xJM"Z0lQ:!fzl(qEs]2Iޚ/F́"|1s D7X3+ P6|7oT];uwp(Xku\xL?f9&|I1<<+E'山ѩգ6ܹ滛rm sͧ{Jr6Ȏ jK:wKDSߏȆ ZR}K>B%!P87/ xԵ<jl"4=d ,kOLF uJn3ZsSEhzYp)R*}W8Ġ3| M["9B K\Zvw_(cVG|5di̻#M0G@" /@۟n{/,p40G[p!pO9 סډd~xt)v8`L (8aTꨎ` 0/jͰ% mկA*Xxk؍7VleWW\'k}ljoτsS%=6Yn3ܼ2qJf߲B6jJ n2eRf 6SPk4Yց @r%ps>&Kn)f< oTajv־ŗ={ɵ.6* 54CAͲ}rDD4K_~QF~3ldUcwG'e ]"{oqgXe;ooC`/@x M7`0$CIA+iunJ<%7 6a8NHC.tQ`1O`8b^@"R4ւ{|1qUS*a.?h,b16QI'4"=ޥ&}#qDuϒqj |%Rt7/ݺ>mO)S7!\;CF [P(lN"t5*E.wDi<|e)aS0Q\ PhG(̷' -Ig-efa\HKk Y1ajî++)t$E.,ٟ2kH9A.nD#Slj"+Fu 'JWedlYK'N?(̴K>dewHT ) (%kڭ 8x6!Ǩ QhCiza/TyTĔ I!Z_l C:# ,g==b$/>3nWGQ-ïTcPHrvyؼ?5*tD<8G˿oiV[qnJ?ɕ+>|gG%ciiBZ+VrKȜkskضl*A'Hf) TIql&Ρ[+hN5DYfœY* ow94Ӵs&@îpeti pwHhS2wKVWO{z.7peQ! vf .l<7َOe63cڌ@`(KkSh݀\W! [ Cx~]҂*0JcI\KpM$\/Snwfʁ|n&p'|O}}IVLS՝opS%n:P~vYչ^+imEzb5["llC`仆Xɽzc=jз{kI 3j8I;aOJY%7Vv3`xv\cB(γ%x :y2Yd{$7kARG>*[ݹLF!%s'"jwzxKJ} ֋}*[lrhJ%(f"; wZ ݢB~򓊏&Ù MeEB䫿`*Gc^3p`WhRӭNa_ n?Z%f"wksˈwgǭ4=fmyYzη;p'+T)" |`4>6 ᒕX 5na k D؊;CUf{xz9M%uس2ny5eE8p0&yrkt$~sdorR`~vE My,7 ">mbފ؟ʥ6ZisZb¤`=1 Nd>6Jl­y(C9u< E6? ; Q%w;E4]N,.B!m!.eݸhx6Dزr!p#2E:ik~nDyݠJYmFm'[&}qrRqCs<\`cݼ_>6<_;2#]Խ5]ɏ.Pr`ڵJDb@"!z qs$bXE_g!a_Uq*Q|4^8Ztܩyw* |F۞QA AѦt] *&h~-@7᱅#+MQi\8+.7( N`V!$fXPh0F/xk[]]mZ7í*L_5l:+{)69v`!β ċz]%~| 3Nۯ}}]xk {|MVF%~(]o8OHtkusp1vgFv{2-B}8/X4m0< bAMfL~A]pB[DhpJȈ1폧OU{ ?sLZ<+^4[­X6/w>:X,K^-,c(.ºErz)<_cc8Xd#\vi ssGM&(/#9I-#fBꯎ-șJu XuDkl4SH--eG_6ހr:5l#"mе=*OF~g7m w}a;g/=ŒwV1 TT|z޷5i\k\ jf`IsЎ)da >n[/쭼Z hib\O#*.ύ"\ .r1E<Rn|K$=GlPs`t9Niۮlndp/d77unaZ~^>&b_͹8c@B7^7yF>h/uu}(ɔ20X\weϫ9责.!]eCYQ!?y7t?=gֺ;M*NYi۽9{<Q@"y/Q -> ({2V|f-d@qI )vh^ v+!)2͹?>n<[~+܁s"Yn'Úޘc\3.o`(tޠ1;d%ԢAdtxC2,HC!xlWN7! JDhD&& a[߸dHO1'l,$v]x[)?&ېpA`,Hg][Y b [ 䘰owIC0h:0$Հy{^/)lvsٚTB;[6q*;];^ 9s:SywbH̩l֢X\-QWh@- $WcԨnkM9PDMZ09Gޙ9jv84+?~z{ԀY`bZKA x=4qMdSDmWu;::r,.rZY*7v\J^uh<^`v1r6;y#8GsqH RёEAm]ާzb ? #-c^'uǀ0eG/ nW\}Օ%3Yu ?:oOKgpcuaWԴ'ǦLB8q}"ƈ2NrzbvFǥo)d ܣمFŧgȎ=v 0@# Y60MIS~ڼ-N:qmYͨuIʶ(yH䈡a)?>▿R׉ɠႈ=0>m:0B*ï[cI Lɇk1\̕@!ODY3!LjUv2Ϳ챭ZզVW@|fxʶa4l2(yiG\1 1tr:|MRؒCC/#  ge%5Ln Nd~=8ca2q A "BT6:JFiF]^f=*^=yilv4GyK\gcb71 [b.Nc T>Goz!ݮ1Ҋki^u&ێ4(@.9SZ~ luG ˬE5?BZ{=WˣY Ƴ!@qi"OU6֊3gZt p .,%hl80klM-3ͺ+jVfyդm%_W2O+SqKW,ɄJu̡ގ b7 Ś YM(;q&UѢjQu T,wEgy!"N|ޯcX`R.4%3zt;9& _h.;00Ż7;Pc'9ΧêkG>'s! n+dMo*O:\bcIF`o,N$ T_ΜR'n/5x^:!d˺U@k|x6HlFEE~?VP!-_Nrb$ׇN y;BBw*f H!P{LXG$'& Aw> mAixU.I?xPgGB tv0U;pꪷv]w.v0OVs-Aڢ%] (sx82;a dXˈW —1ef7#>1}sK'$ .\<="2.rA5988'O3|B›bR`v WMԗayg;/9 sUŸ_K9ғF`(Jɫ줕ͯ"0ݤGxqTqፉ1/70=KGD|vm*Bp윦Vod6퓰;]/a,ݛ'@9ʄ$%(b ?.u!pR7ˋO%2Weܵ␌&aMv|]1#[ިPwE]zVr,}ǿ*>[eAwI5crҜeȒDH7tu.򤺋_G nҳelWV>YVh^fD72- [@cCQtфU#~R pwmh)ڴ u+{H,hGsf-S\};լz*E xoyANKO!Gk] ~,/9KB8]Sh pxJ*kI0b|2`T^MNh \t(9|}] OT];󖜑!ɦe70b(jxlAFs>ucxAX-Ny)B_KTvϒ}yOiB*6oQmA\ L :s =0A"|&V.@v&jp(3S`|qX:V'/͖#?ћDbO/4a]%lxȱ8~j_fiFv7$>>$_fT@[0"}Jw _ q`o#v*NgsQ?1n}kyb͙Yy1]m 3`" tA;~<ϰ[.2O]<-\ h&lŗh$ma9(QLlu}^R|vGXPeN2p Qͺ.=y o)H#{}Y6) k!+{X.X7IzY|*uM'lFOB"u1X:5#vp1 apg vCp~F^C١(-@W}QZ[8ts0EPZTь"G.ʅ rAˆd>ݦd+@a50:uHKig(;Gt ck!}3l`ņ!H nA tA6FY2& W`O*PiBDg7!Uڮ(,VjA%_ R^=%OC7mXN ]!e}Ï"ϯoA]`ݔ8r!ձꯖokNRF6 Ab.w|ev=MB{le)'sv[ vp~.@+"ryeVm'U: kنsyԑ^4Wrɥ^sv m 6%!nX0t ` \R\MǬQG9HN" EjRz" ޺k|$~R E5"Cv:3°,`ősk MN*fFA⑐*'*%tAE*Uf7Ģ zHk6YJGE0{DPTX88?T,,G~XqPˋ\á𙴎J"qxG by|2SSZT{%ju ;1U ,Z5ґhpEٲtu?4O֖K'vQwP.FPA:uo$ M[ 4,۾h/G_V-v.;pK:C %wB@=Ո`[u i'}?pIq'aE$Q{2Q/^6ox5Qj+}.`(QQr=< y3S@CTԟf,{nON/Ac S t lw( k@) zg>IQ..cZ 7rR)[K@w뭺pZA:X;E:"d P=1 AjHM=_vEw,Ԗa۸@$a$SqjºnYͪdNE(7\VgEcmqdy/C]o0KHZ@iP輾o $\vU2}hu~'@sێ0)(9' /Ib#ĵ'KE"#~]1[݉PCB̓>c94FLT>:i!lEl'zn (Y4 KStKρUcۈQ}Ds/f%t?[gշwkM}ȳ?߿v"Ж0aV!2f;4 4|R-I:Ҏ[a`$]$gII0aA7mz0F4258Hf,{1ᘼg8HS\k&Ps=bLfR$RE<| cT_eEH9TP$3D6j:"V(W͇Կn8 dXq*VS>?hM>+V2L]eu+jz'b\\qyix(J;]"fIGtpSAX;DP#zwI_6QN.E5򝲳1-҇L csX c~ŖRN ;J?Mx|O=6\l$c0']ڪz/q%d].h]UW{,m+xuS&Sj%hbX0zC'\.G>Q.gSC g連z28|UAZ-L#sdeomBp&O-Bs2+?|,XJSQ5ܗز(2~H!X@@#)`޴֕aݵ2h6!ґMB`F]P*)JA=D⦸OlAt0<|&t6Zoo]1PAOa4S"U¥;G$p*w!>.u, Y+|{_ODz KOz4l`v3 ;|ci#fDtLI 2=-yїWOQڋZ17A`Eyu)kʋ0|4!W |"%ٽo !~ej݀3r5 Si~Vj`K6wM p~8O?Q"<ݪ\%ri<ڢI4!PvPÇfhMB6VeD %Of,]x[3O4h|6VuA# )fٸ3ǿ䤱oJᤗ̦yRk2k+^ԛS3A#c:|>ĀWG&/jLâ1S(5@Ga]3%8ÃjÈl!?Wduk^TbJU/x?yO%` ;u("ߌ9q)RrVY|HkM85ŷ"1:ےCfc#V&Ǜ$M-(H }uPZhbZsWtYآf'Q= 9!$};=T |z8Aӓf6 m$vW9ͨ:ډ]Q 9iϩ4 (7$J4Ę㮔w%g*JnFY85xmwE BAc{0)BR%hI+dfT<Cy5QҎ>jo]B`*&yjiLZֶKІvclc6eF=4ih]9Yf ͜T:~`yakK"j5i.g};WHcqdc f,5{a~JPhLR|"39; wka`l! iR#hxJ|7xpBAEix+Z[4gZZڨ6Υ9=$,$y7[ *fvu+$.ހ/vOSէsqY^U1ȀTߌCĎ ?=Ibts8LԡGI׸Ci WK\:i.wWa-@$PpaXO Bj*ecpJL=^"^Pu1ָ݇ A#2Fs 榁ʴ.`7r .ˀy!CL:u?81UUDN?tO^(J+Escv g,p6y V16R%ܶ&JEJ{җPxyVȌ HCҫ*Ċ=̈́j4y\4fy)Xf)FX%C-cVMY 7ᖳﻔd[alGtRj1@$R |_TzdyZ]WS3)?Iպ q2W"(;+ZS@W4R 8._.k+ ]xYOb1u+vt*[ AH! P ,=hYp{Iۓ/^{>Dž3n5hHGڊ)+Fp6'Bƃ"4]ыu*ʁ_Ɂ'T1m *(1lZd3 I@WIZROCi24'ZʄV/K،`)ˠJ`!?|)$sc)tL \ I eOy#9 (♁P,I3LKAtx@MBGI+$ + F\ua2ijաc̞#}uhtfE/Xzӿx 뼱B;әU. ÁܛIヿ]]C:vʐ3S {T'oZ舓sKk>^uk4%S[ -S-T!E(dW̭G_з3(p(T5M' m0\]h ۶? Nh}0rUOH_Hrz1a ,W]'tW))24EHR[{)j="ȱϹUѾ/Ta|l-S+c/N^M)nj v׆be@ ?!V;ezeYNx})"DSa07\go?Y,BDC])- "-]K 5ӱOa "]U'Gq.t;gm[_9?ւRו D_=դN5Z իd+2OtӴ*NWkdXfE~$}rŇD$d^}$I |p.].]=-ɿ1;r#ݘh|Ң?!  d!kQ4[*'d~^UOйT_cO$B#q=:irO@W짥FC( K!Eap3Qb[+H0Ruz8 [e{&qU. *e(\$"-(Yۮzzq/\ Ȍ4v:QdyghӌwiN5H*:_c$^Igy(? $/Vv 6+"z0${hE1X "kW|w@c3`OGy.{p=x{RԴǡ$ps]_Ӏ:)ג1KM&2+q=|ʼn K΃L^B:s8tqm ~@fxij*d+IR`iA,,K6ކ+%qhB6VM;4,8كj{VMN$}xEW0b_ 7K]4L/٩?0<ޱ]Q6?`}`keDaWنps]wlV0HPjpIDam--O؞0U YSbB%ՑEB(@Am9W[}Q%GF0EWz7XtE41qiIsq!Y]XƐp[>Ml Yl*>ƤiI9IHp&\*dNOÄDڌNVq~p!RݣU9i(E EZi82(iQdx/Hvr00`d~Ӣ8!BAA-f۪P\Z~A&)}4o}JL5l򺈁 з=ME5ԓ$?|RoKz{%x+.sgPtB=!>ceLi}2M]}-Eh5ٝU&A1(b$9Qt K}VR2Hc<( 2=]T,pPEf x(B!5cl^()CVeGZ18`Rׇvr!bI9_e`QB/Mǿsn`KOH_F NN=bg:D5*q{̞[oc\^WgSЗg/ L OX.mU yD%jK=>Y3ǝd_|q1IzTMqI[ xJKQ^љhؑzAӥzu<| Pq#ؕ5E$`(6ښ|T f3f 0'`k?R`k%H-[Nc13X]7}kIkv \R^%$10j%R6`s49FƸҀ#@: .q+F.g\]0 4wzQLN C&a ڝtiHFSql=ql2}AT {A&z۞.n,G=u!S*T;=K9_fJ[fOB^tk//}g#zFʪp~~.V8K-`ڄ&МU4{\!^J!|Cnن9;G ~u 7 &:L+'7zqI &6+-%۬gA:f:эْ K|lvQ>>o"HwaWi y<+Yڑ뒚ő9`&^&I?ja6uz1s҂]S!:A'.PSI#~j~Vwi)ՕJ~܇[BԩYS%sFCwec'8hF0q dЪx4UeāWy(SF*ӤqEmDNO ˒Ğ;I[+6Fǩ=KQ.eڋ³og}^aTBY}NXn\N>e$KsڸMv!Y3L@\ħ eibhL nLF\n|,% 9Y(5D]n_x^pt8nVxԈ&\Mk7bK}x'>'1XmṔơD:邦;2 $ rT :?Pjq:'[xJ1ұ0^UI8cJt͎Mlwld Z5g(fK }Y1m}܃т+ ~7P |!;ˆW&ŭBuYt'" ZXJ 'ޙ83PE5`i:2CG2Z== ЮF,){Kbyj*&]a$#G 8,(#tZǣ-.Sr1^RZ͑g[HN<41d]MنPRBʺ^:)* *DUl oΘ=?wb;t83r%C`L^+zLi v:}r]B`X$[@zd׬fMZxƖ-wP Sд@thoHxKD5gq&Wl ;${|ZfV>zЦ_ gܱ<;N%l37 ΰ9i/JoPc!q&p` 8g)?]`؛sQ';ѤVEt5^ǫFfd?T"q}&uV{z[Tt0CTZI[vZ^/pYy[jiIz!Q'?[B]V*Ndlͮ3`_tgq{0ɳʭE% Dq Ńdh/cyf:{g/M%] rh_X87sZKpDEYKe/Vn1u%xFўX3UU֦0&! Ԣe :k w "a,}ƚOxJK$|!Cu-^_U#:JYb q`P 6(!ko0aӷTKf;O_"eDUpwB^3)CT.ٖa :b6ZS~+%Tq3P qi%-X~ iyjãæ1Z΄<ۇBNSWA8ٕۤF ;k겎8Ctu@t\yI5~vx"g,&EYYa|h[~ i K011l.채K!L~"F!fF@ȯF b(:w۪ƞ9"Nj'O@:P7?ŽG]'HG|,)? bU./v SrܮI=fֿ]4fgIY -1OC(g7xM7rb %> /L+7A@WA&̌ W |!e@BLaF@OO8>Cwmsq|23עD]iA;Ɖ[R*P5&aj3O` Obi]OxyVD5W)ԅkҘ\t?j2dqy3RpzJ!Ӿն5O7 @ +^;q< {Y}͵!@o*|Άs i!>ᅈ߳sz>^ߩc^ 9B~OpQk)8ٿ ;pt9;nlK\I2X Cv.O;uelM{Y.sT1"6iIm9IS9Td *NWP pk}< 2E8T%i;%3 靧àޤ ߰",1rI {mğ2שnfdz1=6,ר{xDwe^4E"H ׫*刡w6W5n0C[)R:,PQϳ8v=ox…qMl0rT֕oj07|S*ʀ/f|B%5n|u/DޣCFbtev ;92>L"FޘRdjVڡ.-LPaH܌kbs[t}3"l]5; M ׅ'}&:x(}.~e@bg_I&68@)?z_Za"wiOASLlba(̍c>L?4eeaplktl2ȅN]+P~Jf d *6 Ծj?C(ai/(M2r[z_Hi.aLV"ip @W6:pN,,#H1[Vd֕$2'cq!{y KT}'~JB2nP+z~{SzͩT wRq$UtkHK(7Oڂg\# N tQOПgD<7URLP^@?{׽]Z?|FP4A)e ZBhM9UfI!e)d1lݚf ɞRޭwk `-[7䉑#9 $%)>2Ol66 Kui=W/C6\1N~]2l?D ;7)J,wpVEhkl\c R5U^8N2Jlʟd\`]pLX?]C`nwQ#?ȇ}Qj`pJ5kF}Sb1k CкԬ 8S.kv̴x#WV2 ӑ/H&7n\_ gPn',;u(=x[~ 4 ƑYls/-mfq-U6"p)(4 ZLe.E,T6c1_ 9>]ş$ nͅJ`IdB^ $? s?y[OL7C MݲtH؂SmLO\qBrdi(-ȡns'DS~Z('Id8.Mr#ť$3#юwm_wwLԓkhп=Nˢ𳴗iKODl/W^nܺt: gg`bjf-A~/ vlACINx E?fPz3s*Nf-q"m0veE0M˼H<5;+$|l"Cx0YkO4_kMl<b~pP'sORo)%x9~ 6M]7zԴ$G>BO+;L'RsPnto04)rwdÕ؃W#bHK9{F{>Ҹ!$<7d`wU .@֋;m(s]7èwaV{;Er[mYbyTy/P1N@BF?~wkc0R$bbbDL8j0a9