summaryrefslogtreecommitdiff
path: root/dist/s_longlines
Commit message (Collapse)AuthorAgeFilesLines
* Quit folding lines in include/extern.h, there's no particular reasonKeith Bostic2014-10-011-1/+2
| | | | that file needs to be pretty.
* Check Python scripts for 80 column line wrapping, fix violations.Michael Cahill2013-11-051-0/+1
|
* Check wtperf for long lines.Keith Bostic2013-10-211-1/+1
|
* Expand test for long lines.Keith Bostic2012-07-071-6/+5
|
* Fix release scripts (again) to cope with missing test directories.Michael Cahill2011-10-041-4/+4
|
* In dist scripts, look for test/*/*.[ch] so that if some tests are excludedMichael Cahill2011-09-301-4/+1
| | | | (e.g., in releases), the scripts can still run.
* Check for long lines in example code.Michael Cahill2011-09-201-1/+2
|
* Fix a buglet in s_longlines, rewrap some long lines.Michael Cahill2011-08-041-3/+2
|
* Add a small thread-test program.Keith Bostic2011-07-311-3/+6
|
* Delete the WT_STACK and WT_STACK_ELEM structures, they're no longer usedKeith Bostic2011-06-021-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 Cahill2011-03-111-1/+2
|
* Check test program include files.Keith Bostic2011-03-201-1/+1
|
* check the test program, too.Keith Bostic2011-03-201-1/+1
|
* Rename btree/bt_inline.c to include/btree.i.Michael Cahill2011-03-041-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 Bostic2011-03-081-2/+1
| | | | | Change s_prototypes to split up prototypes that end up more than 80 characters long.
* Formatting, mostly whitespace (s_longlines).Michael Cahill2011-03-071-1/+1
|
* Collapse the internal API, push sessions down into the OS layer for error ↵Michael Cahill2011-03-041-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 Cahill2011-02-211-0/+16
--HG-- rename : dist/s_style => dist/s_longlines