- Mar 11, 2012
-
-
Anders Kaseorg authored
“If two pointers p and q of the same type point to different that are not members of the same object or elements of the same array or to different functions, or if only one of them is null, the results of p<q, p>q, p<=q, and p>=q are unspecified.” Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Keith Winstein authored
-
Keith Winstein authored
-
- Mar 10, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
Closes #28 github issue.
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
- Mar 09, 2012
-
-
Keith Winstein authored
-
- Mar 08, 2012
-
-
Keith Winstein authored
-
Keegan McAllister authored
-
- Mar 07, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
$(builddir) is always ., except apparently on automake 1.9 which doesn’t define it. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Quentin Smith authored
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Quentin Smith authored
[andersk@mit.edu: Move code to new third/libstddjb directory]
-
Quentin Smith authored
Use selfpipe in our client, server, and examples.
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Quentin Smith authored
-
Anders Kaseorg authored
environ doesn’t work on OS X. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Quentin Smith authored
-
Quentin Smith authored
-
Quentin Smith authored
[seph@directionless.org, andersk@mit.edu: add in even more places]
-
Quentin Smith authored
Add mach_absolute_time and gettimeofday timestamp implementations, and fix clock_gettime check so that it can actually succeed
-
Quentin Smith authored
-
Quentin Smith authored
On most systems, even if __STDC_ISO_10646__ is not declared, wchar_t will be correct in a UTF-8 locale. The client and server both enforce a locale check on startup.
-
Quentin Smith authored
-