ncurses-utils-5.9-26.1.1>t 4 DpQh/=„2BH<~,O-]؃@! tT;@d JCiz_ XI:G̈+`Ÿ3,G`H[hG6Vn6,$eQE4^QEX,`C1nFvHSOwt0LSZʌԉ>무5 ¬ tչ_~76# pc ȄOqPF4OqkLG<7LQh/=„kdȊ< 1,>3olyBMi {WI~0-&F*T,q,uy9+.^IP풺bBhrfƢz^*3KޞhYCyX<LYנA7qOيw2ȡtDP~h3jbtZpU˪̌Jx ⟮`r xBJ"#:|7cT6]9hɢj2YL \DqRO(dcccb7d99a9ba5f1a10a445d02a4e68e079ac1d2>:?d  @LPX\jsw  0 L   0hH   (8494: 4FGHLIXY\]^dbc ddeifnlpuv wx0yhzCncurses-utils5.926.1.1Tools using the new curses librariesThe ncurses based utilities are as follows: clear -- emits clear-screen for current terminal tabs -- set tabs on a terminal toe -- table of entries utility tput -- shell-script access to terminal capabilities. tset -- terminal-initialization utility reset -- terminal initialization utility Authors: -------- Thomas E. Dickey Eric S. Raymond Zeyd M. Ben-Halim Juergen Pfeifer Pavel CurtisQbuild15ܭopenSUSE 12.3openSUSEMIThttp://bugs.opensuse.orgSystem/Basehttp://invisible-island.net/ncurses/ncurses.htmllinuxx86_649::8J Q+T큤QėQQėQėQėQėQQĚQQQQQQ93b5cc4c93208f6034bee18b5f011776151701b9c7e2ac35fe07ba9c56fd99d41ab79372ea2bb1a4d8ef848709fccde3218322efd4725f2380bf0bc20420f6e4989c90a15130c6511ce27c96712fc8dea08e7736429d7da91c5d09984fd6bc74b30683261017e0bfc14f1fa0422681b6497730e460c7b77e8b09a098d507300fa8b08b57ac049a16251673360ecdc6c79a234e5129d795952428e6f17a276d6dc27f8c05fa5019ac3ed27d0c020dfeea1192f8af0412a2d5983cf6cd8d9bace8tsettset.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootncurses-5.9-26.1.1.src.rpmncurses-utilsncurses-utils(x86-64)ncurses:/usr/bin/tput@@@@@@@@   libc.so.6()(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)libtic.so.5()(64bit)libtinfo.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2P-P@P @P@P@P~Pr@PWPP1@P H@OO@O O]@O]@OTOTOOdOKp@O:LO/O&@O@NxNܲ@NwN1N1NˎNHN@N@NåN@N]Mv@MtMoMLMLML@L)@L=L-KKPXKLd@K#KJwerner@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.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deuli@suse.comdmueller@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deaj@suse.dewerner@suse.dejengelh@medozas.dewerner@suse.dewerner@suse.dewerner@suse.dejengelh@medozas.dejengelh@medozas.depbaudis@suse.cz- Add ncurses patch 5.9.20130119 + fixes for issues found by Coverity: + fix memory leak in safe_sprintf.c + add check for return-value in tty_update.c + correct initialization for -s option in test/view.c + add check for numeric overflow in lib_instr.c + improve error-checking in copywin + add advice in infocmp manpage for termcap users (Debian #698469). + add "-y" option to test/demo_termcap and test/demo_terminfo to demonstrate behavior with/without extended capabilities. + updated termcap manpage to document legacy termcap behavior for matching capability names. + modify name-comparison for tgetstr, etc., to accommodate legacy applications as well as to improve compatbility with BSD 4.2 termcap implementations (Debian #698299) (cf: 980725).- Add ncurses patch 5.9.20130112 + correct prototype in manpage for vid_puts. + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they are unused in the current driver model. + modify mvcur to use stdout except when called within the ncurses library. + modify vidattr and vid_attr to use stdout as documented in manpage. + amend changes made to buffering in 20120825 so that the low-level putp() call uses stdout rather than ncurses' internal buffering. The putp_sp() call does the same, for consistency (Redhat #892674). - Add ncurses patch 5.9.20130105 + add "-s" option to test/view.c to allow it to start in single-step mode, reducing size of trace files when it is used for debugging MinGW changes. + revert part of 20121222 change to tinfo_driver.c + add experimental logic in win_driver.c to improve optimization of screen updates. This does not yet work with double-width characters, so it is ifdef'd out for the moment (prompted by report by Erwin Waterlander regarding screen flicker). - Add ncurses patch 5.9.20121229 + fix coverity warnings regarding copying into fixed-size buffers. + add throw-declarations in the c++ binding per Coverity warning. + minor changes to new-items for consistent reference to bug-report numbers. - Add ncurses patch 5.9.20121222 + add *.dSYM directories to clean-rule in ncurses directory makefile, for Mac OS builds. + add a configure check for gcc option -no-cpp-precomp, which is not available in all Mac OS X configurations (report by Andras Salamon, cf: 20011208). + improve 20021221 workaround for broken acs, handling a case where that ACS_xxx character is not in the acsc string but there is a known wide-character which can be used.- Add ncurses patch 5.9.20121215 + fix several warnings from clang 3.1 --analyze, includes correcting a null-pointer check in _nc_mvcur_resume. + correct display of double-width characters with MinGW port (report by Erwin Waterlander). + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf + correct check for 8-bit value in _nc_insert_ch(). + remove dead code in progs/tset.c, test/linedata.h + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some test-programs. - Add ncurses patch 5.9.20121208 + modify test/knight.c to show the number of choices possible for each position in automove option, e.g., to allow user to follow Warnsdorff's rule to solve the puzzle. + remove a few redundant checks. + check return value from remove/unlink in tic. + fix a null dereference in c++/cursesw.cc + fix two instances of uninitialized variables when configuring for the terminal driver. + correct scope of variable used in SetSafeOutcWrapper macro. + set umask when calling mkstemp in tic. + initialize wbkgrndset() temporary variable when extended-colors are used. - Add ncurses patch 5.9.20121201 + also replace MinGW's wctomb(), fixing a problem with setcchar(). - Add ncurses patch 5.9.20121124 + correct order of color initialization versus display in some of the test-programs, e.g., test_addstr.c - Add tack patch 1.07.20120916 * tack.c: ensure that $TERM is set and is not too large * edit.c: build-fix for g++ * color.c: corrected check for ncv (no_color_video), which did not handle the case when all video attributes should work. * color.c: add/use init_palette() and reset_palette() to restore the 0-7 ANSI colors to sane values after running the change-colors tests. * charset.c: add a test for "eslok" capability- Add ncurses patch 5.9.20121117 > fixes based on Coverity report: + add missing braces around FreeAndNull in two places. + various fixes in test/ncurses.c + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c + correct malloc size in progs/infocmp.c + guard against negative array indices in test/knight.c + fix off-by-one limit check in test/color_name.h + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c, test/inchs.c + fix memory-leak in tinfo/lib_setup.c, progs/toe.c, test/clip_printw.c, test/demo_menus.c + delete unused windows in test/chgat.c, test/clip_printw.c, test/insdelln.c, test/newdemo.c on error-return. - Add ncurses patch 5.9.20121110 + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the local -I include options in case someone has set conflicting -I options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by Vassili Courzakis). + modify the ncurses*-config scripts to eliminate relative paths from the RPATH_LIST variable, e.g., "../lib" as used in installing shared libraries or executables.- Add ncurses patch 5.9.20121026 + improve malloc/realloc checking (prompted by discussion in Redhat [#866989]). + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts. + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST. The first corrects pattern used for Mac OS X's customization of gcc. - Add ncurses patch 5.9.20121102 + realign manual pages and fix a long-ago error in curs_addstr.3x which said that a -1 length parameter would only write as much as fit onto one line (report by Reuben Thomas). + remove obsolete fallback _nc_memmove() for memmove()/bcopy(). + remove obsolete fallback _nc_strdup() for strdup(). + cancel any debug-rpm in package/ncurses.spec + reviewed vte-2012, reverted most of the change since it was incorrect based on testing with tack -TD + un-cancel the initc in vte-256color, since this was implemented starting with version 0.20 in 2009 -TD- Add ncurses patch 5.9.20121013 + add vte-2012, gnome-2012, making these the defaults for vte/gnome - Add ncurses patch 5.9.20121017 + fix change to _nc_scroll_optimize(), which incorrectly freed memory- Add ncurses patch 5.9.20121006 + improve CF_GCC_VERSION to work around Debian's customization of gcc - -version message. + improve configure macros as done in byacc: + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port has used that for a while. + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e., for experimental use. + remove unused configure macros. + modify configure script and makefiles to quiet new autoconf warning for LIBS_TO_MAKE variable. + modify configure script to show $PATH_SEPARATOR variable. + update config.guess, config.sub - Add ncurses patch 5.9.20120922 + modify setupterm to set its copy of TERM to "unknown" if configured for the terminal driver and TERM was null or empty. + modify treatment of TERM variable for MinGW port to allow explicit use of the windows console driver by checking if $TERM is set to "#win32con" or an abbreviation of that. + undo recent change to fallback definition of vsscanf() to- Add ncurses patch 5.9.20120908 + add test-screens to test/ncurses to show 256-characters at a time, to help with mingw port. - Add ncurses patch 5.9.20120903 + simplify varargs logic in lib_printw.c; va_copy is no longer needed there. + modifications for mingw port to make wide-character display usable. - Add ncurses patch 5.9.20120902 + regenerate configure script (report by Sven Joachim, cf: 20120901). - Add ncurses patch 5.9.20120901 + add a null-pointer check in _nc_flush (cf: 20120825). + fix a case in _nc_scroll_optimize() where the _oldnums_list array might not be allocated. + improve comparisons in configure.in for unset shell variables. - Add ncurses patch 5.9.20120826 + increase size of ncurses' output-buffer, in case of very small initial screen-sizes. + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed after changes to use --datarootdir (reports by Gabriele Balducci, Roumen Petrov). - Add ncurses patch 5.9.20120825 + change output buffering scheme, using buffer maintained by ncurses rather than stdio, to avoid problems with SIGTSTP handling (report by Brian Bloniarz). - Add ncurses patch 5.9.20120811 + update autoconf patch to 2.52.20120811, adding --datarootdir (prompted by discussion with Erwin Waterlander). + improve description of --enable-reentrant option in README and the INSTALL file. + add nsterm-256color, make this the default nsterm -TD + remove bw from nsterm-bce, per testing with tack -TD - Add ncurses patch 5.9.20120804 + update test/configure, adding check for tinfo library. + improve limit-checks for the getch fifo (report by Werner Fink). + fix a remaining mismatch between $with_echo and the symbols updated by CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by Sven Joachim, cf: 20120317). + modify followup check for pkg-config's library directory in the - -enable-pc-files option to validate syntax (report by Sven Joachim, cf: 20110716).- Add ncurses patch 5.9.20120728 + correct path for ncurses_mingw.h in include/headers, in case build is done outside source-tree (patch by Roumen Petrov). + modify some older xterm entries to align with xterm source -TD + separate "xterm-old" alias from "xterm-r6" -TD + add E3 extended capability to xterm-basic and putty -TD + parenthesize parameters of other macros in curses.h -TD + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h in case it happens to be a comma-expression, etc. (patch by Nick Black). - Add ncurses patch 5.9.20120721 + improved form_request_by_name() and menu_request_by_name(). + eliminate two fixed-size buffers in toe.c + extend use_tioctl() to have expected behavior when use_env(FALSE) and use_tioctl(TRUE) are called. + modify ncurses test-program, adding -E and -T options to demonstrate use_env() versus use_tioctl(). - Add NEWS and README to installed package documentation ((bnc#772916)- Change order of listes authors into the order of relative contributions made (bnc#772916) - Add tabs description to description of ncurses-utils (bnc#772916)- Add ncurses patch 5.9.20120714 (bnc#769788) + add use_tioctl() function (adapted from patch by Werner Fink, Novell #769788): - Set the default for use_tioctl() to TRUE and add a note in the manual page for this.- Add ncurses patch 5.9.20120707 (bnc#769788) + add ncurses_mingw.h to installed headers (prompted by patch by Juergen Pfeifer). + clarify return-codes from wgetch() in response to SIGWINCH (prompted by Novell #769788). + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even if screensize is unchanged. Modify _nc_update_screensize() to push a KEY_RESIZE if there was a SIGWINCH, even if it does not call resizeterm(). These changes eliminate the case where a SIGWINCH is received, but ERR returned from wgetch or wgetnstr because the screen dimensions did not change (Novell #769788).- Add ncurses patch 5.9.20120622 + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap + fix caching of environment variables in database-iterator (patch by Philippe Troin, Redhat #831366). - Add ncurses patch 5.9.20120616 + add configure check to distinguish clang from gcc to eliminate warnings about unused command-line parameters when compiler warnings are enabled. + improve behavior when updating terminfo entries which are hardlinked by allowing for the possibility that an alias has been repurposed to a new primary name. + fix some strict compiler warnings based on package scripts. + further fixes for configure check for working poll (Debian #676461). - Add ncurses patch 5.9.20120608 + fix an uninitialized variable in -c/-n logic for infocmp changes (cf: 20120526). - Add ncurses patch 5.9.20120602 + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD + add kdch1, etc., to qvt108 -TD + add dl1/il1 to some entries based on dl/il values -TD + add dl to simpleterm -TD + add consistency-checks in tic for insert-line vs delete-line controls, and insert/delete-char keys + correct no-leaks logic in infocmp when doing comparisons, fixing duplicate free of entries given via the command-line, and freeing entries loaded from the last-but-one of files specified on the command-line. + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord, analysis by Martin Husemann). + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by Onno van der Linden).- Add ncurses patch 5.9.20120526 + extend -c and -n options of infocmp to allow comparing more than two entries. + correct check in infocmp for number of terminal names when more than two are given. + correct typo in curs_threads.3x (report by Yanhui Shen on freebsd-hackers mailing list). - Add ncurses patch 5.9.20120512 + corrected 'op' for bterm (report by Samuel Thibault) -TD + modify test/background.c to demonstrate a background character holding a colored ACS_HLINE. The behavior differs from SVr4 due to the thick- and double-line extension (cf: 20091003). + modify handling of acs characters in PutAttrChar to avoid mapping an unmapped character to a space with A_ALTCHARSET set. + rewrite vt520 entry based on vt420 -TD - Add ncurses patch 5.9.20120505 + remove p6 (bold) from opus3n1+ for consistency -TD + remove acs stuff from env230 per clues in Ingres termcap -TD + modify env230 sgr/sgr0 to match other capabilities -TD + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD + make sgr for dku7202 agree with other caps -TD + make sgr for ibmpc agree with other caps -TD + make sgr for tek4107 agree with other caps -TD + make sgr for ndr9500 agree with other caps -TD + make sgr for sco-ansi agree with other caps -TD + make sgr for d410 agree with other caps -TD + make sgr for d210 agree with other caps -TD + make sgr for d470c, d470c-7b agree with other caps -TD + remove redundant AC_DEFINE for NDEBUG versus Makefile definition. + fix a back-link in _nc_delink_entry(), which is needed if ncurses is configured with --enable-termcap and --disable-getcap. - Add ncurses patch 5.9.20120428 + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD + add eslok flag to dec+sl -TD + dec+sl applies to vt320 and up -TD + drop wsl width from xterm+sl -TD + reuse xterm+sl in putty and nsca-m -TD + add ansi+tabs to vt520 -TD + add ansi+enq to vt220-vt520 -TD + fix a compiler warning in example in ncurses-intro.doc (Paul Waring). + added paragraph in keyname manpage telling how extended capabilities are interpreted as key definitions. + modify tic's check of conflicting key definitions to include extended capability strings in addition to the existing check on predefined keys. - Add ncurses patch 5.9.20120421 + improve cleanup of temporary files in tic using atexit(). + add msgr to vt420, similar DEC vtXXX entries -TD + add several missing vt420 capabilities from vt220 -TD + factor out ansi+pp from several entries -TD + change xterm+sl and xterm+sl-twm to include only the status-line capabilities and not "use=xterm", making them more generally useful as building-blocks -TD + add dec+sl building block, as example -TD - Add ncurses patch 5.9.20120414 + add consistency check in tic for screen's "XT" capability. + add section in terminfo.src summarizing the user-defined capabilities used in that file -TD - Add ncurses patch 5.9.20120407 + fix an inconsistency between tic/infocmp "-x" option; tic omits all non-standard capabilities, while infocmp was ignoring only the user definable capabilities. + improve special case in tic parsing of description to allow it to be followed by terminfo capabilities. Previously the description had to be the last field on an input line to allow tic to distinguish between termcap and terminfo format while still allowing commas to be embedded in the description. + correct variable name in gen_edit.sh which broke configurability of the --with-xterm-kbs option. + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD + further amend 20110910 change, providing for configure-script override of the "linux" terminfo entry to install and changing the default for that to "linux2.2" (Debian #665959). - Add ncurses patch 5.9.20120331 + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317). + correct order of use-clauses in st-256color -TD + modify configure script to look for gnatgcc if the Ada95 binding is built, in preference to the default gcc/cc (suggested by Nicolas Boulenguez). + modify configure script to ensure that the same -On option used for the C compiler in CFLAGS is used for ADAFLAGS rather than simply using -O3 (suggested by Nicolas Boulenguez) - Add ncurses patch 5.9.20120324 + amend an old fix so that next_char() exits properly for empty files, e.g., from reading /dev/null (cf: 20080804). + modify tic so that it can read from the standard input, or from a character device. Because tic uses seek's, this requires writing the data to a temporary file first (prompted by remark by Sven Joachim) (cf: 20000923). - Add ncurses patch 5.9.20120317 + correct a check made in lib_napms.c, so that terminfo applications can again use napms() (cf: 20110604). + add a note in tic.h regarding required casts for ABSENT_BOOLEAN (cf: 20040327). + correct scripting for --disable-echo option in test/configure. + amend check for missing c++ compiler to work when no error is reported, and no variables set (cf: 20021206). + add/use configure macro CF_DISABLE_ECHO.- Add check_build script to avoid to stumble on gcc exception 32- Add ncurses patch 5.9.20120310 + fix some strict compiler warnings for abi6 and 64-bits. + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303). + improve a limit-check in infocmp.c (Werner Fink)- Add tack patch 1.07.20120303 + fix many compilerv warnings + update auto configure + update copyright date + Update configure-script and makefile template to work with this post-5.9 change, allowing build of tack within the ncurses source-tree 20110924. The change is prompted by review of OpenSUSE package by Werner Fink, using a patch from the rpm source file: ncurses-5.9-tack-tinfo.dif (2011-11-18)- Add ncurses patch 5.9.20120303 + minor tidying of terminfo.tail, clarify reason for limitation regarding mapping of \0 to \200 + minor improvement to _nc_copy_termtype(), using memcpy to replace loops. + fix no-leaks checking in test/demo_termcap.c to account for multiple calls to setupterm(). + modified the libgpm change to show previous load as a problem in the debug-trace. > merge some patches from OpenSUSE rpm (Werner Fink): + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by runtime linker + ncurses-5.6-fallback.dif, do not free arrays and strings from static fallback entries- Add ncurses patch 5.9.20120228 + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).- Add ncurses patch 5.9.20120225 + modify configure script to allow creating dll's for MinGW when cross-compiling. + add --enable-string-hacks option to control whether strlcat and strlcpy may be used. The same issue applies to OpenBSD's warnings about snprintf, noting that this function is weakly standardized. + add configure checks for strlcat, strlcpy and snprintf, to help reduce bogus warnings with OpenBSD builds. + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration (cf:20111231) + update config.guess, config.sub- Add ncurses patch 5.9.20120211 + make sgr for xterm-pcolor agree with other caps -TD + make sgr for att5425 agree with other caps -TD + make sgr for att630 agree with other caps -TD + make sgr for linux entries agree with other caps -TD + make sgr for tvi9065 agree with other caps -TD + make sgr for ncr260vt200an agree with other caps -TD + make sgr for ncr160vt100pp agree with other caps -TD + make sgr for ncr260vt300an agree with other caps -TD + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD + make sgr for cygwin, cygwinDBG agree with other caps -TD + add configure option --with-xterm-kbs to simplify configuration for Linux versus most other systems.- Add ncurses patch 5.9.20120204 + improved tic -D option, avoid making target directory and provide better diagnostics.- Add ncurses patch 5.9.20120128 + add mach-gnu (Debian #614316, patch by Samuel Thibault) + add mach-gnu-color, tweaks to mach-gnu terminfo -TD + make sgr for sun-color agree with smso -TD + make sgr for prism9 agree with other caps -TD + make sgr for icl6404 agree with other caps -TD + make sgr for ofcons agree with other caps -TD + make sgr for att5410v1, att4415, att620 agree with other caps -TD + make sgr for aaa-unk, aaa-rv agree with other caps -TD + make sgr for avt-ns agree with other caps -TD + amend fix intended to separate fixups for acsc to allow "tic -cv" to give verbose warnings (cf: 20110730). + modify misc/gen-edit.sh to make the location of the tabset directory consistent with misc/Makefile.in, i.., using ${datadir}/tabset (Debian #653435, patch by Sven Joachim). - Add ncurses patch 5.9.20120121 + add --with-lib-prefix option to allow configuring for old/new flavors of OS/2 EMX. + modify check for gnat version to allow for year, as used in FreeBSD port. + modify check_existence() in db_iterator.c to simply check if the path is a directory or file, according to the need. Checking for directory size also gives no usable result with OS/2 (cf: 20120107). + support OS/2 kLIBC (patch by KO Myung-Han).- Add ncurses patch 5.9.20120114 * several improvements to test/movewindow.c (prompted by discussion on Linux Mint forum): - Add ncurses patch 5.9.20120107 * various improvments for MinGW (Juergen Pfeifer): - Add ncurses patch 5.9.20111231 * modify toe's report when -a and -s options are combined, to add a column showing which entries belong to a given database. * add -s option to toe, to sort its output. * modify progs/toe.c, simplifying use of db-iterator results to use caching improvements from 20111001 and 20111126. * correct generation of pc-files when ticlib or termlib options are given to rename the corresponding tic- or tinfo-libraries (report by Sven Joachim). - Add ncurses patch 5.9.20111224 * document a portability issue with tput, i.e., that scripts which work with ncurses may fail in other implementations that do no parameter analysis. * add putty-sco entry -TD - Add ncurses patch 5.9.20111217 * review/fix places in manpages where --program-prefix configure option was not being used. * add -D option to infocmp, to show the database locations that it could use. * fix build for the special case where term-driver, ticlib and termlib are all enabled. The terminal driver depends on a few features in the base ncurses library, so tic's dependencies include both ncurses and termlib. * fix build work for term-driver when --enable-wgetch-events option is enabled. * use types to fix some questionable casts to void*. - Add ncurses patch 5.9.20111210 * modify configure script to check if thread library provides pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6 * modify configure script to suppress check to define _XOPEN_SOURCE for IRIX64, since its header files have a conflict versus _SGI_SOURCE. * modify configure script to add ".pc" files for tic- and tinfo-libraries, which were omitted in recent change (cf: 20111126). * fix inconsistent checks on $PKG_CONFIG variable in configure script.- remove call to suse_update_config (very old work around)- Add ncurses patch 5.9.20111203 * modify configure-check for etip.h dependencies, supplying a temporary copy of ncurses_dll.h since it is a generated file (prompted by Debian #646977). * modify CF_CPP_PARAM_INIT "main" function to work with current C++.- Add ncurses patch 5.9.20111126 * correct database iterator's check for duplicate entries (cf: 20111001). * modify database iterator to ignore $TERMCAP when it is not an absolute pathname. * add -D option to tic, to show the database locations that it could use. * improve description of database locations in tic manpage. * modify the configure script to generate a list of the ".pc" files to generate, rather than deriving the list from the libraries which have been built (patch by Mike Frysinger). * use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for ncurses*-config, e.g., in Ada95/configure and test/configure (adapted from patch by Mike Frysinger).- Avoid linker script libterminfo.so as bash configure can not handle this- Use linker scripts to amke sure that libtinfo will be found even if -ltinfo is missed on the linker command line- Add ncurses patch 5.9.20111119 * remove obsolete/conflicting fallback definition for _POSIX_SOURCE from curses.priv.h, fixing a regression with IRIX64 and Tru64 (cf: 20110416) * modify _nc_tic_dir() to ensure that its return-value is nonnull, i.e., the database iterator was not initialized. This case is needed to when tic is translating to termcap, rather than loading the database (cf: 20111001).- Update to tack 1.07-20110626 - Enlarge hash size for run time linker - Enforce bind references to global function symbols to the definition within libncurses and libtinfo- Add ncurses patch 5.9.20111112 * add pccon entries for OpenBSD console (Alexei Malinin). * build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to 600 to work around inconsistent ifdef'ing of wcstof between C and C++ header files. * modify capconvert script to accept more than exact match on "xterm", e.g., the "xterm-*" variants, to exclude from the conversion (patch by Robert Millan). * fix a typo misc/Makefile.in, used in uninstalling pc-files. - Add ncurses patch 5.9.20111030 * modify make_db_path() to allow creating "terminfo.db" in the same directory as an existing "terminfo" directory. This fixes a case where switching between hashed/filesystem databases would cause the new hashed database to be installed in the next best location - root's home directory. * add variable cf_cv_prog_gnat_correct to those passed to config.status, fixing a problem with Ada95 builds (cf: 20111022). * change feature test from _XPG5 to _XOPEN_SOURCE in two places, to accommodate broken implementations for _XPG6. * eliminate usage of NULL symbol from etip.h, to reduce header interdependencies. * add configure check to decide when to add _XOPEN_SOURCE define to compiler options, i.e., for Solaris 10 and later (cf: 20100403). This is a workaround for gcc 4.6, which fails to build the c++ binding if that symbol is defined by the application, due to incorrectly combining the corresponding feature test macros (report by Peter Kruse). - Add ncurses patch 5.9.20111022 * correct logic for discarding mouse events, retaining the partial events used to build up click, double-click, etc, until needed (cf: 20110917). * fix configure script to avoid creating unused Ada95 makefile when gnat does not work. * cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the internal functions of libncurses. The external interface of courses uses bool, which still produces these warnings. - Add ncurses patch 5.9.20111015 * improve description of --disable-tic-depends option to make it clear that it may be useful whether or not the --with-termlib option is also given (report by Sven Joachim). * amend termcap equivalent for set_pglen_inch to use the X/Open "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109). * improve manpage for tgetent differences from termcap library. - Add ncurses patch 5.9.20111008 * moved static data from db_iterator.c to lib_data.c * modify db_iterator.c for memory-leak checking, fix one leak. * modify misc/gen-pkgconfig.in to use Requires.private for the parts of ncurses rather than Requires, as well as Libs.private for the other library dependencies (prompted by Debian #644728). - Add ncurses patch 5.9.20111001 * modify tic "-K" option to only set the strict-flag rather than force source-output. That allows the same flag to control the parser for input and output of termcap source. * modify _nc_getent() to ignore backslash at the end of a comment line, making it consistent with ncurses' parser. * restore a special-case check for directory needed to make termcap text files load as if they were databases (cf: 20110924). * modify tic's resolution/collision checking to attempt to remove the conflicting alias from the second entry in the pair, which is normally following in the source file. Also improved the warning message to make it simpler to see which alias is the problem. * improve performance of the database iterator by caching search-list. - Add ncurses patch 5.9.20110925 * add a missing "else" in changes to _nc_read_tic_entry(). - Add ncurses patch 5.9.20110924 * modify _nc_read_tic_entry() so that hashed-database is checked before filesystem. * updated CF_CURSES_LIBS check in test/configure script. * modify configure script and makefiles to split TIC_ARGS and TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables, to help separate searches for tic- and tinfo-libraries (patch by Nick Alcock aka "Nix"). * build-fix for lib_mouse.c changes (ch: 20110917). - Add ncurses patch 5.9.20110917 * fix compiler warning for clang 2.9 * improve merging of mouse events (integrated patch by Damien Guibouret). * correct mask-check used in lib_mouse for wheel mouse buttons 4/5 (patch by Damien Guibouret). - Add ncurses patch 5.9.20110910 * modify misc/gen_edit.sh to select a "linux" entry which works with the current kernel rather than assuming it is always "linux3.0" (cf: 20110716). * revert a change to getmouse() which had the undesirable side-effect of suppressing button-release events (report by Damien Guibouret, cf: 20100102). * add xterm+kbs fragment from xterm #272 -TD * add configure option --with-pkg-config-libdir to provide control over the actual directory into which pc-files are installed, do not use the pkg-config environment variables (discussion with Frederic L W Meunier). * add link to mailing-list archive in announce.html.in, as done in FAQ (prompted by question by Andrius Bentkus). * improve manpage install by adjusting the "#include" examples to show the ncurses-subdirectory used when --disable-overwrite option is used. * install an alias for "curses" to the ncurses manpage, tied to the - -with-curses-h configure option (suggested by Reuben Thomas). - Add ncurses patch 5.9.20110903 * propagate error-returns from wresize, i.e., the internal increase_size and decrease_size functions through resize_term (report by Tim van der Molen, cf: 20020713). * fix typo in tset manpage (patch by Sven Joachim). - Add ncurses patch 5.9.20110820 * add a check to ensure that termcap files which might have "^?" do not use the terminfo interpretation as "\177". * minor cleanup of X-terminal emulator section of terminfo.src -TD * add terminator entry -TD * add simpleterm entry -TD * improve wattr_get macros by ensuring that if the window pointer is null, then the attribute and color values returned will be zero (cf: 20110528). - Add ncurses patch 5.9.20110813 * add substitution for $RPATH_LIST to misc/ncurses-config.in * improve performance of tic with hashed-database by caching the database connection, using atexit() to cleanup. * modify treatment of 2-character aliases at the beginning of termcap entries so they are not counted in use-resolution, since these are guaranteed to be unique. Also ignore these aliases when reporting the primary name of the entry (cf: 20040501) * double-check gn (generic) flag in terminal descriptions to accommodate old/buggy termcap databases which misused that feature. * minor fixes to _nc_tgetent(), ensure buffer is initialized even on error-return. - Add ncurses patch 5.9.20110807 * improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST variable is defined in the makefiles which use it. * build-fix for DragonFlyBSD's pkgsrc in test/configure script. * build-fixes for NetBSD 5.1 with termcap support enabled. * corrected k9 in dg460-ansi, add other features based on manuals -TD * improve trimming of whitespace at the end of terminfo/termcap output from tic/infocmp. * when writing termcap source, ensure that colons in the description field are translated to a non-delimiter, i.e., "=". * add "-0" option to tic/infocmp, to make the termcap/terminfo source use a single line. * add a null-pointer check when handling the $CC variable. - Add ncurses patch 5.9.20110730 * modify configure script and makefiles in c++ and progs to allow the directory used for rpath option to be overridden, e.g., to work around updates to the variables used by tic during an install. * add -K option to tic/infocmp, to provide stricter BSD-compatibility for termcap output. * add _nc_strict_bsd variable in tic library which controls the "strict" BSD termcap compatibility from 20110723, plus these features: * allow escapes such as "\8" and "\9" when reading termcap * disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading termcap files, passing through "a", "e", etc. * expand "\:" as "\072" on output. * modify _nc_get_token() to reset the token's string value in case there is a string-typed token lacking the "=" marker. * fix a few memory leaks in _nc_tgetent. * fix a few places where reading from a termcap file could refer to freed memory. * add an overflow check when converting terminfo/termcap numeric values, since terminfo stores those in a short, and they must be positive. * correct internal variables used for translating to termcap "%>" feature, and translating from termcap %B to terminfo, needed by tctest (cf: 19991211). * amend a minor fix to acsc when loading a termcap file to separate it from warnings needed for tic (cf: 20040710) * modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow a termcap file to be handled via TERMINFO_DIRS. * modify _nc_infotocap() to include non-mandatory padding when translating to termcap. * modify _nc_read_termcap_entry(), passing a flag in the case where getcap is used, to reduce interactive warning messages. - Add ncurses patch 5.9.20110723 * add a check in start_color() to limit color-pairs to 256 when extended colors are not supported (patch by David Benjamin). * modify setcchar to omit no-longer-needed OR'ing of color pair in the SetAttr() macro (patch by David Benjamin). * add kich1 to sun terminfo entry (Yuri Pankov) * use bold rather than reverse for smso in sun-color terminfo entry (Yuri Pankov). * improve generation of termcap using tic/infocmp -C option, e.g., to correspond with 4.2BSD (prompted by discussion with Yuri Pankov regarding Schilling's test program): * translate %02 and %03 to %2 and %3 respectively. * suppress string capabilities which use %s, not supported by tgoto * use \040 rather than \s * expand null characters as \200 rather than \0 * modify configure script to support shared libraries for DragonFlyBSD. - Add ncurses patch 5.9.20110716 * replace an assert() in _nc_Free_Argument() with a regular null pointer check (report/analysis by Franjo Ivancic). * modify configure --enable-pc-files option to take into account the PKG_CONFIG_PATH variable (report by Frederic L W Meunier). * add/use xterm+tmux chunk from xterm #271 -TD * resync xterm-new entry from xterm #271 -TD * add E3 extended capability to linux-basic (Miroslav Lichvar) * add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD * add SI/SO change to linux2.6 entry (Debian #515609) -TD * fix inconsistent tabset path in pcmw (Todd C. Miller). * remove a backslash which continued comment, obscuring altos3 definition with OpenBSD toolset (Nicholas Marriott). - Add ncurses patch 5.9.20110702 * add workaround from xterm #271 changes to ensure that compiler flags are not used in the $CC variable. * improve support for shared libraries, tested with AIX 5.3, 6.1 and 7.1 with both gcc 4.2.4 and cc. * modify configure checks for AIX to include release 7.x * add loader flags/libraries to libtool options so that dynamic loading works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch at gentoo prefix repository (patch by Michael Haubenwallner). - Add ncurses patch 5.9.20110626 * move include of nc_termios.h out of term_entry.h, since the latter is installed, e.g., for tack while the former is not (report by Sven Joachim). - Add ncurses patch 5.9.20110625 * improve cleanup() function in lib_tstp.c, using _exit() rather than exit() and checking for SIGTERM rather than SIGQUIT (prompted by comments forwarded by Nicholas Marriott). * reduce name pollution from term.h, moving fallback #define's for tcgetattr(), etc., to new private header nc_termios.h (report by Sergio NNX). * two minor fixes for tracing (patch by Vassili Courzakis). * improve trace initialization by starting it in use_env() and ripoffline(). * review old email, add details for some changelog entries. - Add ncurses patch 5.9.20110611 * update minix entry to minix 3.2 (Thomas Cort). * fix a strict compiler warning in change to wattr_get (cf: 20110528). - Add ncurses patch 5.9.20110604 * fixes for MirBSD port: * set default prefix to /usr. * add support for shared libraries in configure script. * use S_ISREG and S_ISDIR consistently, with fallback definitions. * add a few more checks based on ncurses/link_test. * modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type. - Add ncurses patch 5.9.20110528 * add case to CF_SHARED_OPTS for Interix (patch by Markus Duft). * used ncurses/link_test to check for behavior when the terminal has not been initialized and when an application passes null pointers to the library. Added checks to cover this (prompted by Redhat [#707344]). * modify MKlib_gen.sh to make its main() function call each function with zero parameters, to help find inconsistent checking for null pointers, etc. - Add ncurses patch 5.9.20110521 * fix warnings from clang 2.7 "--analyze" - Add ncurses patch 5.9.20110514 * compiler-warning fixes in panel and progs. * modify CF_PKG_CONFIG macro, from changes to tin -TD * modify CF_CURSES_FUNCS configure macro, used in test directory configure script: * work around (non-optimizer) bug in gcc 4.2.1 which caused test-expression to be omitted from executable. * force the linker to see a link-time expression of a symbol, to help work around weak-symbol issues. - Add ncurses patch 5.9.20110507 * update discussion of MKfallback.sh script in INSTALL; normally the script is used automatically via the configured makefiles. However there are still occasions when it might be used directly by packagers (report by Gunter Schaffler). * modify misc/ncurses-config.in to omit the "-L" option from the "--libs" output if the library directory is /usr/lib. * change order of tests for curses.h versus ncurses.h headers in the configure scripts for Ada95 and test-directories, to look for ncurses.h, from fixes to tin -TD * modify ncurses/tinfo/access.c to account for Tandem's root uid (report by Joachim Schmitz). - Add ncurses patch 5.9.20110430 * modify rules in Ada95/src/Makefile.in to ensure that the PIC option is not used when building a static library (report by Nicolas Boulenguez): * Ada95 build-fix for big-endian architectures such as sparc. This undoes one of the fixes from 20110319, which added an "Unused" member to representation clauses, replacing that with pragmas to suppress warnings about unused bits (patch by Nicolas Boulenguez): - Add ncurses patch 5.9.20110423 * add check in test/configure for use_window, use_screen. * add configure-checks for getopt's variables, which may be declared as different types on some Unix systems. * add check in test/configure for some legacy curses types of the function pointer passed to tputs(). * modify init_pair() to accept -1's for color value after assume_default_colors() has been called (Debian #337905). * modify test/background.c, adding commmand-line options to demonstrate assume_default_colors() and use_default_colors(). - Add ncurses patch 5.9.20110416 * modify configure script/source-code to only define _POSIX_SOURCE if the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE and _XOPEN_SOURCE are undefined (report by Valentin Ochs). * update config.guess, config.sub - Add ncurses patch 5.9.20110409 * fixes to build c++ binding with clang 3.0 (patch by Alexander Kolesen). * add check for unctrl.h in test/configure, to work around breakage in some ncurses packages. * add "--disable-widec" option to test/configure script. * add "--with-curses-colr" and "--with-curses-5lib" options to the test/configure script to address testing with very old machines.- Update to ncurses 5.9 * various build-fixes for the rpm/dpkg scripts. * add "--enable-rpath-link" option to Ada95/configure, to allow packages to suppress the rpath feature which is normally used for the in-tree build of sample programs. * corrected definition of libdir variable in Ada95/src/Makefile.in, needed for rpm script. * add "--with-shared" option to Ada95/configure script, to allow making the C-language parts of the binding use appropriate compiler options if building a shared library with gnat. * portability fixes for Ada95 binding * update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and CF_X_ATHENA_LIBS. * add configure check to determine if gnat's project feature supports libraries, i.e., collections of .ali files. * make all dereferences in Ada95 samples explicit. * fix typo in comment in lib_add_wch.c (patch by Petr Pavlu). * add configure check for, ifdef's for math.h which is in a separate package on Solaris and potentially not installed (report by Petr Pavlu). * fixes for Ada95 binding * change order of -I options from ncurses*-config script when the - -disable-overwrite option was used, so that the subdirectory include is listed first. * modify the make-tar.sh scripts to add a MANIFEST and NEWS file. * modify configure script to provide value for HTML_DIR in Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is distributed separately (report by Nicolas Boulenguez). * modify configure script to add -g and/or -O3 to ADAFLAGS if the CFLAGS for the build has these options. * amend change from 20070324, to not add 1 to the result of getmaxx and getmaxy in the Ada binding (report by Nicolas Boulenguez for thread in comp.lang.ada). * build-fix Ada95/samples for gnat 4.5 * spelling fixes for Ada95/samples/explain.txt * fixes for Ada95 binding- Split libncurses(w) into libncurses(w)+libtinfo to be able to link python against wide libncursesw and libreadline which is linked with libtinfo only (bnc#729226)- cross-build fixes: use %configure macro, use host's tic/tack for build, don't ldd tack- fix build under qemu for the ARM port- Add ncurses patch 5.8.20110307 * revert changes to limit-checks from 20110122 (Debian #616711). * corrected a minor sign error in a field of Low_Level_Field_Type, to conform to form.h. * replaced C_Int by Curses_Bool as return type for some callbacks, see fieldtype(3FORM).- Add ncurses patch 5.8.20110305 * fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes for compiler warnings (report by Nicolas Boulenguez).- Update to ncurses 5.8 * change open() in _nc_read_file_entry() to fopen() for consistency with write_file(). * modify misc/run_tic.in to create parent directory, in case this is a new install of hashed database. * add cons25-debian entry (patch by Brian M Carlson, Debian #607662). * add xterm-utf8 entry as a demo of the U8 feature -TD * add U8 feature to denote entries for terminal emulators which do not support VT100 SI/SO when processing UTF-8 encoding -TD * improve the NCURSES_NO_UTF8_ACS feature by adding a check for an extended terminfo capability U8 (prompted by mailing list discussion). * correct limit-checks in derwin(). * fix a missing "weak" declaration for pthread_kill (patch by Nicholas Alcock). * improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted by discussion with Kevin Martin). * document thick- and double-line symbols in curs_add_wch.3x manpage. * document WACS_xxx constants in curs_add_wch.3x manpage. * fix typo in man/default_colors.3x (patch by Tim van der Molen). * fix remaining strict compiler warnings in ncurses library ABI=5, except those dealing with function pointers, etc. * modify nc_tparm.h, adding guards against repeated inclusion, and allowing TPARM_ARG to be overridden. * suppress ncv in screen entry, allowing underline (patch by Alejandro R Sedeno). * also suppress ncv in konsole-base -TD * fixes in wins_nwstr() and related functions to ensure that special characters, i.e., control characters are handled properly with the wide-character configuration. * correct a comparison in wins_nwstr() (Redhat #661506). * correct help-messages in some of the test-programs, which still referred to quitting with 'q'. * add special case to _nc_infotocap() to recognize the setaf/setab strings from xterm+256color and xterm+88color, and provide a reduced version which works with termcap. * fix typo in rmso for tek4106 entry -Goran Weinholt * repurpose "gnome" terminfo entries as "vte", retaining "gnome" items for compatibility, but generally deprecating those since the VTE library is what actually defines the behavior of "gnome", etc., since 2003 -TD * correct parsing of relative tab-stops in tabs program (report by Philip Ganchev). * adjust configure script so that "t" is not added to library suffix when weak-symbols are used, allowing the pthread configuration to more closely match the non-thread naming (report by Werner Fink). * modify configure check for tic program, used for fallbacks, to a warning if not found. This makes it simpler to use additonal scripts to bootstrap the fallbacks code using tic from the build tree (report by Werner Fink).- Change rxvt-unicode terminfo entry (Thanks darix)- Enforce the correct libraries for tic to generate the fallback.c- Avoid libncursest6 by re-enabling weak symbol for pthread_kill() - Fix broken manual page terminfo(5) by disabling tbl during install - Add ncurses*-config manual pages to file list of devel package- Update to test version 5.7.20101009 (bnc#644831 and bnc#540571) * correct comparison used for setting 16-colors in linux-16color entry (Novell #644831) -TD * improve linux-16color entry, using "dim" for color-8 which makes it gray rather than black like color-0 -TD * add checks in tic for inconsistent cursor-movement controls, and for inconsistent printer-controls. * fill in no-parameter forms of cursor-movement where a parameterized form is available -TD * fill in missing cursor controls where the form of the controls is ANSI -TD * fix inconsistent punctuation in form_variables manpage (patch by Sven Joachim). * add parameterized cursor-controls to linux-basic (report by Dae) -TD * add "XT" capability to entries for terminals that support both xterm-style mouse- and title-controls, for "screen" which special-cases TERM beginning with "xterm" or "rxvt" -TD * add configure check for pthread_kill(), needed for some old platforms. * modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD * add check in terminfo source-reader to provide more informative message when someone attempts to run tic on a compiled terminal description (prompted by Debian #593920). * note in infotocap and captoinfo manpages that they read terminal descriptions from text-files (Debian #593920). * improve acsc string for vt52, show arrow keys (patch by Benjamin Sittler). * correct a typo in mk-1st.awk (patch by Gabriele Balducci) (cf: 20100724) * document tabs "-0" and "-8" options in manpage. * add a check in tic for missing set_tab if clear_all_tabs given. * add mlterm+256color entry, for mlterm 3.0.0 -TD * fix configure script for combining --with-pthread and --enable-weak-symbols options. * add configure option --enable-pthreads-eintr to control whether the new EINTR feature is enabled. * modify logic in pthread configuration to allow EINTR to interrupt a read operation in wgetch() (Novell #540571, patch by Werner Fink). * modify _nc_capcmp() to work with cancelled strings. * correct translation of "^" in _nc_infotocap(), used to transform terminfo to termcap strings * simplify logic in _nc_get_screensize() to make it easier to see how environment variables may override system- and terminfo-values (prompted by discussion with Igor Bujna). * add check if Gpm_Open() returns a -2, e.g., for "xterm". This is normally suppressed but can be overridden using $NCURSES_GPM_TERMS. Ensure that Gpm_Close() is called in this case. * use va_copy() in _nc_printf_string() to avoid conflicting use of va_list value in _nc_printf_length() (report by Wim Lewis). * add several screen-bce.XXX entries -TD * update mrxvt terminfo entry -TD * modify win_driver.c to support mouse single-clicks. * correct name for termlib in ncurses*-config, e.g., if it is renamed to provide a single file for ncurses/ncursesw libraries (patch by Miroslav Lichvar). * for term-driver configuration, ensure that the driver pointer is initialized in setupterm so that terminfo/termcap programs work. * amend fix for Debian #542031 to ensure that wattrset() returns only OK or ERR, rather than the attribute value (report by Miroslav Lichvar). * reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making _nc_screen_of() compatible between normal/wide libraries again (patch by Miroslav Lichvar) * modify win_driver.c to initialize TERMINAL struct so that programs such as test/lrtest.c and test/ncurses.c which test string capabilities can run.- BuildRequire gpm-devel- List authors in contribution order- Use %_smp_mflags- Ad workaround to enforce that the terminal rading thread will interrupted by SIGWINCH (bnc#540571)- Disable experimetal term-driver API as this crash on NULL pointer function _nc_globals.term_driver- Update to test version 5.7.20100109 * add tiparm(), based on review of X/Open Curses Issue 7. * minor improvement to tic's checking of similar SGR's to allow for the most common case of SGR 0. * modify getmouse() to act as its documentation implied, returning on each call the preceding event until none are left. When no more events remain, it will return ERR. * add bterm terminfo entry, based on bogl 0.1.18 -TD * minor fix to rxvt+pcfkeys terminfo entry -TD * update minix terminfo entry -TD * add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler) * correct transfer of multicolumn characters in multirow field_buffer(), which stopped at the end of the first row due to filling of unused entries in a cchar_t array with nulls. * updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta) * modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character nulls. * fix case where progs/tput is used while sp-funcs is configure; this requires save/restore of out-character function from _nc_prescreen rather than the SCREEN structure (report by Charles Wilson). * limit hashing for termcap-names to 2-characters (Ubuntu #481740). * fix a regression in _nc_ripoffline which made test/ncurses.c not show soft-keys, broken in 20090927 merging. * update nsterm entries (patch by Benjamin C W Sittler, prompted by discussion with Fabian Groffen in GenToo #206201). * add test/xterm-256color.dat * modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a SIGWINCH, and discard that value, to avoid confusing application (patch by Eygene Ryabinkin, FreeBSD bin/136223). * modify handling of $PKG_CONFIG_LIBDIR to use only the first item in a possibly colon-separated list (Debian #550716). * fix a sign-extension bug in unget_wch() (report by Mike Gran). * remove unnecessary kcan assignment to ^C from putty (Sven Joachim) * add ccc and initc capabilities to xterm-16color -TD * add linux-16color * correct initc capability of linux-c-nc end-of-range * completed integrating "sp-funcs" by Juergen Pfeifer in ncurses library (some work remains for forms library). * fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not work. * add null-pointer checks to other opaque-functions. * add is_pad() and is_subwin() functions for opaque access to WINDOW (discussion with Mark Dickinson). * correct merge to lib_newterm.c, which broke when sp-funcs was enabled. * build-fix for building outside source-tree (report by Sven Joachim). * fix Debian lintian warning for man/tabs.1 by making section number agree with file-suffix (report by Sven Joachim). * workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on amd64 (Debian #542031). * modify wgetch() to ensure it checks SIGWINCH when it gets an error in non-blocking mode (patch by Clemens Ladisch). * fix configure script option --with-database, which was coded as an enable-type switch. * modify lib_addch.c to compensate for removal of wide-character test from unctrl() in 20090704 (Debian #539735). * modify _nc_find_type_entry() to use hashing. * modify length returned by getcchar() to count the trailing null which is documented in X/Open (cf: 20020427). * improve performance of tigetstr, etc., by using hashing code from tic. * minor fixes for memory-leak checking. * remove wide-character checks from unctrl() (patch by Clemens Ladisch). * revise wadd_wch() and wecho_wchar() to eliminate dependency on unctrl(). * update llib-lncurses[wt] to use sp-funcs. * move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to make includes of term.h without curses.h work (report by "Nix"). * fix a regression in lib_tputs.c, from ongoing merges. * fix an infinite recursion when adding a legacy-coding 8-bit value using insch() (report by Clemens Ladisch). * work around antique BSD game's manipulation of stdscr, etc., versus SCREEN's copy of the pointer (Debian #528411). * add a cast to wattrset macro to avoid compiler warning when comparing its result against ERR (adapted from patch by Matt Kraii, Debian #528374). * add vwmterm terminfo entry (patch by Bryan Christ). * build fix for _nc_free_and_exit() change in 20090418 (report by Christian Ebert). * extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving function key definitions from emx-base for consistency -TD * improve install-rules for pc-files (patch by Miroslav Lichvar). * make it work with $DESTDIR * modify init_pair() to allow caller to create extra color pairs beyond the color_pairs limit, which use default colors (request by Emanuele Giaquinta). * fix typo "==" where "=" is needed in ncurses-config.in and gen-pkgconfig.in files (Debian #512161). * add screen.Eterm terminfo entry (GenToo #124887) -TD * add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from GenToo #250454). * add check in mouse-driver to disable connection if GPM returns a zero, indicating that the connection is closed (Debian #506717, adapted from patch by Samuel Thibault). * turn on _XOPEN_CURSES definition in curses.h * add eterm-color entry (report by Vincent Lefevre) -TD * add a manpage to discuss memory leaks. * add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename original to teraterm2.3 -TD * update "gnome" terminfo to 2.22.3 -TD * update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD * add "aterm" terminfo -TD * add "linux2.6.26" terminfo -TD * add logic to tic for cancelling strings in user-defined capabilities, overlooked til now. * add configure option --disable-tic-depends to make explicit whether tic library depends on ncurses/ncursesw library, amends change from 20080823 (prompted by Debian #501421). * add environment variable NCURSES_GPM_TERMS to allow override to use GPM on terminals other than "linux", etc. * disable GPM mouse support when $TERM does not happen to contain "linux", since Gpm_Open() no longer limits its assertion to terminals that it might handle, e.g., within "screen" in xterm. * fix bug in mouse code for GPM from 20080920 changes (reported in Debian #500103, also Miroslav Lichvar). * fix a memory leak when failure to connect to GPM. * correct check for notimeout() in wgetch() (report on linux.redhat newsgroup by FurtiveBertie). * corrected fix for --enable-weak-symbols (report by Frederic L W Meunier). * add configure check for awk programs unable to handle big-strings, use that to improve the default for --enable-big-strings option. * makefile-fixes for --enable-weak-symbols (report by Frederic L W Meunier). * consistently use NCURSES_BOOL in lib_gen.c * filter #line's from lib_gen.c * use pthread_mutexattr_init() for initializing pthread_mutexattr_t, makes threaded code work on HPUX 11.23 * fix a bug in demo_menus in freeing menus (cf: 20080804). * modify configure script for the case where tic library is used (and possibly renamed) to remove its dependency upon ncurses/ncursew library (patch by Dr Werner Fink). * add Eterm-256color, Eterm-88color and rxvt-88color (prompted by Debian #495815) -TD * add configure option --enable-weak-symbols to turn on new feature. * add configure-check for availability of weak symbols. * modify linkage with pthread library to use weak symbols so that applications not linked to that library will not use the mutexes, etc. This relies on gcc, and may be platform-specific (patch by Dr Werner Fink). * add note to INSTALL to document limitation of renaming of tic library using the --with-ticlib configure option (report by Dr Werner Fink). * document (in manpage) why tputs does not detect I/O errors (prompted by comments by Samuel Thibault).- add baselibs.conf as a source- enable parallel building- Add doc/terminfo.src.bz2 reference to /etc/termcap - Update patches to apply with fuzz 0build15 1359135971 5.9-26.1.15.9-26.1.1clearresettabstoetputtsetclear.1.gzreset.1.gztabs.1.gztoe.1.gztput.1.gztset.1.gzterm.5.gzterminfo.5.gz/usr/bin//usr/share/man/man1//usr/share/man/man5/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/723038d3ab693858d885400c0cb9d153-ncursescpiolzma5x86_64-suse-linuxC++ source, ASCII text (gzip compressed data, from Unix, max compression)ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x05098b74d8c80ca249e6640af1feea407f5b0295, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x2bc44c9516b1e59967545456f233952dc1f3170f, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x38b35656df77bc08e56f6ac60d17cbe0edcb7881, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x4fe176994c73b8510fb340fe607d6b3d775a2ab5, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x8634df3f308550c01e6c328ca661c3df852e1664, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)RRRRRRRRRRRRRRRRRRRRRRRRRRxFC/26?`] crv9vX3Vb`eM,AnVjU vdQ|ˍT|l+=W XibP_ĵej$yE%xJ;50YD"yIF]^ ][Ґn9Hh}w A#rkN/ mDv=(E5/&Y[nƉ֫ÜDo[$Hq[oB|6hdiQ8 "pWw5:U-P4m_!cWyG'XjkR؂OXe,>H㮇gELeC.lJ(|RO^˶8xxL"v/qS |Ltd:}I钃o$n lC]F?a+Và9„}TE3=^Og'k8ò>}O_0l*=`݂k6eT{M !GsY[ܷ{<0xaJԷEm5hWhw'|͊w6 -88{K"%+^]o| O6Ha Ԫd"ڟq٘qWYOc;q?};߫1%ydNNqC,[ֲnv ɇ` C摖Y*.mJ5f`Uo*BeurhYoo4L7̥C. Q؇ yGu[VY*wE@<4 vf7yo G\N3Uxy%xd>,IMg 8n?=a}/=]8Yn'p{:L̶bz 62F@ƒ4T36|΋NlD{ 7Ʈbs\=Rдf}&ϯVsM颢l 2z]nQ[kXΌs#kYaDay%+<閥=x`ctd")탦ÌΜ-b+dcIVd8aVҊW\} ßP$_N]bJagJp0ZOȎm}fV,Ӟx?F [/SvzovGԕZoFer!+=Ze!0Yӧ mQOp-*U0t+Uhl8Fj 0ʝ>(\x_r4ɶ*f3i3߶QŽu~`d2 KnW/#_,43"8l?Bb "(-EfυQr*o\|\5e F-q=A/ )JU~q܏}g+GwؤKa̧C0M̺|.;V?, Dp8zhŠ1ʁޓa6eBYGș8fTsmɂӠG{uޣNq򃉄,׈RauFk'Z+g;KTS[foS+~{+==l4l&)$&X?ȻdCz1$ F}_ADp&he3uG,ϗ[!S cFNt Jn@M1Y7T֢6VVDCD4y0:ɾy եWd'Q'Lc's,ϔЇK=6cVHi.#yb6t{~v0*.FFjKj.$v:'#X S7*hA-i |/c`q>Y:NP- Qyl<@eKC߾Pӱ }S]ܭƐ=]Is ɬRj4Y=Lݠ7ZXv׬|1B Q@^@ iBWECqƀ^0`S9`S 3b=lUe25G5ԙX*xNgg?4;{7Ux<Qt\d= qB~) !:Gᓢcv.cam\WXz֋="ܿfIiBͧ,lg@ c.dTk,e4g8TVŇQ;D-{L-BpQHiSa`GөD ?0^0aM(Ew&!솊ܙ-Ain3iX=bf2"C9 pT6{@7iWTw" 0@72D1cZ[9/P3DoÕj 쳷_) P]A>4YBk\٪SW=-Neqwԋj lx))ԎWﱍCgT "]7T_q㜨-s72 U;\m39A$ceHۧ Nв HnƎ)ROw93E(yU%@qzxjTxƖM;nKc7j19eަhh"#8={^yZ5e/I+G)cE !>i vY՗dzC7LcLLtܬ`)̬jBTlUFFHsS:T d\V )@JoSXk; k296 2߸iG6L ^Yt ܻRnޟz~C;i{IlW.+wXEPSZ!pJdL?jv,MD' t-7)fDUZKv &>sN^C rt䀛!>u܍ZQsrlXSݕ= -S q ]6tJ"ckuy!I C+9 >L@ْe,,3z͸8f{]fw;]J=!)74t[lVQ\\:SJƃ3j.kB:{ڼ/U>L #\OD;ڢAh`@"cu+m~{\A 3'9+\ɁB;f5aG† "'IӆtJ Zc5]W%xV&y<hMG䈪L)*f ,6h#MlOh=[{Ҳ̠ `G;yp.6ҳ-kY#Cb=~wϾZPg~9q@k^v|[5t JhAĊb!kT8Hގ~[9݃6琤%t0 p8Ө jx;B&y}|2_@Ir$N~E1GݏP16+4151*G0uW?73ƈ*FEoJ]bZM׽LuQů,7 |`UQ02Z5gJa'pX,鍜eo,Ec64VEΘe!찝7;M?b.iNAD4:+Զ7#PtO%dǪE_ZԽijEv:JpejVk&KT2b=w%#6^7Sf g(`G Vz7F͟]Ϊq#q|_#,Fܢ42g'=Z%ռ? EBA*Y)X nK}f5֣ۻ%v{l~vcSFU6lɐNleĥ+x!70,kV6P)DKp^TnTTiip]5jR8v.4o~G|`3EıTi3KMۼp-Z4BUI lȿ֨(.O8nRq{$grY|Q?vuS't۴`HZSneLNA^v\\B%'$rmUpM~T#S$r SS]8F5$UX.F0OOQ Ap-;yTS ͭa(=pq2~>9ω'}! ݈#"pĈvSbUF8/ [:c e W>?֟@KqJ)+<9&`M>58dJvNT &*~>*#zзs6$J0ʔ:yw[mV Wk>#,gtЖΙs>Ɯy1$ݑ'OWl;dV =bKAЫ0ϼ( ъ٠=Zۨ*lmmޞ˔p[^CRauSWmF$c)W+B 䴠 [afc7S?dj<\&4 5%MuZN>&Fť;IxUSE8Kg0!z$~ 7LY 9H"t^d-i \ǻs?,R~'w\sˤRTXҕ1f,W8z;E+?a}y0ovϺt FFṔ%|k EMnN~ JũzfLwO9Um[v!; dqea^ fg5hJyQh1< g+?%T #Ox&o}=Gpn] jQ'ɸiCYh`a ndQsbI2v%Sb'%x"t,P~=yh ug! tVzQ V]Ek^BRLb+$ w!AIPJ %PvVwM׋-7տod}IcFkrx RQ(*\a |Ww[\m+GV Vyx4!+ 6Ȭ{}e']g, 7N]ֲ`_C1SBM+R,Y-[كp#ujh{ i'8$$)J3^)򤇢,>Y^"7 1 ed ir(}pi-f+?rc5{.`ەQ)9؜-}Q P_gXQ~mԄ܄,z+U 7830xyJ98yq{- %fN &Uaa4L#+mM* ^ֳ]S@>Π NЇ FNJ`%Rc0M+l;)Fҷ=.*o]~6N#W|"d풼W?}Zc׽s<}]XCt$H 6~Y#_}KVg$HCfpv ][M@&my鸶_^B2'oLiAm7V_p_â%ڼ}0i;ӼnbqVL ?†a7 q\FKS|Z3%`ԟɴ;a ĚrO@ Ĵ,$Ԥ7E#NJV8ka6u~m9xlю¸q۾*vUvD) j .܌zlB@}A1+?sҁeMBA~6<@a+/3PGo((NyMcmobGaTQɓ+h*p O|^65ȉe0&̧tFkBq7i> `#P6\0c-_^!:|Cqdcc `t$@죗8 S|*(Pi!4iOwSoOty-bu~k,6e9}6p×3`wX+ǺhQ\*nxJnɑрh2WGx諚:%Wy21_#zľνWДnPdZ_Ps1rOLϰ2͢ΰO0VŔu^|هOL>~3D3yFf٦,_ tbZY~#M 'gc-=$13ف?;¬Y~v*Ƽkq 9epùY1 hVl]z|y=t`e۷q}%Lq^GIɳ22֖$Rә-QǍ} D wsF fJ^؀ yoHˋfa#:]a)B5C2n'g@݆>[ /s7ڂny  Ya蠩[FΦ?xi亏 @K'e?ez i~|7Is GζWﬞ\ؿ֛_c61|N+czWnT /-#S?5.QfllL(LӦUY:>jX[6'AP0*37gm=r+t }iI C,xD oQ #u :NE7UҚhMQtxfJLӐO&L: -mH?bSS>;rB;KZ4ܷ8gdkōsjWd-S;D}RUƘSds_5nBս>JF^l-/ZOCAЫ7NZ]zo[Ex _[o$}_@nnH `[H}eH?< Ai(sƞ@#6ͼISʲɧs)aߡܨWScZ"0P]\ z^`eͰ0h+2+ gX qv 4-ZsSeT}5(E/ ]Ԟ* !+~2[K^MizT2ĩxxNV*I6!ְ!&6,¯M,2!1HvZbkQު^,'XsO,U 0Y 6nf}53[@(z9(;@/ˀ|@esiQxj SㅕysWN?!fݲ שCD+|z*fK zɼ~J^M 5,/?E,#b5ܛ &}}nLiPKS'L.Qf@{muY3ATQ[4Y¨To)+K6 "s,,8M}w"uhht窦LVX2Kq]Hupr/ C(tSb:cmV0E,p:a]z[9. Ky9ugtl`yW.!Ko* mC3ʱtjocBjg| ;D.z[LP:[zo-O-TCxj{C"C]py2,}DsOmbr\.f\q?LC~[f L-qYJ [&nZ}ޢ$j jT4 V1Be:&x)rR0Jcz ĉh YM.005YՐFe6Z Gm]/UWb[M"og9@ KTsb8% w֙t}2!A]r'kgB*t#N.CR9%㧢&mve!!)n-W⠘] 4 #+jVPAo1F;Ufn^==K0\Fcku4G}mkc3l?0S~Ez+H KS)b"!#@PQޣn>wevp䮢.صFQ;ə-@+2ؖN_q[`9:ۂ/0C lM!*c* ׵JO$JJ0M}T)>@d9h!/'Ӭ(@ J,^C/Rꯋ7 s;g uJ2 nxMSrDCARfHZ2Z;m[Σ "%.ޘͳC^%a&lKrMX>vzӣI_Fح=B ܤa<]rZ%'Ⱏb'Sԯ m 4z gXPC m1H2&٬d,0oJ]+컗!֖H(Pa1,kQW*6Z ~> .1kU("KıSRD_M05:K*A\>db1gb蓕>V$jcf-Kc<`w*?⓶ (Fq2-wY{/T렋i¶KDrō"EО~$sbQ߶8cruuIZj^1"8,ΰ?q' ۲Z&HnI CǺX.T1euT9YzGAZؔ"dɕ;~DןB  IRA2 i{"C"vҾuF>5"iM*s ˪tG3m[aQ[£ԽcPt!]SdIuML%tF˃anUV)QWwH2#(ֈgp1Gg2i0JބI"~_y}94PW J4R*Ds?J\dC_CwV>"!&B)(DsƸ\6&` /= <ŷZi[=4?ԭtz4@9z0A=sd2,a~U ^B݈ӑɕ0Tn*UCpNb4Y ]p'Gđj]9Z"l0o;^@,/\|d'y%C* HEvfJ NajPƋob pëa^V64ggYFyN; .SxO]ڇ.z]To~Æ1̡E},ʑ)eyRᦒݵ-*j"t;KF#duCV4]1>eXq ƌBt@|[D)`#%CeU4n%n&j̺EuAfηQ3뜛 ߢ+VUp l̚G+\Ѯ[.K6Ƒ8$TaP7""[#^iqtͰ сkQAHb3N[ucOγ@ہ8h8<9~ !(%.,X@ wD}?!{JrPH9لḤQj \=JogZ֚iB+o7B1sڱy %uZO u!PUy.[ɨBAkj RMZ-8X@lq/>+P\L\H)EN[d"Bp2ﲐ]kֆ21o"OG\pLdŊ),߇"2E>sEӃh7na 8ZAp2rgQ\n;L{)bYb&FgDY "vh5%;V&@Irɻ)&k!a9ϐ-}rm!G=a NFS֦c[1fc;ú_Hfk idRszk_O7K,a oά Fb=|u[ j8%*ff7`~˸a"]s9ˏ_}xl!R `~d&ux7pgy6JZ̆w%HWv!"5 h\x Nt?`zf(D?C!Pĸ*UHvT9 &oc~d3ZtqFS*5Jh(A]G]ЁbWpWMۛXjt\Y}>ML t TEqh.hzJbI\\Vyw 5AS ie'C4'7ń̟׎C Ej<:ԃ$yk:_/y~Kw:hb*WZR]QE7C?(\:rݴN]C0Qk-5n殡T"]BF__>KBSZ]ffz[Wd+M` "˱@x9*G`X9.'zw&7(ܙe5uQA2\ؑ;X]qj,8B8͓`t߯ Þ%$dqy_6Ժ 4rtʗ\nE31O*Oޅ"Hн,Fٹm@':|TIglth7Xcm@6..&|wN^Idp-]mʤ6._d=I̻1b0a<9/_ME=7-WDH-MZ&e2$ 6+[ts#c\aK{*2Z8ˋ퐗BB2ì"sr@t\X/+XЧN#"U91o5)|V`]{o^t)FF_c>Ȼ 藷2[0P(6O6`.+Bm-, d|+L{jpY+k._""pU< t+F{d7z /pF\\5߾ϑI;,)#0C>I';|+0 8g o#[o9pb<#LH|aoJJvU(HuQQ#>9dk9st8u  򿹫T/ KۛojY:#Z"._-¦]G_5)Yd|cK9[FVJ`UټW\=4^LIP0ݓjZC MPX $mߊERpB覶o(`g̉&I>K Ryn~w/j`FTsׄ&}ʬy?*:4QCzRSKiR;=uN Hk )āWbnZj:|9op.,׋Qb'VEoke!V|i-~ê^?LG^OIgU]|EQ&5[̚JI.6^S ">rS bdlLxO0E6mgFүU1f{c!4Xy2cI콻5-bF.e*C8;2x;#Cf^ĤI<*:|:=gpsn ca  ofBj ^!}=1qu94LVJٔUP8~r0]Hн&=bĝS!i^c`6{O<7<+-t= a-滷 ƾ*%q^L$xW ƃD'[ֲ@9W^xz.6:Ipϕƒs2n(p >1氦nFݕY5lw q=Lρq|mydt};c;9 cȬ,1S[5#Ӭ~ޓո0ܯzG6-)BI񏵛[7mH0ୂ\;sκȘpkN< Rpކ\Tad"r"q|OG%Ε\N ރ$G~2Mv\B}lC$Oܟ+~-ƞEyZ] Vl|bu)lr,!'kY Z ĮlCd)lM}¤eEg\E{wEV"_ITwZ1%d/*~lm6\)_(ɴr31Ҩ(wi8g,t2LAL?kBͬYfOK+~(/1slOx7: 0/xHF|Bh.l_x^ST&?KЯ'[O~bNqUOHsD~oF+Y/ma4BoX\L%{dBsXG_҅\ w&W>)j-zawRCpם/ACeReW;,9*DW8bS\N,YٳQjG]Vl%P+~qnro] <\)h?^׉^CwQ; Mpߑ;IV@^b2$'%/&l ,!8u|&Yw\aƧF$F-ym0iP8⁣*9h>Cd1KP&.L"ΣpfĐ#>>&A c5/#*OdQ[ н\dc 2 ::>BdiT+cYcRǕP _lTre}M`k5'@PSi&]4SIX1UK;m |,=uw#0U yќ;B&-+2{VPt|褄x:wXi2U*e)("K4RuzR3HwZpMJ/Y_' ^|Sˊ(v}Rp< DJYn>aVΡLΔ?r/.ӝdiKg` kA. mȧBF>e&I؄'Ĕ>ǝt\.d-yw Mjv;e3ӷV;?q'l RCtxX(jl4Y 9@u^9Ed@$&|n{=17t!Axz ضS RA8sg"L & ̙=nBOL W*BIo+vB3 Ul:&OݷC:zĨ8Bpi5'JZ4'Kr)82gX[ W"9uQ򥐚aj+3fț;ʾr 9;kl_{Ogͳ ;$oDݑ2Ub2MOTq`m)7 Ed;QZz;n7T;).,xb+}ۑmѸ/ 5e6ć|"xǝIAˋ1(W9ŲwkF8hLJrLӜW~֧$f%;Aj:rFYþtoJ\#tR>|BS2O%XJX5F Nn4n -wjqT䭡'np(J"N/p`g!@yjsUlR7MMyVeLL wEwͻM*h@1↕a{3hv`ғPl) d+ArdN p*R8e).9 |v\x ClZX7DXUUk5`@䬈D*58kxۥEV6y0m)L$~?h*1ka~n%{Bb_KtvCQ Tf I_lbȏP5&G(q~{:_ ]EaL0=v{F*/#*‡w(aؿlgj\)y$CBm-gkKL\L,("CbE6,&!ԋ6ŬZ0m\ce[ |0`Dvәu jL2lsQ}hq;Dlt_6 v{\2l*:ϚFoG!KT@zpTeZԝ ΰ=|][D77V19Me'a%-|0ӓ:,pJ"ZBK!/q_ ɧ_+d.Kdş j'zvD~ZdmߧE&]}6vhJ/".'Qy ʁhqG6ԘA+ܲ9;_+h=±R%a×]<> Ӭl֠LV6=,JzjS& ]ځu~-9~ȷ",VI9!ZFj:Gt^bKPk:/Up^~(=%bJ@g7[Vӻmgt&`&Ip-`%FFڝꞡ"J6 Ud 3An\0ըC1Y)c`hӨ7hL/l:\~EST<-!۔qSDuiSJ_]rRnS\u_1yá(.;Laħ.!~ 5]uܞ @sQNO$a k(77קwd1p%:F3Nlwy9e23SNJ2@AXR_~a_ʶ)U<T} up9ёQлM̷UA'kD{\\” Uŀ C s?l9 0cP6>~@#q>1i'CVYb9lZYIcZ;Y@ ״X[ Q"-WYV"OU9X1,L08wmќ(Ohl] i+u#4?u엍 Gn-ڛh^bMoߗEXؾH{94;ݙ:C=)r_K>s|>wurߜ/ k (Jf:ުKZDy(.hy5ᔵ; V[.F[5#y ,w?pF5ژNH-Z=?  +OJ eCOlZ,72"/`,(̴NW c+ȣ$|A7c2Et>Y.|[ ']_sתt hOOE(wy9G+W)~~mY5o $zJ.B'̣qɘeN@im1:Maz AMUM\è'o5tmǃϼQF ]nt7ixeaP[ɆT(& ɃZg!|Mf]9uH#8F:„ 8+Lq~a>wՍ'ñ~L⎟/[my)ĂaU֛LՆ\z[FcY.׆iH)X+y?9/7bof|'b{Z=xQ:0~\h z ZE/@=CɫaY$2+" (pˆuT%.g;SrS$GFPArIiY߃呔M/j*?-NW۞^KIƃLɊ YI/" jA {ַɱDϷU#hE*=ԫn_U7Q/1\?Li3 പ4S-Bthtv ĶQ?^ U(!irE&yC9Fjif;0#^':l4ں}^'88L6BIzRC=Y!g&QM4N1b,vO~B%.&50l#{.o;ʭ lb]Z<1\e,uS\(Og ]QWwoP.0s_FnhV8ab\ZWgb!ǐ$n#{di4&}{3B4K%ru鐖]Nj3e$D@"'IW%{Ljf7ܢ6q{/)zoN54mteaB M} m14z"X35SBfX̓n_|-5b {/?Nnlֶн (az?Ob}P&/,ц+i~'tgrs-Qxm:PJM$*CsN J5N#ǥ|WS:BHQ+8$HFe[?dѳ!!z'?r=8G2_Fq~b9dE`Vdؠ*+%xHh33aҐ+ ^_J_L$7A[dNENR@/8^j*f"5QoLB8]}qoQ6! -`5$fpu*R2lw}j.Ei@Max Ev6~xNJ?;ب(⷏<!.qb1_qJ ֹ&P5jǧŒʃx8SU<ծNsH<ST7Au?ꂸoʛ&T6v$6C[3k13)éUh%.xZuksQ ;S "j-4;~XYr~„d6iN(BO΍kc˚t=/ &,v^0jT ח^| ui6iJsxzsƖȦNaG^M"DqBh ك|J\jpq/guʢ57χGHՑ]ќ@ #}߁:Vo!LH=&@#snJ3Adp 16S0Lf0 |CalJRӁ&, 5bcp~!.Hf *nRYD a:HdOMg`"8vO7WHbPX} HAM0BDB< ϫQH> vu[y-nC40&TC`q\"]O%ϵJ++O%R,<\{n+Q2cf/IiȦvTCBVy$"@%|r,.<7T@Ԍ=򯘘kVX42X_/؅  jԃyA;Qd b7F@хxEG{Y:KSxt(lB&YA`o]A 0&bIm?wp8Xǩ/}zo{q;NO(g+'XMivtm-/#0n!;bF~p;`eUX;r@M! M}60_1@O{Kf"r#>4`F:>ld.{#:z$Kx7\lݧ"lr O|IJ3q6l2htд1LUȀ(SYغۃR掎m)qv)o ohWW =QQkIS5x\N $WIƤUIFаcB-Źk6c4M2їőukc TD-735WP'1g36)±X.Q"݄qt'sʌa5<_v#@P{Bw} ai|G;,bEߔw}$d4:dU %ƨ,3}9Q1˗l[(va,?Z2 nn >1P=v16hރ^")cRx\2Q&Ԭs/Nq.*~^<@%H蔟By߅=eM=[L#WL# uSpWBUI,Ӂ4HFxR/r\l)0+ԟ٥g6סg5d C c;ÇIv3,~'QyڡgA̐_'#qę~kFdciK#iPKՕQMP`Dc}e^d>6̵gЀ+q23e"Kl`EF(P94QwcB$4/67#x.//V ycLu\0|E@Q*%P41ofSmJ| z7Q+SIUX?hW874R\P5t:|+7@}VbJ#LBƦ Ci#+񦊥CĬ,hĮJ$Ȣu{٩vV^tY/gWM#~ DUɲ&w܇X0Vrk9fPIN!rե4ܾ'*!88NZexW9f)o[5_ŗ}嗿=sÂ(TKEB$s`rQ)N1=R8rś{;МvEzSU<`#^\k$" \5`&2P[/ g/n.ArJ"*c#xlظ'YrA-SAr BVywiu_G[MϞ`;N¿XKiH]d8<'}4;/b]#%Yt`/ $6F5BMZ9_O"(t3Fe*TުҜE8q \Lp`H! nkl*źIwNN'w)QwtEhJSsdܾ.Ē}`UKymp8X+1*MPEp4nQ: rp3d)-M}} j8"4NxOqfeQ!3}ksh/z>Y5vJݍ g'r:!) KU:,OΨ6G oW1E=y~H{dXFѓ*:(T/NX^Ls~U bn:*v0 ^\w_SA7后9k61"C(0&sz2a:4g82[D0 >4mU gVUVi$+5ȢM}dISYt"SvS5ل읰w1X{& $( bk4$Iw+~Ysqe +vEMo 9?K),gRk2KCf+FF8k~$οQםޔ̝/I/]*id.jY!W:-y`\}錻ǯ,vA#2Wi'p%#۩htX۠& 4gё'Teey K~ۄ 9֓+[u:{toQzt4Faf007i?k)@=S1x;n.k̡PJ(==~(3+q:?~Z᝘ɼ/*6$Oǩ,1 \jq8hfNY{AU5fLkDZ $?:Wv @L*s DE/ǿ6DE=9RZ"gN%9rwC>?hgr-@4pe%1>m@8q8v#@EnOxo>osF:+@I`騵V^LJ"@$1dd,6G>E Pd>;oE7c#o/vGt~kуPGjU%K IS"Cu VYu)y޾c;!ƲSƀ]Ua %/\P_,87k mP`B/x`X6%GYW%j9~_[^S=MZy;J6h!#R4l#[^g$)0O]Bpǃ*JYH]a= x^lO i5,:>Pq^BrC{}ZTr$RZ%pISӋ2+g2mvKҧ8~Xʄkv43p5w%GG&)bW~CSʢӆs(Cj&hJ@MӠ~讯tw~s -U]ZASA꿙wuV0|G_p9 T3_ K38crke/!"~6zV7 cUg0˹CE"SzUD#=? .{7B ar(&Q@E)3^[#s#AJHsw4k\|M A=Dg/[3g7ݯPXAGRʎOTAޞIu RλJ`HZSqUU$]E$ֲWU)\zyr[ j3H_K4A=uWAp6}u3GhL'tv4'⣝2eQ[PwN@[wӒrTX}dY+4 nc)捣xP*RǓ+[i{ycKs_e>cѕ $fژyLZwgP\ 3s̺b?` o!3/rt/gs,tF E,늜d"x}!:D{Pa]</̌R$pfN4U,U˕=>Z=$Ʉ2Αӻms07+ȹ@|1䳦-,[\e-pl˫xSх ] <0Ai{}&Hq }<4)'Q|ro@E#^Qw}g2c >Ɯti;$k$?U22!K^Jt'#GkO6;d8 N9(|ٌ(% >T%O7>\s LB^tR.7Kf>[n Kl.꯰ Ѷ?23|ƿOSz }cIjB9e{qύLHIKo{#wA%A/!g`Ѓ,Ý \oEUׇ˥ ASuH&Mh?י %1e,OBC_үQ/qOG7ŀKJO %Mb/" Eۭy4Km"3k&暉zw {ig*$93C(~ uLș˂55jJf'}T/uV$?nKڽ?l_'Kq8jj0fTrǮƹ@ޜ \x`%9IUЍ8pa(8zvXFn&f1*AkǗXvT"`u}@(Ϛ %+ë4?c;NA %A<5Ivic2<Լ7% RGfσV9tڜb]+?rJv:Y1;}k/Ze+['fwz -M18ƭ-}ZgѺp,yVpvӤD 1BߓtnVIX]I(|`^\iv l=k{e)0E9^奎nhXB CK7ΩŲo֧'2`|zVм!t&ρmyYwuA@#QnP˅G)ʸڴeFT |:{Tz\ZO`20?*g'De%~B:wQPgƈi|Hi‹D\Sci>3wd J"/#'4d3OO kcN[oSw[FG7F~R7`NɣpD,0Fݵ'ؖUy!nK,V;M!ù,V{Wy8Z"h,5~n?*صk-sb.[*i6az d6J@H|t ʉp.WiWtxIɗ 9ߥĥckON4}$=dTWd IUxB4ۊHTSOi_ûe]IZ!H#oPts%zO Cp8O+= 2o`E0}η .|ts ei.Aj_ w52vd k^@Ͳ?=X6*+26^&XYЮ Ga2?4v##ܺm,H35"?VzbgdGOx;"YtbTB۸Y7z]|Ab:ٲ̘pBQ=1^~sxesDLGN nu~#.d9 rO(pz┣g1ʋFPy4̧f('p)rgkud:VS5O'oHos2%S<ԛX7j .__߆:=7-D){K)k6kӸcYJ$JWDxM.ty: 'XWk]MS;W`x\֩2])\4Q bGGNd璯\:XDJ*wZy KAL#f_F&U2S[$ݖųc-g%vaf#}7;?\>?_FC *ͦ5G $,oF{kKsiJV1H-'nS)`5"B4ﻏ + 3@ɲplvH+YeA/ 2`ٻJѐ[u*Czdêa@ŬO%̪&+@Xt쐑E2*L3!Fӓ!E[Jࣉx7 v5 yd V^^~Ou0%/IUDqKH? *?0PbM. v#oPhwmЏx@9f}7ڡ. :DHb/~_[W+G;2z'ސ5dP $2wM=HKø0FwH\fjW|HznSfq$/#UROUh2ʴPs:pͯ}8L_v9 P_셽[ѓz! : ~_Y(:7:@zq;GEr/uV"ڵh?)}W,“c r@Eޅͧy9yUםzR+_'S # \(5a(Ҥ\V^&وICVc>Y/dۘƛY?[$JX"wKM2(F KWCÜGv^ 0eОR--i5S;Uގ/o<\ jO;<&S\uϿp``rшᦺ /rS[FC;'qI%\1sqIgTߛ;?A#3`EyI7?5k ]())Ђ1zfe#$w\ddaҕKyLoċ %l]n6F0e I|lӉuJLQJCwT LP0¼eEkQj*R  @>ǿSvgi޼TBkY8@VXD_-. \!9ՙy^B1V@-=yU۶m5gq"EeL%8%d:W`~JW\|\Oeaa# #a\cr&$;ՙAHT%0fx݌#@<^9 _p$$4$pyюEGY9Q,IM,| >l+}Jj8f!::gR4GI p[hkŕ9 cZ,g-_9<Oq:/ŸL"Zl~- LV7ht̀oU/XIaN~+os7ڂZym aVFG08?D-<%I0Z{#1wnz\ZNHHX"N3*f3]%aSxk72_v(O3ΜplZ.j{$59nvdQ䓭t8@9% swBPy>c$kyڃ"r-zb^i|Q!59qTa&/W^Cmuel#@B.G738Fr٥og1)s_#k~iD+R^iN=ܚB?á[y0~ 2aWтd5@o[R,/-Q bv@j23Wd3:b'Jb} ϏVHdޢ$I +R!- V\^R=Slj ]E;Ic\QP&^}< MqO-WR{<-oX,qꃤ :s4ׂS}^Iv8+pi)8&r QY I>2 % iDS|CyBo3: gLmǮR,@7B!D/YBC>>@u66a׃͕gnM[F\:+tȌ:*n"#y\Lm»4_6fba2R"mh tVa)$8I9a&W\.JREف»'`naAk~Uq'gv9!cwDSKfOeqNjDFSE%yݹzڛWs+'B 3c#, dPJLS~x|c MqƠ 0ґ3m &~lB򂐎p t%%iJD>]'7gC%MׂyQϢ8,ڭToBmI!g$J!.u"P]\<۬7~|ajAQtH.ŞpD19|ahd#ed}:)? i##t@YcK.(M\>6mŽ9/GWdƞ0PEO@j,i٧9ZTY~oԠd1-xnldۂ7-FWu3뤓sngѥah hi=6MmEJ? Q`bS.Mmo%p/q~1'ّjpLb/N$-z~|@g3ʓE 3bKǪ1tFezosw| Bâ@vvm+᥼Y \*Ňۊ ?ÐtFRzOj[ HBTna+U6ډT]W"fagT&lp֕A&QͮB'k!T鉘{B2`@-JZ>~9%S_ gVQʇNZݠJz?9c-JOĝZg ${ZKcC}_y^Ѝ M0_7Oc[?h:w/p_o֎ue_.:ft6>5"insV -t1M`;P%5o_u.,\r,-J7c5 ǽ4!TqbgIzQH:сifx=?KhȆRsEbn&[]zVඇk5 bHt4#A !3]JQ^U`2DJc$,4t{aSJL!5#o%) cƵ!ZTX'Й0r(];f ]:I0` 2` +RﷇKCru@l@cqz}dT{^fu1R lGX閤澺,jsH.{K牱#8<_Ň0[֣8EGabT-.rCliH?kI41U 廝m?|`5{>Qb+kl\1+p/X3gy|ݟfY)r~qL*֛gb*aR.q.§y϶/R cQ2͠UMCք Ӛ৴:mFWsZYJ46u$D16UfaH?L7QRO I"L1R])al([GRӄHdH9i@>K]9T4*YQmJ/G K]K^5c%S 7^7զ9A喲8ꪆK\lwb`9Jk `tfZQUބJ'c<4"&d_k Ұ]S-ĐХߓ}킛JH|\sQۖ3ԙ ^7M ?0AEפzLSl,,Y4A"Ϡ {+nh +wQ|JˆM7(ikл*/Ns t "pp`4Wjf#G],Qe6>j 2]H^-|P3cd[~[i] {[B)ۀQ}#!{ҦzԄϼ5/4^PYo'oО@=6FNt<`k^Aqyin8bY};Ɛl;*%'&E 6LR^\t {߽ȫ;2h~\4./֪~2Fxrd{K* ЭvVGfKnI j ت[G)`Y˜dy3+,G:׆Xi!u zHCZ}@LC*s{ paݦ:g?48W^p"ZI*IyLOܺUoӹ%1emiBL5{7$('xڥmLx3]>ZH'5(`BJs !.';r ~\tƌp{?va9 >kHWvy>,|I#1l}ќ-IQ0{Yf?-y43fq MyVOzp&q5h{ļ=ݚbԴu!tS +@b޸*At/y= bD-8Z*#3ە|l7I"50<E*lzϥA 'Si9Z?)xf_I&E BΒS+ ^_۩K/LV凲Bg9z!:§کL3)ҦkepoBeWʞ$HwCGh> ׭_o<'p -8s w#5=F1Oc Ā"PGfz\D:s~P%ᅑSq7'bzㅗ 0QhN9G&@ЁA]Jn3]2P^49 KѼ˫3"\óR`?HУXrDmƒRj4!zZS]@=%:f}ys0{^ NzFE~8}TmNZ+` ; 'mR.JAc$Tܨxpz>ij\Z/#X[q%m :=?1`ur &fh!oxldWlTNcFkNOG8nG5ղ3"Er6Tga%L ]qW!3ٕ3-Ȱ͞e&M/u܁[M {Jf0Rdpg`*K ĬK&,fD֓\+caw'[2:$XYQWO[5LD7ZN;cEJ[4/whI(EOc89MuxC5uq Pk$?2< #\42rbc"I.X7$46&簴ѣ*NcXж&ۂ N6<a@j>heuD)/C|_@׶/-ph8WZ`G2M\2ǘ2"пV`80-(P Z1F쏻փ;̨*2ڠGoy?^}c .?{8Q>-H!AQA;NmFDmD/{{uFX3 !g uB/UF%ϤIJ+xXȘyT'qO*@+)GRqTMVGSEPRLzj YRQa-B~n>ߓ273 | "̘[4` &c$dO1oC&u5?LߗoL C=otǂ)D??I2쾙+"s1Ԓ[2q XKZbxHqAsO $scWhK:[o׹̯cF`l_~wQRh/b 3.ίWt .0 "Ra/OXȯcӚF#ޕx 7) $JqhaRVKu4\"W}&Hέybrbbc1f3~m[k68/Y[vܕO7͖E8,2>)zbeU;RvD'?1e*o~q-?ţW|`¾1–pֆ'u]Qp' )[M=s*fh)'gѳD^rZ-&3e"-1zeTZ6.O~6vɰO6NLJg{y۸ jx6KxO"nd 6pPb03d{-*Sэgf*֘,v*)JA [jZ_@;ΚBu'dxӳpzlqc>O'@Gu`?UI,oarnIH{@'0"[qǞrְ9Jwr* !kF1b'JeCEiDWcEvWPvIMѻJɊ̄`װc:}VLXPVKxV Awy#R1y:UJcQ! `J&*~Y0^NhYfnU^?Mb/(` tU֙GE.ɩ@P]hש檝l$wXZOz\ .3K؈uX.9:*GWeYȭ2JrBy?8ɋ%I]-}2/;fwrEoTl4=v.c.i Kvho(?9J57c[%=hZEݥ#P"R yqв}c.u'$광3k8N}9Rf$Hk-MvZ`4 8G"bQNb )2)\L̲"F{yMGUoB' M;+AH0%㝛FNz"萯\5iB{=YdT'#T!j>U`+Fo!577bؒ'LBq_tw` B!{2l1]dE-( 艿LC$I*Ī甌[X(kQ lS gH<f\CIW" 2&h7JG.=S1FHZ$=g >g_}|{9^#2J,=ȣT\Nl Q{'A9w_'#y@vWiTaBOr`t.Y]vab4MИ;}AHy&&9浄??o[bfZ&(;ВxqPgNO|}07H=l7fJ%Ye iȺ\3>\ɞFKxIm;c6`Q PUlVPj6#~,RBWF&=Y)-\G&|vm.[tqgP -'?&=F^:1%82=63{jˋzDwB!ױ] BBc}IwMQlcZC4@VHG;&Ӿ[VƤE3һFA|?~[W*'e؎LtC ~q3'bֿ dc*0iKH;):}-})G,yjbjqEs$::GE/w&V\L7,v՛M J&pJ2djT fْ9M'|7Eobl je7Z. ՟uNmL-%TF|L$[>M2M3sW BD:,ӰdN}0@rVG,eڥwoC­_XWCz`|?#Z$o²ޡw;F ņC➁3.k(E[_;~&Di>:U_JHGYj & v_ Ԕ5 jE (wІB2NJ*!?u\N\}l;X[A,#ÕwN8xucTJf8t"Űx Bլz6:ڄI^vG؝&;N;vg\_JarHy3Tx^k& rDk269&~$&ĥ+bm>OF6rG^O?l.X E Yoی,&/VF>[q⼶rCaNJǂXR@8K9u8@t~;ȶcqvƩU3e9z1b^uDOն0C7g ;JaF=?BJcp COc} w^D4&[C|\ge 7 P.B6 xes@.UK3ZDWQJ`l Gbq,2|)1+jA"y| F1pΐ]T&??یC ?VeW8j550p 3eF}#2]Պ q+S3|Ǭir?͟w@ӛi_QeHs~@EZb&|;V|>AӃN岀e%0SaOvlmqk7Z1mh".*nqPZ\ A(' Wuͬe)W^zhԨzGŸڌ9|5 H +ǂؤ$V ?0[ nxK ~D* G' H$tpK΄H!:zOt6[}YP3U紕eqǸtKl]1FfB rY3\PW 4f M8©mc 8 kkA1\R%Qe!*YU`-+?8#<ՙVNͤe]XXO!!Yj6JuGp܋V[?"(η[__X 2V1%I]Wu X#1%7vHsU6 ; wT (D 6tZցLPF9Z"`~xr 3TI{.4e.i>jD,a 7qt}7b'n(1HUH>ۧY*|qڒZ7W4hȯ6þ|I0EFBQ?Zw&Fٰf e?!t$JFL?ꄳ~(ð5p,6(vG>\ߧ]thWi_W݌ZA;a,">lX Z#Μb"̸yI5x"<,DSNBd*.A eeh-d. e#NV ')*mjo1v}'k!{mbh1*$QBt@ x{d$lqW۟JaeApW R ^<.Ji+eĒuYHTeiP=s# Pym!tnV.!o)8.۠$i!+P\}*7¢L,8yv7X-*ͫG9O_ S mT?{eK엥qOQ@^ 4!6ۗ( ύa ǐj^КJ9 UCsUmy*hk!"gD<횔gYB&$X$͡t#!Dqi¤̐$?*j~o^\=Fm_L6j^&pƾMA)㲲3~*&ӃT`H-\"$3<)` P&h%pZ@@JMk } 3jq[CHf$݋=bUxb;>sm4[CE35;:?gޢBĆ9dSTs^A$u 6Q"X"j_0!}A} D4lqjQaj->Cbq, Ao<'~!=>':+ZYّ^M g;DL7Etr6Ϻƴ2U{" N52w#\_JiEݍ:QWxaxPBs /c2pm̈ |9>}5w^4;g6;7n P&f_9 u:OӴ_8d)d!jo 1ȴeR=qbZ]`u9 DГ{6ba]>a/ M 1hPP~=7._,Ä63 >z{CSH<cAK"$, a.]ӧwZ0ũpӉ`aj^ZŻiHTnԅ<=\-s@uBC,ulx~NJGB"&F H+: zֽ.7K -*"y<7/ `SGpgk%rS/nM'ٺr#>OO",Wwm -oY449ɶ>At~$. jbvoK<tOx]CvjSUBhdwF.t[6-Ҍ iQyX 2*^ܷ(g(0[8QOY~yh  ܲ1};dΪ/ݼNa"YsO-۔qPN+g)8F$Dy a^؛6//)%]` Dh%{ؗD#3 }\F%ȄWd3#n0WZéw+C}OWy Y֕;Oe(jRd9X-Z $Im uoEыd!ձ r eb :bqsH2];‹`vpQR!=f3=V3C tW9^Ce{~t vJv']ݞhhq'$):0m L9|3zl`d,w2hwG(jۜ%z\ܼ4!C#@5pdz7R[\#_j73AZǼ|ZsPဎ`ȤγGMX$XHtm_4 6e#FiQz̓Qd$H*ZvӸ4-P2/&4+ aJ ʫn DNgCJGL +dVF@thG|G(Ϛ RK ɵu {Դs}v~-w Ewmyk|18]Yo@m/ @Wj&~Cώx̞C=+DYÃzmdP/)=I׬bX0Os: ڃI\>IٽIz1 hfz0ΘWd"$q$Y|V_\uIڲF}~9)bA>r,c;CYq[ ڀ{kF N(M!D_`KKvC=fFpux0Uƿ2ifof4v@sdku~0uɉu1S,gdDBSuX}3?(8/D@f*X>cح++-TV3a]Ledx֋0†zDݝ$Kq,-1!so `8l$:(ΡA6Ĥa+(1X%4g|PA:YY_QM k㸧>DјɛQ?^Otu;[.e{ կKR ݩ4cxt~P*hWlr \(an-of'z#K/69JI=Iuk 2~攡 +>*${y+GN=Khu-x 8k|{f1V=:t# {`t6𔡆?% bY).l\R2R'# -v[,F ZSO=T) ,NI DUϤ}6;9B>OVT8nݰQviZjn'm+qrdYZyitH? ̒Sj*MHܽ]U$;pĉGnvaˎ4?,8ؾ<&VM;mɼwKZ3D*xJs~jQYOO#(Tt=sY9K+[v?CbuO M8i+&@qPTSxkQD l_)J߆&9hqV`!e3u i &| +ccWrἠM'?4/({ej+1*/S^=D`hG_V0c D,1L B s ^'EO_PA}͖6,qCǡwފ~WxQsXq-\?iSA#]o'A'c'$C~& HV\ʹ*p)X-!jo孊Xu`n^5UnoУ &I'vߖsw*ה'A<+.'%/U d1'կ]ڮϜODN6|]7J~1VQxJ|UsGUn<]Ʋ&"/~ɥqZγ&}o }llڿhxAe7P0ۿ~VL(UM7|쵷گd$sAAPTVխY*R`N}VVIV|& }L< : ]Mk] 4K)܌+`F0`#vP/^H&"OM;8iяa[1dn>Cn Ts/חbuړ{ p2FDCJxf[ )u ̟ 2o*b&W iho y9_ DJzqPp9@5Sc\֜ 6?(?fJ[%j7Ϯ 6=E7 4&nGl ̙yA6$) g`"!nR#+Yk/YxTgK(Z;$G? &O"񙶽9~LN?FC:7J?(4YtjW=U0`E/~#sacp6CuPъ{deS׏b'ǘ\55+宵)hXݱHǠI\ 5h2w+Q oBKpA3 @<1Eg]zVɽ7P%yurb:KMwd1! >P ;ˋO d TœS!9COփ >D@nbަh?`C|qyHc%rl:EBpk,Ak*HO^Ү{iNxYhe=(zb`X/t# vdh:0 ;= -Gk"D1^٫sXpz>roIu7gDd71mkrj eHA H 1]<{6pwS}=1zMۧ 3L"{K6}{!.@Aa2>RUg>Lӥ*H6`n=ݟy\˺B(8?͊Dm^H&WPnO_tWp7+-z]Gh Љz;r"w;y)oPU؜?%Y0! iO*υ)GHE@ivsiZV-%u dly-W<1gij8I~IAW뎿Eu,LRhF-VͯhU bwM٧ Y$0s?sףjǕ~&E:ϓPE;CV} ^ / /QٶИr)))zD#}H \jЏB48GAn7A¿`IqOSY\3WapAւ5; hzĭƮ4hc'Vj`4uJ\=+BAlU:4+;qً[p0@j_#)w $FU9n5γM|w8gx]}3v@NxOHƃRφȸVz!oM=4yz(l& u:T|/S'C3k{s~^+M||9l 5$rrTWgLKA$;r\PH6C$(LP2.z  ;$fV܀iOZ7KJqÐWՈ`\+"Znh5lhPmK`5fڈƵcRiezE|ɂg/#'da>;S@)xo؆g#i']VPDKbI_.4i8<@nVerVq RfBmQ&q#*zWJԝ[!LDG+IP簊`;qǿHCEq:bBD"6GCdܙpm!𠳷rϬy;ǀY'p/E6dF;⻺fUA Nh{'u3U^W~#7BJT"+*>Dϓ+Mt  QYǺR(O80IQc\n[?2kkkK ] cqt3WȬ2`$xO|egpM1eL9#Z-uR([Uߞ ϝH$Oܫ<t)]gd@_r\Ȭ#qNy>tv5՞MrSIz3J(c4qkIɜf-L `7ic6i4";qψsP0` š %(Liy⢀OF(KQ(o/ZzV_#  #."dpܰoKf F=[NSX"Hq(wǷ5EƑ-Ip fǡr~_Q`/f_!7j./,2*7h/&BGJ4٥ӇBzظvFy# ɩw^Lخ)n@F>:ɫIr FhM]2S[`'풳ظ?'_l;ע?Q!ڡMs,Ru2he9G7-ʼ4I05lR1x=!f}.o)]wfh#x'h;TI/%N&rPo)ׇwU"M*>> |ԉ0#,tau(xqe Suv hF8LKc=]V@QAbp7_$,dyA9-a(П,ؾpmkWO3DO/Ŵ4m=h #e2ɴqB7EpsΪDqWϘ.ds9%REe?%%q> j[A#3h zJ|C#52 ~2/PiJ!C:K=WjZk!ЪMW,/GU"(xK~9DEHXPxl1{x4uJyMZ"{-T=$),b!5:od\>c"z.8Rm vQtAE IbOa>3"%mkb 8]rpV:"pa#=Q ȶ_2_Be^ND͜qL3P[|ǧAeC,".Cs7=x3y[2nm}Ψ/XTUv48SoeYbrkmOU+Gd c^:t:eFϟ!&b?Duxb5l!٤B06Ph\nrLiչe٘[VPrh dPaYIM (A6H}ପ T"y+5؅.Xl5pғ?O_ÆAa3\Jf)A<Ė]@E %(jYy+х*<`r]yĴKhCWl\D  I-eT2'!9@M_a8T$-9danUWSMR2(͹cL+y}ɣ$i[b*Wbf*h o 꼭H>[6ӮsYɒΪ&@6,[Tx'`:v]tݳ^ {tz^&\d4.qW y1r4TF9gmR % T9^w!TO։G/=bE9Xx,8q?OtR_cIڥǗO>B+@q1wPSF7.^Jr!<>~8Qs O#Ebd.{Ȥ͌ -?yU,Aeŋge]yCSbNO-S韥Jsˡ:g;oObqmcϗ5\nHIΚ뤙V;~;zz}DgYSFB~ʘ3p4 26,}M=~gbt{A'ZF2GC02* M, )S x7ߡk%,wg^hC.Q]OqGIPC?ѨD@`a^9j=aTsSs~eżzcrCz^ArPh/<6[F|(WuKT~? g z<ѓ)8J&76d>pxˠ!eĻfX'd2V.S + @|sl¥*$A9ukB8TO*{^Gz}ZjRluF5)rp%)ti-(;BeCB5zw!Ah |s7:$H8!o(rP Fz1P ABUD!zF8bLv Yݼyr8~BO%vvB2:`[.>#U7:Z^g"tq‡$? D!nA5lL#l֏nwWB -r.r/˜n *n 97$e 9L\ )lF nOC m6ŠӺ>o]{sw{+SLn\^e0?M{޺ Q cbf1:$<ޛ L{nT_>FInxӝDIyR8k6!]"871ߗ-ޒxAw.`)h:a»/FcYf0+浔G96qO,a@CƱOޫȊ!Y5kvH8`dl |$+HіQ`:I Y4FЂI}՗ t_iN((<|}_jf&]s w&$%N)CB/C9%vy\-xAǰ-yOtcMp6*H/##Mn !VOi}IV3gASD7qݝwTGO%'%:%0*oÉz*9ƦyEG\ `,4l$i@LpL'=+x4(0o:T,6C*2%Jsyb {7FR@:de]l(9c {0P@Mê`o ӳ5;Eb9N\Iا@̴r7q0azv i]PY@>|t٥5He=8yr-gӈYA5,ц˽SőmUct8Y ˭ ;63C‰a:epnڻ,dXX;2]YBmb m Y _h1귫˅S$CF̠I>.1m*Ņ*j0.V$ܦԼhxG4wTg4 )c%lkx ͨ]Exwce4(S(’ %!bLk Ymώ$S|i~!i}b|xbH[TUzu%8-!5T ClVt 5BߝL.n,@|;v@_ĕLf:kl͎y n2la_K"A~v шLm|gd$!˖*ڠy oyG"'p@;aޢncd*x` CpΔKW ܂Gă"o:g/+͹xH'飲xY%BYUS2Bt=`~{=Yf9õװ]$0\/To3AD"ϔ4'x c @3_7xEe "n1|2;1KCrtbFMHјݛ#UD]*63MJ<PVQ'7#@@;Av-nئH%Zby":5IVbv͎#\{XǔL&kBr˕:IXaCw=d;Yd3t\u/?3~ 'hg B퇝 7MS$ ܱ,pm۞TT*ټiIJ'I~K涍F+Q-Gyj DC*݌^m*[9w=RG[Y7nRŠ9;"ȸ(9:V/It dM/orqTp9S\GU/DJ̑tt Oڔ#t5nAw2bwJѽpK`SنZKh&70L8U^۩Ƨ/ū[1_'uc$GY]>3aQfvO p}KfPjlk)4=".|M^s˞nBsJ&1֧q~P (5y2zqz>5nE*b6dkj+ d$eFj'U {ws5r+4?Et~T\ttCۼǒP!&GI99 ~g`}%䀟st` Kڮ3G,L{lH:" q̤'袈g*(H*-huBu\VJ䶄7p>m6! V#T B+i]ǑLb܇+x6~ŅEMYOΈȑ/ Mm-[ky= |'fF8K6=YΏ;(imR{TwZ]^ /W.z!y5bQȝ?%'ܒg=يLٜuz5!9ItWc/d(@ /OAV?]mžoե!Ű R%VbkyeK *u8 ܷ^u~]x֮()g5trӇ8:~ 9 z;w{k!–Y"*3kScy* 'ʁ_Xh!3p}{o1":8:ܜg>[/pI vk$Qvi3 M'^b$GC'/7x8(;~G9_^bF78ʼn D_e24h7W 4 #VsV1Puzi@vȣYf^~-8"3ph^[9-[%עjԪ7VİrHs|C:`MӠopg9gޒBರ[ ;!Jb@J /ÿg߲Q׿*rT ^{s>}A'w g9JM6FL?6YE6>0py,Aۧ"&ޭ^i8q_`=wM zBaA*v4Gх~@=\w@n &Oƫ) |DzG݄v`y0ia%WGA}0XְG@+bo_ѓ-G)~աh8س+??Kni $W{M8ٚrK/W35u9~ے.HO PrJãdiMIPX(G-r :[w{fP LnT$CGfۄ$[W](p?mu֘POf%wHxdD*An8tbb@1r=#kIm!QiHm4|Wը+ )ԑ/mƃw{ZV?0NΠz}NC#*`FS3%/{ !5CYմГ"?FOr˜2#5:2 &uɔ3"Vw ]K"Z;If֪h-Wl'()I}It'xp2iW<[MMпMKy-羇:OZWp;-">~Sf>&rהqXZ#A>ƵN _,a1y:"ߤt@ϐ+j,o&ex CD6 ͤzՃtRBE*>a@d1?,\<{+;ՑѕXDK]`Zl*Q&nTpn5cAďΦ|B30(,# v4A%kL.~D1^̡}ZE'SÌt+zr`l)޽kW:| J%}U{!H{L4'{j2?ӽb5V Ȟ郓$J7Xp]Cȸb 鐿9??x766^'O΢N&<|1WK O1%$a}5CzK\t}mӟWK+~WyJY[+ |Y R{*T11ci{)P%nQd g-D*W!@Ce9Y/$&<fw-^^N,r[U1Q6J&W0L1s{b'![˸֧f&O]q'٫3JŶpk1+XDаĊ=Zq D#gD;n9wqwxH4"m]*p+i7r!)|c,Z=.NWO2b{ nV .`">|RP sW%:eDHoTđUJ\Ê G3;$jk1arv<=86S glJ믄w~GmuE8)Xs6uPSz'o840t묔P݂$P͗42Dk,+gM ˝nYg,v kc 9F9oVc_9^I]O *,8`?s5mXNnܾAF00 jA~+)|t ?>2(u1Ulǻ>:BI2ꋜi(1aUoeRҳc<&L8qnzKx H5:P81,t[CCnZ:fl3p,Mv1ͤ;B[bYdC@/6u,L5ܞ9Ab1,e<#uӾ"S y4P皉#Kf}D2+* vB )εwϞS ""Pd6ߝ^ZYs/ÎHH|z-'C-tyW}'Z)M{=Ӹ"೵U3¬-$)qϒwOiUuwgxqRg,oa=\(^ 0j1M*-?TֱCU aQaFmXU&B?6ڀlhzĖ՚(/uB^Z_W%k2w 1ZݻMDqpnWerdҰ` fGGzn |4mcm0)cdur*δÕ.Q/&g;SS!;.gjڨk,*RPHC\*//d<6r 6rE#\ Ϟtl׽WVu H_0z5/毣Cr`T2R࿚8|'v+s rrdl2.-Mwţ "6v h?@Dx!I' _Hs$TLY"%!kh@ۈ#u[&=p]ʟGnspƃC:,BuJ~cnwk"p j릴5Z%-HfO&:~!9Gg^罼9m]jȝ$Jn~яtP-מS2KhڻAn8Y.dنԹM&-=L&t+AJP| zTr\p ˵3@09xXdy=$.u n=y&ΚTrz댻zzï{g4ϧYo%jaQݱ*_K9lV rtR(ܕ1c]zvf,&и-W)*"ůɽu/ugҷxrm0&2MTd(oN҂{?`:n|5N5J=evA tژZHE v%8 sw:68׳ ˹&^1 P}g_-Q]o98K|5tV)N+?!gS(ô͋Iwt,_6rKUuM#CM.W{Ґ󤃫.-^ϞC}|1MQ<`Zm=o.Cώ |>OZjl9@qjʞna^aÓۇ=݊_= CbO8b]YJUtd `ޢs>FMwI}r(){[sygzIVmAXzzNx2A2qz{>2u{c2FȫNpR{Ł%vhhcaL\)qY '] }8"?㰗wÌtcQ',[#͔@DrjwZ?M0LUWXJDFrn"?C<_̓S+c:&r,"RyݷRʜ[/ :}d/p+J7]jP2CYJI;^"*Ƽ㬛f -WVOu?:kVM<0ɍ- unrsoOp 78W&-lH#T23qէ$IL ْ,jrsc',nD> 䪤dl}R>L~e x&K.Zΐmc?PXI!|p-7gEOX*Nf< =SzyHw\.ͫ: 1k!gÐ? 9IR0dE<1~JBe[r@i3Ļ*afqIr\hi*Q m&@xԜl3m _JʫGwM6xDLCxGJdj.ƹS* T:?.lK$Ħ33z=uv_dZ5-~vL@]okZ=78\a~@lJ'QR0v`hװoˣ̌6pe aS2t!Bx+, ڨ9b۲y2Lq^p8pa!3Ļo"/mJ&7f{.f- suvOUH8Pg|FV-IjհurĂ(wYw}$KdH(ʈ:o e-[O_1\6[ j`Z. ~+kOʝ VVWV;SˉK+ r'YmY?w㲕5VS˖4y~<NF67 &B+kF(, T6{)Q%2cZ K31j ":Z*@Fe4Ő]>XٵhȄ!Nط菧w`Mqc*} 7goWAS?C4Ny=֎^u%wS 0C‡ ȶ--0*ksצ]>翜tb?#& =<$OʐKEbPP>)<<?E4b-:ۘآFg O*]; ip bV[\gq!mfG\nQ"2GNYQfbm8Ǯ|P9-pG@kL6nں,o8~zsu W]YB(C 'GT=C$΂as(|3brp^bbR%|Jpٜ#w_-I{]۵$miO{ƨZ"]* MiaQOJDOσ㉿Sl}K! X+ī֙H+Ul2qډ_V'lH}3|/283@' @t1r)o8&{f118w?:v6Rd?~ktS@}pgzu~Nth»bi2?p٨g3u(BB'azx]2p䎭uK PyZTJ*B:, (({8/D^ob[̼UhK?t}>KLz324M+Bm3@y;vYn+B{OZUXvKMxy[ڤn;۽w"v0y*!jV!@R.;l{4^4+\֠)8? UI])7ɔdLa$yeQǾTuޕY[UJצ%~w#ZÝRe;טFL1qM|GO͏ 4&Ȯ%R La\NNV4̂m |4ɗS)h7-&Gxyɮ )|Z$2%})AIrXΉ"|r3 ȁм;&E@qg HIg$JZ}`fp}"YPWJsx&\z최z`:;ӳnP'4~)e :nK;7aԅ#a(º{gҘ!E_hnHGi-6&58\0pRHu2}E \Wti#e梢ےOMz]3$gm`_cʹժ 2*Y8j76{A1`*0=d/DYg==I0D\}&+;D<,0Lsŵa|2ᓦf _D4ܶEٙϺn}C/ 7 ͩj,q;I 7 K2 Nq](dWjhzgxhIӺP'75RﺅC Nˍbv^4OSn:֏wnNe뜚]QtXQ$PxJ?b< +2%ZpVwCBTo[AW$Mf-t&R<TEZfcL+gPF #OiP‰ɡB`MGM]$Q n9yrGuvk[S ׳.\X5_l<4¤4m$ (\WiKyN}$uVEvPzơa ,8")KёacbczX7M,cv(G]yħ{D1\o,7sX^;cc4/C??V+J5w32'M5ޫΎx8{~i:k ZٟH(+yH<40+.#Zy~Թď8}2+(̓7HZ6‡M~{Sh>ͫf=֣Oy)[8`1 H WjWۖ]QeӨd(DozzdiR]uqXpVb' #Vw=zQх& UbETA F<\T^9I 1WLyF|xi0 tPiC*e asF UbU *mJgݨ 7du0F֞IX}|FHט/Ay{f2l–Z1mt!c&("ډHp*u&sk PLP:c]N 2zdf6C#odfV%\AD]?)W!/ @ʌ_hZE$Ec@z#'< M&!C]0S~-MmeU2cf^JZ1ڿD k5Um_Sz I\$1x7ս$Å!˾w+KgTH!n541yiҵxzbؔ!hn˷m'ΪNyE'&x8'@