Skip to content

Commit 4bb2561

Browse files
committed
update 3.6.23.1
1 parent 090d3d3 commit 4bb2561

File tree

136 files changed

+13153
-5990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+13153
-5990
lines changed

Makefile.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ NAWK = @AWK@
164164
# Object files for the SQLite library (non-amalgamation).
165165
#
166166
OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo btmutex.lo \
167-
btree.lo build.lo callback.lo complete.lo date.lo \
167+
btree.lo build.lo callback.lo complete.lo ctime.lo date.lo \
168168
delete.lo expr.lo fault.lo fkey.lo func.lo global.lo \
169169
hash.lo journal.lo insert.lo legacy.lo loadext.lo \
170170
main.lo malloc.lo mem0.lo mem1.lo mem2.lo mem3.lo mem5.lo \
@@ -204,6 +204,7 @@ SRC = \
204204
$(TOP)/src/build.c \
205205
$(TOP)/src/callback.c \
206206
$(TOP)/src/complete.c \
207+
$(TOP)/src/ctime.c \
207208
$(TOP)/src/date.c \
208209
$(TOP)/src/delete.c \
209210
$(TOP)/src/expr.c \
@@ -339,6 +340,7 @@ TESTSRC2 = \
339340
$(TOP)/src/btree.c \
340341
$(TOP)/src/build.c \
341342
$(TOP)/src/date.c \
343+
$(TOP)/src/ctime.c \
342344
$(TOP)/src/expr.c \
343345
$(TOP)/src/func.c \
344346
$(TOP)/src/insert.c \
@@ -542,6 +544,9 @@ callback.lo: $(TOP)/src/callback.c $(HDR)
542544
complete.lo: $(TOP)/src/complete.c $(HDR)
543545
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/complete.c
544546

547+
ctime.lo: $(TOP)/src/ctime.c $(HDR)
548+
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/ctime.c
549+
545550
date.lo: $(TOP)/src/date.c $(HDR)
546551
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/date.c
547552

Makefile.vxworks

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ SRC = \
231231
$(TOP)/src/build.c \
232232
$(TOP)/src/callback.c \
233233
$(TOP)/src/complete.c \
234+
$(TOP)/src/ctime.c \
234235
$(TOP)/src/date.c \
235236
$(TOP)/src/delete.c \
236237
$(TOP)/src/expr.c \
@@ -392,7 +393,7 @@ TESTSRC = \
392393

393394
TESTSRC2 = \
394395
$(TOP)/src/attach.c $(TOP)/src/backup.c $(TOP)/src/btree.c \
395-
$(TOP)/src/build.c $(TOP)/src/date.c \
396+
$(TOP)/src/build.c $(TOP)/src/ctime.c $(TOP)/src/date.c \
396397
$(TOP)/src/expr.c $(TOP)/src/func.c $(TOP)/src/insert.c $(TOP)/src/os.c \
397398
$(TOP)/src/os_os2.c $(TOP)/src/os_unix.c $(TOP)/src/os_win.c \
398399
$(TOP)/src/pager.c $(TOP)/src/pragma.c $(TOP)/src/prepare.c \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.21
1+
3.6.23.1

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.62 for sqlite 3.6.21.
3+
# Generated by GNU Autoconf 2.62 for sqlite 3.6.23.1.
44
#
55
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
66
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -743,8 +743,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
743743
# Identity of this package.
744744
PACKAGE_NAME='sqlite'
745745
PACKAGE_TARNAME='sqlite'
746-
PACKAGE_VERSION='3.6.21'
747-
PACKAGE_STRING='sqlite 3.6.21'
746+
PACKAGE_VERSION='3.6.23.1'
747+
PACKAGE_STRING='sqlite 3.6.23.1'
748748
PACKAGE_BUGREPORT=''
749749

750750
# Factoring default headers for most tests.
@@ -1487,7 +1487,7 @@ if test "$ac_init_help" = "long"; then
14871487
# Omit some internal or obsolete options to make the list less imposing.
14881488
# This message is too long to be a string in the A/UX 3.1 sh.
14891489
cat <<_ACEOF
1490-
\`configure' configures sqlite 3.6.21 to adapt to many kinds of systems.
1490+
\`configure' configures sqlite 3.6.23.1 to adapt to many kinds of systems.
14911491
14921492
Usage: $0 [OPTION]... [VAR=VALUE]...
14931493
@@ -1552,7 +1552,7 @@ fi
15521552

15531553
if test -n "$ac_init_help"; then
15541554
case $ac_init_help in
1555-
short | recursive ) echo "Configuration of sqlite 3.6.21:";;
1555+
short | recursive ) echo "Configuration of sqlite 3.6.23.1:";;
15561556
esac
15571557
cat <<\_ACEOF
15581558
@@ -1670,7 +1670,7 @@ fi
16701670
test -n "$ac_init_help" && exit $ac_status
16711671
if $ac_init_version; then
16721672
cat <<\_ACEOF
1673-
sqlite configure 3.6.21
1673+
sqlite configure 3.6.23.1
16741674
generated by GNU Autoconf 2.62
16751675
16761676
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1684,7 +1684,7 @@ cat >config.log <<_ACEOF
16841684
This file contains any messages produced by compilers while
16851685
running configure, to aid debugging if configure makes a mistake.
16861686
1687-
It was created by sqlite $as_me 3.6.21, which was
1687+
It was created by sqlite $as_me 3.6.23.1, which was
16881688
generated by GNU Autoconf 2.62. Invocation command line was
16891689
16901690
$ $0 $@
@@ -13972,7 +13972,7 @@ exec 6>&1
1397213972
# report actual input values of CONFIG_FILES etc. instead of their
1397313973
# values after options handling.
1397413974
ac_log="
13975-
This file was extended by sqlite $as_me 3.6.21, which was
13975+
This file was extended by sqlite $as_me 3.6.23.1, which was
1397613976
generated by GNU Autoconf 2.62. Invocation command line was
1397713977
1397813978
CONFIG_FILES = $CONFIG_FILES
@@ -14025,7 +14025,7 @@ Report bugs to <bug-autoconf@gnu.org>."
1402514025
_ACEOF
1402614026
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1402714027
ac_cs_version="\\
14028-
sqlite config.status 3.6.21
14028+
sqlite config.status 3.6.23.1
1402914029
configured by $0, generated by GNU Autoconf 2.62,
1403014030
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1403114031

0 commit comments

Comments
 (0)