Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quit folding lines in include/extern.h, there's no particular reason | Keith Bostic | 2014-10-01 | 1 | -1/+2 |
| | | | | that file needs to be pretty. | ||||
* | Check Python scripts for 80 column line wrapping, fix violations. | Michael Cahill | 2013-11-05 | 1 | -0/+1 |
| | |||||
* | Check wtperf for long lines. | Keith Bostic | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Expand test for long lines. | Keith Bostic | 2012-07-07 | 1 | -6/+5 |
| | |||||
* | Fix release scripts (again) to cope with missing test directories. | Michael Cahill | 2011-10-04 | 1 | -4/+4 |
| | |||||
* | In dist scripts, look for test/*/*.[ch] so that if some tests are excluded | Michael Cahill | 2011-09-30 | 1 | -4/+1 |
| | | | | (e.g., in releases), the scripts can still run. | ||||
* | Check for long lines in example code. | Michael Cahill | 2011-09-20 | 1 | -1/+2 |
| | |||||
* | Fix a buglet in s_longlines, rewrap some long lines. | Michael Cahill | 2011-08-04 | 1 | -3/+2 |
| | |||||
* | Add a small thread-test program. | Keith Bostic | 2011-07-31 | 1 | -3/+6 |
| | |||||
* | Delete the WT_STACK and WT_STACK_ELEM structures, they're no longer used | Keith Bostic | 2011-06-02 | 1 | -1/+1 |
| | | | | | | (they used to be used when bulk load didn't call the reconcile code). Check api.h for long lines, it's no longer automatically generated; remove api_int.c from the long-lines exception list, it no longer exists. | ||||
* | Change "key/data" to "key/value" in bt. | Michael Cahill | 2011-03-11 | 1 | -1/+2 |
| | |||||
* | Check test program include files. | Keith Bostic | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | check the test program, too. | Keith Bostic | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | Rename btree/bt_inline.c to include/btree.i. | Michael Cahill | 2011-03-04 | 1 | -1/+1 |
| | | | | | --HG-- rename : src/btree/bt_inline.c => src/include/btree.i | ||||
* | The s_longlines script was off-by-one, fix lines exactly 80 characters long. | Keith Bostic | 2011-03-08 | 1 | -2/+1 |
| | | | | | Change s_prototypes to split up prototypes that end up more than 80 characters long. | ||||
* | Formatting, mostly whitespace (s_longlines). | Michael Cahill | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | Collapse the internal API, push sessions down into the OS layer for error ↵ | Michael Cahill | 2011-03-04 | 1 | -1/+1 |
| | | | | | | | | handling, add a default session to the connection for situations where there is no application session available. --HG-- rename : src/support/api_int.c => src/api/api_int.c rename : src/env/env_toc.c => src/env/env_session.c | ||||
* | Add some more style checks, including for lines longer than 80 characters. | Michael Cahill | 2011-02-21 | 1 | -0/+16 |
--HG-- rename : dist/s_style => dist/s_longlines |