Skip to content
......@@ -24,11 +24,16 @@ glibc (2.27-4) UNRELEASED; urgency=medium
removed upstream in version 2.27.
* debian/patches/riscv64/submitted-start-cfi.diff: fix endless loop
when throwing an exception from a constructor.
* debian/control.in/main: bump Standards-Version to 4.1.4 (no changes).
 
[ Laurent Bigonville ]
* debian/local/etc/nsswitch.conf: Switch from the compat to the files
module. Closes: #880846.
 
[ Bjarni Ingi Gislason ]
* debian/local/manpages/catchsegv.1: apply some corrections to the
manpage. Closes: #902236.
-- Samuel Thibault <sthibault@debian.org> Thu, 29 Mar 2018 22:33:14 +0200
 
glibc (2.27-3) unstable; urgency=medium
......
......@@ -16,7 +16,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
Build-Depends-Indep: perl, po-debconf (>= 1.0)
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
Homepage: https://www.gnu.org/software/libc/libc.html
......
......@@ -16,7 +16,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
Build-Depends-Indep: perl, po-debconf (>= 1.0)
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
Homepage: https://www.gnu.org/software/libc/libc.html
......
......@@ -89,10 +89,15 @@
.\" X<> Xref (embedded
.\" Of course, you have to process the output yourself
.\" in some meaningful fashion.
.if \nF \{
.ie \nF \{\
.de IX
.tm Index:\\$1\t\\n%\t"\\$2"
..
.\}
.el \{\
.de IX
..
.\}
.nr % 0
.rr F
.\}
......@@ -193,7 +198,7 @@
.SH "NAME"
catchsegv \- Catch segmentation faults in programs
.SH "SYNOPSIS"
\fBcatchsegv\fR \fBprogram\fR [\fBargs\fR]
\fBcatchsegv\fR \fIprogram\fR [\,\fIargs\fR\/]
.SH "DESCRIPTION"
Used to debug segmentation faults in programs. The output is the
content of registers, plus a backtrace. Basically you call your
......