-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
652 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
2020-01-12 Hayaki Saito <[email protected]> | ||
|
||
* converters/Makefile.am, converters/Makefile.in, src/loader.c: More tweaks | ||
for vpath build | ||
|
||
2020-01-11 Hayaki Saito <[email protected]> | ||
|
||
* Makefile.am, Makefile.in, configure.ac, converters/Makefile.am, | ||
converters/Makefile.in, python/libsixel/__init__.py, src/Makefile.am, | ||
src/Makefile.in: Additional fixes for VPATH build(#56) | ||
|
||
* python/libsixel/__init__.py: Fix broken python interface | ||
|
||
2020-01-09 Hayaki Saito <[email protected]> | ||
|
||
* Makefile.am, Makefile.in, converters/Makefile.am, converters/Makefile.in, | ||
src/Makefile.am, src/Makefile.in: Initial support for VPATH build(#56) | ||
|
||
2020-01-03 Hayaki Saito <[email protected]> | ||
|
||
* NEWS: Update NEWS | ||
|
||
* ChangeLog: Update ChangeLog | ||
|
||
* include/sixel.h.in, python/libsixel/__init__.py: Update python interface | ||
|
||
2020-01-01 Hayaki Saito <[email protected]> | ||
|
@@ -66,6 +88,9 @@ | |
* include/sixel.h.in, src/allocator.c: Introduce SIXEL_ALLOCATE_BYTES_MAX | ||
macro and limit allocation size to 128MB(#74) | ||
|
||
* config.h.in, configure, configure.ac, src/loader.c: Make stb_image errors | ||
more detailed | ||
|
||
* src/fromgif.c: Minor fixes in load_gif(). | ||
|
||
* src/fromgif.c: GIF loader: check bad image separator, ensure left/top | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for sixel 1.8.5. | ||
# Generated by GNU Autoconf 2.69 for sixel 1.8.6. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -590,8 +590,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='sixel' | ||
PACKAGE_TARNAME='sixel' | ||
PACKAGE_VERSION='1.8.5' | ||
PACKAGE_STRING='sixel 1.8.5' | ||
PACKAGE_VERSION='1.8.6' | ||
PACKAGE_STRING='sixel 1.8.6' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1393,7 +1393,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures sixel 1.8.5 to adapt to many kinds of systems. | ||
\`configure' configures sixel 1.8.6 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1463,7 +1463,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of sixel 1.8.5:";; | ||
short | recursive ) echo "Configuration of sixel 1.8.6:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1612,7 +1612,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
sixel configure 1.8.5 | ||
sixel configure 1.8.6 | ||
generated by GNU Autoconf 2.69 | ||
|
||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2211,7 +2211,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by sixel $as_me 1.8.5, which was | ||
It was created by sixel $as_me 1.8.6, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -3154,7 +3154,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='sixel' | ||
VERSION='1.8.5' | ||
VERSION='1.8.6' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -14109,6 +14109,36 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
CFLAGS="$saved_cflags" | ||
|
||
|
||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused-but-set-variable" >&5 | ||
$as_echo_n "checking if $CC supports -Wunused-but-set-variable... " >&6; } | ||
saved_cflags="$CFLAGS" | ||
CFLAGS="-Wunused-but-set-variable -Werror" | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
|
||
int | ||
main () | ||
{ | ||
|
||
; | ||
return 0; | ||
} | ||
_ACEOF | ||
if ac_fn_c_try_compile "$LINENO"; then : | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
$as_echo "yes" >&6; } | ||
|
||
$as_echo "#define HAVE_DIAGNOSTIC_UNUSED_BUT_SET_VARIABLE 1" >>confdefs.h | ||
|
||
else | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
$as_echo "no" >&6; } | ||
: | ||
fi | ||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
CFLAGS="$saved_cflags" | ||
|
||
|
||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Bsymbolic" >&5 | ||
$as_echo_n "checking if $CC supports -Bsymbolic... " >&6; } | ||
saved_cflags="$CFLAGS" | ||
|
@@ -17205,7 +17235,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by sixel $as_me 1.8.5, which was | ||
This file was extended by sixel $as_me 1.8.6, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -17271,7 +17301,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
sixel config.status 1.8.5 | ||
sixel config.status 1.8.6 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_PREREQ([2.60]) | ||
LT_PREREQ([2.4]) | ||
AC_INIT([sixel], [1.8.5], [[email protected]]) | ||
AC_INIT([sixel], [1.8.6], [[email protected]]) | ||
LS_LT_CURRENT=1 | ||
LS_LT_REVISION=6 | ||
LS_LT_AGE=0 | ||
|
@@ -13,7 +13,7 @@ AC_SUBST([PACKAGE_DESCRIPTION], | |
|
||
AC_CANONICAL_HOST | ||
|
||
AM_INIT_AUTOMAKE([foreign]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
LT_INIT | ||
AC_CONFIG_SRCDIR([src/fromsixel.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
@@ -210,6 +210,8 @@ LS_CHECK_CFLAG([-Wunused-function], | |
[AC_DEFINE(HAVE_DIAGNOSTIC_UNUSED_FUNCTION, 1, [define 1 if GCC supports -Wunused-function])]) | ||
LS_CHECK_CFLAG([-Wclobbered], | ||
[AC_DEFINE(HAVE_DIAGNOSTIC_CLOBBERED, 1, [define 1 if GCC supports -Wclobbered])]) | ||
LS_CHECK_CFLAG([-Wunused-but-set-variable], | ||
[AC_DEFINE(HAVE_DIAGNOSTIC_UNUSED_BUT_SET_VARIABLE, 1, [define 1 if GCC supports -Wunused-but-set-variable])]) | ||
LS_CHECK_CFLAG([-Bsymbolic], | ||
[AM_CFLAGS="$AM_CFLAGS -Bsymbolic" | ||
AC_DEFINE(HAVE_BSYMBOLIC, 1, [define 1 if GCC supports -Bsymbolic])]) | ||
|
Oops, something went wrong.