Skip to content

Commit

Permalink
sync with tokyocabinet-1.4.7.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Feb 22, 2009
1 parent 280c0f9 commit 2e9ae9c
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 102 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2009-02-15 Mikio Hirabayashi <mikio@users.sourceforge.net>

* tctdb.c (tctdbsetindex): "TDBITOPT" option was added.

- Release: 1.4.7

2009-02-13 Mikio Hirabayashi <mikio@users.sourceforge.net>

* tctdb.c (tctdbgenuidimpl): the meta data format was normalized to the big endian.
Expand Down
10 changes: 5 additions & 5 deletions Makefile.in
Expand Up @@ -629,11 +629,11 @@ libtokyocabinet.a : $(LIBOBJFILES)
libtokyocabinet.so.$(LIBVER).$(LIBREV).0 : $(LIBOBJFILES)
if uname -a | egrep -i 'SunOS' > /dev/null ; \
then \
$(CC) -shared -Wl,-G,-h,libtokyocabinet.so.$(LIBVER) -o $@ $(LIBOBJFILES) \
$(LDFLAGS) $(LIBS) ; \
$(CC) $(CFLAGS) -shared -Wl,-G,-h,libtokyocabinet.so.$(LIBVER) -o $@ \
$(LIBOBJFILES) $(LDFLAGS) $(LIBS) ; \
else \
$(CC) -shared -Wl,-soname,libtokyocabinet.so.$(LIBVER) -o $@ $(LIBOBJFILES) \
$(LDFLAGS) $(LIBS) ; \
$(CC) $(CFLAGS) -shared -Wl,-soname,libtokyocabinet.so.$(LIBVER) -o $@ \
$(LIBOBJFILES) $(LDFLAGS) $(LIBS) ; \
fi


Expand All @@ -646,7 +646,7 @@ libtokyocabinet.so : libtokyocabinet.so.$(LIBVER).$(LIBREV).0


libtokyocabinet.$(LIBVER).$(LIBREV).0.dylib : $(LIBOBJFILES)
$(CC) -dynamiclib -o $@ \
$(CC) $(CFLAGS) -dynamiclib -o $@ \
-install_name $(LIBDIR)/libtokyocabinet.$(LIBVER).dylib \
-current_version $(LIBVER).$(LIBREV).0 -compatibility_version $(LIBVER) \
$(LIBOBJFILES) $(LDFLAGS) $(LIBS)
Expand Down
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for tokyocabinet 1.4.6.
# Generated by GNU Autoconf 2.61 for tokyocabinet 1.4.7.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Expand Down Expand Up @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='tokyocabinet'
PACKAGE_TARNAME='tokyocabinet'
PACKAGE_VERSION='1.4.6'
PACKAGE_STRING='tokyocabinet 1.4.6'
PACKAGE_VERSION='1.4.7'
PACKAGE_STRING='tokyocabinet 1.4.7'
PACKAGE_BUGREPORT=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -1192,7 +1192,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures tokyocabinet 1.4.6 to adapt to many kinds of systems.
\`configure' configures tokyocabinet 1.4.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1253,7 +1253,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of tokyocabinet 1.4.6:";;
short | recursive ) echo "Configuration of tokyocabinet 1.4.7:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1354,7 +1354,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
tokyocabinet configure 1.4.6
tokyocabinet configure 1.4.7
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1368,7 +1368,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tokyocabinet $as_me 1.4.6, which was
It was created by tokyocabinet $as_me 1.4.7, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -1724,7 +1724,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Package information
MYLIBVER=7
MYLIBREV=11
MYLIBREV=12
MYFORMATVER="1.0"
# Targets
Expand Down Expand Up @@ -6346,7 +6346,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by tokyocabinet $as_me 1.4.6, which was
This file was extended by tokyocabinet $as_me 1.4.7, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6389,7 +6389,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
tokyocabinet config.status 1.4.6
tokyocabinet config.status 1.4.7
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -7,11 +7,11 @@
#================================================================

# Package name
AC_INIT(tokyocabinet, 1.4.6)
AC_INIT(tokyocabinet, 1.4.7)

# Package information
MYLIBVER=7
MYLIBREV=11
MYLIBREV=12
MYFORMATVER="1.0"

# Targets
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -126,7 +126,7 @@ <h2 id="packages">Packages</h2>
<p>The following are the source packages of Tokyo Cabinet. As for binary packages, see the site of each distributor.</p>

<ul>
<li><a href="tokyocabinet-1.4.6.tar.gz">Latest Source Package (version 1.4.6)</a></li>
<li><a href="tokyocabinet-1.4.7.tar.gz">Latest Source Package (version 1.4.7)</a></li>
<li><a href="pastpkg/">Past Versions</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.ja.html
Expand Up @@ -167,7 +167,7 @@ <h2 id="packages">ダウンロード</h2>
<p>以下のソースパッケージをダウンロードしてください。バイナリパッケージについては、各ディストリビュータのサイトをご覧ください。</p>

<ul>
<li><a href="tokyocabinet-1.4.6.tar.gz">最新のソースパッケージ(バージョン1.4.6</a></li>
<li><a href="tokyocabinet-1.4.7.tar.gz">最新のソースパッケージ(バージョン1.4.7</a></li>
<li><a href="pastpkg/">過去のバージョン</a></li>
</ul>

Expand Down

0 comments on commit 2e9ae9c

Please sign in to comment.