Source: tokyocabinet
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru tokyocabinet-1.4.48/debian/changelog 
tokyocabinet-1.4.48/debian/changelog
--- tokyocabinet-1.4.48/debian/changelog        2022-04-18 16:18:14.000000000 
+0000
+++ tokyocabinet-1.4.48/debian/changelog        2024-02-29 18:23:58.000000000 
+0000
@@ -1,3 +1,10 @@
+tokyocabinet (1.4.48-15.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062987
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 18:23:58 +0000
+
 tokyocabinet (1.4.48-15) unstable; urgency=medium
 
   * Update watch file format version to 4.
diff -Nru tokyocabinet-1.4.48/debian/control tokyocabinet-1.4.48/debian/control
--- tokyocabinet-1.4.48/debian/control  2022-04-18 16:08:42.000000000 +0000
+++ tokyocabinet-1.4.48/debian/control  2024-02-29 18:23:58.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Tobias Frost <t...@debian.org>
-Build-Depends: chrpath,
+Build-Depends: dpkg-dev (>= 1.22.5), chrpath,
                debhelper-compat (= 12),
                libbz2-dev,
                zlib1g-dev
@@ -12,7 +12,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/tokyocabinet
 Vcs-Git: https://salsa.debian.org/debian/tokyocabinet.git
 
-Package: libtokyocabinet9
+Package: libtokyocabinet9t64
+Provides: ${t64:Provides}
+Replaces: libtokyocabinet9
+Breaks: libtokyocabinet9 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -30,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtokyocabinet9 (= ${binary:Version}), ${misc:Depends}
+Depends: libtokyocabinet9t64 (= ${binary:Version}), ${misc:Depends}
 Description: Tokyo Cabinet Database Libraries [development]
  Tokyo Cabinet is an efficient database library like GDBM and NDBM.
  It features hash database and B+ tree database and is developed as the
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9.install 
tokyocabinet-1.4.48/debian/libtokyocabinet9.install
--- tokyocabinet-1.4.48/debian/libtokyocabinet9.install 2018-04-04 
21:43:05.000000000 +0000
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9.install 1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libtokyocabinet.so.*
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols 
tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols
--- tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols 2022-04-18 
15:50:21.000000000 +0000
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols 1970-01-01 
00:00:00.000000000 +0000
@@ -1,785 +0,0 @@
-libtokyocabinet.so.9 libtokyocabinet9 #MINVER#
-* Build-Depends-Package: libtokyocabinet-dev
- _tc_bzcompress@Base 1.4.47
- _tc_bzdecompress@Base 1.4.47
- _tc_deflate@Base 1.4.47
- _tc_dummy_cnt@Base 1.4.47
- _tc_dummyfunc@Base 1.4.47
- _tc_dummyfuncv@Base 1.4.47
- _tc_getcrc@Base 1.4.47
- _tc_inflate@Base 1.4.47
- _tc_md5_append@Base 1.4.47
- _tc_md5_finish@Base 1.4.47
- _tc_md5_init@Base 1.4.47
- _tc_recdecode@Base 1.4.47
- _tc_recencode@Base 1.4.47
- tcadbadddouble@Base 1.4.47
- tcadbaddint@Base 1.4.47
- tcadbclose@Base 1.4.47
- tcadbcopy@Base 1.4.47
- tcadbdel@Base 1.4.47
- tcadbforeach@Base 1.4.47
- tcadbfwmkeys2@Base 1.4.47
- tcadbfwmkeys@Base 1.4.47
- tcadbget2@Base 1.4.47
- tcadbget@Base 1.4.47
- tcadbiterinit@Base 1.4.47
- tcadbiternext2@Base 1.4.47
- tcadbiternext@Base 1.4.47
- tcadbmapbdb@Base 1.4.47
- tcadbmapbdbemit@Base 1.4.47
- tcadbmisc@Base 1.4.47
- tcadbnew@Base 1.4.47
- tcadbomode@Base 1.4.47
- tcadbopen@Base 1.4.47
- tcadboptimize@Base 1.4.47
- tcadbout2@Base 1.4.47
- tcadbout@Base 1.4.47
- tcadbpath@Base 1.4.47
- tcadbput2@Base 1.4.47
- tcadbput@Base 1.4.47
- tcadbputcat2@Base 1.4.47
- tcadbputcat@Base 1.4.47
- tcadbputkeep2@Base 1.4.47
- tcadbputkeep@Base 1.4.47
- tcadbputproc@Base 1.4.47
- tcadbreveal@Base 1.4.47
- tcadbrnum@Base 1.4.47
- tcadbsetskel@Base 1.4.47
- tcadbsetskelmulti@Base 1.4.47
- tcadbsize@Base 1.4.47
- tcadbsync@Base 1.4.47
- tcadbtranabort@Base 1.4.47
- tcadbtranbegin@Base 1.4.47
- tcadbtrancommit@Base 1.4.47
- tcadbvanish@Base 1.4.47
- tcadbvsiz2@Base 1.4.47
- tcadbvsiz@Base 1.4.47
- tcarccipher@Base 1.4.47
- tcatof@Base 1.4.47
- tcatoi@Base 1.4.47
- tcatoih@Base 1.4.47
- tcatoix@Base 1.4.47
- tcbasedecode@Base 1.4.47
- tcbaseencode@Base 1.4.47
- tcbdbadddouble@Base 1.4.47
- tcbdbaddint@Base 1.4.47
- tcbdbalign@Base 1.4.47
- tcbdbbnum@Base 1.4.47
- tcbdbbnumused@Base 1.4.47
- tcbdbcacheclear@Base 1.4.47
- tcbdbclose@Base 1.4.47
- tcbdbcmpfunc@Base 1.4.47
- tcbdbcmpop@Base 1.4.47
- tcbdbcopy@Base 1.4.47
- tcbdbcurdel@Base 1.4.47
- tcbdbcurfirst@Base 1.4.47
- tcbdbcurjump2@Base 1.4.47
- tcbdbcurjump@Base 1.4.47
- tcbdbcurjumpback2@Base 1.4.47
- tcbdbcurjumpback@Base 1.4.47
- tcbdbcurkey2@Base 1.4.47
- tcbdbcurkey3@Base 1.4.47
- tcbdbcurkey@Base 1.4.47
- tcbdbcurlast@Base 1.4.47
- tcbdbcurnew@Base 1.4.47
- tcbdbcurnext@Base 1.4.47
- tcbdbcurout@Base 1.4.47
- tcbdbcurprev@Base 1.4.47
- tcbdbcurput2@Base 1.4.47
- tcbdbcurput@Base 1.4.47
- tcbdbcurrec@Base 1.4.47
- tcbdbcurval2@Base 1.4.47
- tcbdbcurval3@Base 1.4.47
- tcbdbcurval@Base 1.4.47
- tcbdbdbgfd@Base 1.4.47
- tcbdbdefrag@Base 1.4.47
- tcbdbdel@Base 1.4.47
- tcbdbdfunit@Base 1.4.47
- tcbdbecode@Base 1.4.47
- tcbdberrmsg@Base 1.4.47
- tcbdbfbpmax@Base 1.4.47
- tcbdbflags@Base 1.4.47
- tcbdbforeach@Base 1.4.47
- tcbdbfsiz@Base 1.4.47
- tcbdbfwmkeys2@Base 1.4.47
- tcbdbfwmkeys@Base 1.4.47
- tcbdbget2@Base 1.4.47
- tcbdbget3@Base 1.4.47
- tcbdbget4@Base 1.4.47
- tcbdbget@Base 1.4.47
- tcbdbhasmutex@Base 1.4.47
- tcbdbinode@Base 1.4.47
- tcbdblmemb@Base 1.4.47
- tcbdblnum@Base 1.4.47
- tcbdbmemsync@Base 1.4.47
- tcbdbmtime@Base 1.4.47
- tcbdbnew@Base 1.4.47
- tcbdbnmemb@Base 1.4.47
- tcbdbnnum@Base 1.4.47
- tcbdbopaque@Base 1.4.47
- tcbdbopen@Base 1.4.47
- tcbdboptimize@Base 1.4.47
- tcbdbopts@Base 1.4.47
- tcbdbout2@Base 1.4.47
- tcbdbout3@Base 1.4.47
- tcbdbout@Base 1.4.47
- tcbdbpath@Base 1.4.47
- tcbdbprintleaf@Base 1.4.47
- tcbdbprintmeta@Base 1.4.47
- tcbdbprintnode@Base 1.4.47
- tcbdbput2@Base 1.4.47
- tcbdbput@Base 1.4.47
- tcbdbputcat2@Base 1.4.47
- tcbdbputcat@Base 1.4.47
- tcbdbputdup2@Base 1.4.47
- tcbdbputdup3@Base 1.4.47
- tcbdbputdup@Base 1.4.47
- tcbdbputdupback2@Base 1.4.47
- tcbdbputdupback@Base 1.4.47
- tcbdbputkeep2@Base 1.4.47
- tcbdbputkeep@Base 1.4.47
- tcbdbputproc@Base 1.4.47
- tcbdbrange2@Base 1.4.47
- tcbdbrange@Base 1.4.47
- tcbdbrnum@Base 1.4.47
- tcbdbsetcache@Base 1.4.47
- tcbdbsetcapnum@Base 1.4.47
- tcbdbsetcmpfunc@Base 1.4.47
- tcbdbsetcodecfunc@Base 1.4.47
- tcbdbsetdbgfd@Base 1.4.47
- tcbdbsetdfunit@Base 1.4.47
- tcbdbsetecode@Base 1.4.47
- tcbdbsetlsmax@Base 1.4.47
- tcbdbsetmutex@Base 1.4.47
- tcbdbsetxmsiz@Base 1.4.47
- tcbdbsync@Base 1.4.47
- tcbdbtranabort@Base 1.4.47
- tcbdbtranbegin@Base 1.4.47
- tcbdbtrancommit@Base 1.4.47
- tcbdbtune@Base 1.4.47
- tcbdbvanish@Base 1.4.47
- tcbdbvnum2@Base 1.4.47
- tcbdbvnum@Base 1.4.47
- tcbdbvsiz2@Base 1.4.47
- tcbdbvsiz@Base 1.4.47
- tcberdecode@Base 1.4.47
- tcberencode@Base 1.4.47
- tcbsdecode@Base 1.4.47
- tcbsencode@Base 1.4.47
- tcbwtdecode@Base 1.4.47
- tcbwtencode@Base 1.4.47
- tcbzipdecode@Base 1.4.47
- tcbzipencode@Base 1.4.47
- tccalendar@Base 1.4.47
- tccalloc@Base 1.4.47
- tcchidxdel@Base 1.4.47
- tcchidxhash@Base 1.4.47
- tcchidxnew@Base 1.4.47
- tccmpdecimal@Base 1.4.47
- tccmpint32@Base 1.4.47
- tccmpint64@Base 1.4.47
- tccmplexical@Base 1.4.47
- tccopyfile@Base 1.4.47
- tccstrescape@Base 1.4.47
- tccstrunescape@Base 1.4.47
- tcdatestrhttp@Base 1.4.47
- tcdatestrwww@Base 1.4.47
- tcdayofweek@Base 1.4.47
- tcdeflate@Base 1.4.47
- tcdrand@Base 1.4.47
- tcdrandnd@Base 1.4.47
- tcerrmsg@Base 1.4.47
- tcfatalfunc@Base 1.4.47
- tcfdbadddouble@Base 1.4.47
- tcfdbaddint@Base 1.4.47
- tcfdbclose@Base 1.4.47
- tcfdbcopy@Base 1.4.47
- tcfdbdbgfd@Base 1.4.47
- tcfdbdel@Base 1.4.47
- tcfdbecode@Base 1.4.47
- tcfdberrmsg@Base 1.4.47
- tcfdbflags@Base 1.4.47
- tcfdbforeach@Base 1.4.47
- tcfdbfsiz@Base 1.4.47
- tcfdbget2@Base 1.4.47
- tcfdbget3@Base 1.4.47
- tcfdbget4@Base 1.4.47
- tcfdbget@Base 1.4.47
- tcfdbhasmutex@Base 1.4.47
- tcfdbinode@Base 1.4.47
- tcfdbiterinit2@Base 1.4.47
- tcfdbiterinit3@Base 1.4.47
- tcfdbiterinit4@Base 1.4.47
- tcfdbiterinit@Base 1.4.47
- tcfdbiternext2@Base 1.4.47
- tcfdbiternext3@Base 1.4.47
- tcfdbiternext@Base 1.4.47
- tcfdbkeytoid@Base 1.4.47
- tcfdblimid@Base 1.4.47
- tcfdblimsiz@Base 1.4.47
- tcfdbmax@Base 1.4.47
- tcfdbmemsync@Base 1.4.47
- tcfdbmin@Base 1.4.47
- tcfdbmtime@Base 1.4.47
- tcfdbnew@Base 1.4.47
- tcfdbomode@Base 1.4.47
- tcfdbopaque@Base 1.4.47
- tcfdbopen@Base 1.4.47
- tcfdboptimize@Base 1.4.47
- tcfdbout2@Base 1.4.47
- tcfdbout3@Base 1.4.47
- tcfdbout@Base 1.4.47
- tcfdbpath@Base 1.4.47
- tcfdbprintmeta@Base 1.4.47
- tcfdbput2@Base 1.4.47
- tcfdbput3@Base 1.4.47
- tcfdbput@Base 1.4.47
- tcfdbputcat2@Base 1.4.47
- tcfdbputcat3@Base 1.4.47
- tcfdbputcat@Base 1.4.47
- tcfdbputkeep2@Base 1.4.47
- tcfdbputkeep3@Base 1.4.47
- tcfdbputkeep@Base 1.4.47
- tcfdbputproc@Base 1.4.47
- tcfdbrange2@Base 1.4.47
- tcfdbrange3@Base 1.4.47
- tcfdbrange4@Base 1.4.47
- tcfdbrange5@Base 1.4.47
- tcfdbrange@Base 1.4.47
- tcfdbrnum@Base 1.4.47
- tcfdbsetdbgfd@Base 1.4.47
- tcfdbsetecode@Base 1.4.47
- tcfdbsetmutex@Base 1.4.47
- tcfdbsync@Base 1.4.47
- tcfdbtranabort@Base 1.4.47
- tcfdbtranbegin@Base 1.4.47
- tcfdbtrancommit@Base 1.4.47
- tcfdbtune@Base 1.4.47
- tcfdbtype@Base 1.4.47
- tcfdbvanish@Base 1.4.47
- tcfdbvsiz2@Base 1.4.47
- tcfdbvsiz3@Base 1.4.47
- tcfdbvsiz@Base 1.4.47
- tcfdbwidth@Base 1.4.47
- tcfree@Base 1.4.47
- tcgetcrc@Base 1.4.47
- tcglobalmemorypool@Base 1.4.47
- tcglobalmutexlock@Base 1.4.47
- tcglobalmutexlockshared@Base 1.4.47
- tcglobalmutexunlock@Base 1.4.47
- tcglobpat@Base 1.4.47
- tcgzipdecode@Base 1.4.47
- tcgzipencode@Base 1.4.47
- tchdbadddouble@Base 1.4.47
- tchdbaddint@Base 1.4.47
- tchdbalign@Base 1.4.47
- tchdbbnum@Base 1.4.47
- tchdbbnumused@Base 1.4.47
- tchdbcacheclear@Base 1.4.47
- tchdbclose@Base 1.4.47
- tchdbcodecfunc@Base 1.4.47
- tchdbcopy@Base 1.4.47
- tchdbdbgfd@Base 1.4.47
- tchdbdefrag@Base 1.4.47
- tchdbdel@Base 1.4.47
- tchdbdfunit@Base 1.4.47
- tchdbecode@Base 1.4.47
- tchdberrmsg@Base 1.4.47
- tchdbfbpmax@Base 1.4.47
- tchdbflags@Base 1.4.47
- tchdbforeach@Base 1.4.47
- tchdbfsiz@Base 1.4.47
- tchdbfwmkeys2@Base 1.4.47
- tchdbfwmkeys@Base 1.4.47
- tchdbget2@Base 1.4.47
- tchdbget3@Base 1.4.47
- tchdbget@Base 1.4.47
- tchdbgetnext2@Base 1.4.47
- tchdbgetnext3@Base 1.4.47
- tchdbgetnext@Base 1.4.47
- tchdbhasmutex@Base 1.4.47
- tchdbinode@Base 1.4.47
- tchdbiterinit2@Base 1.4.47
- tchdbiterinit3@Base 1.4.47
- tchdbiterinit@Base 1.4.47
- tchdbiternext2@Base 1.4.47
- tchdbiternext3@Base 1.4.47
- tchdbiternext@Base 1.4.47
- tchdbmemsync@Base 1.4.47
- tchdbmtime@Base 1.4.47
- tchdbnew@Base 1.4.47
- tchdbomode@Base 1.4.47
- tchdbopaque@Base 1.4.47
- tchdbopen@Base 1.4.47
- tchdboptimize@Base 1.4.47
- tchdbopts@Base 1.4.47
- tchdbout2@Base 1.4.47
- tchdbout@Base 1.4.47
- tchdbpath@Base 1.4.47
- tchdbprintmeta@Base 1.4.47
- tchdbprintrec@Base 1.4.47
- tchdbput2@Base 1.4.47
- tchdbput@Base 1.4.47
- tchdbputasync2@Base 1.4.47
- tchdbputasync@Base 1.4.47
- tchdbputcat2@Base 1.4.47
- tchdbputcat@Base 1.4.47
- tchdbputkeep2@Base 1.4.47
- tchdbputkeep@Base 1.4.47
- tchdbputproc@Base 1.4.47
- tchdbrnum@Base 1.4.47
- tchdbsetcache@Base 1.4.47
- tchdbsetcodecfunc@Base 1.4.47
- tchdbsetdbgfd@Base 1.4.47
- tchdbsetdfunit@Base 1.4.47
- tchdbsetecode@Base 1.4.47
- tchdbsetmutex@Base 1.4.47
- tchdbsettype@Base 1.4.47
- tchdbsetxmsiz@Base 1.4.47
- tchdbsync@Base 1.4.47
- tchdbtranabort@Base 1.4.47
- tchdbtranbegin@Base 1.4.47
- tchdbtrancommit@Base 1.4.47
- tchdbtranvoid@Base 1.4.47
- tchdbtune@Base 1.4.47
- tchdbtype@Base 1.4.47
- tchdbvanish@Base 1.4.47
- tchdbvsiz2@Base 1.4.47
- tchdbvsiz@Base 1.4.47
- tchdbxmsiz@Base 1.4.47
- tchexdecode@Base 1.4.47
- tchexencode@Base 1.4.47
- tcinflate@Base 1.4.47
- tcjetlag@Base 1.4.47
- tcjsonescape@Base 1.4.47
- tcjsonunescape@Base 1.4.47
- tclistbsearch@Base 1.4.47
- tclistclear@Base 1.4.47
- tclistdel@Base 1.4.47
- tclistdump@Base 1.4.47
- tclistdup@Base 1.4.47
- tclistinsert2@Base 1.4.47
- tclistinsert@Base 1.4.47
- tclistinvert@Base 1.4.47
- tclistload@Base 1.4.47
- tclistlsearch@Base 1.4.47
- tclistnew2@Base 1.4.47
- tclistnew3@Base 1.4.47
- tclistnew@Base 1.4.47
- tclistnum@Base 1.4.47
- tclistover2@Base 1.4.47
- tclistover@Base 1.4.47
- tclistpop2@Base 1.4.47
- tclistpop@Base 1.4.47
- tclistprintf@Base 1.4.47
- tclistpush2@Base 1.4.47
- tclistpush@Base 1.4.47
- tclistpushlist@Base 1.4.47
- tclistpushmalloc@Base 1.4.47
- tclistpushmap@Base 1.4.47
- tclistremove2@Base 1.4.47
- tclistremove@Base 1.4.47
- tclistshift2@Base 1.4.47
- tclistshift@Base 1.4.47
- tclistsort@Base 1.4.47
- tclistsortci@Base 1.4.47
- tclistsortex@Base 1.4.47
- tclistunshift2@Base 1.4.47
- tclistunshift@Base 1.4.47
- tclistval2@Base 1.4.47
- tclistval@Base 1.4.47
- tclmax@Base 1.4.47
- tclmin@Base 1.4.47
- tclock@Base 1.4.47
- tclog2d@Base 1.4.47
- tclog2l@Base 1.4.47
- tclrand@Base 1.4.47
- tcmalloc@Base 1.4.47
- tcmapadddouble@Base 1.4.47
- tcmapaddint@Base 1.4.47
- tcmapclear@Base 1.4.47
- tcmapcutfront@Base 1.4.47
- tcmapdel@Base 1.4.47
- tcmapdump@Base 1.4.47
- tcmapdup@Base 1.4.47
- tcmapget2@Base 1.4.47
- tcmapget3@Base 1.4.47
- tcmapget4@Base 1.4.47
- tcmapget@Base 1.4.47
- tcmapiterinit2@Base 1.4.47
- tcmapiterinit3@Base 1.4.47
- tcmapiterinit@Base 1.4.47
- tcmapiternext2@Base 1.4.47
- tcmapiternext@Base 1.4.47
- tcmapiterval2@Base 1.4.47
- tcmapiterval@Base 1.4.47
- tcmapkeys2@Base 1.4.47
- tcmapkeys@Base 1.4.47
- tcmapload@Base 1.4.47
- tcmaploadone@Base 1.4.47
- tcmapmove2@Base 1.4.47
- tcmapmove@Base 1.4.47
- tcmapmsiz@Base 1.4.47
- tcmapnew2@Base 1.4.47
- tcmapnew3@Base 1.4.47
- tcmapnew@Base 1.4.47
- tcmapout2@Base 1.4.47
- tcmapout@Base 1.4.47
- tcmapprintf@Base 1.4.47
- tcmapput2@Base 1.4.47
- tcmapput3@Base 1.4.47
- tcmapput4@Base 1.4.47
- tcmapput@Base 1.4.47
- tcmapputcat2@Base 1.4.47
- tcmapputcat3@Base 1.4.47
- tcmapputcat@Base 1.4.47
- tcmapputkeep2@Base 1.4.47
- tcmapputkeep@Base 1.4.47
- tcmapputlist@Base 1.4.47
- tcmapputmap@Base 1.4.47
- tcmapputproc@Base 1.4.47
- tcmaprnum@Base 1.4.47
- tcmapvals2@Base 1.4.47
- tcmapvals@Base 1.4.47
- tcmd5hash@Base 1.4.47
- tcmdbadddouble@Base 1.4.47
- tcmdbaddint@Base 1.4.47
- tcmdbcutfront@Base 1.4.47
- tcmdbdel@Base 1.4.47
- tcmdbforeach@Base 1.4.47
- tcmdbfwmkeys2@Base 1.4.47
- tcmdbfwmkeys@Base 1.4.47
- tcmdbget2@Base 1.4.47
- tcmdbget3@Base 1.4.47
- tcmdbget@Base 1.4.47
- tcmdbiterinit2@Base 1.4.47
- tcmdbiterinit3@Base 1.4.47
- tcmdbiterinit@Base 1.4.47
- tcmdbiternext2@Base 1.4.47
- tcmdbiternext@Base 1.4.47
- tcmdbmsiz@Base 1.4.47
- tcmdbnew2@Base 1.4.47
- tcmdbnew@Base 1.4.47
- tcmdbout2@Base 1.4.47
- tcmdbout@Base 1.4.47
- tcmdbput2@Base 1.4.47
- tcmdbput3@Base 1.4.47
- tcmdbput4@Base 1.4.47
- tcmdbput@Base 1.4.47
- tcmdbputcat2@Base 1.4.47
- tcmdbputcat3@Base 1.4.47
- tcmdbputcat@Base 1.4.47
- tcmdbputkeep2@Base 1.4.47
- tcmdbputkeep@Base 1.4.47
- tcmdbputproc@Base 1.4.47
- tcmdbrnum@Base 1.4.47
- tcmdbvanish@Base 1.4.47
- tcmdbvsiz2@Base 1.4.47
- tcmdbvsiz@Base 1.4.47
- tcmemdup@Base 1.4.47
- tcmimebreak@Base 1.4.47
- tcmimedecode@Base 1.4.47
- tcmimeencode@Base 1.4.47
- tcmimeparts@Base 1.4.47
- tcmpoolclear@Base 1.4.47
- tcmpooldel@Base 1.4.47
- tcmpoolglobal@Base 1.4.47
- tcmpoollistnew@Base 1.4.47
- tcmpoolmalloc@Base 1.4.47
- tcmpoolmapnew@Base 1.4.47
- tcmpoolnew@Base 1.4.47
- tcmpoolpop@Base 1.4.47
- tcmpoolpush@Base 1.4.47
- tcmpoolpushlist@Base 1.4.47
- tcmpoolpushmap@Base 1.4.47
- tcmpoolpushptr@Base 1.4.47
- tcmpoolpushtree@Base 1.4.47
- tcmpoolpushxstr@Base 1.4.47
- tcmpoolput@Base 1.4.47
- tcmpoolputlist@Base 1.4.47
- tcmpoolputmap@Base 1.4.47
- tcmpoolputptr@Base 1.4.47
- tcmpoolputtree@Base 1.4.47
- tcmpoolputxstr@Base 1.4.47
- tcmpooltreenew@Base 1.4.47
- tcmpoolxstrnew@Base 1.4.47
- tcmtftable@Base 1.4.47
- tcmyfatal@Base 1.4.47
- tcndbadddouble@Base 1.4.47
- tcndbaddint@Base 1.4.47
- tcndbcutfringe@Base 1.4.47
- tcndbdel@Base 1.4.47
- tcndbforeach@Base 1.4.47
- tcndbfwmkeys2@Base 1.4.47
- tcndbfwmkeys@Base 1.4.47
- tcndbget2@Base 1.4.47
- tcndbget3@Base 1.4.47
- tcndbget@Base 1.4.47
- tcndbiterinit2@Base 1.4.47
- tcndbiterinit3@Base 1.4.47
- tcndbiterinit@Base 1.4.47
- tcndbiternext2@Base 1.4.47
- tcndbiternext@Base 1.4.47
- tcndbmsiz@Base 1.4.47
- tcndbnew2@Base 1.4.47
- tcndbnew@Base 1.4.47
- tcndbout2@Base 1.4.47
- tcndbout@Base 1.4.47
- tcndbput2@Base 1.4.47
- tcndbput3@Base 1.4.47
- tcndbput@Base 1.4.47
- tcndbputcat2@Base 1.4.47
- tcndbputcat3@Base 1.4.47
- tcndbputcat@Base 1.4.47
- tcndbputkeep2@Base 1.4.47
- tcndbputkeep3@Base 1.4.47
- tcndbputkeep@Base 1.4.47
- tcndbputproc@Base 1.4.47
- tcndbrnum@Base 1.4.47
- tcndbvanish@Base 1.4.47
- tcndbvsiz2@Base 1.4.47
- tcndbvsiz@Base 1.4.47
- tcnumtostrbin@Base 1.4.47
- tcpackdecode@Base 1.4.47
- tcpackencode@Base 1.4.47
- tcpagealign@Base 1.4.47
- tcpathlock@Base 1.4.47
- tcpathunlock@Base 1.4.47
- tcptrlistclear@Base 1.4.47
- tcptrlistdel@Base 1.4.47
- tcptrlistdup@Base 1.4.47
- tcptrlistinsert@Base 1.4.47
- tcptrlistnew2@Base 1.4.47
- tcptrlistnew@Base 1.4.47
- tcptrlistnum@Base 1.4.47
- tcptrlistover@Base 1.4.47
- tcptrlistpop@Base 1.4.47
- tcptrlistpush@Base 1.4.47
- tcptrlistremove@Base 1.4.47
- tcptrlistshift@Base 1.4.47
- tcptrlistunshift@Base 1.4.47
- tcptrlistval@Base 1.4.47
- tcquotedecode@Base 1.4.47
- tcquoteencode@Base 1.4.47
- tcrandomdevfd@Base 1.4.47
- tcread@Base 1.4.47
- tcreaddir@Base 1.4.47
- tcreadfile@Base 1.4.47
- tcreadfilelines@Base 1.4.47
- tcrealloc@Base 1.4.47
- tcrealpath@Base 1.4.47
- tcregexmatch@Base 1.4.47
- tcregexreplace@Base 1.4.47
- tcremovelink@Base 1.4.47
- tcsleep@Base 1.4.47
- tcsprintf@Base 1.4.47
- tcstatfile@Base 1.4.47
- tcstrbwm@Base 1.4.47
- tcstrcntutf@Base 1.4.47
- tcstrcututf@Base 1.4.47
- tcstrdist@Base 1.4.47
- tcstrdistutf@Base 1.4.47
- tcstrdup@Base 1.4.47
- tcstrfwm@Base 1.4.47
- tcstribwm@Base 1.4.47
- tcstricmp@Base 1.4.47
- tcstrifwm@Base 1.4.47
- tcstrisnum@Base 1.4.47
- tcstrjoin2@Base 1.4.47
- tcstrjoin3@Base 1.4.47
- tcstrjoin4@Base 1.4.47
- tcstrjoin@Base 1.4.47
- tcstrkwic@Base 1.4.47
- tcstrmktime@Base 1.4.47
- tcstrskipspc@Base 1.4.47
- tcstrsplit2@Base 1.4.47
- tcstrsplit3@Base 1.4.47
- tcstrsplit4@Base 1.4.47
- tcstrsplit@Base 1.4.47
- tcstrsqzspc@Base 1.4.47
- tcstrsubchr@Base 1.4.47
- tcstrtokenize@Base 1.4.47
- tcstrtolower@Base 1.4.47
- tcstrtoupper@Base 1.4.47
- tcstrtrim@Base 1.4.47
- tcstrucsnorm@Base 1.4.47
- tcstrucstoutf@Base 1.4.47
- tcstrutfnorm@Base 1.4.47
- tcstrutftoucs@Base 1.4.47
- tcsysinfo@Base 1.4.47
- tcsystem@Base 1.4.47
- tctdbadddouble@Base 1.4.47
- tctdbaddint@Base 1.4.47
- tctdbalign@Base 1.4.47
- tctdbbnum@Base 1.4.47
- tctdbbnumused@Base 1.4.47
- tctdbcacheclear@Base 1.4.47
- tctdbclose@Base 1.4.47
- tctdbcopy@Base 1.4.47
- tctdbdbgfd@Base 1.4.47
- tctdbdefrag@Base 1.4.47
- tctdbdel@Base 1.4.47
- tctdbdfunit@Base 1.4.47
- tctdbecode@Base 1.4.47
- tctdberrmsg@Base 1.4.47
- tctdbfbpmax@Base 1.4.47
- tctdbflags@Base 1.4.47
- tctdbforeach@Base 1.4.47
- tctdbfsiz@Base 1.4.47
- tctdbfwmkeys2@Base 1.4.47
- tctdbfwmkeys@Base 1.4.47
- tctdbgenuid@Base 1.4.47
- tctdbget2@Base 1.4.47
- tctdbget3@Base 1.4.47
- tctdbget4@Base 1.4.47
- tctdbget@Base 1.4.47
- tctdbhasmutex@Base 1.4.47
- tctdbinode@Base 1.4.47
- tctdbinum@Base 1.4.47
- tctdbiterinit2@Base 1.4.47
- tctdbiterinit3@Base 1.4.47
- tctdbiterinit@Base 1.4.47
- tctdbiternext2@Base 1.4.47
- tctdbiternext3@Base 1.4.47
- tctdbiternext@Base 1.4.47
- tctdbmemsync@Base 1.4.47
- tctdbmetasearch@Base 1.4.47
- tctdbmetastrtosettype@Base 1.4.47
- tctdbmtime@Base 1.4.47
- tctdbnew@Base 1.4.47
- tctdbopaque@Base 1.4.47
- tctdbopen@Base 1.4.47
- tctdboptimize@Base 1.4.47
- tctdbopts@Base 1.4.47
- tctdbout2@Base 1.4.47
- tctdbout@Base 1.4.47
- tctdbpath@Base 1.4.47
- tctdbprintmeta@Base 1.4.47
- tctdbput2@Base 1.4.47
- tctdbput3@Base 1.4.47
- tctdbput@Base 1.4.47
- tctdbputcat2@Base 1.4.47
- tctdbputcat3@Base 1.4.47
- tctdbputcat@Base 1.4.47
- tctdbputkeep2@Base 1.4.47
- tctdbputkeep3@Base 1.4.47
- tctdbputkeep@Base 1.4.47
- tctdbputproc@Base 1.4.47
- tctdbqryaddcond@Base 1.4.47
- tctdbqrycount@Base 1.4.47
- tctdbqrydel@Base 1.4.47
- tctdbqryhint@Base 1.4.47
- tctdbqrykwic@Base 1.4.47
- tctdbqrynew@Base 1.4.47
- tctdbqryproc2@Base 1.4.47
- tctdbqryproc@Base 1.4.47
- tctdbqrysearch@Base 1.4.47
- tctdbqrysearchout2@Base 1.4.47
- tctdbqrysearchout@Base 1.4.47
- tctdbqrysetlimit@Base 1.4.47
- tctdbqrysetorder@Base 1.4.47
- tctdbqrystrtocondop@Base 1.4.47
- tctdbqrystrtoordertype@Base 1.4.47
- tctdbrnum@Base 1.4.47
- tctdbsetcache@Base 1.4.47
- tctdbsetcodecfunc@Base 1.4.47
- tctdbsetdbgfd@Base 1.4.47
- tctdbsetdfunit@Base 1.4.47
- tctdbsetecode@Base 1.4.47
- tctdbsetindex@Base 1.4.47
- tctdbsetinvcache@Base 1.4.47
- tctdbsetmutex@Base 1.4.47
- tctdbsetuidseed@Base 1.4.47
- tctdbsetxmsiz@Base 1.4.47
- tctdbstrtoindextype@Base 1.4.47
- tctdbstrtometasearcytype@Base 1.4.47
- tctdbsync@Base 1.4.47
- tctdbtranabort@Base 1.4.47
- tctdbtranbegin@Base 1.4.47
- tctdbtrancommit@Base 1.4.47
- tctdbtune@Base 1.4.47
- tctdbuidseed@Base 1.4.47
- tctdbvanish@Base 1.4.47
- tctdbvsiz2@Base 1.4.47
- tctdbvsiz@Base 1.4.47
- tctime@Base 1.4.47
- tctmplconf@Base 1.4.47
- tctmpldel@Base 1.4.47
- tctmpldump@Base 1.4.47
- tctmplload2@Base 1.4.47
- tctmplload@Base 1.4.47
- tctmplnew@Base 1.4.47
- tctmplsetsep@Base 1.4.47
- tctopsort@Base 1.4.47
- tctreeadddouble@Base 1.4.47
- tctreeaddint@Base 1.4.47
- tctreeclear@Base 1.4.47
- tctreecutfringe@Base 1.4.47
- tctreedel@Base 1.4.47
- tctreedump@Base 1.4.47
- tctreedup@Base 1.4.47
- tctreeget2@Base 1.4.47
- tctreeget3@Base 1.4.47
- tctreeget4@Base 1.4.47
- tctreeget@Base 1.4.47
- tctreeiterinit2@Base 1.4.47
- tctreeiterinit3@Base 1.4.47
- tctreeiterinit@Base 1.4.47
- tctreeiternext2@Base 1.4.47
- tctreeiternext@Base 1.4.47
- tctreeiterval2@Base 1.4.47
- tctreeiterval@Base 1.4.47
- tctreekeys2@Base 1.4.47
- tctreekeys@Base 1.4.47
- tctreeload@Base 1.4.47
- tctreeloadone@Base 1.4.47
- tctreemsiz@Base 1.4.47
- tctreenew2@Base 1.4.47
- tctreenew@Base 1.4.47
- tctreeout2@Base 1.4.47
- tctreeout@Base 1.4.47
- tctreeprintf@Base 1.4.47
- tctreeput2@Base 1.4.47
- tctreeput3@Base 1.4.47
- tctreeput@Base 1.4.47
- tctreeputcat2@Base 1.4.47
- tctreeputcat3@Base 1.4.47
- tctreeputcat@Base 1.4.47
- tctreeputkeep2@Base 1.4.47
- tctreeputkeep3@Base 1.4.47
- tctreeputkeep@Base 1.4.47
- tctreeputproc@Base 1.4.47
- tctreernum@Base 1.4.47
- tctreevals2@Base 1.4.47
- tctreevals@Base 1.4.47
- tcunlock@Base 1.4.47
- tcurlbreak@Base 1.4.47
- tcurldecode@Base 1.4.47
- tcurlencode@Base 1.4.47
- tcurlresolve@Base 1.4.47
- tcversion@Base 1.4.47
- tcwrite@Base 1.4.47
- tcwritefile@Base 1.4.47
- tcwwwformdecode2@Base 1.4.47
- tcwwwformdecode@Base 1.4.47
- tcwwwformencode@Base 1.4.47
- tcxmlattrs@Base 1.4.47
- tcxmlbreak@Base 1.4.47
- tcxmlescape@Base 1.4.47
- tcxmlunescape@Base 1.4.47
- tcxstrcat2@Base 1.4.47
- tcxstrcat@Base 1.4.47
- tcxstrclear@Base 1.4.47
- tcxstrdel@Base 1.4.47
- tcxstrdup@Base 1.4.47
- tcxstrfrommalloc@Base 1.4.47
- tcxstrnew2@Base 1.4.47
- tcxstrnew3@Base 1.4.47
- tcxstrnew@Base 1.4.47
- tcxstrprintf@Base 1.4.47
- tcxstrptr@Base 1.4.47
- tcxstrsize@Base 1.4.47
- tcxstrtomalloc@Base 1.4.47
- tczeromap@Base 1.4.47
- tczerounmap@Base 1.4.47
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9t64.install 
tokyocabinet-1.4.48/debian/libtokyocabinet9t64.install
--- tokyocabinet-1.4.48/debian/libtokyocabinet9t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9t64.install      2018-04-04 
21:43:05.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libtokyocabinet.so.*
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9t64.lintian-overrides 
tokyocabinet-1.4.48/debian/libtokyocabinet9t64.lintian-overrides
--- tokyocabinet-1.4.48/debian/libtokyocabinet9t64.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9t64.lintian-overrides    
2024-02-29 18:23:54.000000000 +0000
@@ -0,0 +1 @@
+libtokyocabinet9t64: package-name-doesnt-match-sonames libtokyocabinet9
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9t64.symbols 
tokyocabinet-1.4.48/debian/libtokyocabinet9t64.symbols
--- tokyocabinet-1.4.48/debian/libtokyocabinet9t64.symbols      1970-01-01 
00:00:00.000000000 +0000
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9t64.symbols      2024-02-29 
18:23:54.000000000 +0000
@@ -0,0 +1,785 @@
+libtokyocabinet.so.9 libtokyocabinet9t64 #MINVER#
+* Build-Depends-Package: libtokyocabinet-dev
+ _tc_bzcompress@Base 1.4.47
+ _tc_bzdecompress@Base 1.4.47
+ _tc_deflate@Base 1.4.47
+ _tc_dummy_cnt@Base 1.4.47
+ _tc_dummyfunc@Base 1.4.47
+ _tc_dummyfuncv@Base 1.4.47
+ _tc_getcrc@Base 1.4.47
+ _tc_inflate@Base 1.4.47
+ _tc_md5_append@Base 1.4.47
+ _tc_md5_finish@Base 1.4.47
+ _tc_md5_init@Base 1.4.47
+ _tc_recdecode@Base 1.4.47
+ _tc_recencode@Base 1.4.47
+ tcadbadddouble@Base 1.4.47
+ tcadbaddint@Base 1.4.47
+ tcadbclose@Base 1.4.47
+ tcadbcopy@Base 1.4.47
+ tcadbdel@Base 1.4.47
+ tcadbforeach@Base 1.4.47
+ tcadbfwmkeys2@Base 1.4.47
+ tcadbfwmkeys@Base 1.4.47
+ tcadbget2@Base 1.4.47
+ tcadbget@Base 1.4.47
+ tcadbiterinit@Base 1.4.47
+ tcadbiternext2@Base 1.4.47
+ tcadbiternext@Base 1.4.47
+ tcadbmapbdb@Base 1.4.47
+ tcadbmapbdbemit@Base 1.4.47
+ tcadbmisc@Base 1.4.47
+ tcadbnew@Base 1.4.47
+ tcadbomode@Base 1.4.47
+ tcadbopen@Base 1.4.47
+ tcadboptimize@Base 1.4.47
+ tcadbout2@Base 1.4.47
+ tcadbout@Base 1.4.47
+ tcadbpath@Base 1.4.47
+ tcadbput2@Base 1.4.47
+ tcadbput@Base 1.4.47
+ tcadbputcat2@Base 1.4.47
+ tcadbputcat@Base 1.4.47
+ tcadbputkeep2@Base 1.4.47
+ tcadbputkeep@Base 1.4.47
+ tcadbputproc@Base 1.4.47
+ tcadbreveal@Base 1.4.47
+ tcadbrnum@Base 1.4.47
+ tcadbsetskel@Base 1.4.47
+ tcadbsetskelmulti@Base 1.4.47
+ tcadbsize@Base 1.4.47
+ tcadbsync@Base 1.4.47
+ tcadbtranabort@Base 1.4.47
+ tcadbtranbegin@Base 1.4.47
+ tcadbtrancommit@Base 1.4.47
+ tcadbvanish@Base 1.4.47
+ tcadbvsiz2@Base 1.4.47
+ tcadbvsiz@Base 1.4.47
+ tcarccipher@Base 1.4.47
+ tcatof@Base 1.4.47
+ tcatoi@Base 1.4.47
+ tcatoih@Base 1.4.47
+ tcatoix@Base 1.4.47
+ tcbasedecode@Base 1.4.47
+ tcbaseencode@Base 1.4.47
+ tcbdbadddouble@Base 1.4.47
+ tcbdbaddint@Base 1.4.47
+ tcbdbalign@Base 1.4.47
+ tcbdbbnum@Base 1.4.47
+ tcbdbbnumused@Base 1.4.47
+ tcbdbcacheclear@Base 1.4.47
+ tcbdbclose@Base 1.4.47
+ tcbdbcmpfunc@Base 1.4.47
+ tcbdbcmpop@Base 1.4.47
+ tcbdbcopy@Base 1.4.47
+ tcbdbcurdel@Base 1.4.47
+ tcbdbcurfirst@Base 1.4.47
+ tcbdbcurjump2@Base 1.4.47
+ tcbdbcurjump@Base 1.4.47
+ tcbdbcurjumpback2@Base 1.4.47
+ tcbdbcurjumpback@Base 1.4.47
+ tcbdbcurkey2@Base 1.4.47
+ tcbdbcurkey3@Base 1.4.47
+ tcbdbcurkey@Base 1.4.47
+ tcbdbcurlast@Base 1.4.47
+ tcbdbcurnew@Base 1.4.47
+ tcbdbcurnext@Base 1.4.47
+ tcbdbcurout@Base 1.4.47
+ tcbdbcurprev@Base 1.4.47
+ tcbdbcurput2@Base 1.4.47
+ tcbdbcurput@Base 1.4.47
+ tcbdbcurrec@Base 1.4.47
+ tcbdbcurval2@Base 1.4.47
+ tcbdbcurval3@Base 1.4.47
+ tcbdbcurval@Base 1.4.47
+ tcbdbdbgfd@Base 1.4.47
+ tcbdbdefrag@Base 1.4.47
+ tcbdbdel@Base 1.4.47
+ tcbdbdfunit@Base 1.4.47
+ tcbdbecode@Base 1.4.47
+ tcbdberrmsg@Base 1.4.47
+ tcbdbfbpmax@Base 1.4.47
+ tcbdbflags@Base 1.4.47
+ tcbdbforeach@Base 1.4.47
+ tcbdbfsiz@Base 1.4.47
+ tcbdbfwmkeys2@Base 1.4.47
+ tcbdbfwmkeys@Base 1.4.47
+ tcbdbget2@Base 1.4.47
+ tcbdbget3@Base 1.4.47
+ tcbdbget4@Base 1.4.47
+ tcbdbget@Base 1.4.47
+ tcbdbhasmutex@Base 1.4.47
+ tcbdbinode@Base 1.4.47
+ tcbdblmemb@Base 1.4.47
+ tcbdblnum@Base 1.4.47
+ tcbdbmemsync@Base 1.4.47
+ tcbdbmtime@Base 1.4.47
+ tcbdbnew@Base 1.4.47
+ tcbdbnmemb@Base 1.4.47
+ tcbdbnnum@Base 1.4.47
+ tcbdbopaque@Base 1.4.47
+ tcbdbopen@Base 1.4.47
+ tcbdboptimize@Base 1.4.47
+ tcbdbopts@Base 1.4.47
+ tcbdbout2@Base 1.4.47
+ tcbdbout3@Base 1.4.47
+ tcbdbout@Base 1.4.47
+ tcbdbpath@Base 1.4.47
+ tcbdbprintleaf@Base 1.4.47
+ tcbdbprintmeta@Base 1.4.47
+ tcbdbprintnode@Base 1.4.47
+ tcbdbput2@Base 1.4.47
+ tcbdbput@Base 1.4.47
+ tcbdbputcat2@Base 1.4.47
+ tcbdbputcat@Base 1.4.47
+ tcbdbputdup2@Base 1.4.47
+ tcbdbputdup3@Base 1.4.47
+ tcbdbputdup@Base 1.4.47
+ tcbdbputdupback2@Base 1.4.47
+ tcbdbputdupback@Base 1.4.47
+ tcbdbputkeep2@Base 1.4.47
+ tcbdbputkeep@Base 1.4.47
+ tcbdbputproc@Base 1.4.47
+ tcbdbrange2@Base 1.4.47
+ tcbdbrange@Base 1.4.47
+ tcbdbrnum@Base 1.4.47
+ tcbdbsetcache@Base 1.4.47
+ tcbdbsetcapnum@Base 1.4.47
+ tcbdbsetcmpfunc@Base 1.4.47
+ tcbdbsetcodecfunc@Base 1.4.47
+ tcbdbsetdbgfd@Base 1.4.47
+ tcbdbsetdfunit@Base 1.4.47
+ tcbdbsetecode@Base 1.4.47
+ tcbdbsetlsmax@Base 1.4.47
+ tcbdbsetmutex@Base 1.4.47
+ tcbdbsetxmsiz@Base 1.4.47
+ tcbdbsync@Base 1.4.47
+ tcbdbtranabort@Base 1.4.47
+ tcbdbtranbegin@Base 1.4.47
+ tcbdbtrancommit@Base 1.4.47
+ tcbdbtune@Base 1.4.47
+ tcbdbvanish@Base 1.4.47
+ tcbdbvnum2@Base 1.4.47
+ tcbdbvnum@Base 1.4.47
+ tcbdbvsiz2@Base 1.4.47
+ tcbdbvsiz@Base 1.4.47
+ tcberdecode@Base 1.4.47
+ tcberencode@Base 1.4.47
+ tcbsdecode@Base 1.4.47
+ tcbsencode@Base 1.4.47
+ tcbwtdecode@Base 1.4.47
+ tcbwtencode@Base 1.4.47
+ tcbzipdecode@Base 1.4.47
+ tcbzipencode@Base 1.4.47
+ tccalendar@Base 1.4.47
+ tccalloc@Base 1.4.47
+ tcchidxdel@Base 1.4.47
+ tcchidxhash@Base 1.4.47
+ tcchidxnew@Base 1.4.47
+ tccmpdecimal@Base 1.4.47
+ tccmpint32@Base 1.4.47
+ tccmpint64@Base 1.4.47
+ tccmplexical@Base 1.4.47
+ tccopyfile@Base 1.4.47
+ tccstrescape@Base 1.4.47
+ tccstrunescape@Base 1.4.47
+ tcdatestrhttp@Base 1.4.47
+ tcdatestrwww@Base 1.4.47
+ tcdayofweek@Base 1.4.47
+ tcdeflate@Base 1.4.47
+ tcdrand@Base 1.4.47
+ tcdrandnd@Base 1.4.47
+ tcerrmsg@Base 1.4.47
+ tcfatalfunc@Base 1.4.47
+ tcfdbadddouble@Base 1.4.47
+ tcfdbaddint@Base 1.4.47
+ tcfdbclose@Base 1.4.47
+ tcfdbcopy@Base 1.4.47
+ tcfdbdbgfd@Base 1.4.47
+ tcfdbdel@Base 1.4.47
+ tcfdbecode@Base 1.4.47
+ tcfdberrmsg@Base 1.4.47
+ tcfdbflags@Base 1.4.47
+ tcfdbforeach@Base 1.4.47
+ tcfdbfsiz@Base 1.4.47
+ tcfdbget2@Base 1.4.47
+ tcfdbget3@Base 1.4.47
+ tcfdbget4@Base 1.4.47
+ tcfdbget@Base 1.4.47
+ tcfdbhasmutex@Base 1.4.47
+ tcfdbinode@Base 1.4.47
+ tcfdbiterinit2@Base 1.4.47
+ tcfdbiterinit3@Base 1.4.47
+ tcfdbiterinit4@Base 1.4.47
+ tcfdbiterinit@Base 1.4.47
+ tcfdbiternext2@Base 1.4.47
+ tcfdbiternext3@Base 1.4.47
+ tcfdbiternext@Base 1.4.47
+ tcfdbkeytoid@Base 1.4.47
+ tcfdblimid@Base 1.4.47
+ tcfdblimsiz@Base 1.4.47
+ tcfdbmax@Base 1.4.47
+ tcfdbmemsync@Base 1.4.47
+ tcfdbmin@Base 1.4.47
+ tcfdbmtime@Base 1.4.47
+ tcfdbnew@Base 1.4.47
+ tcfdbomode@Base 1.4.47
+ tcfdbopaque@Base 1.4.47
+ tcfdbopen@Base 1.4.47
+ tcfdboptimize@Base 1.4.47
+ tcfdbout2@Base 1.4.47
+ tcfdbout3@Base 1.4.47
+ tcfdbout@Base 1.4.47
+ tcfdbpath@Base 1.4.47
+ tcfdbprintmeta@Base 1.4.47
+ tcfdbput2@Base 1.4.47
+ tcfdbput3@Base 1.4.47
+ tcfdbput@Base 1.4.47
+ tcfdbputcat2@Base 1.4.47
+ tcfdbputcat3@Base 1.4.47
+ tcfdbputcat@Base 1.4.47
+ tcfdbputkeep2@Base 1.4.47
+ tcfdbputkeep3@Base 1.4.47
+ tcfdbputkeep@Base 1.4.47
+ tcfdbputproc@Base 1.4.47
+ tcfdbrange2@Base 1.4.47
+ tcfdbrange3@Base 1.4.47
+ tcfdbrange4@Base 1.4.47
+ tcfdbrange5@Base 1.4.47
+ tcfdbrange@Base 1.4.47
+ tcfdbrnum@Base 1.4.47
+ tcfdbsetdbgfd@Base 1.4.47
+ tcfdbsetecode@Base 1.4.47
+ tcfdbsetmutex@Base 1.4.47
+ tcfdbsync@Base 1.4.47
+ tcfdbtranabort@Base 1.4.47
+ tcfdbtranbegin@Base 1.4.47
+ tcfdbtrancommit@Base 1.4.47
+ tcfdbtune@Base 1.4.47
+ tcfdbtype@Base 1.4.47
+ tcfdbvanish@Base 1.4.47
+ tcfdbvsiz2@Base 1.4.47
+ tcfdbvsiz3@Base 1.4.47
+ tcfdbvsiz@Base 1.4.47
+ tcfdbwidth@Base 1.4.47
+ tcfree@Base 1.4.47
+ tcgetcrc@Base 1.4.47
+ tcglobalmemorypool@Base 1.4.47
+ tcglobalmutexlock@Base 1.4.47
+ tcglobalmutexlockshared@Base 1.4.47
+ tcglobalmutexunlock@Base 1.4.47
+ tcglobpat@Base 1.4.47
+ tcgzipdecode@Base 1.4.47
+ tcgzipencode@Base 1.4.47
+ tchdbadddouble@Base 1.4.47
+ tchdbaddint@Base 1.4.47
+ tchdbalign@Base 1.4.47
+ tchdbbnum@Base 1.4.47
+ tchdbbnumused@Base 1.4.47
+ tchdbcacheclear@Base 1.4.47
+ tchdbclose@Base 1.4.47
+ tchdbcodecfunc@Base 1.4.47
+ tchdbcopy@Base 1.4.47
+ tchdbdbgfd@Base 1.4.47
+ tchdbdefrag@Base 1.4.47
+ tchdbdel@Base 1.4.47
+ tchdbdfunit@Base 1.4.47
+ tchdbecode@Base 1.4.47
+ tchdberrmsg@Base 1.4.47
+ tchdbfbpmax@Base 1.4.47
+ tchdbflags@Base 1.4.47
+ tchdbforeach@Base 1.4.47
+ tchdbfsiz@Base 1.4.47
+ tchdbfwmkeys2@Base 1.4.47
+ tchdbfwmkeys@Base 1.4.47
+ tchdbget2@Base 1.4.47
+ tchdbget3@Base 1.4.47
+ tchdbget@Base 1.4.47
+ tchdbgetnext2@Base 1.4.47
+ tchdbgetnext3@Base 1.4.47
+ tchdbgetnext@Base 1.4.47
+ tchdbhasmutex@Base 1.4.47
+ tchdbinode@Base 1.4.47
+ tchdbiterinit2@Base 1.4.47
+ tchdbiterinit3@Base 1.4.47
+ tchdbiterinit@Base 1.4.47
+ tchdbiternext2@Base 1.4.47
+ tchdbiternext3@Base 1.4.47
+ tchdbiternext@Base 1.4.47
+ tchdbmemsync@Base 1.4.47
+ tchdbmtime@Base 1.4.47
+ tchdbnew@Base 1.4.47
+ tchdbomode@Base 1.4.47
+ tchdbopaque@Base 1.4.47
+ tchdbopen@Base 1.4.47
+ tchdboptimize@Base 1.4.47
+ tchdbopts@Base 1.4.47
+ tchdbout2@Base 1.4.47
+ tchdbout@Base 1.4.47
+ tchdbpath@Base 1.4.47
+ tchdbprintmeta@Base 1.4.47
+ tchdbprintrec@Base 1.4.47
+ tchdbput2@Base 1.4.47
+ tchdbput@Base 1.4.47
+ tchdbputasync2@Base 1.4.47
+ tchdbputasync@Base 1.4.47
+ tchdbputcat2@Base 1.4.47
+ tchdbputcat@Base 1.4.47
+ tchdbputkeep2@Base 1.4.47
+ tchdbputkeep@Base 1.4.47
+ tchdbputproc@Base 1.4.47
+ tchdbrnum@Base 1.4.47
+ tchdbsetcache@Base 1.4.47
+ tchdbsetcodecfunc@Base 1.4.47
+ tchdbsetdbgfd@Base 1.4.47
+ tchdbsetdfunit@Base 1.4.47
+ tchdbsetecode@Base 1.4.47
+ tchdbsetmutex@Base 1.4.47
+ tchdbsettype@Base 1.4.47
+ tchdbsetxmsiz@Base 1.4.47
+ tchdbsync@Base 1.4.47
+ tchdbtranabort@Base 1.4.47
+ tchdbtranbegin@Base 1.4.47
+ tchdbtrancommit@Base 1.4.47
+ tchdbtranvoid@Base 1.4.47
+ tchdbtune@Base 1.4.47
+ tchdbtype@Base 1.4.47
+ tchdbvanish@Base 1.4.47
+ tchdbvsiz2@Base 1.4.47
+ tchdbvsiz@Base 1.4.47
+ tchdbxmsiz@Base 1.4.47
+ tchexdecode@Base 1.4.47
+ tchexencode@Base 1.4.47
+ tcinflate@Base 1.4.47
+ tcjetlag@Base 1.4.47
+ tcjsonescape@Base 1.4.47
+ tcjsonunescape@Base 1.4.47
+ tclistbsearch@Base 1.4.47
+ tclistclear@Base 1.4.47
+ tclistdel@Base 1.4.47
+ tclistdump@Base 1.4.47
+ tclistdup@Base 1.4.47
+ tclistinsert2@Base 1.4.47
+ tclistinsert@Base 1.4.47
+ tclistinvert@Base 1.4.47
+ tclistload@Base 1.4.47
+ tclistlsearch@Base 1.4.47
+ tclistnew2@Base 1.4.47
+ tclistnew3@Base 1.4.47
+ tclistnew@Base 1.4.47
+ tclistnum@Base 1.4.47
+ tclistover2@Base 1.4.47
+ tclistover@Base 1.4.47
+ tclistpop2@Base 1.4.47
+ tclistpop@Base 1.4.47
+ tclistprintf@Base 1.4.47
+ tclistpush2@Base 1.4.47
+ tclistpush@Base 1.4.47
+ tclistpushlist@Base 1.4.47
+ tclistpushmalloc@Base 1.4.47
+ tclistpushmap@Base 1.4.47
+ tclistremove2@Base 1.4.47
+ tclistremove@Base 1.4.47
+ tclistshift2@Base 1.4.47
+ tclistshift@Base 1.4.47
+ tclistsort@Base 1.4.47
+ tclistsortci@Base 1.4.47
+ tclistsortex@Base 1.4.47
+ tclistunshift2@Base 1.4.47
+ tclistunshift@Base 1.4.47
+ tclistval2@Base 1.4.47
+ tclistval@Base 1.4.47
+ tclmax@Base 1.4.47
+ tclmin@Base 1.4.47
+ tclock@Base 1.4.47
+ tclog2d@Base 1.4.47
+ tclog2l@Base 1.4.47
+ tclrand@Base 1.4.47
+ tcmalloc@Base 1.4.47
+ tcmapadddouble@Base 1.4.47
+ tcmapaddint@Base 1.4.47
+ tcmapclear@Base 1.4.47
+ tcmapcutfront@Base 1.4.47
+ tcmapdel@Base 1.4.47
+ tcmapdump@Base 1.4.47
+ tcmapdup@Base 1.4.47
+ tcmapget2@Base 1.4.47
+ tcmapget3@Base 1.4.47
+ tcmapget4@Base 1.4.47
+ tcmapget@Base 1.4.47
+ tcmapiterinit2@Base 1.4.47
+ tcmapiterinit3@Base 1.4.47
+ tcmapiterinit@Base 1.4.47
+ tcmapiternext2@Base 1.4.47
+ tcmapiternext@Base 1.4.47
+ tcmapiterval2@Base 1.4.47
+ tcmapiterval@Base 1.4.47
+ tcmapkeys2@Base 1.4.47
+ tcmapkeys@Base 1.4.47
+ tcmapload@Base 1.4.47
+ tcmaploadone@Base 1.4.47
+ tcmapmove2@Base 1.4.47
+ tcmapmove@Base 1.4.47
+ tcmapmsiz@Base 1.4.47
+ tcmapnew2@Base 1.4.47
+ tcmapnew3@Base 1.4.47
+ tcmapnew@Base 1.4.47
+ tcmapout2@Base 1.4.47
+ tcmapout@Base 1.4.47
+ tcmapprintf@Base 1.4.47
+ tcmapput2@Base 1.4.47
+ tcmapput3@Base 1.4.47
+ tcmapput4@Base 1.4.47
+ tcmapput@Base 1.4.47
+ tcmapputcat2@Base 1.4.47
+ tcmapputcat3@Base 1.4.47
+ tcmapputcat@Base 1.4.47
+ tcmapputkeep2@Base 1.4.47
+ tcmapputkeep@Base 1.4.47
+ tcmapputlist@Base 1.4.47
+ tcmapputmap@Base 1.4.47
+ tcmapputproc@Base 1.4.47
+ tcmaprnum@Base 1.4.47
+ tcmapvals2@Base 1.4.47
+ tcmapvals@Base 1.4.47
+ tcmd5hash@Base 1.4.47
+ tcmdbadddouble@Base 1.4.47
+ tcmdbaddint@Base 1.4.47
+ tcmdbcutfront@Base 1.4.47
+ tcmdbdel@Base 1.4.47
+ tcmdbforeach@Base 1.4.47
+ tcmdbfwmkeys2@Base 1.4.47
+ tcmdbfwmkeys@Base 1.4.47
+ tcmdbget2@Base 1.4.47
+ tcmdbget3@Base 1.4.47
+ tcmdbget@Base 1.4.47
+ tcmdbiterinit2@Base 1.4.47
+ tcmdbiterinit3@Base 1.4.47
+ tcmdbiterinit@Base 1.4.47
+ tcmdbiternext2@Base 1.4.47
+ tcmdbiternext@Base 1.4.47
+ tcmdbmsiz@Base 1.4.47
+ tcmdbnew2@Base 1.4.47
+ tcmdbnew@Base 1.4.47
+ tcmdbout2@Base 1.4.47
+ tcmdbout@Base 1.4.47
+ tcmdbput2@Base 1.4.47
+ tcmdbput3@Base 1.4.47
+ tcmdbput4@Base 1.4.47
+ tcmdbput@Base 1.4.47
+ tcmdbputcat2@Base 1.4.47
+ tcmdbputcat3@Base 1.4.47
+ tcmdbputcat@Base 1.4.47
+ tcmdbputkeep2@Base 1.4.47
+ tcmdbputkeep@Base 1.4.47
+ tcmdbputproc@Base 1.4.47
+ tcmdbrnum@Base 1.4.47
+ tcmdbvanish@Base 1.4.47
+ tcmdbvsiz2@Base 1.4.47
+ tcmdbvsiz@Base 1.4.47
+ tcmemdup@Base 1.4.47
+ tcmimebreak@Base 1.4.47
+ tcmimedecode@Base 1.4.47
+ tcmimeencode@Base 1.4.47
+ tcmimeparts@Base 1.4.47
+ tcmpoolclear@Base 1.4.47
+ tcmpooldel@Base 1.4.47
+ tcmpoolglobal@Base 1.4.47
+ tcmpoollistnew@Base 1.4.47
+ tcmpoolmalloc@Base 1.4.47
+ tcmpoolmapnew@Base 1.4.47
+ tcmpoolnew@Base 1.4.47
+ tcmpoolpop@Base 1.4.47
+ tcmpoolpush@Base 1.4.47
+ tcmpoolpushlist@Base 1.4.47
+ tcmpoolpushmap@Base 1.4.47
+ tcmpoolpushptr@Base 1.4.47
+ tcmpoolpushtree@Base 1.4.47
+ tcmpoolpushxstr@Base 1.4.47
+ tcmpoolput@Base 1.4.47
+ tcmpoolputlist@Base 1.4.47
+ tcmpoolputmap@Base 1.4.47
+ tcmpoolputptr@Base 1.4.47
+ tcmpoolputtree@Base 1.4.47
+ tcmpoolputxstr@Base 1.4.47
+ tcmpooltreenew@Base 1.4.47
+ tcmpoolxstrnew@Base 1.4.47
+ tcmtftable@Base 1.4.47
+ tcmyfatal@Base 1.4.47
+ tcndbadddouble@Base 1.4.47
+ tcndbaddint@Base 1.4.47
+ tcndbcutfringe@Base 1.4.47
+ tcndbdel@Base 1.4.47
+ tcndbforeach@Base 1.4.47
+ tcndbfwmkeys2@Base 1.4.47
+ tcndbfwmkeys@Base 1.4.47
+ tcndbget2@Base 1.4.47
+ tcndbget3@Base 1.4.47
+ tcndbget@Base 1.4.47
+ tcndbiterinit2@Base 1.4.47
+ tcndbiterinit3@Base 1.4.47
+ tcndbiterinit@Base 1.4.47
+ tcndbiternext2@Base 1.4.47
+ tcndbiternext@Base 1.4.47
+ tcndbmsiz@Base 1.4.47
+ tcndbnew2@Base 1.4.47
+ tcndbnew@Base 1.4.47
+ tcndbout2@Base 1.4.47
+ tcndbout@Base 1.4.47
+ tcndbput2@Base 1.4.47
+ tcndbput3@Base 1.4.47
+ tcndbput@Base 1.4.47
+ tcndbputcat2@Base 1.4.47
+ tcndbputcat3@Base 1.4.47
+ tcndbputcat@Base 1.4.47
+ tcndbputkeep2@Base 1.4.47
+ tcndbputkeep3@Base 1.4.47
+ tcndbputkeep@Base 1.4.47
+ tcndbputproc@Base 1.4.47
+ tcndbrnum@Base 1.4.47
+ tcndbvanish@Base 1.4.47
+ tcndbvsiz2@Base 1.4.47
+ tcndbvsiz@Base 1.4.47
+ tcnumtostrbin@Base 1.4.47
+ tcpackdecode@Base 1.4.47
+ tcpackencode@Base 1.4.47
+ tcpagealign@Base 1.4.47
+ tcpathlock@Base 1.4.47
+ tcpathunlock@Base 1.4.47
+ tcptrlistclear@Base 1.4.47
+ tcptrlistdel@Base 1.4.47
+ tcptrlistdup@Base 1.4.47
+ tcptrlistinsert@Base 1.4.47
+ tcptrlistnew2@Base 1.4.47
+ tcptrlistnew@Base 1.4.47
+ tcptrlistnum@Base 1.4.47
+ tcptrlistover@Base 1.4.47
+ tcptrlistpop@Base 1.4.47
+ tcptrlistpush@Base 1.4.47
+ tcptrlistremove@Base 1.4.47
+ tcptrlistshift@Base 1.4.47
+ tcptrlistunshift@Base 1.4.47
+ tcptrlistval@Base 1.4.47
+ tcquotedecode@Base 1.4.47
+ tcquoteencode@Base 1.4.47
+ tcrandomdevfd@Base 1.4.47
+ tcread@Base 1.4.47
+ tcreaddir@Base 1.4.47
+ tcreadfile@Base 1.4.47
+ tcreadfilelines@Base 1.4.47
+ tcrealloc@Base 1.4.47
+ tcrealpath@Base 1.4.47
+ tcregexmatch@Base 1.4.47
+ tcregexreplace@Base 1.4.47
+ tcremovelink@Base 1.4.47
+ tcsleep@Base 1.4.47
+ tcsprintf@Base 1.4.47
+ tcstatfile@Base 1.4.47
+ tcstrbwm@Base 1.4.47
+ tcstrcntutf@Base 1.4.47
+ tcstrcututf@Base 1.4.47
+ tcstrdist@Base 1.4.47
+ tcstrdistutf@Base 1.4.47
+ tcstrdup@Base 1.4.47
+ tcstrfwm@Base 1.4.47
+ tcstribwm@Base 1.4.47
+ tcstricmp@Base 1.4.47
+ tcstrifwm@Base 1.4.47
+ tcstrisnum@Base 1.4.47
+ tcstrjoin2@Base 1.4.47
+ tcstrjoin3@Base 1.4.47
+ tcstrjoin4@Base 1.4.47
+ tcstrjoin@Base 1.4.47
+ tcstrkwic@Base 1.4.47
+ tcstrmktime@Base 1.4.47
+ tcstrskipspc@Base 1.4.47
+ tcstrsplit2@Base 1.4.47
+ tcstrsplit3@Base 1.4.47
+ tcstrsplit4@Base 1.4.47
+ tcstrsplit@Base 1.4.47
+ tcstrsqzspc@Base 1.4.47
+ tcstrsubchr@Base 1.4.47
+ tcstrtokenize@Base 1.4.47
+ tcstrtolower@Base 1.4.47
+ tcstrtoupper@Base 1.4.47
+ tcstrtrim@Base 1.4.47
+ tcstrucsnorm@Base 1.4.47
+ tcstrucstoutf@Base 1.4.47
+ tcstrutfnorm@Base 1.4.47
+ tcstrutftoucs@Base 1.4.47
+ tcsysinfo@Base 1.4.47
+ tcsystem@Base 1.4.47
+ tctdbadddouble@Base 1.4.47
+ tctdbaddint@Base 1.4.47
+ tctdbalign@Base 1.4.47
+ tctdbbnum@Base 1.4.47
+ tctdbbnumused@Base 1.4.47
+ tctdbcacheclear@Base 1.4.47
+ tctdbclose@Base 1.4.47
+ tctdbcopy@Base 1.4.47
+ tctdbdbgfd@Base 1.4.47
+ tctdbdefrag@Base 1.4.47
+ tctdbdel@Base 1.4.47
+ tctdbdfunit@Base 1.4.47
+ tctdbecode@Base 1.4.47
+ tctdberrmsg@Base 1.4.47
+ tctdbfbpmax@Base 1.4.47
+ tctdbflags@Base 1.4.47
+ tctdbforeach@Base 1.4.47
+ tctdbfsiz@Base 1.4.47
+ tctdbfwmkeys2@Base 1.4.47
+ tctdbfwmkeys@Base 1.4.47
+ tctdbgenuid@Base 1.4.47
+ tctdbget2@Base 1.4.47
+ tctdbget3@Base 1.4.47
+ tctdbget4@Base 1.4.47
+ tctdbget@Base 1.4.47
+ tctdbhasmutex@Base 1.4.47
+ tctdbinode@Base 1.4.47
+ tctdbinum@Base 1.4.47
+ tctdbiterinit2@Base 1.4.47
+ tctdbiterinit3@Base 1.4.47
+ tctdbiterinit@Base 1.4.47
+ tctdbiternext2@Base 1.4.47
+ tctdbiternext3@Base 1.4.47
+ tctdbiternext@Base 1.4.47
+ tctdbmemsync@Base 1.4.47
+ tctdbmetasearch@Base 1.4.47
+ tctdbmetastrtosettype@Base 1.4.47
+ tctdbmtime@Base 1.4.47
+ tctdbnew@Base 1.4.47
+ tctdbopaque@Base 1.4.47
+ tctdbopen@Base 1.4.47
+ tctdboptimize@Base 1.4.47
+ tctdbopts@Base 1.4.47
+ tctdbout2@Base 1.4.47
+ tctdbout@Base 1.4.47
+ tctdbpath@Base 1.4.47
+ tctdbprintmeta@Base 1.4.47
+ tctdbput2@Base 1.4.47
+ tctdbput3@Base 1.4.47
+ tctdbput@Base 1.4.47
+ tctdbputcat2@Base 1.4.47
+ tctdbputcat3@Base 1.4.47
+ tctdbputcat@Base 1.4.47
+ tctdbputkeep2@Base 1.4.47
+ tctdbputkeep3@Base 1.4.47
+ tctdbputkeep@Base 1.4.47
+ tctdbputproc@Base 1.4.47
+ tctdbqryaddcond@Base 1.4.47
+ tctdbqrycount@Base 1.4.47
+ tctdbqrydel@Base 1.4.47
+ tctdbqryhint@Base 1.4.47
+ tctdbqrykwic@Base 1.4.47
+ tctdbqrynew@Base 1.4.47
+ tctdbqryproc2@Base 1.4.47
+ tctdbqryproc@Base 1.4.47
+ tctdbqrysearch@Base 1.4.47
+ tctdbqrysearchout2@Base 1.4.47
+ tctdbqrysearchout@Base 1.4.47
+ tctdbqrysetlimit@Base 1.4.47
+ tctdbqrysetorder@Base 1.4.47
+ tctdbqrystrtocondop@Base 1.4.47
+ tctdbqrystrtoordertype@Base 1.4.47
+ tctdbrnum@Base 1.4.47
+ tctdbsetcache@Base 1.4.47
+ tctdbsetcodecfunc@Base 1.4.47
+ tctdbsetdbgfd@Base 1.4.47
+ tctdbsetdfunit@Base 1.4.47
+ tctdbsetecode@Base 1.4.47
+ tctdbsetindex@Base 1.4.47
+ tctdbsetinvcache@Base 1.4.47
+ tctdbsetmutex@Base 1.4.47
+ tctdbsetuidseed@Base 1.4.47
+ tctdbsetxmsiz@Base 1.4.47
+ tctdbstrtoindextype@Base 1.4.47
+ tctdbstrtometasearcytype@Base 1.4.47
+ tctdbsync@Base 1.4.47
+ tctdbtranabort@Base 1.4.47
+ tctdbtranbegin@Base 1.4.47
+ tctdbtrancommit@Base 1.4.47
+ tctdbtune@Base 1.4.47
+ tctdbuidseed@Base 1.4.47
+ tctdbvanish@Base 1.4.47
+ tctdbvsiz2@Base 1.4.47
+ tctdbvsiz@Base 1.4.47
+ tctime@Base 1.4.47
+ tctmplconf@Base 1.4.47
+ tctmpldel@Base 1.4.47
+ tctmpldump@Base 1.4.47
+ tctmplload2@Base 1.4.47
+ tctmplload@Base 1.4.47
+ tctmplnew@Base 1.4.47
+ tctmplsetsep@Base 1.4.47
+ tctopsort@Base 1.4.47
+ tctreeadddouble@Base 1.4.47
+ tctreeaddint@Base 1.4.47
+ tctreeclear@Base 1.4.47
+ tctreecutfringe@Base 1.4.47
+ tctreedel@Base 1.4.47
+ tctreedump@Base 1.4.47
+ tctreedup@Base 1.4.47
+ tctreeget2@Base 1.4.47
+ tctreeget3@Base 1.4.47
+ tctreeget4@Base 1.4.47
+ tctreeget@Base 1.4.47
+ tctreeiterinit2@Base 1.4.47
+ tctreeiterinit3@Base 1.4.47
+ tctreeiterinit@Base 1.4.47
+ tctreeiternext2@Base 1.4.47
+ tctreeiternext@Base 1.4.47
+ tctreeiterval2@Base 1.4.47
+ tctreeiterval@Base 1.4.47
+ tctreekeys2@Base 1.4.47
+ tctreekeys@Base 1.4.47
+ tctreeload@Base 1.4.47
+ tctreeloadone@Base 1.4.47
+ tctreemsiz@Base 1.4.47
+ tctreenew2@Base 1.4.47
+ tctreenew@Base 1.4.47
+ tctreeout2@Base 1.4.47
+ tctreeout@Base 1.4.47
+ tctreeprintf@Base 1.4.47
+ tctreeput2@Base 1.4.47
+ tctreeput3@Base 1.4.47
+ tctreeput@Base 1.4.47
+ tctreeputcat2@Base 1.4.47
+ tctreeputcat3@Base 1.4.47
+ tctreeputcat@Base 1.4.47
+ tctreeputkeep2@Base 1.4.47
+ tctreeputkeep3@Base 1.4.47
+ tctreeputkeep@Base 1.4.47
+ tctreeputproc@Base 1.4.47
+ tctreernum@Base 1.4.47
+ tctreevals2@Base 1.4.47
+ tctreevals@Base 1.4.47
+ tcunlock@Base 1.4.47
+ tcurlbreak@Base 1.4.47
+ tcurldecode@Base 1.4.47
+ tcurlencode@Base 1.4.47
+ tcurlresolve@Base 1.4.47
+ tcversion@Base 1.4.47
+ tcwrite@Base 1.4.47
+ tcwritefile@Base 1.4.47
+ tcwwwformdecode2@Base 1.4.47
+ tcwwwformdecode@Base 1.4.47
+ tcwwwformencode@Base 1.4.47
+ tcxmlattrs@Base 1.4.47
+ tcxmlbreak@Base 1.4.47
+ tcxmlescape@Base 1.4.47
+ tcxmlunescape@Base 1.4.47
+ tcxstrcat2@Base 1.4.47
+ tcxstrcat@Base 1.4.47
+ tcxstrclear@Base 1.4.47
+ tcxstrdel@Base 1.4.47
+ tcxstrdup@Base 1.4.47
+ tcxstrfrommalloc@Base 1.4.47
+ tcxstrnew2@Base 1.4.47
+ tcxstrnew3@Base 1.4.47
+ tcxstrnew@Base 1.4.47
+ tcxstrprintf@Base 1.4.47
+ tcxstrptr@Base 1.4.47
+ tcxstrsize@Base 1.4.47
+ tcxstrtomalloc@Base 1.4.47
+ tczeromap@Base 1.4.47
+ tczerounmap@Base 1.4.47

Reply via email to