Skip to content

Commit fdbef3f

Browse files
committed
0.4.0 release
1 parent f7196e3 commit fdbef3f

File tree

17 files changed

+5146
-7667
lines changed

17 files changed

+5146
-7667
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Revision history for libfq
22

3-
0.4.0 2018-10-??
3+
0.4.0 2018-11-09
44
- support BOOLEAN datatype (Firebird 3 and later)
5+
- Store table name in result header information
56

67
0.3.0 2018-09-28
78
- Refactor FQexecParams() result handling

Makefile.am

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

1313
lib_LTLIBRARIES = libfq.la
1414
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
15-
libfq_la_LDFLAGS = -release 0.3.0
15+
libfq_la_LDFLAGS = -release 0.4.0
1616

1717

Makefile.in

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

4-
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 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,17 +16,7 @@
1616

1717

1818
VPATH = @srcdir@
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-
}
19+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
3020
am__make_running_with_option = \
3121
case $${target_option-} in \
3222
?) ;; \
@@ -90,12 +80,20 @@ POST_UNINSTALL = :
9080
build_triplet = @build@
9181
host_triplet = @host@
9282
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)
9997
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
10098
configure.lineno config.status.lineno
10199
mkinstalldirs = $(install_sh) -d
@@ -157,9 +155,7 @@ am__v_at_0 = @
157155
am__v_at_1 =
158156
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
159157
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
160-
am__maybe_remake_depfiles = depfiles
161-
am__depfiles_remade = src/$(DEPDIR)/fqexpbuffer.Plo \
162-
src/$(DEPDIR)/fqmultibyte.Plo src/$(DEPDIR)/libfq.Plo
158+
am__depfiles_maybe = depfiles
163159
am__mv = mv -f
164160
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
165161
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -202,7 +198,7 @@ am__recursive_targets = \
202198
$(RECURSIVE_CLEAN_TARGETS) \
203199
$(am__extra_recursive_targets)
204200
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
205-
cscope distdir distdir-am dist dist-all distcheck
201+
cscope distdir dist dist-all distcheck
206202
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207203
# Read a list of newline-separated strings from the standard input,
208204
# and print each of them once, without duplicates. Input order is
@@ -224,14 +220,6 @@ ETAGS = etags
224220
CTAGS = ctags
225221
CSCOPE = cscope
226222
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
235223
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
236224
distdir = $(PACKAGE)-$(VERSION)
237225
top_distdir = $(distdir)
@@ -313,7 +301,6 @@ LIBTOOL = @LIBTOOL@
313301
LIPO = @LIPO@
314302
LN_S = @LN_S@
315303
LTLIBOBJS = @LTLIBOBJS@
316-
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
317304
MAINT = @MAINT@
318305
MAKEINFO = @MAKEINFO@
319306
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -399,7 +386,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(ibase)
399386
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
400387
lib_LTLIBRARIES = libfq.la
401388
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
402-
libfq_la_LDFLAGS = -release 0.3.0
389+
libfq_la_LDFLAGS = -release 0.4.0
403390
all: all-recursive
404391

405392
.SUFFIXES:
@@ -419,14 +406,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
419406
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
420407
$(am__cd) $(top_srcdir) && \
421408
$(AUTOMAKE) --foreign Makefile
409+
.PRECIOUS: Makefile
422410
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
423411
@case '$?' in \
424412
*config.status*) \
425413
echo ' $(SHELL) ./config.status'; \
426414
$(SHELL) ./config.status;; \
427415
*) \
428-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
429-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
416+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
417+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
430418
esac;
431419

432420
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -439,8 +427,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
439427
$(am__aclocal_m4_deps):
440428

441429
include/config.h: include/stamp-h1
442-
@test -f $@ || rm -f include/stamp-h1
443-
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1
430+
@if test ! -f $@; then rm -f include/stamp-h1; else :; fi
431+
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; else :; fi
444432

445433
include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
446434
@rm -f include/stamp-h1
@@ -508,15 +496,9 @@ mostlyclean-compile:
508496
distclean-compile:
509497
-rm -f *.tab.c
510498

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

521503
.c.o:
522504
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -679,10 +661,7 @@ distclean-tags:
679661
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680662
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
681663

682-
distdir: $(BUILT_SOURCES)
683-
$(MAKE) $(AM_MAKEFLAGS) distdir-am
684-
685-
distdir-am: $(DISTFILES)
664+
distdir: $(DISTFILES)
686665
$(am__remove_distdir)
687666
test -d "$(distdir)" || mkdir "$(distdir)"
688667
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -747,7 +726,7 @@ distdir-am: $(DISTFILES)
747726
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
748727
|| chmod -R a+r "$(distdir)"
749728
dist-gzip: distdir
750-
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
729+
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
751730
$(am__post_remove_distdir)
752731

753732
dist-bzip2: distdir
@@ -763,17 +742,11 @@ dist-xz: distdir
763742
$(am__post_remove_distdir)
764743

765744
dist-tarZ: distdir
766-
@echo WARNING: "Support for distribution archives compressed with" \
767-
"legacy program 'compress' is deprecated." >&2
768-
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
769745
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
770746
$(am__post_remove_distdir)
771747

772748
dist-shar: distdir
773-
@echo WARNING: "Support for shar distribution archives is" \
774-
"deprecated." >&2
775-
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
776-
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
749+
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
777750
$(am__post_remove_distdir)
778751

779752
dist-zip: distdir
@@ -791,7 +764,7 @@ dist dist-all:
791764
distcheck: dist
792765
case '$(DIST_ARCHIVES)' in \
793766
*.tar.gz*) \
794-
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
767+
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
795768
*.tar.bz2*) \
796769
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
797770
*.tar.lz*) \
@@ -801,23 +774,22 @@ distcheck: dist
801774
*.tar.Z*) \
802775
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
803776
*.shar.gz*) \
804-
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
777+
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
805778
*.zip*) \
806779
unzip $(distdir).zip ;;\
807780
esac
808781
chmod -R a-w $(distdir)
809782
chmod u+w $(distdir)
810-
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
783+
mkdir $(distdir)/_build $(distdir)/_inst
811784
chmod a-w $(distdir)
812785
test -d $(distdir)/_build || exit 0; \
813786
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
814787
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
815788
&& am__cwd=`pwd` \
816-
&& $(am__cd) $(distdir)/_build/sub \
817-
&& ../../configure \
789+
&& $(am__cd) $(distdir)/_build \
790+
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
818791
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
819792
$(DISTCHECK_CONFIGURE_FLAGS) \
820-
--srcdir=../.. --prefix="$$dc_install_base" \
821793
&& $(MAKE) $(AM_MAKEFLAGS) \
822794
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
823795
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -917,9 +889,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
917889

918890
distclean: distclean-recursive
919891
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
920-
-rm -f src/$(DEPDIR)/fqexpbuffer.Plo
921-
-rm -f src/$(DEPDIR)/fqmultibyte.Plo
922-
-rm -f src/$(DEPDIR)/libfq.Plo
892+
-rm -rf src/$(DEPDIR)
923893
-rm -f Makefile
924894
distclean-am: clean-am distclean-compile distclean-generic \
925895
distclean-hdr distclean-libtool distclean-tags
@@ -967,9 +937,7 @@ installcheck-am:
967937
maintainer-clean: maintainer-clean-recursive
968938
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
969939
-rm -rf $(top_srcdir)/autom4te.cache
970-
-rm -f src/$(DEPDIR)/fqexpbuffer.Plo
971-
-rm -f src/$(DEPDIR)/fqmultibyte.Plo
972-
-rm -f src/$(DEPDIR)/libfq.Plo
940+
-rm -rf src/$(DEPDIR)
973941
-rm -f Makefile
974942
maintainer-clean-am: distclean-am maintainer-clean-generic
975943

@@ -991,26 +959,23 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
991959
.MAKE: $(am__recursive_targets) install-am install-strip
992960

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

1015980

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

0 commit comments

Comments
 (0)