Skip to content

Commit fc4a5da

Browse files
committed
0.4.3 release
1 parent c9d0811 commit fc4a5da

File tree

17 files changed

+7714
-5150
lines changed

17 files changed

+7714
-5150
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for libfq
22

3-
0.4.3 2022-02-??
3+
0.4.3 2022-02-20
44
- Fix NULL value handling in FQexecParams()
55

66
0.4.2 2020-10-17

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
1313

1414
lib_LTLIBRARIES = libfq.la
1515
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
16-
libfq_la_LDFLAGS = -release 0.4.2 -lfbclient -L$(fbclient)
16+
libfq_la_LDFLAGS = -release 0.4.3 -lfbclient -L$(fbclient)
1717

1818

Makefile.in

Lines changed: 86 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.13.4 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -16,7 +16,17 @@
1616

1717

1818
VPATH = @srcdir@
19-
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19+
am__is_gnu_make = { \
20+
if test -z '$(MAKELEVEL)'; then \
21+
false; \
22+
elif test -n '$(MAKE_HOST)'; then \
23+
true; \
24+
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25+
true; \
26+
else \
27+
false; \
28+
fi; \
29+
}
2030
am__make_running_with_option = \
2131
case $${target_option-} in \
2232
?) ;; \
@@ -80,20 +90,12 @@ POST_UNINSTALL = :
8090
build_triplet = @build@
8191
host_triplet = @host@
8292
subdir = .
83-
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84-
$(top_srcdir)/configure $(am__configure_deps) \
85-
$(top_srcdir)/include/config.h.in $(top_srcdir)/config/depcomp \
86-
$(include_HEADERS) config/ar-lib config/compile \
87-
config/config.guess config/config.sub config/depcomp \
88-
config/install-sh config/missing config/ltmain.sh \
89-
$(top_srcdir)/config/ar-lib $(top_srcdir)/config/config.guess \
90-
$(top_srcdir)/config/config.sub \
91-
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
92-
$(top_srcdir)/config/missing
9393
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9494
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
9595
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9696
$(ACLOCAL_M4)
97+
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98+
$(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
9799
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98100
configure.lineno config.status.lineno
99101
mkinstalldirs = $(install_sh) -d
@@ -155,7 +157,9 @@ am__v_at_0 = @
155157
am__v_at_1 =
156158
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
157159
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
158-
am__depfiles_maybe = depfiles
160+
am__maybe_remake_depfiles = depfiles
161+
am__depfiles_remade = src/$(DEPDIR)/fqexpbuffer.Plo \
162+
src/$(DEPDIR)/fqmultibyte.Plo src/$(DEPDIR)/libfq.Plo
159163
am__mv = mv -f
160164
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161165
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -198,7 +202,7 @@ am__recursive_targets = \
198202
$(RECURSIVE_CLEAN_TARGETS) \
199203
$(am__extra_recursive_targets)
200204
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
201-
cscope distdir dist dist-all distcheck
205+
cscope distdir distdir-am dist dist-all distcheck
202206
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203207
# Read a list of newline-separated strings from the standard input,
204208
# and print each of them once, without duplicates. Input order is
@@ -220,6 +224,14 @@ ETAGS = etags
220224
CTAGS = ctags
221225
CSCOPE = cscope
222226
DIST_SUBDIRS = $(SUBDIRS)
227+
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/ar-lib \
228+
$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
229+
$(top_srcdir)/config/config.sub $(top_srcdir)/config/depcomp \
230+
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
231+
$(top_srcdir)/config/missing $(top_srcdir)/include/config.h.in \
232+
config/ar-lib config/compile config/config.guess \
233+
config/config.sub config/depcomp config/install-sh \
234+
config/ltmain.sh config/missing
223235
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224236
distdir = $(PACKAGE)-$(VERSION)
225237
top_distdir = $(distdir)
@@ -301,6 +313,7 @@ LIBTOOL = @LIBTOOL@
301313
LIPO = @LIPO@
302314
LN_S = @LN_S@
303315
LTLIBOBJS = @LTLIBOBJS@
316+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304317
MAINT = @MAINT@
305318
MAKEINFO = @MAKEINFO@
306319
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -388,7 +401,7 @@ AM_LDFLAGS = -lfbclient -L$(fbclient)
388401
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
389402
lib_LTLIBRARIES = libfq.la
390403
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
391-
libfq_la_LDFLAGS = -release 0.4.2 -lfbclient -L$(fbclient)
404+
libfq_la_LDFLAGS = -release 0.4.3 -lfbclient -L$(fbclient)
392405
all: all-recursive
393406

394407
.SUFFIXES:
@@ -408,15 +421,14 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
408421
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
409422
$(am__cd) $(top_srcdir) && \
410423
$(AUTOMAKE) --foreign Makefile
411-
.PRECIOUS: Makefile
412424
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
413425
@case '$?' in \
414426
*config.status*) \
415427
echo ' $(SHELL) ./config.status'; \
416428
$(SHELL) ./config.status;; \
417429
*) \
418-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
419-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
430+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
431+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
420432
esac;
421433

422434
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -429,8 +441,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
429441
$(am__aclocal_m4_deps):
430442

431443
include/config.h: include/stamp-h1
432-
@if test ! -f $@; then rm -f include/stamp-h1; else :; fi
433-
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; else :; fi
444+
@test -f $@ || rm -f include/stamp-h1
445+
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1
434446

435447
include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
436448
@rm -f include/stamp-h1
@@ -498,9 +510,15 @@ mostlyclean-compile:
498510
distclean-compile:
499511
-rm -f *.tab.c
500512

501-
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqexpbuffer.Plo@am__quote@
502-
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqmultibyte.Plo@am__quote@
503-
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libfq.Plo@am__quote@
513+
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqexpbuffer.Plo@am__quote@ # am--include-marker
514+
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqmultibyte.Plo@am__quote@ # am--include-marker
515+
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libfq.Plo@am__quote@ # am--include-marker
516+
517+
$(am__depfiles_remade):
518+
@$(MKDIR_P) $(@D)
519+
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
520+
521+
am--depfiles: $(am__depfiles_remade)
504522

505523
.c.o:
506524
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -663,7 +681,10 @@ distclean-tags:
663681
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
664682
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
665683

666-
distdir: $(DISTFILES)
684+
distdir: $(BUILT_SOURCES)
685+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
686+
687+
distdir-am: $(DISTFILES)
667688
$(am__remove_distdir)
668689
test -d "$(distdir)" || mkdir "$(distdir)"
669690
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -728,7 +749,7 @@ distdir: $(DISTFILES)
728749
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
729750
|| chmod -R a+r "$(distdir)"
730751
dist-gzip: distdir
731-
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
752+
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
732753
$(am__post_remove_distdir)
733754

734755
dist-bzip2: distdir
@@ -744,11 +765,17 @@ dist-xz: distdir
744765
$(am__post_remove_distdir)
745766

746767
dist-tarZ: distdir
768+
@echo WARNING: "Support for distribution archives compressed with" \
769+
"legacy program 'compress' is deprecated." >&2
770+
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
747771
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
748772
$(am__post_remove_distdir)
749773

750774
dist-shar: distdir
751-
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
775+
@echo WARNING: "Support for shar distribution archives is" \
776+
"deprecated." >&2
777+
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
778+
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
752779
$(am__post_remove_distdir)
753780

754781
dist-zip: distdir
@@ -766,7 +793,7 @@ dist dist-all:
766793
distcheck: dist
767794
case '$(DIST_ARCHIVES)' in \
768795
*.tar.gz*) \
769-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
796+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
770797
*.tar.bz2*) \
771798
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
772799
*.tar.lz*) \
@@ -776,22 +803,23 @@ distcheck: dist
776803
*.tar.Z*) \
777804
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
778805
*.shar.gz*) \
779-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
806+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
780807
*.zip*) \
781808
unzip $(distdir).zip ;;\
782809
esac
783810
chmod -R a-w $(distdir)
784811
chmod u+w $(distdir)
785-
mkdir $(distdir)/_build $(distdir)/_inst
812+
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
786813
chmod a-w $(distdir)
787814
test -d $(distdir)/_build || exit 0; \
788815
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
789816
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
790817
&& am__cwd=`pwd` \
791-
&& $(am__cd) $(distdir)/_build \
792-
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
818+
&& $(am__cd) $(distdir)/_build/sub \
819+
&& ../../configure \
793820
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
794821
$(DISTCHECK_CONFIGURE_FLAGS) \
822+
--srcdir=../.. --prefix="$$dc_install_base" \
795823
&& $(MAKE) $(AM_MAKEFLAGS) \
796824
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
797825
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -891,7 +919,9 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
891919

892920
distclean: distclean-recursive
893921
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
894-
-rm -rf src/$(DEPDIR)
922+
-rm -f src/$(DEPDIR)/fqexpbuffer.Plo
923+
-rm -f src/$(DEPDIR)/fqmultibyte.Plo
924+
-rm -f src/$(DEPDIR)/libfq.Plo
895925
-rm -f Makefile
896926
distclean-am: clean-am distclean-compile distclean-generic \
897927
distclean-hdr distclean-libtool distclean-tags
@@ -939,7 +969,9 @@ installcheck-am:
939969
maintainer-clean: maintainer-clean-recursive
940970
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
941971
-rm -rf $(top_srcdir)/autom4te.cache
942-
-rm -rf src/$(DEPDIR)
972+
-rm -f src/$(DEPDIR)/fqexpbuffer.Plo
973+
-rm -f src/$(DEPDIR)/fqmultibyte.Plo
974+
-rm -f src/$(DEPDIR)/libfq.Plo
943975
-rm -f Makefile
944976
maintainer-clean-am: distclean-am maintainer-clean-generic
945977

@@ -961,23 +993,26 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
961993
.MAKE: $(am__recursive_targets) install-am install-strip
962994

963995
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
964-
am--refresh check check-am clean clean-cscope clean-generic \
965-
clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
966-
ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
967-
dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
968-
distclean-compile distclean-generic distclean-hdr \
969-
distclean-libtool distclean-tags distcleancheck distdir \
970-
distuninstallcheck dvi dvi-am html html-am info info-am \
971-
install install-am install-data install-data-am install-dvi \
972-
install-dvi-am install-exec install-exec-am install-html \
973-
install-html-am install-includeHEADERS install-info \
974-
install-info-am install-libLTLIBRARIES install-man install-pdf \
975-
install-pdf-am install-ps install-ps-am install-strip \
976-
installcheck installcheck-am installdirs installdirs-am \
977-
maintainer-clean maintainer-clean-generic mostlyclean \
978-
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
979-
pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
980-
uninstall-includeHEADERS uninstall-libLTLIBRARIES
996+
am--depfiles am--refresh check check-am clean clean-cscope \
997+
clean-generic clean-libLTLIBRARIES clean-libtool cscope \
998+
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
999+
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1000+
distcheck distclean distclean-compile distclean-generic \
1001+
distclean-hdr distclean-libtool distclean-tags distcleancheck \
1002+
distdir distuninstallcheck dvi dvi-am html html-am info \
1003+
info-am install install-am install-data install-data-am \
1004+
install-dvi install-dvi-am install-exec install-exec-am \
1005+
install-html install-html-am install-includeHEADERS \
1006+
install-info install-info-am install-libLTLIBRARIES \
1007+
install-man install-pdf install-pdf-am install-ps \
1008+
install-ps-am install-strip installcheck installcheck-am \
1009+
installdirs installdirs-am maintainer-clean \
1010+
maintainer-clean-generic mostlyclean mostlyclean-compile \
1011+
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1012+
tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
1013+
uninstall-libLTLIBRARIES
1014+
1015+
.PRECIOUS: Makefile
9811016

9821017

9831018
# Tell versions [3.59,3.63) of GNU make to not export all variables.

0 commit comments

Comments
 (0)