- Jun 04, 2015
-
-
Anders Kaseorg authored
I do sympathize with the motivation for these trailing commas, but they cause silly build failures with --enable-compile-warnings=error (which is used at least by the Debian/Ubuntu package). CXX parseraction.o In file included from terminal.h:42:0, from parseraction.cc:37: terminalframebuffer.h:200:39: error: comma at end of enumerator list [-Werror=pedantic] MOUSE_REPORTING_ANY_EVENT = 1003, ^ terminalframebuffer.h:210:34: error: comma at end of enumerator list [-Werror=pedantic] MOUSE_ENCODING_URXVT = 1015, ^ cc1plus: all warnings being treated as errors Makefile:354: recipe for target 'parseraction.o' failed Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- Jun 01, 2015
-
-
John Hood authored
-
John Hood authored
-
Louis Kruger authored
-
- May 29, 2015
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
John Hood authored
-
Anders Kaseorg authored
Some systems have IO::Socket::INET6 preinstalled, so we might as well accept either. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
John Hood authored
-
- May 25, 2015
-
-
john hood authored
-
john hood authored
-
Geoffrey Thomas authored
-
Anders Kaseorg authored
This works around a bug in Autoconf 2.64 and earlier, which generated ridiculous symbols like /* #undef HAVE_M4_NORMALIZE___FCNTL_H__LANGINFO_H__LIMITS_H__… */ instead of the ones we need. It was fixed by v2.65~21: http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=81c80d1bf6c8ddf732d0b89f6fc5e306dac9705e Signed-off-by:
Anders Kaseorg <andersk@mit.edu>
-
Anton Lundin authored
AIX is missing TIOCSCTTY, so we assign us a ctty via a open of the slave device. Signed-off-by:Anton Lundin <glance@acc.umu.se>
-
John Hood authored
-
john hood authored
-
John Hood authored
-
John Hood authored
-
Anders Kaseorg authored
A Darwin PPC 32-bit user observes huge values numer == 1000000000 and denom == 18431683 returned from mach_timebase_info(). For these values, mach_absolute_time() * numer overflows uint64_t every 1000.82 seconds, and 1000000 * denom always overflows uint32_t, with the effect of making time run backwards at -11190660 times its usual speed. This bug was masked on Darwin x86 64-bit, where numer == denom == 1. Fix it by doing the conversion with double arithmetic instead. Closes #479. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- May 21, 2015
- Feb 03, 2015
-
-
Pasi Sjöholm authored
Fixes following problem when compiling mosh with gcc4.8 and __ARM_NEON__ defined by using -121 instead of 135. ocb.cc: In function 'block double_block(block)': ocb.cc:263:56: error: narrowing conversion of '135' from 'int' to '__builtin_neon_qi' inside { } is ill-formed in C++11 [-Werror=narrowing] Signed-off-by:Pasi Sjöholm <pasi.sjoholm@jollamobile.com>
-
- Dec 16, 2014
-
-
Keith Winstein authored
-
Andrew Chin authored
I'm not sure if this is correct, but tmux does this! Signed-off-by:Andrew Chin <achin@eminence32.net>
-
- Dec 09, 2014
-
-
Andrew Chin authored
Signed-off-by:Andrew Chin <achin@eminence32.net>
-
Andrew Chin authored
We aren't sure why this change was made, and reverting it appears to help fix mouse issues in emacs related to text hilighting. Signed-off-by:Andrew Chin <achin@eminence32.net>
-
- Apr 27, 2014
-
-
Richard Woodbury authored
-
- Jan 09, 2014
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- Jan 04, 2014
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
This reverts commit 578db45f . The NULL inputs to getaddrinfo are valid in certain cases, and at least in the case of node, important. The segfault happens not with getaddrinfo, but with the error message generation below it. Signed-off-by:
Anders Kaseorg <andersk@mit.edu>
-
Keith Winstein authored
-
Igor Bukanov authored
Closes #472 Closes #473
-
Keith Winstein authored
Fix thanks to Igor Bukanov. Closes #470.
-
Bazyli Brzóska authored
(closes #461)
-
Bazyli Brzóska authored
-
Bazyli Brzóska authored
-
Bazyli Brzóska authored
-
- Aug 17, 2013
-
-
Anders Kaseorg authored
This is optional, but needed for IPv6 support. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-