Server IP : 172.67.145.202 / Your IP : 172.68.164.170 Web Server : Apache/2.2.15 (CentOS) System : Linux GA 2.6.32-431.1.2.0.1.el6.x86_64 #1 SMP Fri Dec 13 13:06:13 UTC 2013 x86_64 User : apache ( 48) PHP Version : 5.6.38 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/ustr-1.0.4/ |
Upload File : |
| Current File : /usr/share/doc/ustr-1.0.4/ChangeLog |
2008-03-05 James Antill <james@and.org>
* NEWS: Release 1.0.4
2008-02-19 James Antill <james@and.org>
* ustr-sub-code.h (ustr_sub_subustr): Speedup when subustr == ustr.
(ustr_sc_sub_subustr): Speedup when subustr == ustr.
* ustr-ins-code.h (ustr_ins_subustr): Speedup when subustr == ustr.
2008-02-15 James Antill <james@and.org>
* ustr-ins-code.h (ustr_ins): Make sure ustr_ins(&x, p, x) is valid.
(ustr_ins_subustr): Dito.
* ustr-replace-code.h (ustr_replace): Make sure ustr_replace(&x, x, x,0)
is valid.
* ustr-sub-code.h (ustr_sub): Make sure ustr_sub(&x, p, x) is valid.
(ustr_sub_subustr): Dito.
(ustr_sc_sub): Dito.
(ustr_sc_sub_subustr): Dito.
* ustr-spn-code.h (ustr_cspn_chr_rev): Fix for when using off > 0.
2008-02-14 James Antill <james@and.org>
* ustr-sc-code.h (ustr_sc_vconcatx): Added function.
(ustr_sc_concatx): Added function.
(ustr_sc_vconcat): Added function.
(ustr_sc_concat): Added function.
(ustr_sc_vjoinx): Added function.
(ustr_sc_joinx): Added function.
(ustr_sc_vjoin): Added function.
(ustr_sc_join): Added function.
2008-02-13 James Antill <james@and.org>
* ustr-set-code.h (ustr_set_subustr): Minor opt. for ustr_set_subustr()
in the delete everything case.
* ustr-fmt-code.h (ustr__retard_vfmt_ret): Fix use of bare va_copy.
2008-01-14 James Antill <james@and.org>
* NEWS: Release 1.0.3
2007-11-30 James Antill <james@and.org>
* Makefile (install-multilib-linux): Add Linux multilib support, as
that makes Fedora happy.
2007-11-24 James Antill <james@and.org>
* ustr-sc-code.h (ustr_sc_ltrim): Added function.
(ustr_sc_rtrim): Added function.
(ustr_sc_trim): Added function.
* T-installed/tst_vstr_chk.c (main): Add test for new option.
* ustr-cntl.h (struct Ustr_cntl_fmt): Add a way to use another
vsnprintf() type function, for instance vstr_add_vfmt().
2007-10-29 James Antill <james@and.org>
* NEWS: Release 1.0.2
2007-10-27 James Antill <james@and.org>
* ustr-main-code.h (ustr_conf): Add a reference count argument.
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_MEM_SZ): Renamed function to
follow order of arguments.
(USTR_CNTL_MALLOC_CHECK_MEM_MINSZ): Renamed function to follow order
of arguments.
(USTR_CNTL_MALLOC_CHECK_MEM_USTR): Added function to ease calls to
other USTR_CNTL_MALLOC_CHECK_MEM_*() functions.
(USTR_CNTL_MALLOC_CHECK_MEM_USTRP): Added function.
* ustr-main-code.h (ustr_conf): Remove the refnn argument as at was the
exact same thing as the ref argument.
* ustr-cntl.h (USTR_CNTL_OPT_GET_MC_M_SCRUB): Added control option for
malloc check scrubbing.
(USTR_CNTL_OPT_SET_MC_M_SCRUB): Added control option for malloc check
scrubbing.
(USTR_CNTL_OPT_GET_MC_F_SCRUB): Added control option for malloc check
scrubbing.
(USTR_CNTL_OPT_SET_MC_F_SCRUB): Added control option for malloc check
scrubbing.
(USTR_CNTL_OPT_GET_MC_R_SCRUB): Added control option for malloc check
scrubbing.
(USTR_CNTL_OPT_SET_MC_R_SCRUB): Added control option for malloc check
scrubbing.
* ustr-cntl-code.h (ustr__cntl_mc_setup_malloc): Added enablement of
malloc checking via. environment variables.
2007-10-25 James Antill <james@and.org>
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_LVL): Added function.
2007-10-24 James Antill <james@and.org>
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_BEG): Use as a general enter/exit
function macro ... so we can tell much better where the problems are.
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_EMPTY): Remove function.
* ustr-main.h (USTR1_CHK): Added macro function.
(USTR2_CHK): Added macro function.
(USTR4_CHK): Added macro function.
2007-10-23 James Antill <james@and.org>
* examples/custr.c (main): Add new example, creates constant ustr's from
input.
2007-10-22 James Antill <james@and.org>
* ustr-import.in: Missed fixes needed for install testing.
* libustr.ver: Use different versions for different minor lib. versions.
2007-10-21 James Antill <james@and.org>
* ustr-import.in: Fixes needed for bugs found by installed testing.
* ustr-import.in: Fix default ref bytes to be the same as when using
the library.
* ustr-conf.h.in: Fix pre-computed config. to be the same as that
delivered.
* ustr-cntl-code.h: Changed dynamic config. to be the same as the static
config. -- Oops.
2007-10-17 James Antill <james@and.org>
* ustr-main.h (USTR_SC_INIT_AUTO_OSTR): Added macro function.
2007-10-15 James Antill <james@and.org>
* ustr-io-code.h (ustrp__io_getdelim): Return the last line of a file,
even if it doesn't match the delimiter.
* examples/fgrep.c (fp_loop): Fixup memory allocations free's.
(fp_loop): Remove dual IO strategy, going with obvious implementation.
* ustr-pool-code.h (ustr__pool_ll_sys_realloc): Always call the fixup
function for pool realloc, as it can be used in non-debug programs.
2007-10-13 James Antill <james@and.org>
* ustr-main-code.h (ustrp__del): Change recorded size in malloc-check
for realloc() downgrade that failed.
* ustr-pool-code.h (ustr__pool_ll_sys_realloc): Change the interface
contract to say that the "oldsz" is a minimum.
(ustr__pool_ll_sys_realloc): Change recorded size in malloc-check for
realloc() downgrade.
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_MINSZ_MEM): Add function.
* ustr-cntl-code.h (ustr_cntl_opt): Remove warn_unused_ret.
* ustr-main-code.h (ustr__rw_add): Fixup alloc return value.
(ustr__rw_mod): Remove ustr__rw_add() and ustr__rw_del(), use this
instead.
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_BEG): Rename function from
USTR_CNTL_MALLOC_CHECK_ENABLE.
(USTR_CNTL_MALLOC_CHECK_END): Rename function from
USTR_CNTL_MALLOC_CHECK_DISABLE.
* ustr-pool-code.h (ustr_pool_ll_make): Choose better name for linked
list pool API.
(ustr_pool_ll_make): Add malloc check asserts for most of pool API.
(ustr_pool_ll_cntl): Add function.
2007-10-11 James Antill <james@and.org>
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_DISABLE): Add function.
2007-10-10 James Antill <james@and.org>
* ustr-main.h (USTR_CNTL_MALLOC_CHECK_ENABLE): Add function.
(USTR_CNTL_MALLOC_CHECK_MEM): Add function.
(USTR_CNTL_MALLOC_CHECK_SZ_MEM): Add function.
(USTR_CNTL_MALLOC_CHECK_EMPTY): Add function.
2007-10-06 James Antill <james@and.org>
* ustr-sc-code.h (ustrp_sc_export): Added function, redefined
ustr_sc_export() to do entire ustr.
* examples/txt2html.c (main): Added another example program.
2007-10-05 James Antill <james@and.org>
* ustr-sc-code.h (ustr_sc_export): Added function.
2007-09-21 James Antill <james@and.org>
* ustr-srch-code.h (ustr_srch_buf_fwd): Change search for len=0 to
return zero when the string is empty.
(ustr_srch_buf_rev): Change search for len=0 to return zero when the
string is empty.
(ustr_srch_rep_chr_fwd): Change search for len=0 to return zero when the
string is empty.
(ustr_srch_rep_chr_rev): Change search for len=0 to return zero when the
string is empty.
2007-09-20 James Antill <james@and.org>
* ustr-srch-code.h (ustr__memcasechr): Have the args. the same way
around as memchr()
2007-09-15 James Antill <james@and.org>
* ustr-main-code.h (ustr__ref_del): Speed improvment for ustr_free().
* examples/fgrep.c (fgrep): Add some more GNU options, and give it a
minor speed boost.
* ustr-io-code.h (ustr_io_getdelim): Fix hanging errno problem.
* libustr.ver: Add missing symbol versions from the 1.0.1 release.
* scripts/list_functions_src.pl: Add missing filenames.
* ustr-srch-code.h (ustr_srch_case_chr_fwd): Added function.
(ustr_srch_case_chr_rev): Added function.
(ustr_srch_case_buf_fwd): Added function.
(ustr_srch_case_buf_rev): Added function.
(ustr_srch_case_subustr_fwd): Added function.
(ustr_srch_case_subustr_rev): Added function.
(ustr_srch_case_rep_chr_fwd): Added function.
(ustr_srch_case_rep_chr_rev): Added function.
* ustr-cmp-internal.h (ustr__memcasecmp): Made memcasecmp available
outside cmp.
* ustr-srch-code.h (ustr__memrepchr): Rename internal functions, as
there is no existing function with this name.
2007-09-12 James Antill <james@and.org>
* libustr.ver: Add missing symbol versions from the 1.0.1 release.
2007-09-11 James Antill <james@and.org>
* ustr-cmp-code.h (ustr_cmp_prefix_subustr_eq): Added function.
(ustr_cmp_suffix_subustr_eq): Added function.
(ustr_cmp_case_prefix_subustr_eq): Added function.
(ustr_cmp_case_suffix_subustr_eq): Added function.
2007-09-10 James Antill <james@and.org>
* ustr-main-code.h (ustr_conf): Added function.
2007-09-03 James Antill <james@and.org>
* ustr-cntl-code.h: Move stdarg.h include into code file.
2007-08-28 James Antill <james@and.org>
* ustr-main.h: Fixup struct Ustr comment.
2007-08-08 James Antill <james@and.org>
* ustr-import.in: Fix name of replace file.
2007-08-04 James Antill <james@and.org>
* NEWS: Release 1.0.1
2007-08-04 James Antill <james@and.org>
* ustr-replace-code.h (ustr_replace_rep_chr): Minor speedup, for
non-owned replacements when olen == nlen.
(ustr_replace_buf): Minor speedup, for non-owned replacements when
olen == nlen.
2007-08-03 James Antill <james@and.org>
* Documentation/ustr-import.1: Add man page for ustr-import.
2007-08-02 James Antill <james@and.org>
* Documentation/txt2html.pl (convert): Fixup pre parsing to be more
resilient.
* ustr-io-code.h (ustr_io_getdelim): Added new function.
2007-08-01 James Antill <james@and.org>
* Documentation/txt2html.pl (conv_A_refs): Turn **X** into X as bold.
* Documentation/txt2man.pl (conv_A_refs): Turn **X** into X as bold.
2007-07-30 James Antill <james@and.org>
* ustr-io-code.h (ustr_io_put): Fix for IO error path.
2007-07-29 James Antill <james@and.org>
* ustr-replace-code.h (ustrp__replace_buf): Fix non-pool function calls
on pool access.
* ustr-fmt.h: Hopefully fix va_copy() snafu, dropping a bunch of code.
* ustr-main-code.h (ustr_setf_enomem_err): Set errno == ENOMEM, trickles
down to all error paths.
2007-07-28 James Antill <james@and.org>
* ustr-main-internal.h (USTR__PPTR): Remove macro, it's not safe from
aliasing as PPC dies. Also updated all users.
2007-07-27 James Antill <james@and.org>
* ustr-import.in (INCDIR): Get includedir from Makefile.
2007-07-26 James Antill <james@and.org>
* ustr-replace-code.h (ustr_replace_buf): Fix ustr_limited() case, and
do the same thing for ustr_fixed() if we can.
(ustr_replace_rep_chr): Fix ustr_limited() case, and do the same thing
for ustr_fixed() if we can.
(ustr_replace_buf): Use ustrp__del() for !tlen code path.
(ustr_replace_rep_chr): Use ustrp__del() for !tlen code path.
2007-07-25 James Antill <james@and.org>
* Makefile (VERS_FULL): Bump version to 1.0.1 for test releases.
(LDCONFIG): Add var. so we can turn off LDCONFIG at "install"
time when creating rpms etc.
* examples/fgrep.c: Added example program.
* ustr-split-code.h (ustr_split_spn_chrs): In the default mode skip
extra seperators at the end too.
(ustr_split_buf): In the default mode skip extra seperators at the
end too.
(ustr_split_buf): Add missing free.
* ustr-srch-code.h (ustr__sys_memrepchr): Fix bounds overrun.
(ustr__sys_memrepchr): Move to Boyer-Moore algo. for faster searches.
(ustr__sys_memrepchr): Fix length for memchr, so we don't miss things
if they are > needle len away.
2007-07-24 James Antill <james@and.org>
* ustr-replace-code.h (ustr_replace_rep_chr): Completely re-wrote
function to work like ustr_replace_buf() using ustr_srch_rep_chr_fwd().
* ustr-srch-code.h (ustr_srch_rep_chr_fwd): Added function.
(ustr_srch_rep_chr_rev): Added function.
* ustr-split-code.h (ustr_split_spn_chrs): Renamed function
(ustr_split_spn): Added function.
(ustr_split_spn_chrs): Use ustr_spn / ustr_cspn for main piece of code,
incl. minor cleanup.
* ustr-split.h (ustr_split_spn_cstr): Added function.
* ustr-utf8.h (USTR__SSIZE): Add special type for ssize_t, as it's not
an ISO 9899:1999 type ... currently unix only.
2007-07-24 Paul Rosenfeld <prosenfeld@tresys.com>
* ustr-replace-code.h (ustr_replace_rep_chr): Added function.
* ustr-split-code.h (ustr_sc_split_chrs): Added function.
2007-07-22 James Antill <james@and.org>
* ustr-sub.h (USTR_SUB_OBJ): Added macro.
(USTR_SUB_OSTR): Added macro.
(USTR_SC_SUB_OBJ): Added macro.
(USTR_SC_SUB_OSTR): Added macro.
* ustr-ins.h (USTR_INS_OBJ): Added macro.
(USTR_INS_OSTR): Added macro.
* ustr-set.h (USTR_SET_OSTR): Added macro.
* ustr-main.h (USTR_ADD_OSTR): Added macro.
(USTR_DUP_OSTR): Added macro.
(USTR_DUPX_OSTR): Added macro.
2007-07-21 James Antill <james@and.org>
* ustr-split-code.h (ustr_split_buf): Added storage parameter, and/or
have auto free on exit.
2007-07-20 James Antill <james@and.org>
* ustr-main.h (ustr_len): Add assert for NULL.
(ustr_cstr): Add assert for NULL.
2007-07-19 James Antill <james@and.org>
* ustr-replace-code.h (ustrp__replace_buf): Remove underflow condition,
as that can't happen.
* ustr-sub-code.h (ustr_sub_subustr): Let subustr with len=0 work.
(ustr_sc_sub_undef): Let subustr with len=0 work.
(ustr_sc_sub_subustr): Let subustr with len=0 work.
* ustr-split-code.h (ustr_split_buf): Initial cleanup.
* ustr-main.h (USTR_POOL_NULL): Added NULL specific for Ustr_pool.
2007-07-19 Paul Rosenfeld <prosenfeld@tresys.com>
* ustr-split.h (ustr_split_cstr): Added function.
* ustr-split-code.h (ustr_split_buf): Added function.
(ustr_split): Added function.
2007-07-18 James Antill <james@and.org>
* ustr-pool-code.h (ustr__pool_sys_free): Go back more than one ptr, so
dupx + copy + free etc. works better.
2007-07-16 James Antill <james@and.org>
* ustr-sub-code.h (ustr_sc_replace_buf): Fix tlen calc.
(ustr_sc_replace_buf): Fix main loop for dupx path.
(ustr_sc_replace_buf): Fix length of final sub for dupx path.
* ustr-ins-code.h (ustr_ins_undef): Fix memmove length.
* ustr-sub-code.h (ustr_sub_rep_chr): Fix return value.
* ustr-ins-code.h (ustr_ins_undef): Fix offset.
* ustr-sub-code.h (ustr_sub_vfmt_lim): Add offset to vsnrptinf(), duh!
(ustr_sub_vfmt_lim): Fix NIL overwrite from vsnprintf()
(ustr_sc_sub_vfmt_lim): Add offset to vsnrptinf(), duh!
(ustr_sc_sub_vfmt_lim): Fix NIL overwrite from vsnprintf()
* ustr-ins-code.h (ustrp__ins_undef): Use current len, not new len.
(ustr_ins_vfmt_lim): Add offset to vsnrptinf(), duh!
(ustr_ins_vfmt_lim): Fix NIL overwrite from vsnprintf()
2007-07-15 James Antill <james@and.org>
* ustr-ins-code.h (ustr_ins_rep_chr): Fix pos.
(ustr_ins_buf): Fix pos.
(ustr_ins_rep_chr): Fix return value.
(ustr_ins_undef): Get wstr after realloc().
* ustr-sub-code.h (ustr_sub_vfmt_lim): Added function.
(ustr_sub_fmt_lim): Added function.
(ustr_sub_vfmt): Added function.
(ustr_sub_fmt): Added function.
(ustr_sc_sub_vfmt_lim): Added function.
(ustr_sc_sub_fmt_lim): Added function.
(ustr_sc_sub_vfmt): Added function.
(ustr_sc_sub_fmt): Added function.
* ustr-ins-code.h (ustr_ins_vfmt_lim): Added function.
(ustr_ins_fmt_lim): Added function.
(ustr_ins_vfmt): Added function.
(ustr_ins_fmt): Added function.
* ustr-sub-internal.h (USTR_SUB_INTERNAL_H): Added file, and all ustrp
wrapper APIs.
* ustr-main-code.h (ustr_del): Try to set enomem, if dupx fails.
(ustr_del_subustr): Try to set enomem, if dupx fails.
(ustr_add): Try to set enomem, if dupx fails.
* ustr-ins-code.h (ustr_ins_undef): Added function.
(ustr_ins): Added function.
(ustr_ins_subustr): Added function.
(ustr_ins_rep_chr): Added function.
* ustr-ins.h (ustr_ins_cstr): Added function.
* ustr-sub-code.h (ustr_sc_sub_undef): Added function.
(ustr_sc_sub_undef): Move to using ustr_ins*().
2007-07-14 James Antill <james@and.org>
* ustr-main-code.h (ustr_add_buf): Remove code.
(ustr_add_rep_chr): Remove code.
* ustr-sub-code.h (ustr_sub_rep_chr): Added function.
(ustr_sub_subustr): Fix typo of *ps1 into s2, must test!
(ustr_sc_sub_subustr): Added function.
(ustr_sc_replace_buf): Added function.
(ustr_sub_undef): Added function.
* ustr-sub.h (ustr_sc_replace_cstr): Added function.
* ustr-sub-code.h (ustr_sc_replace): Optimization, so we don't go n**2.
2007-07-13 James Antill <james@and.org>
* ustr-import.in: Add sub.
* T/ctst_17_sub.c: Initial fixups.
* ustr-sub-code.h (ustr_sub_subustr): Added function.
* ustr-sub-code.h: Initial fixups.
* ustr-sub.h: Initial fixups.
2007-07-13 Paul Rosenfeld <prosenfeld@tresys.com>
* ustr-sub-code.h (ustr_sub_buf): Added function.
(ustr_sub_cstr): Added function.
(ustr_sub): Added function.
(ustr_sc_sub_buf): Added function.
(ustr_sc_sub): Added function.
(ustr_replace): Added function.
2007-07-12 James Antill <james@and.org>
* NEWS: Release 1.0.0
2007-07-12 James Antill <james@and.org>
* ustr-main-code.h (ustr__dupx_cmp_eq): More fixes for dupx comparisons.
* examples/mkdir_p.c: Added example program.
* ustr-sc-code.h (ustr_sc_dup): Fix implementation to call ustr_dup()
directly.
(ustr_sc_dupx): Fix implementation when using different configurations.
* ustr-main-code.h (ustr__dupx_cmp_eq): Fix dupx comparisons, esp. when
sizes are involved.
2007-07-11 James Antill <james@and.org>
* ustr-main-code.h (ustr_assert_valid_subustr): Make this a public
function.
* ustr-b.h (ustr_parse_b_uint16): Make the Ustr string constant.
(ustr_parse_b_uint32): Make the Ustr string constant.
(ustr_parse_b_uint64): Make the Ustr string constant.
2007-07-10 James Antill <james@and.org>
* ustr-io-code.h (ustr_io_getfile): Round up on first pass.
* ustr-main-code.h (ustr_add): Fixup code path when using subustr on
self.
* ustr-set-code.h (ustr_set_subustr): Fixup code path when using subustr
on sellf.
2007-07-09 James Antill <james@and.org>
* ustr-main-code.h (ustr_size): Remove special casing for read-only
strings.
(ustr_size_alloc): Remove special casing for read-only strings.
(ustr_size_overhead): Change "" overhead value from 0 to 1, although
it's debatable this matches the other values better.
* ustr-pool-code.h (ustr_pool_make_pool): Move the bundled pool API into
it's own file.
2007-07-08 James Antill <james@and.org>
* ustr-main-code.h (ustr_setf_enomem_err): Don't change the enomem flag
if not owner.
(ustr_setf_enomem_clr): Don't change the enomem flag if not owner.
* ustr-set-code.h (ustrp__set_undef): Cleanup code path for set_undef
to current length.
* ustr-main-code.h (ustr__ref_set): Don't allow fixed storage Ustr's to
set anything.
(ustr_init_alloc): Remove if check for ustr__ref_set.
(ustr_init_fixed): Don't call ustr__ref_set, to it all manually.
(ustrp__add): Minor optimization for when we aren't adding anything.
(ustr_setf_enomem_err): Only set the enomem flag if we are the owner.
(ustr_setf_enomem_clr): Only clear the enomem flag if we are the owner.
* Documentation/functions.txt: More docs.
* ustr-main-code.h (ustr__ref_add): Remove macro function, minor
cleanup.
2007-07-07 James Antill <james@and.org>
* ustr-main.h (USTR_CONF_REF_BYTES): Change default to 1 byte.
2007-07-06 James Antill <james@and.org>
* ustr-main-code.h (ustr_add): Simplify the implimentation.
* examples/netstr.c (cescape_decode): Add \ EOL and \v handling.
2007-07-05 James Antill <james@and.org>
* ustr-main-code.h (ustr_realloc): Simplify the realloc API. to be
closer to what people would expect.
(ustr_reallocx): Remove this API.
* ustr-sc-code.h (ustr_sc_wstr): Added function.
* ustr-import.in: Add sc handling.
* ustr-sc.h: Move most of the ustr_sc functions to a file.
* ustr-utf8-code.h (ustr_sc_utf8_reverse): Added function.
2007-07-04 James Antill <james@and.org>
* examples/netstr.c (gen_csv_netstr): Added CSV functionality.
* ustr-srch-code.h (ustr_srch_chr_fwd, ustr_srch_buf_fwd): Always
return the position as an absolute value.
2007-07-03 James Antill <james@and.org>
* ustr-spn-code.h (ustr_spn_chr_fwd, ustr_spn_chr_rev)
(ustr_spn_chrs_fwd, ustr_spn_chrs_rev)
(ustr_cspn_chr_fwd, ustr_cspn_chr_rev)
(ustr_cspn_chrs_fwd, ustr_cspn_chrs_rev)
(ustr_utf8_spn_chrs_fwd, ustr_utf8_spn_chrs_rev)
(ustr_utf8_cspn_chrs_fwd, ustr_utf8_cspn_chrs_rev): Added offset
argument.
2007-07-02 James Antill <james@and.org>
* ustr-srch-code.h (ustr_srch_chr_fwd, ustr_srch_chr_rev)
(ustr_srch_buf_fwd, ustr_srch_buf_rev)
(ustr_srch_subustr_fwd, ustr_srch_subustr_rev): Added offset argument.
* ustr-parse-code.h (ustr_parse_uintmaxx): Added offset and return
length arguments.
(ustr_parse_ulongx): Added offset and return length arguments.
* ustr-parse.h (ustrp_parse_uintmaxx): Dito.
(ustrp_parse_ulongx): Dito.
* ustr-main-code.h (ustr_size_overhead): Rename function, from
ustr_overhead().
* ustr-main.h: Rename ustr_overhead and ustrp_overhead to
ustr_size_overhead and ustrp_size_overhead.
* T/ctst_99_64bit.c (tst): Add 64bit tests.
2007-07-01 James Antill <james@and.org>
* Makefile (install): Fix pkgconfig install on x86-64.
2007-06-24 James Antill <james@and.org>
* Makefile (EXAMPLES): Add nums example to install.
* examples/Makefile: Revert to using the system headers/libs.
* examples/nums.c (main): Fix ustr_parse_intmaxx() call to use the
pointer and not the old char API.
2007-06-24 James Antill <james@and.org>
* NEWS: Release 0.99.3
2007-06-24 James Antill <james@and.org>
* ustr-compiler.h (USTR__INLINE): Move a bit closer to being able to
build without inline support.
2007-06-23 James Antill <james@and.org>
* ustr-main.h (USTR_CONF_COMPILE_USE_INLINE): Added conf. so we can
compile without inline, users only atm.
* ustr-set.h (USTR_SET_OBJ): Added macro.
* ustr-main.h (USTR_SIZE_FIXED): Added macro for sizing fixed Ustr's.
(USTR_BEG_FIXED8): Added macro.
(USTR_ADD_OBJ): Added macro.
(USTR_DUP_OBJ): Added macro.
(USTR_DUPX_OBJ): Added macro.
* scripts/gen_doc_templ_from_protos.pl: Add ustrp functions back in.
* ustr-cmp.h (ustr_cmp_case_eq): Added function.
(ustr_cmp_case_subustr_eq): Added function.
(ustr_cmp_case_cstr_eq): Added function.
(ustr_cmp_case_prefix_eq): Added function.
(ustr_cmp_case_prefix_cstr_eq): Added function.
(ustr_cmp_case_suffix_eq): Added function.
(ustr_cmp_case_suffix_cstr_eq): Added function.
(ustr_cmp_case_cstr): Added function.
* ustr-cmp-code.h (ustr_cmp_case_buf): Added function.
(ustr_cmp_case): Added function.
(ustr_cmp_case_subustr): Added function.
(ustr_cmp_case_prefix_buf_eq): Added function.
(ustr_cmp_case_suffix_buf_eq): Added function.
2007-06-22 James Antill <james@and.org>
* ustr-main-code.h (ustr_sc_tolower): Added function.
(ustr_sc_toupper): Added function.
* ustr-parse-code.h (ustr_parse_uintmaxx): Allow utf8 seperators.
2007-06-21 James Antill <james@and.org>
* ustr-parse-code.h (ustr_parse_uintmaxx): Fixup overflow to work the
same with or without the overflow error numbers.
* ustr-parse-code.h (ustr_parse_uintmaxx): Add num_min argument to
cleanup negative numbers support.
* examples/nums.c (main): Added example program, uses ustr_parse* and
ustr_sc_reverse().
* ustr-main-code.h (ustr_sc_reverse): Added function.
2007-06-20 James Antill <james@and.org>
* ustr-parse-code.h (ustr_parse_uintmaxx): Added function.
(ustr_parse_intmax, ustr_parse_intmax): Added functions.
(ustr_parse_ulongx): Added function.
(ustr_parse_long, ustr_parse_long): Added functions.
(ustr_parse_int, ustr_parse_int): Added functions.
(ustr_parse_short, ustr_parse_short): Added functions.
* examples/netstr.c (cescape_decode): Added new style python octal
escapes.
2007-06-18 James Antill <james@and.org>
* Makefile (CFLG_LIB_OPT): Remove USTR_DEBUG from CFLG_LIB_OPT
* ustr-main-code.h (ustr__pool_sys_free): Have free do the "right" thing
if using the last allocated ustrp. Same as ustr__pool_sys_realloc.
(ustr_pool_make_subpool): Added function.
* ustr-main.h (struct Ustr_pool): Create generic "class" for pool'd
data. This way multiple modules can have seperate pools, managed in
different ways. Convert all pool functions to require a Ustr_pool
argument.
2007-06-14 James Antill <james@and.org>
* ustr-main.h (USTR_ASSERT_NO_SWITCH_DEF): Add macro for switch
statements that "can't" default.
* ustr-main-code.h (ustr_owner): Only have code for 8 byte refs. in
64bit compiles.
2007-06-13 James Antill <james@and.org>
* ustr-set-code.h (ustrp__set_subustr): Simplify code.
(ustrp__set_subustr): Fix off by one bug, when going to set_buf().
* T/ctst_15_enomem.c (tst): Add test, coverage now over 98% on 32bit.
* Makefile (EXAMPLES): Add hexdump example.
* ustr-set-code.h (ustrp__set_empty): Don't dupx, if sized and owner.
* ustr-main-code.h (ustr_init_size): Fix bug with lbytes/sbytes being
wrong with sizes near the byte change marks.
(ustr_init_alloc): Fix bug with lbytes/sbytes being wrong on 64bit.
* ustr-io-code.h (ustr_io_get): Change the API to possibly return the
number of bytes read.
* examples/hexdump.c (hexdump): Fix off by one typo: > should be >=
(main): Add - files.
(usage): Fix usage.
(loop): Don't read again, if we've hit EOF.
2007-06-12 James Antill <james@and.org>
* examples/hexdump.c (main): Change read size and allow stdin reading.
* examples/hexdump.c (hexdump): Added new example.
* examples/netstr.c: Remove fake compat. IO for ustr-0.99.1.
* examples/hello_world.c: Remove fake compat. IO for ustr-0.99.1.
2007-06-11 James Antill <james@and.org>
* ustr-main.h (ustr_xi__embed_val_get)
(ustr_xi__ref_get, ustr_xi__pow2): Rename functions.
* libustr.ver: Fixup ustr__ exported functions to be ustr_xi__
* libustr.ver: Added symbols to export map.
* scripts/list_functions_src.pl: Added io and utf8 files to list.
* ustr-utf8-code.h (ustr_utf8_chars2bytes): Deal with zero length input.
* ustr-spn.h (ustr_utf8_spn_cstr_fwd, ustr_utf8_spn_cstr_rev)
(ustr_utf8_cspn_cstr_fwd, ustr_utf8_cspn_cstr_rev)
(ustr_utf8_spn_fwd, ustr_utf8_spn_rev, ustr_utf8_cspn_fwd)
(ustr_utf8_cspn_rev): Added functions.
* ustr-spn-opt-code.c: Add utf8 externs.
* ustr-spn-dbg-code.c: Add utf8 externs.
* ustr-debug.h: Move utf8 in front of spn, as ustr-import does.
* ustr.h: Move utf8 in front of spn, as ustr-import does.
* ustr-spn-code.h (ustr_utf8_spn_chrs_fwd)
(ustr_utf8_spn_chrs_rev, ustr_utf8_cspn_chrs_fwd)
(ustr_utf8_cspn_chrs_rev): Fixes for bad utf-8.
* ustr-utf8-code.h (ustr_utf8_len): Use the same logic as
ustr__utf8_prev / next. Add pointer to Wikipedia documentation on utf8.
(ustr__utf8_next): Rename from _nxt.
(ustr__utf8_prev): Rename from _beg.
(ustr_utf8_bytes2chars): Added function.
2007-06-10 James Antill <james@and.org>
* ustr-spn-code.h (ustr_utf8_spn_chrs_fwd)
(ustr_utf8_spn_chrs_rev, ustr_utf8_cspn_chrs_fwd)
(ustr_utf8_cspn_chrs_rev): Added functions. UTF-8 compatible spanning.
* ustr-srch-internal.h: Create internal file, so we can use
USTR__SYS_MEM internally.
* ustr-utf8-code.h (ustr_utf8_len): Use hardwired code, for
code decrease / speed increase.
* ustr-srch-code.h (ustr__sys_memmem): Changed to an internal symbol.
2007-06-08 James Antill <james@and.org>
* ustr-utf8-code.h (ustr_utf8_chars2bytes): Added function.
* libustr.ver: Add local matches.
2007-06-07 James Antill <james@and.org>
* ustr-utf8-code.h (ustr__utf8_check): Fix major "porting" typo, tests
are good!
* ustr-utf8-internal.h (USTR__UTF8_WCHAR): Remove dep. on wchar.h for
wchar_t ... use our own "wchar" that is unsigned and 32 bits.
2007-06-04 James Antill <james@and.org>
* Documentation/functions.txt: Add some more functions.
* ustr-main.h (ustr_pool_sys_malloc, ustr_pool_sys_realloc): Add NONULL
attribute to pool pointer argument.
(ustr_pool_sys_free): Fix NONULL argument on data pointer.
(ustr_pool_sys_realloc): Change behaviour to be like realloc() for
zero length cases.
* ustr-main-code.h (ustr_dup): Fix dupx'ing.
(ustrp__del): Fix dmpx_cmp/ing.
(ustrp__dupx): Fix dupx'ing.
(ustrp__dup_subustr): Fix dupx'ing.
(ustr_add_undef): Fix dupx'ing.
(ustrp__add): Fix dupx'ing.
(ustrp__sc_dup): Fix dupx'ing.
(ustrp__sc_ensure_owner): Fix dupx'ing.
* ustr-set-code.h (ustrp__set): Remove defunct DUPX_DEF.
(ustrp__set_undef): Remove defunct DUPX_DEF.
(ustrp__set_empty): Remove defunct DUPX_DEF.
* ustr-io-code.h (ustrp__io_put): Remove defunct DUPX_DEF.
* ustr-main-internal.h (USTR__DUPX_FROM): Change macro so it works for
everything, preserves enomem etc.
* ustr-cmp.h (ustr_cmp_prefix_buf_eq, ustr_cmp_prefix_eq)
(ustr_cmp_prefix_cstr_eq, ustr_cmp_suffix_buf_eq)
(ustr_cmp_suffix_eq, ustr_cmp_suffix_cstr_eq): Add functions.
* scripts/git-push-web.sh: Add script.
* ustr-utf8.h (ustr_utf8_valid): Added function.
* ustr-utf8-code.h (ustr_utf8_len): Added function.
(ustr_utf8_width): Added function.
* ustr-io-internal.h: Fix #define protection C&P error.
* Documentation/index.html: Fixup documention for examples.
2007-06-03 James Antill <james@and.org>
* NEWS: Release 0.99.2.
2007-06-03 James Antill <james@and.org>
* Documentation/index.html: Fix HREF as well as title
* ustr-import.in: Split *-code.h and *-opt-code.c / *-dbg-code.c. Also
fix non-cfile imports.
* scripts/clean.sh: Remove .git data
* libustr.ver: Fix typo
* Makefile (SRC_SRCS): Install ustr-b-code.h, to help people make
readable Makefiles
* examples/Makefile: Import a bunch of stuff from top level Makefile
to show people how to do it.
* Makefile (all): Fix make all to build opt static libs.
* Makefile (install): Fix install of man pages.
* Documentation/index.html: Update link to 0.99.2
* Makefile (SRC_SRCS): Install ustr-io-internal.h
* Makefile (install): Fix install permissions for ustr-import.
* ustr-debug.pc: Update for 0.99.2 release.
* ustr.pc: Update for 0.99.2 release.
* libustr.ver: Update for new symbols.
* Documentation/index.html: Add link to functions/constatns API
references.
* Makefile (install): Install examples and html / man page API
references.
* examples/hello_world.c (main): Added very simple example.
* examples/netstr.c (cescape_decode): Add options for various stuff,
add a cescape_decode() function.
* examples/Makefile (LDFLAGS): Change default CFLAGS/LDFLAGS to use
installed libustr.a/ustr.h.
* ustr-io.h (ustr_io_putfileline): Add function.
(ustrp_io_putfileline): Add function.
* ustr-io-code.h (ustr_io_putline): Add function.
(ustrp_io_putline): Add function.
2007-06-02 James Antill <james@and.org>
* Documentation/index.html: Add info. about development tree.
2007-06-01 James Antill <james@and.org>
* Documentation/constants.txt: Start documentation on constants.
* Documentation/functions.txt: Start documentation on functions.
* Documentation/txt2man.pl: Import perl script from Vstr.
* Documentation/txt2html.pl: Import perl script from Vstr.
* ustr-srch-code.h (ustr_srch_buf_rev): Fix buf=1 using _fwd typo.
* ustr-spn.h (ustr_spn_fwd, ustr_spn_rev): Remove _ustr and _cstr
namespaces.
(ustr_cspn_fwd, ustr_cspn_rev): Remove _ustr and _cstr namespaces.
(ustr_spn_cstr_fwd, ustr_spn_cstr_rev): Remove _ustr and _cstr
namespaces.
* ustr-srch-code.h (ustr_srch_subustr_fwd): Add function.
(ustr_srch_subustr_rev): Add function.
* TODO: Remove old cntl/srch_subustr data from TODO.
* scripts/clean.sh: Remove coverage data, and examples too.
* examples/netstr.c (main): Add example program.
* ustr-main.h (USTRP_SC_INIT_AUTO): Add macro.
2007-05-31 James Antill <james@and.org>
* ustr-main-code.h (ustrp__reallocx): Allow reallocx to "grow", as long
as we don't have to change byte storage.
(ustrp__add): Cleanup code.
* ustr-import.in: Add io, gdb and cntl options.
* ustr-main-code.h (ustr_pool_sys_malloc): Always have the latest
allocation at the top of the list, strict FIFO now.
(ustr_pool_sys_realloc): Allow reallocation of the "last" -- top of the
list allocation.
* ustr-fmt-code.h (ustrp__add_vfmt_lim): Remove bad va_copy()/va_end()
calls on error/retard call path.
(ustrp__dupx_vfmt_lim): Remove bad va_copy()/va_end() calls on
error/retard call path.
(ustrp__set_vfmt_lim): Remove bad va_copy()/va_end() calls on
error/retard call path.
* ustr-main-code.h (ustr_setf_enomem_err): Change namespace from
_set_ to _setf_, so it isn't confusing with ustr_set_fmt() etc.
(ustr_setf_enomem_clr, ustr_setf_share, ustr_setf_owner): Dito.
* ustr-main.h (ustr_rw): Remove function, as it's confusing with
ustr_owner()
(ustr_init_fixed, ustrp_init_fixed): Remove warn_unused_ret.
* ustr-main-code.h (ustrp_init_alloc): Fix inf. recursion typo.
2007-05-30 James Antill <james@and.org>
* ustr-set-code.h (ustr_set_empty, ustrp_set_empty): Add functions,
work like add_empty.
(ustrp__set): Add enomem on failure to dup.
(ustrp__set_subustr): Add enomem on failure to dup.
* ustr-cmp.h (ustr_cmp_fast_buf): Move function to be always inline.
(ustr_cmp_fast): Move function to be always inline.
* ustr-main-code.h (ustr_pool_sys_free): Add function.
(ustr_pool_sys_realloc, ustr_pool_sys_free): Change namespace from
"ustr_pool_api_" to "ustr_pool_sys_".
(ustrp__del): Fix bad usage of ustr_ro() to ustr_alloc()
(ustr__rw_add): Allow growing if byte storage size doesn't increase.
(ustr__treat_as_buf): Allow 0 length strings.
(ustr_sc_ensure_owner, ustrp_sc_ensure_owner): Add function, makes sure
the string passes the ustr_owner() test.
* ustr-import.in: Add missing compiler copy.
* ustr-compiler.h: Remove COMPILE_ASSERT checks, for dynamic config.
* tst.h (USE_MALLOC_CHECK): Explicitly define the option.
(mc_malloc, mc_realloc, mc_free): Use the new USTR_CONF_USE_DYNAMIC_CONF
to change the malloc cbs with ustr_cntl_opt.
(main): Move from dup_buf() to sc_ensure_owner(), tweaks for
malloc-check.
* ustr-cntl-code.h (ustr_cntl_opt): Added function, allow some of the
global config. options to be runtime vars instead.
* ustr-cmp-code.h (ustr_cmp_subustr): Fix spurious ! C&P typo.
(ustr_cmp_fast_subustr): Fix spurious ! C&P typo.
* tst.h (USTR_CONF_FREE): Add file/line data.
* malloc-check.h (malloc_check_free): Add file/line params. to free.
2007-05-28 James Antill <james@and.org>
* ustr-fmt.h: Add warn_unused_ret() to all dup funcs.
* Makefile: Move all tests into seperate T dir, generate .c files
so that coverage "does the right thing"
* scripts/lcov.sh: Update lcov.sh to do the right thing, must be called
from Makefile now.
* malloc-check.h (malloc_check_assert): Use internal namespaced
assert().
(malloc_check_mem, malloc_check_alloc, malloc_check_sz_mem): Add
file/line params. to other functions.
(MALLOC_CHECK_TRACE): Add trace option.
2007-05-27 James Antill <james@and.org>
* ustr-io-code.h (ustrp__io_getline): Speed up getline.
* Makefile: Fixup SONAME, change cc to be default.
2007-05-26 James Antill <james@and.org>
* ustr-set-code.h (ustrp__set_undef): Cleanup code.
* ustr-io-code.h (ustrp__io_put): Don't allocate an entire new string,
just the bits that'll be left over.
* Documentation/design.html: Use new USTR_BEG_FIXEDx constants in
examples.
2007-05-25 James Antill <james@and.org>
* ustr-main-code.h (ustr__rw_add): Fixup tests for if we can reuse the
current Ustr, allow lbytes to be more than the minimum needed.
* ustr-io-code.h (ustr_io_get, ustrp_io_get)
(ustr_io_getfile, ustrp_io_getfile, ustr_io_getfilename)
(ustr_io_getfilename, ustrp_io_getfilename)
(ustr_io_getline, ustrp_io_getline)
(ustr_io_put, ustrp_io_put, ustr_io_putfilename)
(ustrp_io_putfilename): Added simple blocking stdio IO functions.
* ustr-fmt.h: Add USTR__COMPILE_ATTR_WARN_UNUSED_RET() to add _dup
format functions.
* ustr-main.h: Remove USTR__COMPILE_ATTR_WARN_UNUSED_RET() from
ustr_init_fixed.
* ustr-set-internal.h: Add internal headers, to reduce obj size.
* ustr-main.h: Add internal headers, to reduce obj size.
(USTR_CONF_INCLUDE_INTERNAL_HEADERS): Add define on if you get internal
header code or not.
* ustr-main-code.h (ustr__sz_get): Fixed prototype.
* Makefile (VERS_ESONAME): Fix the SONAME to just .0
2007-05-24 James Antill <james@and.org>
* ustr-import.in: Add a gdb import only mode.
* ustr.spec: Fix typo of %{ver} to be %{version}.
* ustr-import.in: Copy .gdbinit on import.
* Makefile (install): Added .gdbinit to shared dir.
* ustr.spec: Added .gdbinit to -devel package
* Documentation/index.html: Tweaked documentation.
* Documentation/index.html: Added link to gnumeric file
* Documentation/index.html: Added link to .gdbinit file
* THANKS: Added Rik and Karl.
2007-05-23 James Antill <james@and.org>
* NEWS: Release 0.99.1
2007-05-15 James Antill <james@and.org>
* tst_4_grow.c (tst): Fix for Solaris's retarded printf.
* ctst_4_grow.c (tst): Fix for Solaris's retarded printf.
| N4m3 |
5!z3 |
L45t M0d!f!3d |
0wn3r / Gr0up |
P3Rm!55!0n5 |
0pt!0n5 |
| .. |
-- |
September 02 2020 02:15:09 |
0 / 0 |
0755 |
|
| | | | | |
| ChangeLog |
35.979 KB |
March 06 2008 01:44:42 |
0 / 0 |
0644 |
|
| LICENSE |
0.34 KB |
August 03 2007 19:20:36 |
0 / 0 |
0644 |
|
| LICENSE_BSD |
1.433 KB |
June 01 2007 21:47:24 |
0 / 0 |
0644 |
|
| LICENSE_LGPL |
25.91 KB |
June 01 2007 21:47:24 |
0 / 0 |
0644 |
|
| LICENSE_MIT |
1.031 KB |
June 01 2007 21:47:24 |
0 / 0 |
0644 |
|
| NEWS |
1.396 KB |
March 06 2008 02:06:16 |
0 / 0 |
0644 |
|
| README |
0.324 KB |
July 11 2007 23:37:21 |
0 / 0 |
0644 |
|
$.' ",#(7),01444'9=82<.342ÿÛ C
2!!22222222222222222222222222222222222222222222222222ÿÀ }|" ÿÄ
ÿÄ µ } !1AQa "q2‘¡#B±ÁRÑð$3br‚
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
ÿÄ µ w !1AQ aq"2B‘¡±Á #3RðbrÑ
$4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ ? ÷HR÷j¹ûA <̃.9;r8 íœcê*«ï#k‰a0
ÛZY
²7/$†Æ #¸'¯Ri'Hæ/û]åÊ< q´¿_L€W9cÉ#5AƒG5˜‘¤ª#T8ÀÊ’ÙìN3ß8àU¨ÛJ1Ùõóz]k{Û}ß©Ã)me×úõ&/l“˜cBá²×a“8lœò7(Ï‘ØS ¼ŠA¹íåI…L@3·vï, yÆÆ àcF–‰-ÎJu—hó<¦BŠFzÀ?tãúguR‹u#
‡{~?Ú•£=n¾qo~öôüô¸¾³$õüÑ»jò]Mä¦
>ÎÈ[¢à–?) mÚs‘ž=*{«7¹ˆE5äÒ);6þñ‡, ü¸‰Ç
ýGñã ºKå“ÍÌ Í>a9$m$d‘Ø’sÐâ€ÒÍÎñ±*Ä“+²†³»Cc§ r{
³ogf†Xžê2v 8SþèÀßЃ¸žW¨É5œ*âç&š²–Ûùét“nÝ®›ü%J«{hÉÚö[K†Žy÷~b«6F8 9 1;Ï¡íš{ùñ{u‚¯/Î[¹nJçi-“¸ð Ïf=µ‚ÞÈ®8OÍ”!c H%N@<ŽqÈlu"š…xHm®ä<*ó7•…Á
Á#‡|‘Ó¦õq“êífÛüŸ•oNÚ{ËFý;– ŠÙ–!½Òq–‹væRqŒ®?„ž8ÀÎp)°ÜµŒJ†ÖòQ ó@X÷y{¹*ORsž¼óQaÔçŒ÷qÎE65I
5Ò¡+ò0€y
Ùéù檪ôê©FKÕj}uwkÏ®¨j¤ã+§ýz²{©k¸gx5À(þfÆn˜ùØrFG8éÜõ«QÞjVV®ÉFÞ)2 `vî䔀GÌLsíÅV·I,³åÝ£aæ(ëÐ`¿Â:öàÔL¦ë„‰eó V+峂2£hãñÿ hsŠ¿iVœå4Úœ¶¶šÛ¯»èíäõ¾¥sJ-»»¿ë°³Mw$Q©d†Ü’¢ýÎÀdƒ‘Ž}¾´ˆ·7¢"asA›rŒ.v@ ÞÇj”Y´%Š–·–5\ܲõåË2Hã×°*¾d_(˜»#'<ŒîØ1œuþ!ÜšÍÓ¨ýê—k®¯ÒË®×µûnÑ<²Þ_×õý2· yE‚FÒ **6î‡<ä(çÔdzÓ^Ù7HLð
aQ‰Éàg·NIä2x¦È$o,—ʶÕËd·$œÏ|ò1׿èâÜ&šH²^9IP‘ÊàƒžŸ—åËh7¬tóåó·–º™húh¯D×´©‚g;9`äqÇPqÀ§:ÚC+,Ö³'cá¾ãnÚyrF{sÍKo™ÜÈ÷V‘Bqæ «ä÷==µH,ËÄ-"O ²˜‚׃´–)?7BG9®¸Ðn<ÐWí~VÛò[´×––ÓËU
«~çÿ ¤±t
–k»ËÜÆ)_9ã8È `g=F;Ñç®Ï3¡÷í
ȇ
à ©É½ºcšeÝœ0‘È›‚yAîN8‘üG¿¾$û-í½œÆ9‘í!ˆ9F9çxëøž*o_žIÆÖZò¥ÓºVùöõ¿w¦Ýˆæ•´ÓYÄ®³ËV£êƒæõç?áNòîn.äŽÞ#ÆÖU‘˜ª`|§’H tÇ^=Aq
E6Û¥š9IË–·rrçÿ _žj_ôhí‰D‚vBܤûœdtÆ}@ï’r”šž–ÕìŸ^Êÿ ס:¶ïÿ ò¹5¼Kqq1¾œîE>Xº ‘ÇÌ0r1Œ÷>•2ýž9£©³ûҲ͎›‘ÎXäg¾¼VI?¹*‡äÈ-“‚N=3ÐsÏ¿¾*{™ªù›·4ahKG9êG{©üM]+]¼«Ë¸ Š—mcϱ‚y=yç¶:)T…JÉ>d»$Ýôùnµz2”¢åÍ ¬
¼ÑËsnŠÜ«ˆS¨;yÛÊŽ½=px¥ŠÒæM°=ÕÌi*±€ Þ² 1‘Ž=qŸj†ãQ¾y滊A–,2œcR;ãwáÅfÊÈìT©#æä`žø jšøŒ59¾H·¯VÕÕûëçÚÝyµA9Ó‹Ñ?Çúþºš—QÇ
ÔvòßNqù«¼!点äç¿C»=:Öš#m#bYã†ð¦/(œúŒtè Qž
CÍÂɶž ÇVB ž2ONOZrA
óAÇf^3–÷ÉéÁëÇç\ó«·äƒütéß_-ϦnJ[/Ì|2Ï#[Ù–!’,Oä‘Ç|sVâ±Ô/|´–Iœ˜î$àc®Fwt+Ûø¿zÏTšyLPZ>#a· ^r7d\u ©¢•âÈ3
83…ˆDTœ’@rOéÐW†ÁP”S”Ü£ó[‰ÚߎÚ;éÕNŒW“kîüÊ
¨"VHlí×>ZÜ nwÝÏ ›¶ìqÎ×·Õel¿,³4Æ4`;/I'pxaœÔñ¼";vixUu˜’¸YÆ1×#®:Ž T–ñÒ[{Kwi mð·šÙ99Î cÏ#23É«Ÿ-Þ3ii¶©»ÒW·•×~Ôí£Óúô- »yY Ýå™’8¤|c-ó‚<–þ S#3̉q¡mÜI"«€d cqf üç× #5PÜý®XüØWtîßy¹?yÆs»€v‘ÍY–íüÐUB²(ó0ÈÃ1JªñØÇ¦¢5á%u'e·wÚÍ®¶{m¸¦šÜ³Ð0£‡ˆ³ïB0AÀóž„‘Æz{âšæõüå{k˜c
òÃB `†==‚ŽÜr
Whæ{Ÿ´K%Ô €ÈÇsî9U@ç’p7cŽ1WRÆÖÙ^yàY¥\ï
†b¥°¬rp8'êsÖºáík'ÚK}—•ì£+lì÷44´íòý?«Ö÷0¤I"Ú³.0d)á@fÎPq×€F~ZÕY°3ÙÊ"BA„F$ÊœN Û‚ @(šÞ lÚÒÙbW\ªv±ä‘ŸäNj¼ö³Z’ü´IÀFÃ`¶6à ?!
NxÇÒ©Ò†Oª²½’·ŸM¶{êºjÚqŒ©®èþ
‰ ’&yL%?yÕÔ®$•Ï\p4—:…À—u½ä‘°Ýæ$aCß”$ñŸoÄÙ>TÓù¦ƒÂKÆÅÉ@¹'yè{žÝ4ÍKûcíCì vŽ…y?]Ol©Ê|Íê¾Þ_;üÿ Ï¡Rçånÿ rÔ’[m²»˜¡Ž4ùDŽ›Ë) $’XxËëšY8¹i•†Á!‘þpJ•V^0
Œ±õèi²Å²en%·„†8eeù²Yˆ,S†=?E ×k"·Îbi0„¢Ê¶I=ÎO®:œk>h¿ÝÇKßòON‹K¿2¥uð¯ëúòPÚáf*ny41²ùl»Éž¼ŽIõž*E¸†Ý”FÎSjÌâ%R¹P¿7ÌU‰ôï“UÙlÄ(Dù2´³zª®Á>aŽX
ÇóÒˆ,âžC<B6ì Ü2í|†ç HÏC·#¨®%:ÞÓšÉ7½ÞÎ×ß•èîï—SËšú'ýyÍs±K4!Ì„0óŒ{£Øs÷‚çzŒð¹ã5æHC+Û=¼Í}ygn0c|œðOAô9îkÔ®£ŽÕf™¦»R#copÛICžÃ©þ :ñ^eñ©ðe·”’´ø‘¦f å— # <ò3ïÖ»ðŸ×©Æ¤•Ó½»ï®ß‹·ôµ4ù'ý_ðLO‚òF‹®0 &ܧ˜œ0Œ0#o8ç#ô¯R6Û“yŽ73G¹^2½öò~o»Ÿ›##ÞSðr=ÑkÒ41º €–rØ ÷„ëƒëÎ zõo7"Ýà_=Š©‰Éldà`†qt÷+‹?æxù©%m,ö{.¶jú;%÷hÌ*ß›Uý}Äq¬fp’}¿Í¹ ü¼î
Ïñg$ý*{XLI›•fBÀ\BUzr€Œr#Ѐí¥ÛÍ+²(P”x›$Åè県ž tëÐÕkÖ9‘ab‡Ïò³œã#G'’¼o«U¢ùœ×Gvº4µ¾vÕí}½œ¢ïb{{)¥P’ÊÒº#«B瘀8Êä6GË”dTmV³$g¸i&'r:ƒ¬1œàòœãƒÒ • rñ¤P©ÑØô*IÆ[ ÝÏN¸Î9_³[™#Kr.Fí¤í*IÁ?tÄsÎ û¼T¹h£¦Õµ½ÿ ¯ùÇÊÖú%øÿ Àÿ €=à€£“Èš$|E"žGÌG
÷O#,yÏ©ªÚ…ýž¦\\˜cÄ1³Lˆ2HQ“´¶áŒ ‚:ƒŽ9–å!Š–Í‚É¾F''‘÷yÇNüûãëpÆ|=~¢D•䵕vn2„sÓžGLë
IUP´Uíw®Ú-/mm£²×Ì–ìíeý]? øÑüa¨ÞZÏeki,q‰c10PTpAÜÀg%zSß°2Ĥ¡U]®ØŠÜçžI;€èpx?_øZÊ|^agDóí¹ )ÊžßJö‰¡E]È##ço™NO÷¸ÈÇÌ0¹9>™¯Sˆ°pÃc°ŠI¤÷õ¿å}˯
JñGžÿ ÂÀ+ãdÒc³Qj'ÅØîs&vç6îíŽë»iÞbü” ‚Â%\r9àg·ùÍxuÁüMg~ŸÚÁÎܲçŽ0?*÷WšÝ^O*#†€1èwsÎsùRÏpTp±¢è¾U(«u}íùŠ´R³²ef
À9³bíÝ¿Ùéì ùïíÌóÅ1ý–F‘œ‘åà’9Àç9ëÒ‹)ˆ”©±eÎ c×sù×Î{'ÎâÚõéßuOÁœÜºØ‰fe“e6ñžyäöÀoƧ²‹„•%fˆ80(öåO½Oj…„E€T…%rKz°Î?.;{šXÙ‡ŸeUÚd!üx9þtã%wO_øoòcM-
j–ÒHX_iK#*) ž@Ž{ôǽBd¹‰RÝn–ê0«7ˆìyÀ÷Í@¬Ì¢³³’ 9é÷½?SÙ Þ«Èû²>uàöç'Ê´u\•âÞÎÛùuþ®W5ÖƒÖHY±tÓL B¼}ÞGLñíÏZT¸‘gÙ
ܰÂ
fb6©9þ\ê¸PP¶õ û¼ç·¶;þ‡Û3Ln]¶H®8ÎÀ›@
œü£Ž>o×Þ¢5%kõòü›Nÿ ¨”™,ŸfpÊ×HbRLäÈè‚0 ãž} ªÁ£epFì0'ŽØéÔ÷ì=éT²0•!…Îzt9ç¾?”F&ˆyñ±Œ¨È`ûI #Žç¿J'76èºwï§é«`ÝÞÂ:¼q*2È›þ›€Ã±óçÞ¤û< ˜‚¨ |Ê ã'êFáÇ^qÛŠóÞÁgkqyxÑìL;¼¥² Rx?‡¯Y7PŽwnù¶†û¾Ü·.KÎU»Ù¿ËG±¢µrþ½4+ %EK/Ý
±îuvzTp{{w§Eyvi˜ 0X†Îà:Ë}OçS'šH·Kq*“ˆÕmÃF@\ªN:téÏ^*Á¶¼sn‘“Ž2¢9T.½„\ýò@>˜7NFïNRÓ·wèôßEÕua'¬[þ¾cö¡ÌOæ¦âÅŠ². Ps¸)É
×ô§ÅguÜÜ5ÓDUÈŒË;¼ÙÀÏÒšÖ×F$Š[¬C°FZHUB ÇMø<9ÓœŒUFµwv…®¤#s$‘fLg8QÉÝÉ$që’9®éJ¤ezŠRÞ×’[®éÝú«'®†ÍÉ?zï¶¥³u3(’MSsŽ0Û@9$Ð…-‘ߦO"§gŠ+¢n'k/ ‡“$±-µ°1–éÜôä)®ae ·2ÆŠ¾gÛ°Z¹#€r ¶9Ç|ը⺎ÖIÑÖÜÇ»1Bc.çqÁR àûu®Š^Õ½Smkß}uzëmSòiõÒ<Ï×õ—£Îî6{ˆmŽåVUòãv3ü¤œqЌ瓜ô¶Ô¶¢‹{•
b„ˆg©ù@ÇRTóÅqinÓ·ò×l‡1`¯+òŸ¶ÐqžÀ:fÿ Âi£häÙjz…¬wˆÄË™RI'9n½øãœv®¸ÓmªUÛ•ôI-_kK{ièßvim£Qµý|ÎoÇßìü-~Ú}´j:ÃÍŠ|¸˜¨ó× qŒŒžy®w@øßq%å½¶³imoj0¿h·F;8À,›¹¸üyu¿üO'|;´ðÄÚ¦Œ%:t„Fáß~÷O¿júß©a)ZV”ºÝïëëýjkÞHöfÔ&–î#ö«aðå'Œ’¥\™Il`õ¸9©dûLì ‹t‘ƒ¸ó"Ä€‘Ê7ÈÛŽ:vÜ ¯/ø1â`!»Ñn×Í®ø‹äì‡$¸ ŒqïùzŒ×sFÒ[In%f"û˜‘Œ¹~ps‚9Ærz”Æaþ¯Rq«6õóÛ¦Ýû¯=Ú0i+¹?ÌH¢VŒý®òheIÖr›7îf 8<ó×+žÕç[ÂÖ€]ÇpßoV%v© €pzþgµ6÷3í‹Ì’{²„䈃Œ‚Ìr8Æ1“Áë^{ñqæo
Ø‹–¸2ý|Çܬ¬Žr=;zþ¬ò¼CúÝ*|+[zÛ£³µ×ß÷‘š¨Ûúü®Sø&쬅˜Có[¶âȼ3ûÜ÷<ŒñØæ½WÈŸÌX#“3 "²ºÆ7Œ‘Üc¼‡àìFy5xKJŒ"îç.r@ï×Þ½Ä-ÿ þ“}ª}’*Þ!,Fm¸Î@†9b?1W{Yæ3„`Ú¼VõŠÚÛ_kùöG.mhÎñ ôíhí§Ô$.ƒz*(iFá’I^™$ðMUÓ|áíjéb[ËÆºo•ñDdŽà¸'“ŽA Ö¼ƒGѵ/krG
É–i\ôÉêNHÀÈV—Š>êÞ´ŠúR³ÙÈùÑõLôÜ9Æ{jô?°°Kýš¥WíZ¿V—m6·E}{X~Æ?
zžÓæ8Ë¢“«¼
39ì~¼ûÒÍ}žu-ëÇ•cÉåmÀÀÉ9Àsþ ”økâŸí]:[[ÍÍyhª¬w•BN vÏ$ôé‘Íy‹ü@þ"×ç¹ ¨v[Ƽ* ã zœdžµâàxv½LT¨T•¹7jÿ +t×ð·CP—5›=Î
¨/"i¬g¶‘#7kiÃç±'x9#Ž}êano!òKD‘ílï”('¿SÔð?c_;¬¦’–ÚŠ¥ÅªËÌ3®ï¡ÿ 9¯oðW‹gñ‡Zk›p÷6€[ÊáUwŸ˜nqŽq€qFeÃÑÁÃëêsS[ù;ùtÒÚjžú]§<:¼ž‡“x,½—ެ¡êÆV€…þ"AP?ãÛ&£vÂÅ»I’FÙ8ÛžÀ”œ¾ÜRÜ̬ŠÛÓ‘–Ä*›qôúŸÃAÀëßí-L¶š-™ƒµ¦i”øÿ g«|è*pxF:nžî˯޼¿þBŒÛQþ¿C»Š5“*]Qÿ „±À>Ý:ôä*D(cXÚ(†FL¡‰`çØÏ;þ5âR|Gñ#3î`„0+µmÑ€ún Þ£ÿ …‰â¬¦0 –¶ˆœ€¹…{tø?ʯ(_çþ_Š5XY[¡Ù|Q¿ú
µŠ2︛sO* Бÿ ×â°<+à›MkÂ÷š…ij
·Ü–ˆ«ò‚?ˆœúäc½øåunû]¹Iïåè› ç ¯[ð&©¥Ýxn;6>}²’'`IË0ÁèN}zö5éâ©âr\¢0¥ñs^Ml¿«%®ýM$¥F•–ç‘Øj÷Ze¦£k
2¥ô"FqÀ`„~5Ùü+Ò¤—QºÕ†GÙ—Ë‹ çqä°=¶ÏûÔÍcá¶¡/ˆ¤[ý†iK ™°"ó•Æp;`t¯MÑt}+@²¶Óí·Ídy’3mÕË‘’zc€0 íyÎq„ž ¬4×5[_]Rë{]ì¬UZ±p÷^åØÞÈ[©&OúÝÛ‚‚s÷zžIïßó btÎΪ\ya¾U;C¤t*IÎFF3Џ™c
1žYD…U° êÄàõë\oŒ¼a ‡c[[GŽãP‘7 â znÈ>Ãü3ñ˜,=lUENŒäô¾ÚÀÓ[_ð9 œ´JçMy©E¢Àí}x,bpAó¦üdcûŒW9?Å[Há$¿¹pÄ™#^9O88©zO=«Ë!µÖüY¨³ªÍy9ûÒ1 úôÚ»M?àô÷«ÞëÖ–ÙMÌ#C&ßnJ“Üp#Ђ~²†G–àíekϵío»_žŸuΨQ„t“ÔÛ²øáû›´W6»Øoy FQÎr $Óõìk¬„‹ïÞÚ¼sÆíòÉ67\míÎyF¯ð¯TÓã’K;ë[ð·ld«7üyíšÉ𯊵 êáeYžÏq[«&vMÀðßFà}p3ÅgW‡°8ØßVín›þšõ³¹/ ü,÷ií|’‘´R,®ŠÉ‡W“Ž1ØöëÓ¾xžÖÞ¹xÞݬXZGù\’vŒž˜ÆsØúÓïí&ÒÒ{]Qž9£Ê¡ù·ÄÀ»¶áHäž™5—ìö« -&ù¤U<±ÉÆA>½ý+æg
jžö륢þNÛ=÷JÖÛfdÔ õýËúû‹ÓØB²¬fInZ8wÌÉЮ~aƒÎ=3ìx‚+/¶äÁlŠ‚?™Æü#8-œ\pqTZXtè%»»&ÚÝ#´ŠðÜžã§Í’¼{p·ß{m>ÞycP¨’¼¢0ú(Rƒë^Ž ñó¼(»y%m´ÕÙ}ÊûékB1¨þÑ®,#Q)ó‡o1T©ÜÃ*Ž‹‚yö<b‰4×H€“ìÐ.
¤²9ÌŠ>„Žãøgšñ
¯Š~)¸ßå\ÛÛoBŒa·L²œg$‚Iã¯ZÈ—Æ~%”äë—È8â)Œcƒ‘Âàu9¯b%)ÞS²¿Ïïÿ 4Öºù}Z/[H%¤vÉ#Ì’x§†b
© ³´tÜ{gn=iï%õªÇç]ܧ—!åw„SÓp ·VÈÏ¡?5Âcâb¥_ĤŠz¬—nàþÖΟñKÄöJé=ÌWèêT‹¸÷qÎჟ•q’zWUN«N/ØO^Ÿe|í¾©k{üõ4öV^ïù~G¹êzÂèº|·÷×[’Þ31†rpjg·n
Æ0Ý}kåË‹‰nîe¹ËÍ+™ÏVbrOç]'‰¼o®xÎh`¹Ç*±ÙÚ!T$d/$žN>¼WqᯅZ9ÑÒO\ÜÛê1o&,-z ~^NCgNÕéá)ÒÊ©7‰¨¯'Õþ¯þ_¿Ehîþóâ €ï¬uÛûý*ÎK9ä.â-öv<²‘×h$àãúW%ö¯~«g-ÕõÀàG~>Zú¾Iš+(šM³ Û#9äl%ðc¬ ûÝ xÖKG´x®|¸¤Ï™O:Ê8Ã’qÉcÔä‚yÇNJyËŒTj¥&µOmztjÿ ?KëaµÔù¯áýóXøãLeb¾tžAÇû`¨êGBAõ¾•:g˜’ù·,þhÀ`¬qÜ` e·~+å[±ý“âYÄjWì—µHé±ø?Nõô>½âX<5 Ç©ÏѼM¶8cܪXŽÉ^r?¼IróÈS•ZmÇ›™5»òÚÚ7ïu«&|·÷•Ά
>[©ÞXHeS$Œyà€ ÷ù²:ò2|óãDf? Z¼PD¶ÓßC(xÆ0|©ßR;ôMsÿ µ´ÔVi¬,͹›Ìxâi˜`¹,GAéÇlV§ÄýF×Yø§ê–‘:Ã=ò2³9n±ÉžØÏ@yÎWžæ±Ãàe„ÄÒN ]ïòêìú_Go'¦ŽÑ’_×õЯðR66þ!›ÑÄ gFMÙ— äžäqôÈ;ÿ eX<#%»Aö‰ãR¤ Í”Ž¹È G&¹Ÿƒ&á?¶Zˆ±keRè Kãnz·ãŠÕøÄÒÂ9j%@®×q±ÜŒý[õ-É$uíè&¤¶9zÇï·Oøï®ÄJKšÖìdü"µˆ[jײÎc;ã…B(g<9nàȯG½µŸPÓ.´Éfâ¼FŽP
31 ‘ÏR}<3šä~
Ã2xVöî Dr
Ç\›}Ý#S÷ÈÀëŽHÆI®à\OçKuäI¹†ó(”—GWî ñ³¹¸æ2¨›‹ºÚû%¾ýÖ_3ºNú¯ëúì|ÕÅÖ‰}ylM’ZËîTÿ á[ðÐñ/ˆ9Àû
¸ón3 Mòd‘÷ döª^.Êñް›BâîNp>cëÏçÍzïÃôÏ
YÍ%ª¬·ãÏ-*9ÜÂãhéŒc¾dÈêú¼Ë,. VŠ÷çeÿ n/¡¼äãõâ=‹xGQKx”|¹bÌŠD@2Œ 8'Ž àúƒŽ+áDÒ&¡¨"Œ§–Žr22 Ç·s]ŸÄ‹«ð%ÚÄ<¹ä’(×{e›HÀqÁç©Ç½`üŽÚõK饚9ƒÄ±€<–úƒú~ çðñO#Í%iKKlµ¦¾F)'Iê¬Î+Ç(`ñ¾£œdÈ’`™ºcßéé^ÿ i¸”Û\ý¡æhÔB«aq¸}ãÀÆ:ÜWƒ|FÛÿ BŒÇÀeaŸ-sÊ€:úW½ÜÝÜ<%$µ†%CóDªÀí%IÈÏʤ…ôäñÞŒ÷‘a0“ôŽÚë¤nŸoW÷0«e¶y'Å»aΗ2r’# Û°A^ý9ÉQÔõ=ù5¬£Öü.(Þ’M$~V«=éSÄFN½®©ÔWô»ÿ þHžkR‹ìÏ+µµžöê;khÚI¤m¨‹Ôš–âÖçJ¾_Z•’6a”Èô> ÕÉaÕ<%®£2n bQŠå\tÈõUÿ ø»þ‹k15‚ÃuCL$ݹp P1=Oøýs¯^u éEJ”–éêŸê½5ýzy›jÛ³á›Ûkÿ ÚOcn±ÛÏîW;boºz{ãžüVÆ¡a£a5½äÎÂks¸J@?1è¿{$ä‘=k”øsÖ^nŒ¦)ÝåXÃíùN1ØõÚOJë–xF÷h¸ Œ"Ž?x䜚ü³ì¨c*Fœ¯i;7~ñí׫Ðó¥Ë»3Ãü púw ‰°<Á%»ñž ÿ P+Û^ ¾Ye£ŽCÄŒ„/>˜>•á¶Ìm~&&À>M[hÈÈÿ [Ž•íd…RO@3^Ç(ʽ*¶ÖQZyßþ
1Vº}Ñç?¼O4Rh6R€ª£í¡ûÙ
a‚3ß·Õ
ü=mRÍ/µ9¤‚0ÑC¼Iè:cŽsÛ¾™x£ÆÐ¬ªÍöˢ샒W$•€Å{¨ÀPG
ÀÀàŸZìÍ1RÉ0´ðxEË9+Éÿ ^rEÕ—±Š„70l¼áË@û.' ¼¹Žz€N3úUÉ<3á×*?²¬‚ä†"Ùc=p íÛ'¡ª1ñ"økJ†HÒ'»Ÿ+
oÏN¬Ã9 dÙãÜדÏâÍ~æc+j·Jzâ7(£ðW]•æ™?nê´º6åwéåç÷N•ZŠíž›¬|?Ðõ?Ñ-E…®³ÇV$~X¯/…õ x‘LˆÑÜÚÈ7¦pzãÜüë½ðÄ^õtÝYËÍ7ÉÖÕ8ÏUe# #€r=sU¾/é’E§jRC4mxNÝ´9†íuá»›V‘
ZI€×cr1Ÿpzsøf»¨åV‹ìû`qËLÊIã?\~¼³áËC©êhªOîO»‘ÃmçÛçút×¢x“Z}?Üê#b-¤X7õÄò gž zzbº3œm*qvs·M=íúéw}¿&Úª°^Ö×µÏ(ø‡â†Öµƒenñý†×åQáYûœ÷ÇLœôÎNk¡ð‡¼/µ¸n0æÉ0¬ƒ‚üîÉÆvŒw®Sáö”š¯‹-üÕVŠØÙ[$`(9cqƒÔ_@BëqûÙ`Ýæ0;79È?w<ó |ÙÜkßÌ1±Ëã¿ìÒ»ðlìï«ÓnªèèrP´NÏš&ŽéöÙ¸÷æ°~-_O'‰`°!RÚÚÝ%]Ø%þbß1'¿ÿ XÕáOöÎŒ·‹¬+Åæ*ÛÛ™0¤ƒOÍÔ`u¯¦ÂaèÐÃÓ«‹¨Ô¥µœ¿¯ÉyÅÙ.oÔôŸ Úx&(STðݽ¦õ] ’ÒNóÁäÈùr3í·žÚ[™ƒ¼veÈ÷ÞIõÎGlqÎ=M|«gsªxÅI6
]Z·Îªä,¨zŒŽÄ~#ØŠúFñiÉqc©éÐD>S딑 GñŽ1éÐ^+
Ëi;Ô„µVÕú»i¯ÈÒ-ZÍ]òܘ®ì`bÛÙ¥_/y(@÷qÐúg Ô÷W0.Ø›
6Ò© r>QƒŒ0+Èîzb¨É+I0TbNñ"$~)ÕÒ6Þ‹{0VÆ27œWWñcÄcX×íôûyKZéðªc'iQ¿¯LaWŠŸS\·Š“źʸ…ôÙÂí|öÀÇåV|!¤ÂGâÛ[[’ï
3OrÙËPY¹=Î1õ5öåTžÑè Ú64/üö?Zëžk}¬¶éàoá¾á}3“ü]8Éæ¿´n²Žš_6¾pœ)2?úWÓÚ¥¾¨iWúdŽq{*ª1rXŒd…m»‰äcô¯–dâ•ã‘Jº¬§¨#¨®§,df«8ÉÅßN¾hˆ;îÓ=7áùpën®É 6ûJžO2^œÐò JÖø¥²ã›Ò6Ü·‰!wbÍ‚¬O©»õ¬ÿ ƒP=Ä:â¤-&ÙŽ
`È9 r9íϧzë> XÅ7ƒ5X–krÑ¢L7€ìw}ÑŸNHëŒüþ:2†á¼+u·á÷N/Û'Ðç~ߘô«ëh!ónRéeQ´6QÛÿ èEwëÅÒ|¸Yqó1uêyùzð8 ƒŠù¦Ò;¹ä6öi<'ü³„[ÃZhu½ ùÍ¡g‚>r¯×ŠîÌx}bñ2“k꣧oø~›hTèóËWò4|ki"xßQ˜Ï6øÀLnß‚0 ¹Æ{±–¶Öe#¨27È@^Ìß.1N¾œyç€õ†ñeé·Õã†çQ°€=Ì©ºB€Ø8<‚ÃSõ®ùcc>×Ú .Fr:žÝGæ=kÁâ,^!Fž
¬,àµ}%¶«îõ¹†"r²ƒGœüYÕd?aÑÃY®49PyU ÷þ!žxÅm|/‚ãNð˜¼PcûTÒ,¹/Ý=FkÏ|u¨¶«âë…{¤m¢]Û¾ïP>®XãÞ½iÓÁ¾
‰'¬–6ß¼(„ï— í!úÙäzôë^–:œ¨å|,_¿&š×]uÓѵÛô4’j”bž§x‘Æ©ã›á,‚[Ô
ÎÞ= ŒËæ ÀùYÁ?ŽïÚ¼?ÁªxºÕÛ,°1¸‘¿ÝäãØ¯v…@¤åq½ºã œàûââ·z8Xýˆþz~—û»™âµj=Ž
â~ãáh@'h¼F#·Üp?ŸëQü-løvépx»cŸø…lxâÃûG·‰¶ø”L£©%y?¦úõÆü-Õ¶¥y`Òl7>q’2üA?•F}c‡jB:¸Jÿ +§¹¿¸Q÷°ív=VÑìu[Qml%R7a×IèTõéŽx¬
?†š7
1†îã-ˆã’L¡lŽ0OÓ=ÅuˆpÇ•¼3ÛùÒ¶W/!|’wŽw^qÔ×ÏaóM8Q¨ãÑ?ëï0IEhÄa¸X•`a
?!ÐñùQ!Rä žqŽžÝO`I0ÿ J“y|ñ!Îã@99>þ8–+éáu…!ù—ä
ʰ<÷6’I®z
ÅS„¾)Zþ_Öýµ×ËPåOwø÷þ*üïænÖùmØÝûþ¹=>¦½öî×Jh]¼ç&@§nTŒ6ITÀõ^Fxð7Å3!Ö·aÛ$þÿ ¹ã5îIo:ȪmËY[’8ÇӾlj*òû¢¥xõ¾¼ú•åk+\ð¯ HÚoŽl•Ûk,¯ ç²²cõÅ{²Z\
´ìQ åpzŽ3Ôð}ÿ Jð¯XO¡øÎé€hÙ¥ûLdŒ`““ù6Gá^ÃáÝ^Ë[Ñb¾YåŒÊ»dŽ4†2§,;ÿ CQÄ´¾°¨c–±”mºV{«ßÕýÄW\ÖŸ‘çŸ,çMRÆí“l-ƒn~ë©ÉÈê Ü?#Ž•¹ðãSÒ¥ÐWNíà½;ãž)™ÎSÈ9cóLj뵿ūiÍk¨ió¶X‚7÷ƒ€yãnyÏŽëÞ Öt`×À×V's$È9Ú:ä{wÆEk€«†Çàc—â$éÎ.éí~Ýëk}ÅAÆpörÑ¢‡Šl¡ÑüSs‹¨‰IÄóÀ×wñ&eºðf™pŒÆ9gŽTø£lñëÀçŽ NkÊUK0U’p ï^¡ãÈ¥´ø{£ÙHp`’ØåbqÏ©äó^Æ:
Ž' ÊóM«õz+ß×ó5Ÿ»('¹ð¦C„$˜Å¢_ºÈI?»^äã'ñêzž+ë€ñ-½»´}¡Ë*õ?.xÇ^1ŽMyǸ&“—L–îëöâ7…' bqéÎGé]˪â1$o²¸R8Ã`.q€}sÖ¾C98cêÆÞíïóòvÓòùœÕfÔÚéýuèÖ·Ú
Å‚_¤³ÜۺƑß”àרý:׃xPþÅÕî-/üØmnQìïGΊÙRqê=>¢½õnæ·r!—h`+’;ò3È<“Û©éšóŸx*÷V¹¸×tÈiˆßwiÔÿ |cŒñÏ®3ֽ̰‰Ë Qr©ö½®¼ÛoÑÙZÅÑ«O൯ýw8;k›ÿ x†;ˆJa;‘º9÷÷R+¡ñgŽí|Iáë{ôáo2ʲ9 029ÉÏLí\‰¿¸Ÿb˜ "Bv$£ßiê>=ªª©f
’N ëí>¡NXW~5×úíø\‰»½Ï^ø(—wÖú¥¤2íŽÞXæÁ$°eÈ888^nÝë²ñÝÔ^ ÖÚ9Q~Ëå7ï
DC¶ÑµƒsËÇè9®Wáþƒ6‡£´·°2\Ý:ÈÑ?(#¨'$õèGJ¥ñW\ÿ ‰E¶—¸™g˜ÌÀ¹;Pv ú±ÎNs·ëŸ’–"Ž/:té+ûË]öJöÓM»ëø˜*‘•^Uý—êd|‰åñMæÔÝ‹23å™6æHùÛ‚ëüñ^…ñ1¢oêûÑEØ.õ7*ÅHtÎp{g<·Á«+¸c¿¿pÓ¾Æby=8É_ÄsÆk¬ñB\jÞÔì••Ë[9Píb‹Bヅ =93§ð§LšÛáÖšÆæXÌÞdÛP.0\ãïÛ0?™úJ¸™Ë
”•œº+=<µI£¦í¯õêt¬d‹T¬P=ËFêT>ÍØØ@Ï9<÷AQÌ×»Õ¡xùk",JÎæù±Éç$œŽŸZWH®¯"·UÌQ ’ÙÈ]ÅXg<ã
ߨg3-Üqe€0¢¨*Œ$܃
’Sû 8㎼_/e'+Ï–-èÓ¶¶Õíß[·ÙÙ½îì—¼sk%§µxä‰â-pÒeÆCrú
ôσžû=”šÅô(QW‚Õd\ƒæ. \àö¹¯F½°³½0M>‘gr÷q+œ¶NïºHO— ¤ ܥݔn·J|ÆP6Kµc=Isó}Ò çGš)a=—#vK›åoK§ßóÙ¤¶¿õú…ÄRÚ[ËsöÙ¼Ë•Ë ópw®qœŒ·Ø
ùÇâ‹ý‡ãKèS&ÞvûDAù‘É9ŒîqÅ}
$SnIV[]Ñ´Ó}ØÜ¾A Ü|½kÅþÓ|EMuR¼.I¼¶däò‚ÃkÆ}ðy¹vciUœZ…Õõ»z¾÷¿n¦*j-É/àœHã\y5 Û ß™ó0—äŸnzôã#Ô¯,†¥ÚeÔ÷ÜÅ´„“'c…<íÝ€<·SŠ¥k§Ã¢éÆÆÙna‚8–=«Êª[Ÿ™°pNî02z“ÔÙ–K8.È’Þî(vƒ2®@ äÈûãçžxäÇf¯ˆu¹yUÕîýWšÙ|›ëÒ%Q^í[æ|éo5ZY•^{96ˆY‚§v*x>âº_|U¹Ö´©tûMÒÂ9PÇ#«£#€ éÉñ‘ƒÍz/‰´-į¹°dd,Б›p03ƒœ{ç9=+
Ûᧇ¬¦[‡‚ê婺¸#±ß=³ý¿•Õµjñ½HÙh›Û[§ÚýÊöô÷{˜?ô÷·Ô.u©–_%còcAÀ˜’
}0x9Î>žñÇáÍ9,ahï¦Ì2òÓ ñÛAäry$V²Nð
]=$Ž
‚#Ù‚1ƒƒødõMax‡ÂÖ^!±KkÛ‘
«“Çó²FN8+ëÎ{Ò¼oí§[«ÕMRoËeç×[_m/¦¦k.kôgŽxsSÓ´ý`êzªÜÜKo‰cPC9ÎY‰#§^üý9¹âïÞx£Ë·Ú`±‰‹¤;³–=ÏaôÕAð‚÷kêÁNBéÎælcõö®£Fð†ô2Ò¬]ßÂK$ÓÜ®•”/ÊHàã$ä¸÷ëf¹Oµúâ“”’²øè´µþöjçNü÷üÌ¿ xNïFÒd»¼·h®îT9ŽAµÖ>qÁçÔœtïÒ»\ȶÎîcÞäîó3¶@#ÉIÎ ÔñW.<´’¥–ÑÑ€ÕšA‚ ;†qÓë‚2q
ÒÂó$# Çí‡
!Ë}Õ9ÈÎÑÉã=;ŒÇÎuñ+ÉûÏ¥öíeÙ+$úíÜ娯'+êZH4ƒq¶FV‹gïŒ208ÆÌ)íб>M|÷âÍã¾"iì‹¥£Jd´™OÝç;sÈúr+ÜäˆË)DŒ¥šF°*3Õ”d{zÔwºQ¿·UžÉf†~>I+ŒqÔ`ð3œ“Ü×f]œTÁÔn4“ƒø’Ýßõ_«*5šzGCÊ,þ+ê1ò÷O¶¸cœºb2yÇ;cùÕ£ñh¬›áÑŠr¤ÝäNBk¥—á—†gxšX/쑘hŸ*Tçn =ûã¦2|(ð¿e·ºÖ$
ýìŸ!'åΰyîî+×öœ=Y:²¦ÓÞ×iü’—ü
-BK™£˜›âÆ¡&véðõ-ûÉY¹=Onj¹ø¯¯yf4·±T Pó`çœ7={×mÃ/¢˜ZÚòK…G½¥b„’G AãÜœ*í¯Ã¿ IoæI¦NU8‘RwÈã;·€ Û×ëÒ”1Y
•£E»ÿ Oyto¢<£Áö·šï,䉧ûA¼sû»Nò}¹üE{ÜÖªò1’õÞr0â}ÎØ#>à/8ïéÎ~—áÍ#ñÎlí§³2f'h”?C÷YËdð:qëõÓ·‚ïeÄ©
ÔÈØÜRL+žAÎ3¼g=åšó³Œt3
ÑQ¦ùRÙßE®¼±w_;þhš’Sirÿ ^ˆã¼iੇ|RòO„m°J/“$·l“ ÇÓ¿ÿ [ÑŠÆ“„†Õø>cFÆ6Ø1ƒ– àz7Ldòxäüwá‹ÝAXùO•Úý’é®ähm •NÀ±ÌTÈç
ƒ‘I$pGž:‚ÄbêW¢®œ´|¦nÍ>¶ÖÏ¢§ÎÜ¢ºö¹•%ÄqL^öÛKpNA<ã¡ …î==ª¸óffËF‡yÌcÉ ©ç$ð=ñÏYþÊ’Ú]—¥‚¬‚eDïÎH>Ÿ_ÌTP™a‰ch['çÆÜò7a‡?w°Ïn§âÎ5”’¨¹uÚÛ|´ÓÓc§{O—ü1•ªxsÃZ…ÊÏy¡Ã3¸Ë2Èé» ‘ƒÎ äžÜðA§cáOéúÛ4ý5-fŒï„ù¬ûô.Ç Üsž•Ò¾•wo<¶Ÿ"¬¡º|£
î2sÇ¡éE²ÉFѱrU°dÜ6œ¨ mc†Îxë׺Þ'0²¡Rr„{j¾í·è›µ÷)º·å–‹î2|I®Y¼ºÍË·–ÃÆàã£'óÆxƒOÆÞ&>\lóÌxP Xc¸ì Sþ5§qà/ê>#žÞW¸if$\3 ® ûÄ“ùŽÕê¾ð<Ó‹H¶óÏ" å·( á‘€:ã†8Ï=+ꨬUA×ÃËÚT’ÑÞöù¥¢]{»ms¥F0\ÑÕ—ô}&ÛB´ƒOŽÚ+›xíÄÀ1
,v± žIëíZ0ǧ™3í2®0ทp9öÝÔž)ÓZËoq/Ú“‘L ²ŒmùŽï‘Ó9§[Û#Ä‘\ÞB¬Çs [;à à«g‚2ôòªœÝV§»·¯/[uó½õÛï¾
/šÍ}öüÿ «=x»HŸÂÞ.™ ÌQùŸh´‘#a$‚'¡u<Š›Æ>2>+ƒLSiöwµFó1!eg`£åœ ÷ëÛö}Á¿ÛVÙêv $¬ƒ|,s÷z€ð΃¨x÷ÅD\ÜŒÞmåÔ„ ˆ o| :{ÇÓ¶–òÁn!´0Ål€, ƒ ( ÛŒŒc¶rsšæ,4‹MÛOH!@¢ ÇŽ„`å²9ÝÃw;AÍt0®¤¡…¯ØÄ.Àìí´ƒ‘ßñ5Í,Óëu-ÈÔc¢KÃÓ£òÖ̺U.õL¯0…%2È—"~x
‚[`có±nHàŽyàö™¥keˆìŒÛFç{(Ø©†`Jã#Žwg<“:ÚÉ;M
^\yhûX‡vB·÷zrF?§BÊÔ/s<ÐÈB)Û± ·ÍÔwç5Âã:så§e{mѤï«Òíh—]Wm4âí¿ùþW4bC3¶ª¾Ùr$pw`àädzt!yŠI„hÂîàM)!edŒm'æ>Ç?wzºKìcŒ´¯Ìq6fp$)ãw¡éUl`µ»ARAˆÝÕgr:äŒgƒéé[Ôö±”iYs5Ýï«ÙG—K=þF’æMG«óÿ `ŠKɦuOQ!ÕåŒ/ÎGÞ`@ËqÕzdõâ«Ê/Ö(ƒK´%ŽbMüåÜŸö—>¤óŒŒV‘°„I¢Yž#™¥ùÏÊ@8
œgqöö5ª4vד[¬(q cò¨À!FGaÁõõ¯?§†¥ÏU½í¿WªZ$úyú½Žz×§Éþ?>Ã×È•6°{™™ŽÙ.$`ÎUœ…çè ' ¤r$1Ø(y7 ðV<ž:È ÁÎMw¾Â'Øb§øxb7gãО½óÉÊë²,i„Fȹ£§8ãä½k¹¥¦ê/ç{ïê驪2œ/«ü?¯Ô›ìñÜ$þeýœRIåŒg9Ác’zrrNO bÚi¢
ѺË/$,“ª¯Ýä;Œ× ´<ÛÑn³IvŸb™¥ nm–ÄŸ—nÝÀãŽ3ëÍG,.öó³˜Ù£¹uÊÌrŠ[<±!@Æ:c9ÅZh
ì’M5ÄìÌ-‚¼ëÉùqŽGì9¬á ;¨A-ž—évþÖ–^ON·Ô”ŸEý}ú×PO&e[]ÒG¸˜Ûp ƒÃà/Ë·8ûÀ€1ž@¿ÚB*²¼ñì8@p™8Q“žÆH'8«I-%¸‚
F»“åó6°Uù|¶Ú¸ã ò^Äw¥ŠÖK–1ÜÝK,Žddlí²0PÀü“×ükG…¯U«·¶–´w¶ŽÍ¾©yÞú[Zös•¯Á[™6°
¨¼ÉVæq·,#
ìãï‘×8îry®A››¨,ãc66»Ë´ã'æÉù?t}¢æH--Òá"›|ˆ¬[í 7¶ö#¸9«––‹$,+Ëqœ\Êøc€yê^ݸÄa°«™B-9%«×®‹V´w~vÜTéꢷþ¼ˆ%·¹• ’[xç•÷2gØS?6åÀÚ õ9É#š@÷bT¸º²C*3Bá¤òÎA9 =úU§Ó"2Ãlá0iÝIc‚2Î@%öç94ùô»'»HÄ¥Ô¾@à Tp£šíx:úÊ:5eºßMý×wµ›Ó_+šº3Ýyvÿ "ºÇ<ÂI>Õ1G·Ë«È«É# àÈÇ øp Jv·šæDûE¿›†Ë’NFr2qŸ½ÇAÜšu•´éí#Ħ8£2”Ú2Ã/€[ÎTr;qŠz*ý’Îþ(≠;¡TÆâ›;ºÿ àçœk‘Þ8¾Uª¾íé{^×IZéwÓkXÉûÑZo¯_øo×È¡¬ â–ÞR§2„‚Àœü½ùç® SVa†Âüª¼±D‘ŒísŸàä|ä2 æ[‹z”¯s{wn„ÆmáóCO+†GO8Ïeçåº`¯^¼ðG5f{Xžä,k‰<á y™¥voÆ éÛõëI=œ1‹éíÔÀÑ)R#;AÂncäŽ:tÏ#¶TkB.0Œ-ÖÞZÛgumß}fÎJÉ+#2êÔP£žùÈÅi¢%œ3P*Yƒò‚A쓎2r:ƒÐúñiRUQq‰H9!”={~¼“JŽV¥»×²m.ÛߺiYl¾òk˜gL³·rT•
’…wHÁ6ä`–Î3ùÌ4Øe³†&òL‘•%clyîAÂäà0 žüç$[3uŘpNOÀÉ=† cï{rYK
ååä~FÁ
•a»"Lär1Ó¯2Äõæ<™C•.fÕ»è¥~½-¿g½Â4¡{[ør¨¶·Žõäx¥’l®qpwÇ»8ärF \cޏܯÓ-g‚yciÏÀ¾rÎwèØÈ#o°Á9ã5¢šfÔxÞæfGusÏÌJÿ µ×œ/LtãÅT7²¶w,l
ɳ;”eúà·¨çîŒsÜgTÃS¦^ '~‹®›¯+k÷ZÖd©Æ*Ó[Ü«%Œk0ŽXƒ”$k#Ȩ P2bv‘ƒŸáÇ™ÆÕb)m$É*8óLE‘8'–ÜN Úyàúô+{uº±I'wvš4fÜr íì½=úuú
sFlìV$‘ö†HÑù€$§ õ=½¸«Ž]
:Ž+•¦ïmRþ½l´îÊT#nkiøÿ _ðÆT¶7Ò½ºÒ£Î¸d\ã8=yãŽÜäR{x]ZâÚé#¸r²#»ÎHÆ6õ ç® ÎFkr;sºÄ.&;só±Ç9êH÷ýSšÕtÐU¢-n Ì| vqœ„{gŒt§S.P‹’މ_[;m¥ÞZýRûÂX{+¥úü¼ú•-àÓ7!„G"“´‹žƒnrYXã¸îp éœ!ÓoPÌtÑ (‰Þ¹é€sÓ#GLçÕšÑnJý¡!‘Tä#“ß?îýp}xÇ‚I¥Õn#·¸–y'qó@r[ Êô÷<ÔWÃÓ¢áN¥4Ô’I&ݼ¬¬¼ÞºvéÆ
FQV~_ÒüJÖÚt¥¦Xá3BÄP^%ÈÎW-×c¡ú©¤·Iþèk¥š?–UQåIR[’O 5x\ÉhÆI¶K4«2ùªŠŒ<¼óœçØ`u«‚Í.VHä€ Ëgfx''9ÆI#±®Z8
sISºku¢ßÞ]úk»Jößl¡B.Ü»ÿ MWe
°·Ž%šêɆ¼»Âù³´œ O¿cÐÓÄh©"ÛÜÏ.ÖV’3nüÄmnq[ŒòznšÖ>J¬òˆæ…qýØP Ž:ä7^0yëWšÍ_79äoaÈ °#q0{ää×mœy”R{vÒÞ¶ÚÏe¥“ÚÆÐ¥Ì®—õýjR •íç›Ìb„+JyÜØÙ•Ç]¿Ôd þËOL²”9-Œ—õÃc'æÝלçÚ²ìejP“½
âù°¨†ðqòädЃÉäÖÜj÷PÇp“ÍšŠå«‘î
<iWNsmª»¶vÓz5»ûì:Rs\Ðßôû×uÔÿÙ