Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
makefile | <short summary of the patch> TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . bogl (0.1.18-12) UNRELEASED; urgency=medium . * patches: Switch to 3.0 patch system. * control: Bump Standards-Version to 3.9.8 (no change). * Use canonical anonscm vcs URL. * patches/gcc-7: Fix build with gcc-7 (Closes: Bug#853335) * patches/cub: Support cub blindly emitted by busybox. |
Samuel Thibault <sthibault@debian.org> | no | debian | ||
bdftobogl-invalid-input | Fix bdftobogl crash on invalid font file. diff --git a/bogl-font.c b/bogl-font.c index 5dbcec0..1fc53ad 100644 |
no | ||||
bold | * Support enter_bold_mode. (Closes: #486933). + Thanks to Samuel Thibault for the patch. diff --git a/bogl-term.c b/bogl-term.c index e97d01d..d840642 100644 |
no | ||||
cloexec | * Close-on-exec internal fds. (Closes: #512657). + Thanks to Colin Watson for the patch. diff --git a/bogl-bgf.c b/bogl-bgf.c index bb48cd8..1032028 100644 |
no | ||||
endian | diff --git a/bogl-cfb.h b/bogl-cfb.h index 8834477..d259722 100644 |
no | ||||
executable-stack | Avoid executable stack. Patch taken from Fedora. Closes: #539775. diff --git a/bowl.c b/bowl.c index da2a3c3..f5e83f0 100644 |
no | ||||
exit | Return exit code from process and update manpage. (closes: #258650) Return 127 on exec errors. diff --git a/bterm.1 b/bterm.1 index f80bfbf..8b96b99 100644 |
no | ||||
format | diff --git a/reduce-font.c b/reduce-font.c index aa0b744..7f9809f 100644 |
no | ||||
gcc-4 | Fix FTBFS with gcc 4.0. Closes: #284741 diff --git a/bogl-font.c b/bogl-font.c index 5dbcec0..ef26514 100644 |
no | ||||
high-bit | Fix conversion of lines of glyphs with high bit set (Closes: Bug#796034) diff --git a/bogl-font.c b/bogl-font.c index 5dbcec0..ef26514 100644 |
no | ||||
invisible | commit 3fc8696fc20129bd1e7ba4f337aa82e834c10a05 Do not print invisible characters, ZWSP for Persian notably |
Samuel Thibault <samuel.thibault@ens-lyon.org> | no | 2015-08-19 | ||
manpages | diff --git a/mergebdf.1 b/mergebdf.1 new file mode 100644 index 0000000..6bab521 |
no | ||||
page_mask | PAGE_MASK no longer defined on all arches. diff --git a/bogl.c b/bogl.c index 5b3a9f0..06a20f5 100644 |
no | ||||
sigterm | * Add a SIGTERM signal handler which allows for a graceful exit, restoring the vt state; thanks to Matt Zimmerman <mdz@ubuntu.com>. Closes: #379708. diff --git a/bterm.c b/bterm.c index 0a664f7..cbf69f4 100644 |
no | ||||
spurious-static-analysis-warning | bdftobogl.c: Rework to avoid letting static analyzers think there's a bug (Closes: Bug#737606). diff --git a/bdftobogl.c b/bdftobogl.c index 538498e..80fda82 100644 |
no | ||||
unsafe-format | diff --git a/reduce-font.c b/reduce-font.c index aa0b744..2f4d613 100644 |
no | ||||
warning | Fix compilation warnings diff --git a/bogl-cfb.c b/bogl-cfb.c index 6c1ddeb..64d7d0f 100644 |
no | ||||
arguments | * If a "--" argument is encountered on bterm's command line, terminate option processing there and accept arguments after the command name. Thanks to Colin Watson <cjwatson@ubuntu.com> for the patch. Closes: #528783. diff --git a/bterm.c b/bterm.c index bf2ef7b..d7b574f 100644 |
no | ||||
gcc-7 | no | |||||
cub | Support cub=\E[%p1%dD, since tools like busybox seem to be blindly emitting it. | no | ||||
warnings | no | |||||
no-common | no | |||||
flags | no |