Package: tmux / 1.9-6
Metadata
Package | Version | Patches format |
---|---|---|
tmux | 1.9-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
platform quirks.diff | (download) |
compat.h |
16 16 + 0 - 0 ! |
build and configuration changes for debian platforms * Define MAXPATHLEN, PATH_MAX, MAXHOSTNAMELEN, MAX_IOV for Hurd. * Disable cwd detection on FreeBSD since it requires the FreeBSD version of libutil. |
lintian manpage hyphen.diff | (download) |
tmux.1 |
48 24 + 24 - 0 ! |
fix lintian warning about hyphen used as minus sign |
upstream 315d45a0eb.diff | (download) |
layout.c |
1 1 + 0 - 0 ! |
--- |
upstream c7f3599ebc.diff | (download) |
style.c |
26 20 + 6 - 0 ! |
--- |
upstream 78e783e786.diff | (download) |
window.c |
12 8 + 4 - 0 ! |
--- |
upstream 0bb9d51965.diff | (download) |
cmd.c |
3 3 + 0 - 0 ! |
--- |
upstream 030437e33e.diff | (download) |
arguments.c |
12 9 + 3 - 0 ! |
[patch 2/6] don't blindly increase offsets by the return value of snprintf, if there wasn't enough space this will go off the end. Instead clamp to the available space. Fixes crash reported by Julien Rebetez. |
upstream 0d14f81d76.diff | (download) |
osdep-linux.c |
9 8 + 1 - 0 ! |
[patch 4/6] if pgrp fails in osdep_get_cwd, try sid. fixes eg cat foo|less. From Balazs Kezes. |
upstream 0f0db07c49.diff | (download) |
utf8.c |
2 1 + 1 - 0 ! |
[patch 5/6] in four byte utf-8 sequences, only three bits of the first byte should be used. Fix from Koga Osamu. |
upstream 57f2de093a.diff | (download) |
cmd-save-buffer.c |
2 1 + 1 - 0 ! |
[patch 3/6] save-buffer needs to use o_trunc. |
upstream 806cc11008.diff | (download) |
job.c |
2 2 + 0 - 0 ! |
[patch 1/6] don't leak socketpair file descriptors if fork fails. Spotted by Balazs Kezes. |
upstream 8880bdb67c.diff | (download) |
status.c |
3 0 + 3 - 0 ! |
--- |
upstream 189017c078.diff | (download) |
cmd-find-window.c |
2 2 + 0 - 0 ! |
--- |
upstream 8e4ae12b4d.diff | (download) |
client.c |
52 38 + 14 - 0 ! |
--- |
upstream f117c7d94a.diff | (download) |
server-client.c |
3 3 + 0 - 0 ! |
--- |