Skip to content

Commit 64fe2aa

Browse files
author
wilx
committed
Merge revisions 901-1000 from 1.1 branch.
1 parent 759d511 commit 64fe2aa

File tree

144 files changed

+31613
-29451
lines changed

Some content is hidden

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

144 files changed

+31613
-29451
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the LICENSE file.
1+
See the LICENSE file.

LICENSE

+452-89
Large diffs are not rendered by default.

Makefile.in

+16-7
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,18 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
4040
COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
4141
install-sh ltmain.sh missing mkinstalldirs
4242
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43-
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44-
$(top_srcdir)/m4/_ac_c_ifdef.m4 \
43+
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46+
$(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/_ac_c_ifdef.m4 \
4547
$(top_srcdir)/m4/ax_cflags_warn_all.m4 \
4648
$(top_srcdir)/m4/type_socklen_t.m4 \
4749
$(top_srcdir)/m4/ac_cxx_compiler_vendor.m4 \
4850
$(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
4951
$(top_srcdir)/m4/acx_pthread.m4 \
5052
$(top_srcdir)/m4/ax_declspec.m4 \
51-
$(top_srcdir)/m4/ax_tls_support.m4 $(top_srcdir)/configure.in
53+
$(top_srcdir)/m4/ax_tls_support.m4 \
54+
$(top_srcdir)/m4/ax__sync.m4 $(top_srcdir)/configure.in
5255
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
5356
$(ACLOCAL_M4)
5457
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -102,32 +105,37 @@ CYGPATH_W = @CYGPATH_W@
102105
DEFS = @DEFS@
103106
DEPDIR = @DEPDIR@
104107
DSYMUTIL = @DSYMUTIL@
105-
ECHO = @ECHO@
108+
DUMPBIN = @DUMPBIN@
106109
ECHO_C = @ECHO_C@
107110
ECHO_N = @ECHO_N@
108111
ECHO_T = @ECHO_T@
109112
EGREP = @EGREP@
110113
EXEEXT = @EXEEXT@
111-
F77 = @F77@
112-
FFLAGS = @FFLAGS@
114+
FGREP = @FGREP@
113115
GREP = @GREP@
114116
INSTALL = @INSTALL@
115117
INSTALL_DATA = @INSTALL_DATA@
116118
INSTALL_PROGRAM = @INSTALL_PROGRAM@
117119
INSTALL_SCRIPT = @INSTALL_SCRIPT@
118120
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121+
LD = @LD@
119122
LDFLAGS = @LDFLAGS@
120123
LIBOBJS = @LIBOBJS@
121124
LIBS = @LIBS@
122125
LIBTOOL = @LIBTOOL@
126+
LIPO = @LIPO@
123127
LN_S = @LN_S@
124128
LOG4CPLUS_NDEBUG = @LOG4CPLUS_NDEBUG@
125129
LTLIBOBJS = @LTLIBOBJS@
126130
LT_VERSION = @LT_VERSION@
127131
MAKEINFO = @MAKEINFO@
128132
MKDIR_P = @MKDIR_P@
133+
NM = @NM@
129134
NMEDIT = @NMEDIT@
135+
OBJDUMP = @OBJDUMP@
130136
OBJEXT = @OBJEXT@
137+
OTOOL = @OTOOL@
138+
OTOOL64 = @OTOOL64@
131139
PACKAGE = @PACKAGE@
132140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133141
PACKAGE_NAME = @PACKAGE_NAME@
@@ -150,7 +158,7 @@ abs_top_builddir = @abs_top_builddir@
150158
abs_top_srcdir = @abs_top_srcdir@
151159
ac_ct_CC = @ac_ct_CC@
152160
ac_ct_CXX = @ac_ct_CXX@
153-
ac_ct_F77 = @ac_ct_F77@
161+
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
154162
acx_pthread_config = @acx_pthread_config@
155163
am__include = @am__include@
156164
am__leading_dot = @am__leading_dot@
@@ -182,6 +190,7 @@ libdir = @libdir@
182190
libexecdir = @libexecdir@
183191
localedir = @localedir@
184192
localstatedir = @localstatedir@
193+
lt_ECHO = @lt_ECHO@
185194
mandir = @mandir@
186195
mkdir_p = @mkdir_p@
187196
oldincludedir = @oldincludedir@

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ m4_include([m4/ax_cflags_gcc_option.m4])
66
m4_include([m4/acx_pthread.m4])
77
m4_include([m4/ax_declspec.m4])
88
m4_include([m4/ax_tls_support.m4])
9-
9+
m4_include([m4/ax__sync.m4])

0 commit comments

Comments
 (0)