- Apr 01, 2012
-
-
Keegan McAllister authored
-
Keith Winstein authored
-
Keegan McAllister authored
struct winsize contains fields other than ws_col and ws_row. To avoid passing uninitialized data to TIOCSWINSZ, initialize it first using TIOCGWINSZ. Found by Valgrind. (closes #85 github issue)
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
(closes #86 github issue) (approved by Ted Krovetz, author of OCB reference implementation)
-
Keith Winstein authored
-
- Mar 29, 2012
-
-
Keith Winstein authored
-
- Mar 28, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Quentin Smith authored
-
Quentin Smith authored
-
Quentin Smith authored
-
Keegan McAllister authored
The default is to detect the presence of the library, as before. Suggested by Michael Weber (github: xmw). Closes #88.
-
- Mar 27, 2012
-
-
Quentin Smith authored
(closes #84)
-
Quentin Smith authored
-
Keegan McAllister authored
On Android we lack libutil, and we configure with --disable-server.
-
Keegan McAllister authored
-
Keegan McAllister authored
When cross-compiling for Android, configure (erroneously?) decides we don't have a GNU-compatible malloc, and tries to #define malloc rpl_malloc We don't define rpl_malloc, and it's not clear it would work with the <cstdlib> C++ header, anyway. See http://nerdland.net/unstumping-the-internet/malloc-has-not-been-declared/ If we aren't using malloc(0), it should be safe to use malloc without the check. -
Keegan McAllister authored
SSE is x86-specific, but we use this function on all archs.
-
Keegan McAllister authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Alexander Chernyakhovsky authored
-
Alexander Chernyakhovsky authored
-
Alexander Chernyakhovsky authored
-
- Mar 24, 2012
-
-
Keegan McAllister authored
(closes #78)
-
Keegan McAllister authored
-
Keith Winstein authored
-
- Mar 23, 2012
-
-
Quentin Smith authored
-
Keith Winstein authored
-
Keith Winstein authored
-
- Mar 22, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-