Keith Bostic
|
5b509b7220
|
Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
|
2014-01-07 10:30:12 -05:00 |
|
Keith Bostic
|
3fe757efec
|
The test/thread program is using key numbers of 0, which is illegal,
replace (0 <= keyno <= nkeys - 1) with (1 <= keyno <= nkeys).
|
2013-05-24 21:24:37 -04:00 |
|
Keith Bostic
|
963d37a4e6
|
Update copyright notice to 2013.
|
2013-01-01 09:45:50 +00:00 |
|
Keith Bostic
|
45c1e2a5a3
|
Move test program software into the public domain, if anyone wants to
cut-and-paste from it, that's fine with us.
|
2012-10-26 13:22:45 +00:00 |
|
Keith Bostic
|
ca408b3b2d
|
Split test/thread into two parts, test/thread and test/fops.
|
2012-05-28 10:59:45 +00:00 |
|
Keith Bostic
|
f94b7ea1e3
|
Add support for file operations to the test/thread program.
|
2012-05-03 21:57:43 +00:00 |
|