Skip to content

Commit 21ce7b0

Browse files
committed
0.6.2 release
1 parent 79e5efd commit 21ce7b0

File tree

16 files changed

+1372
-1351
lines changed

16 files changed

+1372
-1351
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for libfq
22

3+
0.6.2 2025-09-22
4+
- Miscellaneous code cleanup
5+
36
0.6.1 2024-05-11
47
- fix log level name parsing
58
- install "libfq-version.h"

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-versio
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.6.1 -lfbclient -L$(fbclient)
16+
libfq_la_LDFLAGS = -release 0.6.2 -lfbclient -L$(fbclient)

Makefile.in

Lines changed: 20 additions & 13 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.16.2 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2020 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,
@@ -384,6 +384,7 @@ pdfdir = @pdfdir@
384384
prefix = @prefix@
385385
program_transform_name = @program_transform_name@
386386
psdir = @psdir@
387+
runstatedir = @runstatedir@
387388
sbindir = @sbindir@
388389
sharedstatedir = @sharedstatedir@
389390
srcdir = @srcdir@
@@ -401,7 +402,7 @@ AM_LDFLAGS = -lfbclient -L$(fbclient)
401402
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-version.h
402403
lib_LTLIBRARIES = libfq.la
403404
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
404-
libfq_la_LDFLAGS = -release 0.6.1 -lfbclient -L$(fbclient)
405+
libfq_la_LDFLAGS = -release 0.6.2 -lfbclient -L$(fbclient)
405406
all: all-recursive
406407

407408
.SUFFIXES:
@@ -764,6 +765,10 @@ dist-xz: distdir
764765
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
765766
$(am__post_remove_distdir)
766767

768+
dist-zstd: distdir
769+
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
770+
$(am__post_remove_distdir)
771+
767772
dist-tarZ: distdir
768773
@echo WARNING: "Support for distribution archives compressed with" \
769774
"legacy program 'compress' is deprecated." >&2
@@ -806,6 +811,8 @@ distcheck: dist
806811
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
807812
*.zip*) \
808813
unzip $(distdir).zip ;;\
814+
*.tar.zst*) \
815+
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
809816
esac
810817
chmod -R a-w $(distdir)
811818
chmod u+w $(distdir)
@@ -997,16 +1004,16 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
9971004
clean-generic clean-libLTLIBRARIES clean-libtool cscope \
9981005
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
9991006
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 \
1007+
dist-zstd distcheck distclean distclean-compile \
1008+
distclean-generic distclean-hdr distclean-libtool \
1009+
distclean-tags distcleancheck distdir distuninstallcheck dvi \
1010+
dvi-am html html-am info info-am install install-am \
1011+
install-data install-data-am install-dvi install-dvi-am \
1012+
install-exec install-exec-am install-html install-html-am \
1013+
install-includeHEADERS install-info install-info-am \
1014+
install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1015+
install-ps install-ps-am install-strip installcheck \
1016+
installcheck-am installdirs installdirs-am maintainer-clean \
10101017
maintainer-clean-generic mostlyclean mostlyclean-compile \
10111018
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
10121019
tags tags-am uninstall uninstall-am uninstall-includeHEADERS \

aclocal.m4

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -9052,7 +9052,7 @@ m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
90529052
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
90539053
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
90549054
9055-
# Copyright (C) 2002-2018 Free Software Foundation, Inc.
9055+
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
90569056
#
90579057
# This file is free software; the Free Software Foundation
90589058
# gives unlimited permission to copy and/or distribute it,
@@ -9067,7 +9067,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
90679067
[am__api_version='1.16'
90689068
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
90699069
dnl require some minimum version. Point them to the right macro.
9070-
m4_if([$1], [1.16.1], [],
9070+
m4_if([$1], [1.16.2], [],
90719071
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
90729072
])
90739073
@@ -9083,12 +9083,12 @@ m4_define([_AM_AUTOCONF_VERSION], [])
90839083
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
90849084
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
90859085
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9086-
[AM_AUTOMAKE_VERSION([1.16.1])dnl
9086+
[AM_AUTOMAKE_VERSION([1.16.2])dnl
90879087
m4_ifndef([AC_AUTOCONF_VERSION],
90889088
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
90899089
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
90909090
9091-
# Copyright (C) 2011-2018 Free Software Foundation, Inc.
9091+
# Copyright (C) 2011-2020 Free Software Foundation, Inc.
90929092
#
90939093
# This file is free software; the Free Software Foundation
90949094
# gives unlimited permission to copy and/or distribute it,
@@ -9150,7 +9150,7 @@ AC_SUBST([AR])dnl
91509150
91519151
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
91529152
9153-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
9153+
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
91549154
#
91559155
# This file is free software; the Free Software Foundation
91569156
# gives unlimited permission to copy and/or distribute it,
@@ -9202,7 +9202,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
92029202
92039203
# AM_CONDITIONAL -*- Autoconf -*-
92049204
9205-
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
9205+
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
92069206
#
92079207
# This file is free software; the Free Software Foundation
92089208
# gives unlimited permission to copy and/or distribute it,
@@ -9233,7 +9233,7 @@ AC_CONFIG_COMMANDS_PRE(
92339233
Usually this means the macro was only invoked conditionally.]])
92349234
fi])])
92359235
9236-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
9236+
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
92379237
#
92389238
# This file is free software; the Free Software Foundation
92399239
# gives unlimited permission to copy and/or distribute it,
@@ -9424,7 +9424,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
94249424
94259425
# Generate code to set up dependency tracking. -*- Autoconf -*-
94269426
9427-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
9427+
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
94289428
#
94299429
# This file is free software; the Free Software Foundation
94309430
# gives unlimited permission to copy and/or distribute it,
@@ -9463,7 +9463,9 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
94639463
done
94649464
if test $am_rc -ne 0; then
94659465
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
9466-
for automatic dependency tracking. Try re-running configure with the
9466+
for automatic dependency tracking. If GNU make was not used, consider
9467+
re-running the configure script with MAKE="gmake" (or whatever is
9468+
necessary). You can also try re-running configure with the
94679469
'--disable-dependency-tracking' option to at least be able to build
94689470
the package (albeit without support for automatic dependency tracking).])
94699471
fi
@@ -9490,7 +9492,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
94909492
94919493
# Do all the work for Automake. -*- Autoconf -*-
94929494
9493-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
9495+
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
94949496
#
94959497
# This file is free software; the Free Software Foundation
94969498
# gives unlimited permission to copy and/or distribute it,
@@ -9687,7 +9689,7 @@ for _am_header in $config_headers :; do
96879689
done
96889690
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
96899691
9690-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
9692+
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
96919693
#
96929694
# This file is free software; the Free Software Foundation
96939695
# gives unlimited permission to copy and/or distribute it,
@@ -9708,7 +9710,7 @@ if test x"${install_sh+set}" != xset; then
97089710
fi
97099711
AC_SUBST([install_sh])])
97109712
9711-
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
9713+
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
97129714
#
97139715
# This file is free software; the Free Software Foundation
97149716
# gives unlimited permission to copy and/or distribute it,
@@ -9730,7 +9732,7 @@ AC_SUBST([am__leading_dot])])
97309732
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
97319733
# From Jim Meyering
97329734
9733-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
9735+
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
97349736
#
97359737
# This file is free software; the Free Software Foundation
97369738
# gives unlimited permission to copy and/or distribute it,
@@ -9765,7 +9767,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
97659767
97669768
# Check to see how 'make' treats includes. -*- Autoconf -*-
97679769
9768-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
9770+
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
97699771
#
97709772
# This file is free software; the Free Software Foundation
97719773
# gives unlimited permission to copy and/or distribute it,
@@ -9808,7 +9810,7 @@ AC_SUBST([am__quote])])
98089810
98099811
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
98109812
9811-
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
9813+
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
98129814
#
98139815
# This file is free software; the Free Software Foundation
98149816
# gives unlimited permission to copy and/or distribute it,
@@ -9847,7 +9849,7 @@ fi
98479849
98489850
# Helper functions for option handling. -*- Autoconf -*-
98499851
9850-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
9852+
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
98519853
#
98529854
# This file is free software; the Free Software Foundation
98539855
# gives unlimited permission to copy and/or distribute it,
@@ -9876,7 +9878,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
98769878
AC_DEFUN([_AM_IF_OPTION],
98779879
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
98789880
9879-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
9881+
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
98809882
#
98819883
# This file is free software; the Free Software Foundation
98829884
# gives unlimited permission to copy and/or distribute it,
@@ -9923,7 +9925,7 @@ AC_LANG_POP([C])])
99239925
# For backward compatibility.
99249926
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
99259927
9926-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
9928+
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
99279929
#
99289930
# This file is free software; the Free Software Foundation
99299931
# gives unlimited permission to copy and/or distribute it,
@@ -9942,7 +9944,7 @@ AC_DEFUN([AM_RUN_LOG],
99429944
99439945
# Check to make sure that the build environment is sane. -*- Autoconf -*-
99449946
9945-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
9947+
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
99469948
#
99479949
# This file is free software; the Free Software Foundation
99489950
# gives unlimited permission to copy and/or distribute it,
@@ -10023,7 +10025,7 @@ AC_CONFIG_COMMANDS_PRE(
1002310025
rm -f conftest.file
1002410026
])
1002510027
10026-
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
10028+
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
1002710029
#
1002810030
# This file is free software; the Free Software Foundation
1002910031
# gives unlimited permission to copy and/or distribute it,
@@ -10083,7 +10085,7 @@ AC_SUBST([AM_BACKSLASH])dnl
1008310085
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1008410086
])
1008510087
10086-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
10088+
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
1008710089
#
1008810090
# This file is free software; the Free Software Foundation
1008910091
# gives unlimited permission to copy and/or distribute it,
@@ -10111,7 +10113,7 @@ fi
1011110113
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1011210114
AC_SUBST([INSTALL_STRIP_PROGRAM])])
1011310115
10114-
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
10116+
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
1011510117
#
1011610118
# This file is free software; the Free Software Foundation
1011710119
# gives unlimited permission to copy and/or distribute it,
@@ -10130,7 +10132,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1013010132
1013110133
# Check how to create a tarball. -*- Autoconf -*-
1013210134
10133-
# Copyright (C) 2004-2018 Free Software Foundation, Inc.
10135+
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
1013410136
#
1013510137
# This file is free software; the Free Software Foundation
1013610138
# gives unlimited permission to copy and/or distribute it,

config/ar-lib

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Wrapper for Microsoft lib.exe
33

44
me=ar-lib
5-
scriptversion=2012-03-01.08; # UTC
5+
scriptversion=2019-07-04.01; # UTC
66

7-
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
7+
# Copyright (C) 2010-2020 Free Software Foundation, Inc.
88
# Written by Peter Rosin <peda@lysator.liu.se>.
99
#
1010
# This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@ func_file_conv ()
5353
MINGW*)
5454
file_conv=mingw
5555
;;
56-
CYGWIN*)
56+
CYGWIN* | MSYS*)
5757
file_conv=cygwin
5858
;;
5959
*)
@@ -65,7 +65,7 @@ func_file_conv ()
6565
mingw)
6666
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6767
;;
68-
cygwin)
68+
cygwin | msys)
6969
file=`cygpath -m "$file" || echo "$file"`
7070
;;
7171
wine)
@@ -224,10 +224,11 @@ elif test -n "$extract"; then
224224
esac
225225
done
226226
else
227-
$AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
228-
do
229-
$AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
230-
done
227+
$AR -NOLOGO -LIST "$archive" | tr -d '\r' | sed -e 's/\\/\\\\/g' \
228+
| while read member
229+
do
230+
$AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
231+
done
231232
fi
232233

233234
elif test -n "$quick$replace"; then

config/compile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
77
# Written by Tom Tromey <tromey@cygnus.com>.
88
#
99
# This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@ func_file_conv ()
5353
MINGW*)
5454
file_conv=mingw
5555
;;
56-
CYGWIN*)
56+
CYGWIN* | MSYS*)
5757
file_conv=cygwin
5858
;;
5959
*)
@@ -67,7 +67,7 @@ func_file_conv ()
6767
mingw/*)
6868
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6969
;;
70-
cygwin/*)
70+
cygwin/* | msys/*)
7171
file=`cygpath -m "$file" || echo "$file"`
7272
;;
7373
wine/*)

0 commit comments

Comments
 (0)