ncurses-utils-5.9-57.1>t  DH`pYb_/=„<3z+t&G՟$FȞ>Pޕ;-<0L1ut24mV4}nt";0Y \8˻s'7E&-U1#Uc|ڜU8m2檚ȥ5LԨ~E`n)5Ap4"q/p]{Q?049j4yMQdXKuh;w @ L>:J?Id  >HLTXktx  0 L   0hH   (8F9 F: 3FFBbGBxHBIBXBYC\C]CP^CbCcDdDeDfDlDuEvE8wIxIHyIzICncurses-utils5.957.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 CurtisYb,build35 and (cf: 20120225). + add check for size of wchar_t, use that to suppress a chunk of wcwidth.h in MinGW port. + quiet linker warnings for MinGW cross-compile with dll's using the - -enable-auto-import flag. + add ncurses.map rule to ncurses/Makefile to help diagnose symbol table issues. - Add ncurses patch 20130622 + modify the clear program to take into account the E3 extended capability to clear the terminal's scrollback buffer (patch by Miroslav Lichvar, Redhat #815790). + clarify in resizeterm manpage that LINES and COLS are updated. + updated ansi example in terminfo.tail, correct misordered example of sgr. + fix other doclifter warnings for manpages + remove unnecessary ".ta" in terminfo.tail, add missing ".fi" (patch by Eric Raymond). - Add ncurses patch 20130615 + minor changes to some configure macros to make them more reusable. + fixes for tabs program (prompted by report by Nick Andrik): + corrected logic in command-line parsing of -a and -c predefined tab-lists options. + allow "-0" and "-8" options to be combined with others, e.g.,"-0d". + make warning messages more consistent with the other utilities by not printing the full pathname of the program. + add -V option for consistency with other utilities. + fix off-by-one in columns for tabs program when processing an option such as "-5" (patch by Nick Andrik). - Add ncurses patch 20130608 + add to test/demo_forms.c examples of using the menu-hooks as well as showing how the menu item user-data can be used to pass a callback function pointer. + add test/dots_termcap.c + remove setupterm call from test/demo_termcap.c + build-fix if --disable-ext-funcs configure option is used. + modified test/edit_field.c and test/demo_forms.c to move the lengths into a user-data structure, keeping the original string for later expansion to free-format input/out demo. + modified test/demo_forms.c to load data from file. + added note to clarify Terminal.app's non-emulation of the various terminal types listed in the preferences dialog -TD + fix regression in error-reporting in lib_setup.c (Debian #711134, cf: 20121117). + build-fix for a case where --enable-broken_linker and - -enable-reentrant options are combined (report by George R Goffe). - Add ncurses patch 20130525 + modify mvcur() to distinguish between internal use by the ncurses library, and external callers, preventing it from reading the content of the screen which is only nonblank when curses calls have updated it. This makes test/dots_mvcur.c avoid painting colored cells in the left margin of the display. + minor fix to test/dots_mvcur.c + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent use of these symbols in term_entry.h - Add ncurses patch 20130518 + corrected ifdefs in test/testcurs.c to allow comparison of mouse interface versus pdcurses (cf: 20130316). + add pow() to configure-check for math library, needed since 20121208 for test/hanoi (Debian #708056). + regenerated html manpages. + update doctype used for html documentation.- Add some more terminfo entries to terminfo-base (bnc#826171)- Make LD_LIBRARY_PATH include %_lib to make sure use and test the fresh build libraries- Add ncurses patch 20130511 + move nsterm-related entries out of "obsolete" section to more plausible "ansi consoles" -TD + additional cleanup of table-of-contents by reordering -TD + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix prevented inserts when video attributes were attached to the data (cf: 20121215) (Redhat #959534). - Add ncurses patch 20130504 + fixes for issues found by Coverity: + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to display when infocmp's -R option is used for HP or AIX subsets. + fix dead-code issue with test/movewindow.c + improve limited-checking in _nc_read_termtype(). - Add ncurses patch 20130427 + fix clang 3.2 warning in progs/dump_entry.c + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later. - Add ncurses patch 20130413 + add MinGW to cases where ncurses installs by default into /usr (prompted by discussion with Daniel Silva Ferreira). + add -D option to infocmp's usage-message (patch by Miroslav Lichvar). + add a missing 'int' type for main function in configure check for type of bool variable, to work with clang 3.2 (report by Dmitri Gribenko). + improve configure check for static_cast, to work with clang 3.2 (report by Dmitri Gribenko). + re-order rule for demo.o and macros defining header dependencies in c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko). - Add ncurses patch 20130406 + improve parameter checking in copywin(). + modify configure script to work around OS X's "libtool" program, to choose glibtool instead. At the same time, chance the autoconf macro to look for a "tool" rather than a "prog", to help with potential use in cross-compiling. + separate the rpath usage for c++ library from demo program (Redhat #911540) + update/correct header-dependencies in c++ makefile (report by Werner Fink). + add --with-cxx-shared to dpkg-script, as done for rpm-script.- Add ncurses patch 20130324 + build-fix for libtool configuration (reports by Daniel Silva Ferreira and Roumen Petrov). - Add ncurses patch 20130323 + build-fix for OS X, to handle changes for --with-cxx-shared feature (report by Christian Ebert). + change initialization for vt220, similar entries for consistency with cursor-key strings (NetBSD #47674) -TD + further improvements to linux-16color (Benjamin Sittler) - Add ncurses patch 20130316 + additional fix for tic.c, to allocate missing buffer space. + eliminate configure-script warnings for gen-pkgconfig.in + correct typo in sgr string for sun-color, add bold for consistency with sgr, change smso for consistency with sgr -TD + correct typo in sgr string for terminator -TD + add blink to the attributes masked by ncv in linux-16color (report by Benjamin Sittler) + improve warning message from post-load checking for missing "%?" operator by tic/infocmp by showing the entry name and capability. + minor formatting improvement to tic/infocmp -f option to ensure line split after "%;". + amend scripting for --with-cxx-shared option to handle the debug library "libncurses++_g.a" (report by Sven Joachim). - Add ncurses patch 20130309 + amend change to toe.c for reading from /dev/zero, to ensure that there is a buffer for the temporary filename (cf: 20120324). + regenerated html manpages. + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302). + updated some autoconf macros: + CF_ACVERSION_CHECK, from byacc 1.9 20130304 + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217 + add configure option --with-cxx-shared to permit building libncurses++ as a shared library when using g++, e.g., the same limitations as libtool but better integrated with the usual build configuration (Redhat 911540). + modify MKkey_defs.sh to filter out build-path which was unnecessarily shown in curses.h (Debian #689131). - Add ncurses patch 20130302 + add section to terminfo manpage discussing user-defined capabilities. + update manpage description of NCURSES_NO_SETBUF, explaining why it is obsolete. + add a check in waddch_nosync() to ensure that tab characters are treated as control characters; some broken locales claim they are printable. + add some traces to the Windows console driver. + initialize a temporary array in _nc_mbtowc, needed for some cases of raw input in MinGW port. - Make it build even with shared libncurses++ and its demo test program- Add ncurses patch 20130126 + further fixes to mvcur to pass callback function (cf: 20130112), needed to make test/dots_mvcur work. + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to help reduce flicker. + modify configure script to omit "+b" from linker options for very old HP-UX systems (report by Dennis Grevenstein) + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch by Dennis Grevenstein). + restore memmove/strdup support for antique systems (request by Dennis Grevenstein). + change %l behavior in tparm to push the string length onto the stack rather than saving the formatted length into the output buffer (report by Roy Marples, cf: 980620). - Add ncurses patch 20130202 + correct initialization in knight.c which let it occasionally make an incorrect move (cf: 20001028). + improve documentation of the terminfo/termcap search path. - Add ncurses patch 20130209 + modify test/configure script to make it simpler to override names of curses-related libraries, to help with linking with pdcurses in mingw environment. + if the --with-terminfo-dirs configure option is not used, there is no corresponding compiled-in value for that. Fill in "no default value" for that part of the manpage substitution. - Add ncurses patch 20130216 + modify test/testcurs.c to work with mouse for ncurses as it does for pdcurses. + modify test/knight.c to work with mouse for pdcurses as it does for ncurses. + modify internal recursion in wgetch() which handles cooked mode to check if the call to wgetnstr() returned an error. This can happen when both nocbreak() and nodelay() are set, for instance (report by Nils Christopher Brause) (cf: 960418). + fixes for issues found by Coverity: + add a check for valid position in ClearToEOS() + fix in lib_twait.c when --enable-wgetch-events is used, pointer use after free. + improve a limit-check in make_hash.c + fix a memory leak in hashed_db.c - Add ncurses patch 20130218 + correct ifdef on change to lib_twait.c (report by Werner Fink). + update config.guess, config.sub - Use screen to emulate a terminal to enable the configure script to use poll(2) system call on stderr file descriptor- 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 0build35 1499629868 5.9-57.15.9-57.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 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/7a0125ac9d3dc8ef011b8dca0dd41aae-ncursescpiolzma5x86_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]=3a372a41d1f218281e540fc6504189848e79e712, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=b4f511648be4642f4965ccb5da15d860d0fa2841, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=44bda0b7fa73f9fdf354db56f0d594f3c54038e9, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=0f3d8ca97a800586dc10a5509ffaac824722b695, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=3d67a3c1bc465b671760a6dcbc8b20c0e6c402a3, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRRRRRRRRRRRRRY[=عHA?`] crv9uhY ]u}-|>PbptT`janxwwAMnBC4 *?g11_+yg] E~` S' 47"%Ի"vT)n" $ ;tq- R#1ΨjRz$#X[nPjռ`EkY,k,L]󊿴$@D!/ߐ~,&KZ~RNXP>\cO0 u&t˫6.Ct4(4sDF=1(5i5? E5: Zj6b*"-byp(̔ _O WU 5zBWBz~SMћš蓰Gx ;!b&fVdRz,GU/2 ;` 4pfm)!ZhGO@7s[!Ź#T49c@*>A ػ;?_EA>DBQ <Bxz[#k:'BVhG7uIjh=Ctg=\=':֭ªid͞󇶼C3[rS|hkAeSu1V*@ Gv3NWk6 (XMχ6yK,e/QQ<9th-[MFxhTNd&0ƂeqAD;m40'I;sP5uᓄXdk:=:&Iy@?)Y1ʾ׶w@ 3Z<~ĩZXFR$-`x 5G\WFf9-W hh.zB>ڀyh.ylC % h˴6H#/-*I^2jR9h G%?+=x?afփ{RjpChs4fWeH@HR_!a8yc؉L E0,0 15x$X0^k?u!HIK 5q!i??F v,gs_>Ⱦ`X̎?RP+J9ɟ0hyF!Nmִ4,UE(Qge {R9svՌ;,?ᐕsEoO 3$Ϛh OYsDtm=XZYN&v&= < 4dɳO#||QBh|Oһ. U!X+[lvn3`H1e]/~aq8u#ا[mNj0@Y/&R$^EGNsgAZ |IEa 8Һu%TЩ'ȄC5X(hgIJ# aD`g9HYF[6*(| ld- (=cn#/\1mf2:!>7I`%am5!W)]QQx&T٥ϴ;lIxPJcd%,A83 h1ˌڏ#}reaz8JP%1g ,6s$juOrkZ.`CqrX+|]ʳ֒<,UBCuEd)1w4*6M,-Zss̀˛Iuuqj.,j/I4nW61`vX^R@5,a8LI֋H˄qp$ 6igj K+5zbg1Ȝ[ndhڻz(($[',[~2Z#RCU䟹$K"ZN:t8Vkݵu?ULb˻S+Xvh10w5郈v" mE66%jFU;DOX+VI+5RmC*gTk>7yb3"!Lf )mv\ĹW.BV-C2#%|uᯇߤOnp ׼E'HSwg>Q(Ecn~f-C`4o[dmr$ܒ8GGg[dҝmPAwo4G-VxX W+bC:ge:cF+~`>8f;7U Jtp88 6zS3%V-{$WE6 i6g5zJyh Ltxeo>F2qj?pmMFMQ0Te^ Z 47? 3h-t4Y0sʴbryrO9H {Z6zg>A,D1Md 5/4l#ͫ1K@hA.X/,0zgŢI1H+G^MCQ3lKU;7`:]e!Ć,T65m2pF3ZҮjaOu^rW'aj7K;RXa8P_rļɝ#hBg^BxZը!%!ۢt VuQ):ZEbG?HmʅB$G-8g-(7M&/LIE̩\j>V`W0:g6 Z0`9{3v&%m;PFj(*n-. xd69}_3˶_\FTI2rŜc"lvLܯD6bNT4\SZVcj4 dc#B& wj}j幘Gy޳ 9JDw{͚!}A*ᛯe)0׺?yjJp,aL2$'kI+kQ6`YiUVKM5т8~R}u sr:g HۓC/cJf|#G~1v{ԛlQg.Ō@T])gCUT?R %\*`_I| ӗz9u9qȃZCB>3ͯ3"U_ LtXtKͨ%.⫨5.eoP3"C?jF#TaMy-MV>"LԽb02_(:_nQ~<2: _fNj#8RV܃R$xTR,E$/o/W5e,x <DR*1?],܄oBj1@u  "! $r)Y)pO 2-g]rnh>rԒnmw4 !R ‹qPB1|w&G<֜ bFgxW;^I}~N! m z)ē y?D x,'^УJ " v^:Q`oc]ן3Ϲ*E5& =s=e@oK*S'|xtoq԰~bϸwՏN $kҥC6˂CwGptI(#\[i۷6H/';}mbHyx5B 8zO{7BpDx[1aF@/T Gf0i:OT81Bγ Ђ#5͒Ya6.P]ۍ[yVj2lM]y_r)A_S.>cOeW0,@Pwk R^wA>;,SaZQ!-#UH!x.DLȝjڹeYpgYR#N*pd~m!ؼ~{Ǫ"N HFX"pr ]*a JTZ QDGVRFLnleWa.A lW@t4Zt=@G,mg؈8pG\ Yߴ}r!Ѵ&I*p`3mԅr5dG?njݫBbvWly+gw@2B2ӜFP~D޻x[f,t1Kp*#6W$KUEk2Y1ʉc I@v}@SjHǮjX0f3u2bA["F#oG֊ ܷ])崅 Шph(-,Z=}M`= r)RQb G"#Zt% {P Mr}rзaE1i,_le_ptK -ŧYJnIniH'<~8vV'% 5# _4eE_Z]3y@Y!ʅ RLO"w/|zQ|-KS$P I&mR/2. ާwoWaסQ{ $}7,LƩA`k%뼯i>) >~r3Tbc֛>Fz\\$RxmCe'f]F" a9M3֩' P%EgGXDMYW^(yhȵ;ݠN]󤦈U@%:dՊAo´ y%ydēymmẃcba,S/䔑[\y? lOw4<>9[+-&;SjFWW!Y b,M-b5 iS=7OnB;_o)MqyxG?\NJЧk[[K[C""^KVL}(--:(M!n죽KZ)_,7d26bSts>`UCu3eR:Y{=no;GaSLBݜkt(obM`{ fLpaQL4[QM wVV 6];IQI#(z,&/yşcAFlmNb}l[J̛W &!c F%UH7r١$}"?r=er<*aH~X*yeZ=;(S>w ^m xhŷ5bC6ԓ1Xȸe 'Ce8m@#V'(ӧX5FRb r|aC,ҋ6@ Em[ 4g>Q gg #n{mbv$OBp u_O\`r|ߚ`s 㯮i "nJ']pbi/HS)kNWby,t}OꝊ Jgxck=yFӴx 8)!߬=9~J˩v^qHHPpbk|IW@$B^7{sfY?F弫ܣ>A~).hZu؞EGx=11m(hcRDAdl[FUgdR"9I S&Eߢu5E㡤 HA.,$4Va!+.-ޅ0SaHV^:R;WB.حw5%d <۪qyH^SypQ:}WF7xr2l3Z wCZ$?ky!ѵৗG-V q"pM(RO} GG?LA_^/Np#RJ|gnްk#ң _N q]ra9#ku n< ;F @B蛃W>jW4I(쮂2xky3b&= T7[̢mbt93^U*Jjā >E2iCH+FK Zٓ]lN͑WCR&"Dͥߝ}[ʟ͈&Y\9D˴V_{=>}ՉjXHt}yos  ު\}Mbp9<>_TuSuF 㰝ZgTGzYS@Y~6M\}l\6PQqDxA ć,KenCJ47yC^S8AK~))_cJQgߖߟݒMh]ދEN/mp(3crA7Iu[kZc:Ǝ:A!u}ۨhf#?1^^Gʄ}9`D+߬_ب eeы\$OvK@8&„VȠ=Ssk'@/4ty1 ezQ5rXq%Za=L@S\+ qkS A޷XSd< K2W*sD6EQtUHsQ2\N2fH4Y"lBNuJ2N>+^&e_ q783gqmc1vCAJTla;FBòkcx-/fk[p =wQ3E'wCg5Oe@ز]LZuỻ5%2BWRѿ'n-̫`ӰIx 3Nh9=[_k)ZV_$8m"yv$[*O ꄻ$K|͒ȇr7LuIc|æwĹ/p?u,gbUm풣`f_z*zfu7LHA ~4 5LZ}D۱Uj Z\()WUbCt忸 l a"!̛a?b'́ m/A5eht~@AwNM `l#B`mn3Hj_4vG8i6S!>j2F$nEÅ\BTYu̮{CIa#&t):^Ԯ>F ^x-{X q cB~Ck*8F(jpg%&H:qr4bpNʃԎO1-.x^?Y lt_ :Dt~)_ J _|(zSHiIiPfq;4o9>*L !=n(TAHO8&hυP{PzF_a\x_hb2aUx׼Aɞ"hU(tV碅T՘ !]zV{;qE5&P¼esL7Xyiv@˨eg-OX𴿮t~A[p,FdpI+Lħ ~f-;4S\%?/厙x{F{̽ste ]Ўih %Q [Hp!)xB0B)\ ϞN}tbTe,ÊToYxu _ѧE{|@KSFwޭX!=6:Q3]Θt]H˹9բ]ћ:_TeF7mPكY,wJf=o%i7eYKpV<ܧSե""R &'}Fn^-~;!P-t&ݟ$\DtY FkѨ<n2hc}Ӣ׸4v_#ޢ+ \-kzrɍ =>ghE1e0^JZiAfЮ39>L^@+>A 8@'0n 5#BiA_G-[^(X\˝M$T\$^ 1`M" ܯb3gGz86lɳF!4Vae[95ܦK):3H5${}܎R/;^gI'|I-) [8TE rH`X)ˊuMɾfwVT ƣW&B`yiLJ՟V!/UxeRv傌RWP~( ]ӟm_q08FWuL~J`01yra(;3< |(ɤySȅ:XyF#E?Pv$(i"O.}+*'p#3c'ƭ6 ͎[mY9M=no0 .zW田fHUEZhC)O>lj%cؽ.J a Ȇ g3B}YĵJR˯q@AEGT(ϭ)Y%wԋIԝ̿ uԹ^YtQ0Abן*sr"җy^ ̡(yuELsFL%C,/ D<aP>s"W}Qb՜6d.4Y.Tc)̛<*@,{([`<ؿ,gjIc Q 72'FTx.иM&!jPax]pW8XqL[71$?2E(\?`nh_U0aI`R PgSgN726&QAidJ-x-yW9^o%T-=x΃1~OGZẜf ld"|đ{šڌscĕ,wDBX~ƃՑo 5qE70̓ޯ,`G#sW@UІz@1^g7CRCKw(0q{F$[p$Ea8HUk_ַԉHtJ^h!<oEF+fglx>ugñlGU AavX~󠻫k~Oeo 9=D OKBn 7Mꅽ4-!#w@+bgm)xzDSzV`Ak'sI1W;#@u(?x2J \"uDlY,wl~B^NQj']>:WqG3mz`Zp- }0& X:P3K( "xUW`3-'1z%[0;b$aԟgҥ  &rAK0y`Hi=g)*rδ!qStWUޫMސ6 ŒPH6L\Õ"Id7kΠ>>Yɧb:[(ҝΘQwx=6r3q2њXpC {x)VPw 7QۤdJ}^_7S}lQA:ڠ5Ԝ/ b{zϷSu q'cU)Ubqc.xi5󿻭( dj{/ ݓqnO|͸XuwTٲÑ(v784LoXGQ2# ȻN)wL2v0ZXosz'b Jb>X0'St(&\Ne,ѡ4_0U?;Wjz:{uf!nK+i ޹4c/_1prv/t3B[6jl4U %}_H&ގ( {PCu@_fmt^G!ě kA5ou@ Ϻ1:_eo<>{~~5r-Y({'{=q/rVMzpf? [5@UXf}wZޤ$+QY XhYW܁3II;SCӈj`g+Jl #>! ZچMhΏlAYFC^d]bbtO\2E>dI$P (׊ bn,]_m&Fb#)h)+9w~P~mO^z,ԯ=y\ JWP8*C?Ό"Iѣ鼨@wMN}*RUIkC_iS0/8zءjS(o׳j@A5hߝ_CҨ1 rR%>>b2$SEٓ/ri<]Ԣ,އ0S1X&5IDn^a} <-VU}9 . ͬʥj.d[n:m#%goXBd3ܡ?[>c^ 3 &JxY,wnTs̺ŃOK6>+F!脺j0՞8sMQms+Up$mvY喐ڳ#*PX~ |=rpR3ΨX^{)Ʃz2>S\ czwypU6۷!Sxx -?a0j?ks? n2< ,3"8O̯UZ^ˢsYD6 oR$Jz(CQD)y*{.b/َz5}HNbEevPz4y%2"w/9lKh{1 ī^ve=jAx4 *휌.7ď$AVm0ccFƑ洹4O;?IdtJt,`͒";&=6#fGf#"N6&fֆ4-#A ^/7$cf`US4"W񶦐ӊjLh4@R Cu`-s^T ebX3e>hR^#TPx7SsP'ͳiw*2w>Ynuyv9r32q+' mF<\'F26}= [%BOu7pyx2@mZJA|W]ދܚ(lm۶uMKeH8xӏyyK3ҦNր=RsP!/\$B_@ oAq汈C>F{&=&\x {U̇dM ,9=gXvָV OA&/LooLk-Cfb\&e\OneHT!%IoC9wl=NAE r$R mgnEYronHRo:@Gߕ0 s>ŌA`n*U45YDaWWl}%P`=ye ٬!F(R-Q`ycAEX,_tѥ";<+ gLÍt"H<JGIFb-jmaeiU\KP7[r7J8?#Q, r1 Uqd>T #i)K9Y'{0RYn*GCL†Wd. T>k:uME-rF?5ߙh%|82L [ZU=c/"hg@% ߝxsPobaE]R{R|ɜ\#c[*9A)~^^8VҖBͧo=1Zso$D!UT0jeоڢh+ic0K#f3,bOSǨBGxakʹBd8͋н*=Z|Qe/|_IģJi Od_L m˔TgRUN7J>5[cLw_w"#v\9="O ]Bcvh'#۳^1[U7T7)4lΗ<*z hM.LEcհl `9ұHw -wT_xiOTqw(d,T( **zzz66c?pE@CQEy^@0#$YJחے!I) Aq\<3JX-dѿ/`ZSQ^se msxO$9j; LVJf?WBm=s#싆&pq D@@}Q;Ɵ3ɉDnl(ו_*H[uC"Ñ*N0Vi1K&׻(Cc{&\":_9bB[1z L-a3 f|Uwwej:= v{)K)Ufyj%.Hy[ AR'x;(z.f|w. 4X Rnb ˙P9_.4PO8*o@7*b7$7X؏iz'gG5O\{A$\#/#BN)Dc}Ɯ7|Sq*n$$,Z_UBb(l˿@/s6;gƵuնgMռ}N}Kj 3*mVEtWV=9Y/@S#[oqyr6 Pĕ3. Ź7|#.*F}ZwzhPs⾈1`9׬Ee헾1'q."ٿd(o|g'}W1 * O\&tޣoVWզϑ()K8=˫xAOH%u7u_?#$&# G-G>p;]Y$b[,cO+MgW;/ 0)C'쬹mmkI?j*Kau)*Hjɒ|JQڡʗ;4΀bN2,?:8BlĽ2ŐלX0iTWއi9r-B-lx4!T >zB'ҟd+l#P!DRB]ӹd FZ=[ǐn1)?5 u!vaeE<.0=rSr"=͕~~HJ:nϩ[X \Vo5dh-k>j|) X]Z k>D[96]Y٢02#\Fl_|Q>Ò*på]< 'W*Q,vP0t*rS`r5&?! lKf]Bͼpܧkk3-e>I^ƴ>*'8NZ3'NLLX` yaug5@ʍԾ&7pe I i-ET$'F֯iK-Q]Vwۦa_yh(;bPG>0cL2Rd5] yF"'()q6, n:#Zov[~nΪ(q](= sD:ML0//l+7[6%^aαgS;󍻥@r F3JH϶E{ :%meo(7`ZL?'NW}md@H YCݠ6$[ bʓٴk!64%K܄|A{]Nr7K6#P(r7KjjРykCװ]vGXud^3-S6& !t kd. JխQbdVUl 1#k2qgl0v(}iqB!0͉00i@(i-!!sٯSMpZdw$DI ѬfH s760vO0Q Щ}| DH*Q,o l8l$SNú?k}8rYE^<ڱ/Gъ<<_h]DSo_}Wʣr;(Q")tڦcnx6Urw,/ZAػCsP*bvw?)Ug$i% =-92S?m +ӧX9,x'Jܵ$kfDƄ$Y6WŘ)M,:, L et\w-3̾)0G2 di;#ʢWxCf'4~jKZ|I%4A}po.#Y dbl(Ǜ .\ jh@`/ r =K1 ,J9|³r  A+,FWomDeH肋}HړA#َERKIYR!,=xFX˜ % V`Bż<̃wZe>{h MȲUSݍvDtY(\?#ߡoʑ"g9@ȏRgߌ`셉-UdtufI9LB[?j `:P뵿k> ǗLn|qw!tgNWtk:VQxKK+ƮI-\L F^44ym)衢FOĔC=3Bdެ&x3e?@`w7n'P4tN˽O';Xp%#´a:du'ʼNg $ITRH96cbho4^p*}y w%3Z ^e1, ;vxTWrN >HSUvs:,r߂S` d!EF#wgk?(+nf)㑸BMz#*;S)84d'-ۻ2m2{AIMhX7ۏ 9[֏}R3 Ӑc*.?pS}zN]DHSm\Wz&b@+hO[[1o\F0>TCN%=v&pE_m(vQA&%2ZBGN߿p9ǡQ E1Xт=s6ߣH?׼)J?tMS %,¯F D K{ct4(ʹyq̽iaTK:;(M0Ѫ1ϕ*;XIB Uy4o-3.\'ŚCl:%͒Ydp6;7/"Ho+IM3}2ųFaJ EnN.GMMb~.]\k/~*P p$Jfa}&'p`z,Kv±K aW lǡW:leH>7)5Y 뷉~fmgu.otmZl(Dt5mtr.dMdu|-j-VP76W6K->6x\AsklGr &]ȉkcpS_DU]'ߡv9ݹ[xbNkDx1>k?m`Wk,~kD gJ$Sp F6} 7lN /?T2܂NE SK8CeC"ڦ~Ik[pIY6ѱښL56@WWʹ:$g9 ii!''UUO5ͭː]zS_cWsQB a'ӴS2&ODԈ3-ߖ]m4-3kPτ0{g~\Cu׵B'0VP`nEq\_)Ƃo" WN>j mN'֘_[k n9Y m {YTa;SN$7 `]h&GkluE=Dy/a/x%zom嵪ݰ.)mrv+RE$leq$ vU(` vK fTHk_:rK vFjêgD! "Kb{w=ʗHХ474^BYMmFcm}D^jiqJ5OqvcaxغRyy1M'f1&mzC  ^F|lH ~uZ S|U~@&m~{q^_9h Fi &Cl]#O1 "]͕ gmRH>Dj?vu׽=J!9BqXE9@` u>xs:: \jL%Ai^ 6t21'm|/pVU>.4ź36[#/l|{B2"vZ)=\R|技NQ&i:>3!IJ'Zɔ )7cW D&>` !] ;!{ !3qt!VJs u4sRGzm}YD8#OƩ R!sϾM,S+R$Ϯ W; r)h# @ݘf,iD)h G2VXP |Ґ6 b]Q^'PX\6 ш?0/%wjM4BAJה쯕oq ]{__h\f27|p n d,Kpےsħ ܀^6QUA߬KD5IF,:| *==:QT" Vw,[ <9Ҝoًp E]\"n)x{]RMgpzU\z-Bx}{'Gbqr ϫkڊcy a v1SZi B5=6=3ܜv*eדv갽Ak!&dc [ǶJuOOs:@Xir 2p8!s<FQSwsa'Gr*XC&OY8F{/\߱]g4GClJV3NeL./$Ȣ~Ddٲ4|@k ,]2т&4sG9I~L7w:'ruKs3='q|٢}c|6G `}c:|4wYa뉰ѽ=׀F[q8U*Fy [Ħ9`N##h5OD~??vzݠΑLg@FiB×1Tlk/`PA9ξK!ġ>|il$Bv)xhǫӎMnS\mr{#qT%3\քϐbU$VZU3){0~W*R+:KB yȊ)}{N QʭOwyn`I`&c~@ |3!݁:[ .OҠWFwN4ۄyrjV45eC13;SзCIΟsG} 0Yf|ZeLW kS8>(dc8uKgԼ9F3j#Sɦ$?IL[ "w1S*ͱJ L,$Ziqka>,3uR0xC #e|-iuee.R*FaP]4yGZhJUҺ*+pT3wWclR$, 1=[P1AyB{% =>9X |aLf9Mt nK,KqLVMї(QvRXLJoP{v KJM63e,@_sZ+byjG;g[v\@+Q6ӌJ)T5eÖNZ^=0?x 9>-(J0қOfIh,??" Vsd_rsw䦓%ɨMFӧtS+7rTEJv$lo,\-#nY,fҶ!u巬"V؉+/;"Xk.ViNhy> 8ۓ@o-'IYvZȌ0߆2X_hmEVUd]އ7a&i sil"? Z&@-EbƪG3)5}$S0Fap~ -2'p&EQ a t‰^_a}J;tU1?F2Kl;*Xη~leeT˱Q\ʈ,_ An hnG;j )!m- "jf \ M4Tٹ*>!M_]zYVcFD.+r݀9};̟LԇvUV5:N~s^-khP}(iURɥ;2 GdÂQI҄lb'3lI7{r0_  =zUcʧk7Ve0Вu#}]_U*= d2iYZ,Y9OEk S47FٞL jΧT3. E i[L>BĞO6#!*6z0AW#oT+ԐfLF_f-{p3ʕwN Ag/WZ,^D#4gv_iyB*}y@Ɯ)\Z?fj2`B9X9/ T v;t8x` ׬?7j0 g̋,sx4Qk -+B ^yn=<.p<$-Q֢sgo(]PyeEhAke~eգT|c 7v@#*KD^oI9g`YAiOa; ݋}õ,e4L"@-K>vcd/D8~C-Up|yVP%M4.~c~k+@-Hp&a#AX}uO'2jx -)vI-%jYaYڡ0F)s a+'6"Qȼ2B~ѸJeRrƅ5NMwG{<1‰8ݣݩbR#zbygykeFמ%Ԕr2{XL 6::#k̔#?LŦN˸ygKmSDJrcu݇5ׯ@<}PN39kd+8@"I.ONEu)3ݶL.NhP2Q_-'U)m4 FG k!`Īz/TG|&/҅cyo|gTJrǒ'Q+2~Xzѥ81&9SŘ1ﶤSvL\ 6$`}Jh=W>׉dB7EOƵ|_ٲi뿃ԝ~c#<|S㓴b+Xm/l߁oIGs:1F̗`l0:FalJвfq z局3zf( AkX ò]U=Q@@qȪ$h/ j*%ef^wuS*m;w2Bb0VX {tJ_VFj p 4EZ2?\qRax;&%}1`s,5=K9C} Hfo7N; /͗ՃpfxQl{ndsh.avUy4NzG'/57)kGW>FFݷLkC@C{c]byZK tF[$u|oޔ;I+Bi*x9EdՄ=,rea!4+&% ’N٧9bQ".iʺ,>2vIZw]L{e%7L ZPћz=?]{XB.G;xi+/CؐPbl26B ^G؊Ѡ3xDۉrEǏ[ AaB}y֊_a,VX{+,dܫ>q*ea&PJn5<+j)ζ|HyJugT2K&\syjO"ďkh4Qe$u?T- x C͡D|C܇TuVAAbwXAS8X]Vԓ3Wk4| Y4!#: ვ}3Vh݃E"Tcq.1)K^ΚʹfAJJd}LTÏT2J):.3/M"#/ZrԢ^%Fl-=O^e@&QU.R>sɓcL5z]o2:)#E0tm*Xm,*qi( (_< \!=FN#u}%˯nӀңHR^ *P)bw8Lrz3@gHv9{D̂ )*"J`BcvL+gߡ@2A]t$ }_8C/hbrVeT-;XGBd.$VOV ,PDpB)ci"*(N,`YMdiGY1%Z0rtfx,|uIShݵK\ XY-sM>1~Ҧpo=7.3~xg]o -7l¯gtzۅ}R=nWܾnn{Cmsaŧ=0j;yVs[\H_zI]I[멫O.^Ź8ZME%32Vw铀 =McK4m!7.N)sOBopkš{v(4QFϙ<kZ?(wp$v@u *89Rt` 43i],G^La5ГJZ.Qmɶ+R6Kqnj `>bkѸ"k"p@Џ_Lnx!èm%[c_$6WW=Ӗѵ]Q\їtyRTG#Ӊcvww'{+@--uk[CxȻw|ѯN@FRY N2M*UbzG0K.m \`wVqօ|bݹO38PSD|fĖ ~ 1c>|P#0&@pBP蝍}A2|r+;'[ћ6i0ϣKnA1(㟠~E/RhutWLV~1ۮ2%}"l^@5zZ:-=EOk?$B;SI0_`N~M[t L9ן$32M0Bfݱ#=N. /k+VmTfJp5}/I+{H߆7Dܣz GdVc!6HPWPq \/9#|2&W +qNjap{t6@c)4j͵2 [TQuu5q6=x1]b؋%׺1" ؋t L'yqx?$f+x blK;*basrjdӯ,k3!aF [k ?O5+K/ GC/ ZS`h"qWʸmCF[ '$VGxTƿWEc KtӆJxO栕'op's־OLm-eN{y<)NtwyG?xO|Dp0kDR`g{*)ϝtR{ͦ'f.K67VL@ڴ,NiUϐbt!xv]Ymr&8#\ԞyKœ˨Ia0-E%ejڡ]3=fYXJ+-qF}-'DTv@ 8zlar=z\ctFwiXXۼ7V:g ˯ʨov6pWK !LPMYr] e]dYMlk &3LQ""4Do0$;;=_.E Sba90cN6azeE~Qy֯u;7Ұ 1ݡ& I*gBPrTKK^X۽Dhм~Ge$z[ߘzQ!ŬycWZwa1Z5Љ`W\S_$Z1HkoLw0_оX9ZZ9lbh|^nLw`&Xw3P%}N_ ?Jc9jC]lEⷚ3Ps_Z2JTL1 cہ4ċ6j߸}s>v_zK9U6 rGY~5ޜM+oڐ&Cus3%m9Ԭ=ɗ)n >6,|! +[!/2H`##! hF`6Ӧ@>`5;Ө%ء>#UeAvDT=& ܛj2q&d:_oS>EpjX $rV-[G܂a&W~X!`pņ[pE$5Ʋ 5PX7X.¹\EN@Tụ‹r8HUPّ׍/Bs31c%$-xH`dٛ_Bc <8ס7'|yXkpkW:s|"0Sw>tXXI̗TEoJOEmU,} .ț>;L5[u^_^l-S@S\:*̅h5P fmX(D١g~OeueB|/G*2tSp : s)5*]4r^eh6KO@A4i50:a>}-1 T]*aj-֭O\?qm'_%iՋEAi~ :&24 c*{C="/ y/zts][L`Ą"5.Y)iza@Yszƺm/,n3/]D(7 "_rzuȏMR_eRiUGԢUW5MS3Z{wAL7qz]M'红II[ЬPXFƙ=F˅="Xicoz/@"_3jɀDz+)L'6Kl-&s&nP&9˭,Y%p;CjV!6iZa[3;\m>&i۴|$C4 aԺp&jՓkߠ~pb"tf7#*%^-=Hd(c4Wji"̑3,=NgDCl p"pDFoX:c{HV͙MGHA)bZPe5'Q[9C8xۻTZ͠ #\HaJuN.ŗL8`Չ.]6|{enO8PQ~\ fpOMҖor j}R8z%$*X2I&к QA:&ȚwT|cM: Wܢ _<qZ: d|<0,!}_8+R'8.:Vx,fi^ ( $ȡ ࣄJB8U׌m.b*~BӳL:)JPis8VKGWfS {~Szß2efKN4 SOY-zA)S 6m.Sjƅz||ojڔvF*V8~^@_0j}DǍ_c?s' }MZ3 ͖?)?XycVFƶ :'.Oi7LшЯsъxR;$.)7!ks 'Nb#uYo`P :Mܣ2{yNa츁~'ɖ~BՎwzWI|Vɺ(u$:U ҭJb ML8~M.Ɯ`=Gr5xs;€3tyi?[3g T0d-m,}wxB6Q 89ėifh,b2V_A}z? mQn 61mQ6{Y沵?p*'5)R?Ϸ]ECo(?h籗pK۬'lM|=73VGe !a*P9BT[ dMcIoM_q nE. bQS;0{΀>C8t;R5|w^㱵 d@?ˀs [E(0NCF"aE< ?BpBs|&O5z2 j&G usiUy}a&] Mڍ8FY9vܗSM =19*@zl_a* m H܀=?W<ޅy'AjJWB.Y&-݂4O.c8.dhRI*~Jv y,V54|-ڤjxHCB Ԛ_5).A:P!*IGs4a zmk,6ZmDv0iUc\>ѕyӚ?LnXyKE1oBfie!ⰐVoVLbֵ,A*MBC"q/;1"H#9D!Kv]#{]`q"#m/T {V!oLqCGܟQo\!i>ϱi r:+t_a-sv-x1^WϚ[:dBDAџ7 mqdoFa)ٺ:z~xu|f&R L rwCHMz5+V(/W Hl~չW~byy<Vt.N3N|pɍut5t[$9V Wc[ =}A|f^TvbNoy6w &o렜AV1y?(aa|g)n@F|M6>T(O'-x]~OHl%-- hHuwY8A.y?mR`Z> ."_EȜX>T(H4w$ϛU' iq?,L5sd8.z1 {2-h@-.YM<(d$7yDb2̷!m~y]7ۼ+(=B}$`{Y|ѽ-3G;SG=SZ4y&zu2JCR/99S-+d2?x'm̌w% Vl?QWW//mP)F~E)a" z.+h-5:s[cۚӖ%9dO7<)`zѽ&]P@^q/}}%:aضqӐ|-çy?0 $Nvg,Hx#}1,#  pQXB0~ m?*3JN3Z-(9=ϝ)G?1C+OTٝS@+8;X >'tN Ҧ Arʺ *f q{&ZB34LA݂OXuƚ}3"kPkoü|ag}\@nE8{{'t%Nb!7S$wt_Mə#`JcV|Tٍi7f ZT%nT +; _p~\zu[Q|>l|_uo%"(A5s,SM$ wblT>sǾ > ;͒jK{1(+8gӵ˼۶}:b3w)%:f\nEKs}/oB۵L75|$HcLm~(]/Q`kȰ6fQs銕A!j(_˻1Ζ}YAEP:5! 8ftkWΡ-AO vƻmsT..c/P)N~83 .[E{{13Peo L"3:`n{y:ҁdVlѯaB[˵%EX5 aEWXឋ Y|(̪]nJ @2,0^ ?jX E\?iP-}@y;'u-D` -xLn/h ]*& ;,I^rH-*̗I%&6uaq m͍̮4nA|{ձpZ9 fs!S]B{qɞ>eGl9 ZGy9BwgޮMfBp{n T4g%yH!+HJ(H'JLVNxOOe z3`eFȃ9"J٨_wAHrT Z!"- q V00`gE A(;疾"cHtgShy sG2 Qޓ5*N9Υ_xF WL( 6#E.AKfpT *,knbu^q\*y s:U%O? P" ]=Eҋ돤!aaj5 tx$R\U U_睾Q; ts4\RJl[1)&9/(nSy NӘ]>2sV09\O21?,2fվi GZYfdRTs/DA.rBVPғN 1FHsatG f݀/s*:Z%5#'{{?oY&r)yZbyk7@m4EQN0l:,lE3*QZThz KhOJ> S@B=PE#SB1zxHq(ԡ$Ҹ] ^)gGq4VNOSH=>N8|jnp;[yAO/6єf[yq 3:XC~"H/Ȱ'MzU ^e:;U9*& ǛgOCe\`nX!S4W- T8ѦRI*kU->,.#Կ19Z0'Z{]ﻌRGA.a;2qc_P/[-l|{`,\@Drd!>3 7[Kʨ;HUvJ:rF7x{#̠Y. ɝO1:&\JP] Pp7jfV mO 켮թRT٢"2C~{X4jVBNzW#>(;3|In ~^Ra@ζ %< 4+"a f졎Rz=#P 4+tҟ^~\\I>Jc̃QWJ`} q K}Jɛ K"[ݾ(5w< 1y\YY9ܼL cg ⣟zB`^lvU^6Ќ?Ġ$ ECI= 4(pgDle?H71BUFsS=f$tU.Ѕ2&6t*c/qzS?} ֐"R3l ?[̻vC&?у[p98pd>CqsaNb 6j6^622!p4U+$|T! eBGO(vXƅp1(wɽsFxP,*?<^YF↋rGKOU]ܺ Sf{PҪ$Sz' !ئN\^J(<'>ZMG)7޵w+$z4b%06xJݽ孄Kl?'LY ^4"iHM+DEȇQ1%DϬNZϖBݟ\΀֕/d B11R/P$NȅW}@ӆ) 52",JC<Lizw.zDQUK.p<>PVJ^E.D@+O2iR]51OwsYB.H*V1r4Q0Z׻] ο^n^(kCSt{ى(Y63Wi=݊/Ljpzpi=D= +̙y-h\0e\*Ԩ톗+Vuᔛ ^#rM.fC|_V(o &~߉P_l訒HZGh^Y.JW4Ac͉z˱4!< Kg<9)6$KtzHH+0,>ӷt? iK8޹Ixu|h?ƾp bWBno}U<}gE9Rz=ƲJ$l[ۛɝ'~~6Wڙz9."co؝GHX-TvF.iqyRTHCYxA tqo2 C*<@0]:IȺ>Ia^Uu=R"64o>C$ `!.1-\7H}1h֍'>~W5h(t>DǕ4,ہdC/Us.j eD~*5PbLEzZn*aSpc-h)iRv;ZvN_~yDlؾb6Sĝ_P$}w;^~VwX4!h~0t> 4;"J5$USGT49߻[v*gSQ$y?!~ ߈;%+>i·_4ٮ&zMz{| vο7HlȀB;K$+ Q!G;>^MvG}v_~&jպxl?{"9~Tg 2wR!Qj^I]TIAtX;7S~}@5$5NGdcj]1)69[KLDnȀb4OGI"; x}IU ɐ#<=є] O,讙"O TNV}]IG1)ޫ|P486UԩdQEܩve@şN_:FnLkr7xmY>L%u;E/r,z`PR͉'p/݃ Z]uaj;FPf"](lTUZ?Bb"  t u `k^~ll2Y$Wⳣ;yBʒѬؓǚcF]jeb̄ !Ꮶr4NDw]2qB q8giu;%2@3l ! "SZ< ˼1ר>9m89PQapi1e"#cX/ΑUlNp|5t>i$n%ģh83TBtVڏ5fy5x[ͨn,b#).(I;.f@q $9BEK䞎jM lInNI!:e)0R|ud2>2`^Lz<4+5' FQ؀w|g[zFnR;r DzU-V5F)d |~ ]$i0jsRc:-lReLa@}|w^mHi|6d|i('lpT30J{ۨ (|"SUxh4 G뻔Ⱦ{.K&!z>I5BB-\xCՕNK?PZˣN:ru]xYd' qj#:Gi %A[sV/⾿;u6]Yyz`@!ya?I<`3 [~&H,14oLO10ѻWcEr(E*zuc2o|2] %IӠwu}ōG^?<ѫROM5L ffFP!hNeQKk6LIԖThdO~u!&Ugfz46B܊O%q',y6vO k9{XӛlKٜ:L9<}.Q uY c$:*#X@ssߖoA©ȴ hZqFy uY ܞA"D.kXO>9k5|+~-*g|vB ) WK+@*;\tYH:Ff r$BԂܓyT(|xlJ@.b u~o},\PwJ;w; WSX?~m{92GJ_1`Ynxc TwI֋;lK;XҡQ#&dKד'yURfY .tnu!bz/੍d%=~f^qлg]ڂPX+PټH B-kƙWT|!c /º)zA4fe#d`ncKn4^4-9cYo+.;h+|#ظV0ZnKj;fcZrk!kz_`?}\_&R"vy?Qd0M3u#UM9[dș3AgÄ}xxbqM|Ac!B_2M2Sz; >.Q!7=DM%vDA=zl)]6s]gB.f>VRquj>󂲰nI Pfl)eq;کP=Kˌe@hg(D/Qo"PX&UwW3m-%@ْ˨hqU2-q:{𷞚<((5w&+-E0;ȱ$=~.yGq|۷ |zB%CZgeB% NyVJ 6Gm P>m,pNu[iHX0+*W/mmQM,Y8zAXgW(g2UâW0@ReYyLږW@:І]x=zl϶$D hΔ/Adq6B3l" ԚIXF$5ߨv8kR]mc+C9a7~g)TMO`PZxjL6gp`Dٰp> V"rxI(m T.8:8=n>#Ω%=%AC:6 <-eY3oxG4|zodssY܃åc`qFANBFiţ@yFE,P`ʣ1. ՙ(]-ڝrM/h!'['cE4<S[z'*)D!{x3>+H$$;ePYK4>)' w f/ɮFz˔D8aH:!W& B|c4`ӧdha6H)KCupW|@y[k(ՐnGYS$UxB${7O>M(-t~Cq+MaϑFfW',{5WlC&FD ӗ s2<Ua++KG%/'R~KŸ/V_W=zC4e0S踌懴<˜Ud|8|t ]b: "w`6Y2?+>Ծ8S"֝~nXvEBkU/Szx ( 8vka fN&[lȮ1Q~Jy34;g 8[H*v7 r4"#lDDNYuQFEI3`y0A EfM4pc\^΅IX!w%?j̣RDFHU^ɦ'tdI0z|ɗյhZg;$UP -u*3ԳR=de!BTҕ?h@*ϟM0jU YxnڙvwM',j׃]S7!p8"T2ca+a8#mT3}b=wKW Gִ5`~#zA;fǺdvx+b. 72 Yu,59@xaPUf]XSK*ڞzJȦk& Ϭ@K%mHƫÝcjtW頗F3^BS6_os`6U ު_$_tfs\[o=,Aw^ny/vk:0icMp"r {K2r$lN9}{-Rg2 ~E~yrm(nFNE4a:]yfjAg=T%ِR)m-x=o 7N=r3'IwqЩ׮KO,M6y2,{O #h)[' 7Wv@V|7zֵ7(#FA򃸁6EO}2pL|[$f&-,et࿅̡୬]WVJ@˶xVɫ,CLO9P[2ɦD<3>]EiU aWX$ c9CkZmPK?] T^Fg܉i\8F%.Y@'ƛC~[U}7K4Er|SHksg)ɌU[S.#NwiZ0'G*,41MRQ b!d&[AxnPЪk)BHӾyA?)/[ء̇ڳ)~5.I6@B(uQqh^ aUXDfxPhtVFʏp1:CLT9 1 4:h ֜>! AdA-e'0l<(Uօf3Sh?|cu@N R_5"Ԇ 9:"O):JitPL{$Ϙ++qX&o$nƲAx'tF~A)E2:iΏևe$ւhhWz Xi/; Yˡ!p 5ʞ%K`ef .P`ۭcIGJ_tl~TAhlmhXYKnS;~iF`N: ·D^+} *}( *xc6k=\iVjd% M).J`kFU2;I5I;4RSSv%*W;tvCLLR$":uP.\N5%B,O1)2T,fld7G\ﳄxua>w`$JMڝQ_nRaLF=rHiz9^f6$zsIl,&Al7/^ sl_CBJ6D~\'fǍe+96,&Y;G 'v 2;\,Q>7o|rpJ֩ENq&hJh EOSC#\0K੬m2.fԼ)O&бHkUD@!FD?ckA[~vj`*=]c_rRkz#5VH)1V4=(un.2(?zdKG HRE 0ߒESU1m۾V\yOk::z<8GNsO<]{կ!LL9 Z2MYbIR&rMx4I1?\EƹD__H4ONTnoks(FR#7]^,r=/姅鋞4Zln^[4C^:(NUKj(-k42`񤐌 Pk9M 52[['],FӴb_n=95B,@GʈM6v(U Y0hwRB }N'B=S1V]=oyɜ>ԷV+g }ހ-㨶d؉pݥiS1drpš9C}ōQu_z,'‘Sh7eN1ֵ+^=TIjMkx~ѬF":^5XlJ)`s-miWOWc۪Yzmh}3r-[B I=>"Ĝx}(i2\aY^Iy$K87};g7>8&\}uY+, ȵ⛌yBY$W'ovAl l[U=a0oWPg8D%7ZGП8 PCdP߹*.= ȳEpW`;EF9影NMctzlI\h}7%J^C@[˫c+іTp?&%20{5ŵd>^aZݢ_z=d8)~U7z,T_&B)}콕 }^-5T)&Pd(`S"jiI֓$F:X$oZ10_)<9Jv5oj,E>F Z/Pl8zCes;8ܺE* ~~4s58Fl>Hx 'emRݝezqTO ;[2CWqNdVcXWb;͌4h^2wqSrU@\3<5Ti:!FMrE+y52ǓDZkt Bo1+[gJڥz o~[K">0җ{>Kf}Ww[)&[8rv4ަf@&>ybN纸YwDCh7. ]۲KUu.xP=_;@e~`+wb q'BZ0NJr ]:>Țe=Ssx+jBqvy`iF4n 0r6l.bhcv0YQodڰPFHimaL]xl/6Z+c^sQP.š2G8'CDU;lI&YL.0kPp Py[SH`l&57((h.nXJ:  3/Z13ק@] e[G\}7mX>\p ~kbE 钑Vrwǻ<} ȋ ,7գ]Z5;1JNP/Z5#: I&"-}90C}>V YD!_&zW6Lh;IMjW]jS+ˇ 9¶ē\#no2M:$r:+:%DUTߒTG|*AM/Mn xrG<0XzX_YנŐAOjEWt`DGN'r<剩Y>n +E`Y>}) ?ѩPꌉ^fC~iOݽSKcx5W^Zfp gZ 0̋ 51n6?d7Ԗ`2_;Ņu0w]l}6{8dDAQL*äk++dibq0Sp>;n\IGEe^5!J`EPcsD*" hB>,iRA\ Y 9p=S/P4oHRA_*Նjt'^ R K}% }JT R bW(p{  E a _@K Y2)# 69*k|Uo`)^ĞbR@n3v#ٝPo3DnP h*OF+slQuU3 fǫ@:_f k 1 xm*|ob^L7 MNH{@?U ˪nRؑLY!c#gt#@S.` 36 Oe,1-6Oϐft7˛4%+#Rf/yn^\G{@,w|@=l7}X\{/QkކWqE ( wZZ )IQ]f Ƴ\!-Kbp"b](r j~&J# \yk2P̮眖 A ;f^%:k #~5JF8׷an$CPiWo>WoWjDR:B UN?ag%=V0%m)L@ {/nVhwz5t evi\qga;qBlt?4bi[-,Jcw׌.>,F)x}1[#y 1jadYդ &_'8=k PhXfM&?~.)tJ$&]֘qlF ;u'Z _v]h@rX"Ϯ)dd5 'דp)S]cnσR[}-li*  0bfvm{|׸.(/`*'%s'1(?[I%US!\vǴ78OH Ȼhx3q\uh6/D6ٕ X<<^Z@(C ؜"qor a7\sKشbtʸAb>FߦPؤN|텯!60CRri\>_ P[L m#XҖFґK;+ 6;l"#-H` ;sYWP,gBڴ2xË>+|#KU/ET gjЃJe'2`|կ@U\ kDOa xDj%S0^yۻq[bw=M"= vjxiH-q7a2"'Y̌k)?' tC<ŹcZ\~YWl8ty0j#XԆATIy]J%ጃPi)&Imw)d"ǻ+w]9RapGTy u!t= 64Ç8,(f cNwaֆ%=]=|lTSz:;?a#:*|rdkFŸ@rSwGY+ _<-lu^P8&q޶$` )I= {m"ϱl-JYs|Ga~дzkT~Z3:Oe$ c,PNh*o"wP?JDa= $\L]\$IN ,.0nWa f\Z^D0RJfe%qw,}GRVv‰%aԊEՐ J(*4^ H_]xdo)f.?2ofȵA5/e0B.)ْWM%Fw㕖VGn}x34xgMad5uuT÷<8PSs|H~{/}Nɤ- Qyb-Mg~;sg )&SҸ%;@ێї&nnj+}%NеԻES>Zؓ)z&L&wStQ߼tאg[ ~+^uG6I"^q ho2Yx: ݳsX}BC f(%ثOESdfL.?S6&3Zƀ$Ѱl5Ig^z5هL!4WXIpn?$aLcVw7_\%`i7L/xկST[Ӡeb܇2tO2P4pBV+<{1 3ȋ겋U ;v#$I1R1HtL q1KW Am#%GR5jV/&f9,!rOz gIy+?10Wn*zwB{70WP0>[P##E+{?95-HMֲapoU!DJ Ojl). bi]ee~d4^w; qVOmJvxS2F{)e׳5I$@/K ޶g=_F&4qq\5kN"\Xѽe%jk9OB%xeeD;l<3>ҿC,Fg<\(Kg-;4QX5dyMja_P܂_'6yZ|:>5E);nM .WXf4=1@Mۇ p!PfHIwkN~gS&ͺ]lG4>n0i ޲ir?7Rbt$qi;`DrW7FU_"btdjˍ NlM,x^0MehC> )]8\ S=#]r?B QG&VN2/n?mv)6}tOqzb?-ix37p/G+Q-3ڼK%*vdVSo[62PwBT-ucXvb/0o TLRR )(;W7OIDZN}հA\iIk"z>1@ 9iOg'ImEs^Ӆ;[VtEF4x֙3xBe՛16?:ĻU͕J?^u`r lBiC MQprۓۯ}A/{{%{O#Id7mYk xWF˺ 6%;.b_;cc7y Bg鉰Z^y!?ȝ tq>ۦv=g?a[IGu Cڊ(YQ LneZzt;?_d!a?eA" ?-.p ܑXfeϸIϕ5;JTpIyWKx[0.Dml@ t%*(G4 {<[>GXT C׶Q~S\Q/iHy=`TӼ-_&+YHhj?PUI:g.Nn܄^:WlT1zv$($(PQB,pNƹ"|e΢ 8yH*"ISYt5OI&tSګWh/k<X h!C@;,Od R;t8XV!NS {W(/vo`b!B4/Ppg"%m ݘ;%`l1"1c"z'idVRZ8xշ7¾[ iJo+V#>M$f=ZDT H!ФWBT9Dsc[#WcSOsrIyYЭf=^Gp9݈db-?Y԰`v$gʺu,E\x<'Eϔ+y:.6֪CW$n@ovY"0Vo)@0t)#s Og'(w>6;:.yW3 ˕#[{kp({1ĭy!w!WŲi7x0H5 PzcԮ}h%ÿrm GsVp#iu+9 n.,pA%Ǽ}U\Ja֍0]\W<;4\[YPCTqڮ/Ma|8'^N,~j=/-!f(A UI0Sзimo ]\RҾfJpkE?*xQ:2]}1LǁszGZK*4Zi͸ :@r:iDB*Fv=r vO8וpq\YjFks\K8V|S,de̳ibۋx]hadfZS—tQzlW2˂ ;YÔn1` t9az(?$A=;1D). jH [[9~WreB[o/( j0/?BTONa2ksOז}GPzKY5k+ܷdH˼92:zO|4ӝ́7@F`rR k?;Iwt%vU.?ɫzy_UOv\?65{%D,*Lvi[0tٗkȜӶhB&dmME O} *M"e=2wngXʖ\+Saw-]:RŅPl9O}"jH-0+r 3#Tc-m2Z_1"e?oX'dSxQx}98Y >Bc Y1Cn?zTar=Hdt͠Z9یx5M*A{ݧ y wR 7}Xᠠ)KNJv*^rvU7jV~x6c逓6 7R +wL@3F:=l EM(E':=(V>ޮ4ZָУB/ 7n9I̚K8ACxZV&II$e!\iqC\C'A$~T:(  b͹}Vj_զ-wgTDۃŲDOY kvSb/dwM452q1tl VnFe5ry0U|0lK >X qMm+M(!Ho÷e,L1vK2u΢{"AҐZ./{'x@樽~!5 QJU ) QVd,PdJ#a`1T[F:HҙrQtЬ댔Ju5܉y:&vˁ|e<>|yq'1W:6Ћ(S:yec͢-P'j~EZcH-c$ǜdf~?7&z uA8\8`z:f=?lplwvM" v}_ ]u?kکBQG:Kgy]=/*[m=fCa&F\pPB,FkMk <4y$˕/ü1ϻӂ) * qji޾N"9Q@0)x;k dFOM@C:I1-b#5<֢ZƚW{?\+;t?/>A%lT~%5Hg27GGƒd6=QT͟jL@H<|g rNjƥad ^)r,0O03v`~%vQv *ȃ 8UԨ4,~H'#X1EśV+U5IAњϻeMJKPG 0]CqD'+"Dt4v*H;9!l'/,{PK귁6Zh; / s:Z[;XڸPRɇ K91 5<1|Gyu{9g~.ǰc?!۠)xBD%z,A'ԕ eUǚ*1,JvHSHz'409i}Bm4_z|ss mrɡpR[<f1є Vu24myܝp)0wAAe:Շcw,u?(wگOQ% +Ζɰ>7$=2q`]ޕ)= 0B51%a nUIek}w?a3ÇA6?At3^韶U)x  )(3QZHm$'NܑsJ4iWաq {EH zuӈ=۞_>;1&igmو⊦f`pUr/oqOUo:c^M4ri[]q}*poSдQFlE4BknzC9ff*" .z 2G W=lľ@%5مƩT)жu>Vf=t9OQ55ԛ"OEhĆgƴ|r PĘRY4;E2cXf) ő@A1>8 !sʧ+gZ>unSƘ`)El7qSB>\e!>u+,<>arH,(!reM~% wUgA {|_+?{R<.oj$n޾}#oh{ Bl~#Q$(,u돊ލF2S]TX3?+LPU+GlXƜ슡ogA w?SŹ/VվܳE'jŘ@Vwʵ2A}'Jm~yplMT~[+²6 hoSEm"#ǰj%7oد -qs=V/:(q5W̅nDf!&ܓ`EM Tfpɣa uxǹ>o([_"4SC9l~sRy8TT>'}~oeC翪/2+\O {O_QȢM_>}:iqN+W#mcsU!Tdvq=?zdӸ|fQuϧ9)e\ǵF+y:X+rntw|z4=Ll 9ϙ>"bEA'| g }-b9ecNM?6qh[6mb,'j}콝!yOsdp-4ci_/%P‰2 1%!/C nQ |GGLDq6~CsjAPak\l)R@UKٞbE[?lX4Ҁn01 B40! hCphF\E| $: ›541;>A^QҝIq6sG[ Cח32 N jsÆ>O\pz;{"e@80OmT7cnzF@}9Nv]ڔWQZdԂ]X' 4y8'ڤNVbXof/o<(O$x擄;a!eq&vZez"O?fi:Xj'/(_vsԦ$ww1,67wQQPH)q[ F Bps!7M6nKo$,[G^zHݢbUڟKB0u̍g[6V3`Zk'x":S+AuJ8R=\7hpl,DE0# yl}B?)=@Hi fA=o̾2@;u㈝?~Ap2 RC`~t&^GH^*$JhѺ/`W$kc5 ^Qm[>YWSz;$iYM:ʓø08nqv%xȃ`2_nvZԨ鷡RtM}(pւYtL3֓ٛ~YOz8PPѷpڄx/3|ڑᒣ53LB&6}l(wPNmΖ A؁ Mg=hmIęѧhD&P݇TAX^|vM--}=}nxX͆4T6L"E57ٗ`P[I;3{[ >ETi&U⻝_:4@c-)?JK=PrM*W"[h2Te unŰX%0<}A9wd~ȴw Z3Hf1?`~X8r5yw ` ̢ey$G(YӨ=EG@iUD) x 5>-;N\t|$îRfn-AfnlP}Jur®F1${%pϨOg47|+SC/L4K:ê=Z] G$zd0{ѱ =J;2~a;42/l?r >~66Nշ` r/߫X zLP$–-PFn6B&$Оcxj㎌å$XVⱗzJ@gY p4zP~ ?(P/*U#xCh ٜ%sm{ex4#3@כz$wE|X$}88HE&C'᭝6DQT *T!Ȫ{c(`?v eA1Q`1( oz3YJGc(_X %w9Mke_No/%P͍+4o &\vKA<:-k8'i صZGf_u[w7U aV4=*Il ѫ$F@ ޾k44gwXr˒ÆnYZu5H0a0ޤsvݣ1P58 ,!by}HJ1߽θz D ~ް#VS?lW*G>ELƣ6 NQ%D|8৫~l+]%/3vD ۅ0/]]"JNȗ< sϸ\1=@ _5Y9o\Cm;kOzc;RfNsIj,{fhݗ맵:{ $? yʊux-yNTY<C#|fi!Z̀f}yE˷v7V %J*Gwz# T$q,ilj7}*{_0{ TWWOC+0Ssx6nolÔa%+i|G"c:=H|:TJ1?ɖ Hix2E4ab͗܂roqJsPy)3RPEסqd|AX8?lêЊ*-vwq Lq.S Li!c*H2dY"S*'QL{cktK^.{&?:ϰ2~ݨԫ۷9оlX :}W)ʭ%$N5Zy9_Ե` 5!4c;q.8K=U"Zґ BC,!S$wT }Cz'ISaY PQPDž,Xs /e kKFQ"<>++LnOsGe`|*sO?;.et/EVLPK 79ʃfd%r#9 Muvu ddяmQU&m4 n6ap55]ß`?'?fLIם϶n $4A=;}[|`}ħì)kP+3,&u}XPҊ ~!YF|U^ȉXn@(xGEr򴰲ӂ œ2VgTUAHթ1?Z8+=vkO^maoreMkdpbT8,* s(eI0cR-!=j7ds)}FV.zޒG衄-o8׿LnM;ѻƾA\ߖB?%1p/idoQlΐJ:hA,zH7kIL ȃ`,[,N1' Oz3ȻR9[,QrUY2~Iڏoΐww(@$6(^.%ڱ}I5a[,R8]3jGp [@Fz58th1H>ee2xߢ 08sn~hIxEuÙt C2@UdL-TH(:͂ ͠ *F,d0m_ @Nx1y)$ӣ{t5D[J ȫ=⸞Jۿ?efw$PpEu+[r`(2T$F\]Ryy+w760|wt8*B@[>;c8m?禼;dufmv%b4ÔygK;O0+[JHGzOeإe76|k ? i? kDh%`"8vK[:|:4[|ڰry@ Y'ckoOoO6:*nN ~tZ Oњ8UG q7Ѹ>>KӍ-͛=]5F):YeU7ɪJ:j@0!|^اIJAI Pׂ-BC==Y0>A>})H.]xϦ-v lwwkV9# pB20 XL7 G>z @i$u5&H`)d7PqKD&^4oN1S0]=kC2#^OZiP{/6}%x^{dDAr1H"rhK;U-S5KF&pT!Ws=ugԄJoU Ą/>j!uݒR0UaW#Yy&730%0S @\R8@p Ή_G=XK%fcǬ%ρCϱ6;8TůE(myo$lc1 u} anjw~*7v;z;C;6T>+8bxbNIF/iqys^P돏z- J ~SeBb:Ҿ'İK?Ӗ|U/W 0ltd%#$rż"N'aӫg\+G#HrBU{h9TBS.Lvolؒ2VO.Y|j &ǣ!K)ֲ+jcC)QPM8%W3fIko''g Ck:d: )Gs54ޔ0#Ţ mk!Tr?&Xko.˜;S>GCR堷 )\X`y겏KK69 5B_ezD-B >f"f{/S?boL?Ro6ҙL` Ho g΄w*dI}ӬYFnJb딂ml 9E]Czi@$=5;"+ 1qGB}-8,YN''~+$*~ϟhnY5u:,2v.@c}'@pX s@{4hƟ=Vcc{9S}{.dk:&sc+׺NGKcGOa o6YHr_o Az^B U\1(,ȧ { k ]%6: *snFoj D$?0M_kʧ]*R@S eR~XR,|{%P jz)/4'`ap^84=X? |1ݯLc]5⢦v_QuО7>[O⹌=xʮ2,u wF#~]SЙul*.*o1B 0Kԑ>h){pFPgE,~ !Pu]^ '\P]Oחɐ|r~q&yAJsV.)3bPBE C| ;F1z1C[pȡ36%0ԣ੸_Xj԰.58<<L8c ~r5ۈ!i"עZ2fE-L. Wg*//@~@!U:Hb$G}y;L.u:ln q Iӗ@ǢWmT뉯~NktcX PO68Iwor9 \[3i|zv9TXtwaQ.BG#. LCZM#1I44GIc4S;m; T6p?Pi=ؼ?{|(6 jVS.ȇTuZ6F: