- Sep 13, 2017
-
-
Luca Boccassi authored
Problem: some systems can't find pcre.h
-
Jim Klimov authored
Solution: help by pre-populating a CPPFLAGS value Signed-off-by:Jim Klimov <EvgenyKlimov@eaton.com>
-
- Sep 12, 2017
-
-
Luca Boccassi authored
Problem: no test for issue #11
-
Constantin Rack authored
Solution: add teststr.gsl to make check and add non-matching search_replace to test See #11
-
Luca Boccassi authored
Problem: memory leak if string.search_replace has nothing to replace
-
Constantin Rack authored
Solution: use mem_strdup instead of strdup Fixes #11
-
- Sep 07, 2017
-
-
Constantin Rack authored
Problem: Build can't always reasonable run binary
-
Toyam Cox authored
Solution: Build the test stage instead, since that's where the ./gsl -v build was moved
-
Toyam Cox authored
Solution: Put the ./gsl -v call in check: and make check: depend on everything: to make it easy to see in Travis.
-
- Sep 06, 2017
-
-
Jim Klimov authored
Problem: gcc is not always called gcc
-
Toyam Cox authored
Solution: Query the --version string of whatever CCNAME happens to be. This will catch such misfits as cross compilers, and places where gcc is invoked as plain old cc.
-
Constantin Rack authored
Problems: more improvements needed for debian packaging
-
Luca Boccassi authored
Solution: list them under BSD-3-Clause
-
Luca Boccassi authored
Solution: remove all mentions of pcre/*
-
Luca Boccassi authored
Solution: add them
-
Luca Boccassi authored
Solution: further simplify it using the .install files
-
Luca Boccassi authored
Solution: run dh with --parallel
-
Luca Boccassi authored
Solution: further simplify it
-
- Sep 05, 2017
-
-
Jim Klimov authored
Problem: old and bugged PCRE version embedded
-
Luca Boccassi authored
Solution: remove it. All supported builds work with a system distributed version of PCRE, so it's not necessary anymore. Fixes #1
-
Luca Boccassi authored
Solution: use system header instead
-
- Sep 04, 2017
-
-
Constantin Rack authored
Problem: more outdate copyrights and URLs
-
Luca Boccassi authored
Solution: fix them as well
-
Constantin Rack authored
Problem: compiler warnings with GCC 7
-
Luca Boccassi authored
Solution: dereference pointer Spotted by GCC7 with -Wpointer-compare
-
Luca Boccassi authored
Solution: fix -Wformat-truncation by using large enough static buffers
-
Constantin Rack authored
Problems: no manpage, no Travis OSX job, reproducibility issue, old copyright/website
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Solution: set sudo to false as it's not used
-
Luca Boccassi authored
Solution: nowadays the MPL-2.0 is shipped by debian in /usr/share/common-licenses so as per guidelines only note where to find it on the system
-
Luca Boccassi authored
Solution: list bsd-3-clause just once W: generator-scripting-language source: dep5-copyright-license-name-not-unique
-
Luca Boccassi authored
Solution: don't depend on the exact same version, as it's not necessary E: generator-scripting-language source: not-binnmuable-all-depends-any generator-scripting-language-examples -> generator-scripting-language
-
Luca Boccassi authored
Solution: don't do it. Nowadays it's not a very useful information anyway.
-
Luca Boccassi authored
Solution: update them
-
Luca Boccassi authored
Solution: add one and install it in section 1
-
- Sep 03, 2017
-
-
Eric Voskuil authored
Problem: no version for clean fork of repo to zeromq.
-
evoskuil authored
-
Eric Voskuil authored
Problems: various packaging problems
-
Luca Boccassi authored
Solution: add GSL Developers in copyright notice and as package maintainer, and use the ZeroMQ mailing list as the contact email address
-
Luca Boccassi authored
Solution: add %undefine _debugsource_packages to the spec file as a workaround Fedora rpmbuild changes
-