Skip to content

Commit

Permalink
Import upstream version 1.2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
g2p committed Feb 28, 2011
1 parent 391c639 commit 2a391d8
Show file tree
Hide file tree
Showing 247 changed files with 831 additions and 1,085 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2011-02-23 FAL Labs <info@fallabs.com>

* kcutil.h (SIZEMAX, FLTMAX, DBLMAX): new constants.

* kcplantdb.h (PlantDB::open): repair mechanism was modified.

* kcplantdb.h (PlantDB::Cursor::accept_spec): a bug related to transactin was fixed.

- all database classes were refactored to support some old compilers.

- Release: 1.2.46

2011-02-21 FAL Labs <info@fallabs.com>

* kcdbext.h (MapReduce::execute): adaptive comparator was added.
Expand Down
22 changes: 12 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for kyotocabinet 1.2.45.
# Generated by GNU Autoconf 2.65 for kyotocabinet 1.2.46.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand Down Expand Up @@ -549,8 +549,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='kyotocabinet'
PACKAGE_TARNAME='kyotocabinet'
PACKAGE_VERSION='1.2.45'
PACKAGE_STRING='kyotocabinet 1.2.45'
PACKAGE_VERSION='1.2.46'
PACKAGE_STRING='kyotocabinet 1.2.46'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1229,7 +1229,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 kyotocabinet 1.2.45 to adapt to many kinds of systems.
\`configure' configures kyotocabinet 1.2.46 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1290,7 +1290,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of kyotocabinet 1.2.45:";;
short | recursive ) echo "Configuration of kyotocabinet 1.2.46:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1387,7 +1387,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
kyotocabinet configure 1.2.45
kyotocabinet configure 1.2.46
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1723,7 +1723,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 kyotocabinet $as_me 1.2.45, which was
It was created by kyotocabinet $as_me 1.2.46, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2073,7 +2073,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Package information
MYLIBVER=9
MYLIBREV=6
MYLIBREV=7
MYFORMATVER=5
# Targets
Expand Down Expand Up @@ -4503,6 +4503,8 @@ if uname | grep Linux >config.tmp
then
MYLDFLAGS="$MYLDFLAGS -Wl,-rpath-link,.:/usr/local/lib:$MYLDLIBPATH"
MYLDFLAGS="$MYLDFLAGS -Wl,--as-needed"
else
MYCMDLIBS="$MYCMDLIBS $LIBS"
fi
# Shared libraries
Expand Down Expand Up @@ -5100,7 +5102,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by kyotocabinet $as_me 1.2.45, which was
This file was extended by kyotocabinet $as_me 1.2.46, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5153,7 +5155,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
kyotocabinet config.status 1.2.45
kyotocabinet config.status 1.2.46
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
Expand Down
6 changes: 4 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#================================================================

# Package name
AC_INIT(kyotocabinet, 1.2.45)
AC_INIT(kyotocabinet, 1.2.46)

# Package information
MYLIBVER=9
MYLIBREV=6
MYLIBREV=7
MYFORMATVER=5

# Targets
Expand Down Expand Up @@ -280,6 +280,8 @@ if uname | grep Linux >config.tmp
then
MYLDFLAGS="$MYLDFLAGS -Wl,-rpath-link,.:/usr/local/lib:$MYLDLIBPATH"
MYLDFLAGS="$MYLDFLAGS -Wl,--as-needed"
else
MYCMDLIBS="$MYCMDLIBS $LIBS"
fi

# Shared libraries
Expand Down
2 changes: 1 addition & 1 deletion doc/api/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1ArcfourCompressor.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1AtomicInt64-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1AtomicInt64.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1BasicDB-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/api/classkyotocabinet_1_1BasicDB.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1BasicDB_1_1Cursor.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1BasicDB_1_1Error-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1BasicDB_1_1Error.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1BasicDB_1_1FileProcessor.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/api/classkyotocabinet_1_1BasicDB_1_1Logger.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a391d8

Please sign in to comment.