lp:libsigsegv
- Get this branch:
- bzr branch lp:libsigsegv
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/libsigsegv.git.
Last successful import was .
Recent revisions
- 649. By Bruno Haible
-
build: Fix "make installcheck" failure on MSVC with --enable-shared.
* configure.ac (WOE32DLL): New conditional and variable.
(WINDOWS_MSVC): New conditional.
* src/sigsegv.h.in (libsigsegv_version) : Add __declspec attribute, as
needed on Windows with --enable-shared.
* src/Makefile.am (libsigsegv_la_CPPFLAGS) : New variable.
(libsigsegv_la_LDFLAGS) : Add --export- all-symbols for Cygwin and mingw. - 648. By Bruno Haible
-
build: Implement 'installcheck' target.
* install-
tests/test- version. c: New file.
* install-tests/Makefile. am: New file.
* configure.ac (AUGMENT_SHLIBPATH) : New variable.
(AC_CONFIG_FILES): Add install-tests/Makefile.
* Makefile.am (SUBDIRS): Add install-tests.
* autogen.sh: Update comment. - 646. By Paul Eggert
-
Fix some ungrammatical uses of "allows to".
* src/stackvma-
mincore. c: Tweak comment wording.
* src/stackvma-mquery. c: Likewise. - 645. By Bruno Haible
-
Prepare for version 2.15.
* configure.ac (AC_INIT): Bump version to 2.15.
* src/sigsegv.h.in (LIBSIGSEGV_VERSION) : Likewise.
* README: Likewise.
* src/Makefile.am (LIBSIGSEGV_VERSION_ INFO): Bump to 2:8:0.
* NEWS: Update. - 643. By Bruno Haible
-
Fix compilation error on Mac OS X 10.4/powerpc.
Patch by Evan Miller <email address hidden> in
<https://lists. gnu.org/ archive/ html/bug- gnulib/ 2021-08/ msg00153. html>. * src/fault-
macos-powerpc. h (SIGSEGV_ FAULT_STACKPOIN TER): On Mac OS X
<= 10.4, assume struct field names without underscores. - 641. By Bruno Haible
-
Add installation information for the tarball users and from a git checkout.
We want to have an INSTALL file that contains installation instructions for
the tarball users. These instructions are necessarily package specific,
because they need to list the prerequisites or reference the DEPENDENCIES
file.Additionally, many people who are not aware that tarballs are the primary
means for source code distribution of GNU packages check out the git repository
and then expect to see instructions for installing from that git checkout
in the INSTALL file. See e.g. <https://savannah. gnu.org/ bugs/?62196>. Unfortunately, both Automake (with strictness option = 'gnu') and 'bootstrap'
both contain code to copy the generic (not package specific) installation
instructions to the file 'INSTALL'. This is not what we want, so we disable
it. (Other packages handle this issue by putting part of the installation
instructions into the README file. This is suboptimal, because this is not
what the README file is for.)* autogen.sh: Import INSTALL.generic from gnulib.
* INSTALL: Entirely rewritten, based on poke/INSTALL.
* Makefile.am (EXTRA_DIST): Add INSTALL.generic.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)