Check-in Number:
|
2717 | |
Date: |
2002-Nov-03 10:24:42 (local)
2002-Nov-03 09:24:42 (UTC) |
User: | rse |
Branch: | |
Comment: |
add a bunch of cookies |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/test_mp.c 1.40 -> 1.41
--- test_mp.c 2002/01/27 11:03:41 1.40
+++ test_mp.c 2002/11/03 09:24:42 1.41
@@ -22,7 +22,8 @@
**
** test_mp.c: Pth test program (message port handling)
*/
-
+ /* ``Failure is not an option.
+ It comes bundled with software.'' */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|
|
ossp-pkg/pth/test_pthread.c 1.13 -> 1.14
--- test_pthread.c 2002/01/27 11:03:41 1.13
+++ test_pthread.c 2002/11/03 09:24:42 1.14
@@ -22,7 +22,9 @@
**
** test_pthread.c: Pth test program (pthread API)
*/
-
+ /* ``You can check out any time you
+ like, but you can never leave.''
+ -- The Eagles, Hotel California */
#ifdef GLOBAL
#include <pthread.h>
#else
|
|
ossp-pkg/pth/test_select.c 1.14 -> 1.15
--- test_select.c 2002/01/27 11:03:41 1.14
+++ test_select.c 2002/11/03 09:24:42 1.15
@@ -22,7 +22,8 @@
**
** test_select.c: Pth test program (select)
*/
-
+ /* ``Most computer problems are located
+ between the keyboard and the chair.'' */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|
|
ossp-pkg/pth/test_std.c 1.16 -> 1.17
--- test_std.c 2002/01/27 11:03:41 1.16
+++ test_std.c 2002/11/03 09:24:42 1.17
@@ -22,7 +22,10 @@
**
** test_std.c: Pth standard test program
*/
-
+ /* ``Understanding a problem is knowing why
+ it is hard to solve it, and why the most
+ straightforward approaches won't work.''
+ -- Karl Popper */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|
|