summaryrefslogtreecommitdiff
path: root/dist/s_style
Commit message (Expand)AuthorAgeFilesLines
* Fix the error messagesKeith Bostic2014-12-031-2/+2
* Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-3/+7
* Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-171-0/+5
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-0/+8
* add config validation for Windows configMark Benvenuto2014-10-131-1/+1
* Style script.Keith Bostic2014-10-091-1/+2
* Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic2014-10-021-2/+3
* Add a check for a return(0) after an error lable.Keith Bostic2014-09-161-6/+27
* Update dist/s_style to check for cases where we jump to the error labelKeith Bostic2014-09-121-2/+2
* Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic2013-12-111-5/+5
* "hazard reference" -> "hazard pointer"Keith Bostic2013-11-131-0/+1
* Once we enter an LSM tree, we are "busy" for the purposes of cache full checks.Michael Cahill2013-11-131-0/+1
* Add wtperf to the s_style pass.Keith Bostic2013-10-211-4/+7
* A couple of minor tuneups: WT_PAGE_DISK is gone, (void) followed byKeith Bostic2013-10-171-3/+2
* LSM uses "long" variables, and prints them, stop s_style from complaining.Keith Bostic2013-10-141-5/+0
* We only care about the return/WT_RET tokens, not things like "returning"Keith Bostic2013-09-101-1/+1
* Nail down EOPNOTSUPP vs. ENOTSUP, I'm tired to trying to remember.Keith Bostic2013-04-181-0/+1
* Check the documents for paired typos as well as the source.Keith Bostic2013-04-041-7/+10
* Check for any calls to memory functions in the library, minor re-shufflingKeith Bostic2013-02-191-12/+28
* Check for a standard set of typos (list taken from Wikipedia's copyeditKeith Bostic2013-02-141-0/+9
* Add check for any calls to strtouq. #390Susan LoVerso2012-12-061-0/+10
* Typo.Susan LoVerso2012-12-031-1/+1
* Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-0/+6
* Implement auto-commit of transactions at the API.Michael Cahill2012-09-191-1/+1
* script typoMichael Cahill2012-09-071-1/+1
* make the tab character test match the other test patternsKeith Bostic2012-08-261-3/+8
* Don't show all of the tab characters in the test scripts, just list theKeith Bostic2012-08-261-1/+1
* complain if tabs found in test suite python scriptsKeith Bostic2012-07-301-0/+5
* Add WT_RET_NOTFOUND_OK to the list of "return" macros.Keith Bostic2012-06-201-1/+1
* Add WT_ERR_NOTFOUND_OK and WT_VERBOSE_ERR to the list of macros thatKeith Bostic2012-06-201-1/+1
* Simplify the regular expression in s_style for non-GNU grep.Michael Cahill2012-06-011-1/+1
* s_style had a bug, it was removing the longest C comment it couldKeith Bostic2012-05-291-3/+2
* Update docs for transactions.Michael Cahill2012-05-231-1/+1
* retab the SWIG input file: whitespace was inconsistent.Michael Cahill2012-05-141-2/+0
* Add a script to check for a function return after code that jumps to anKeith Bostic2012-05-121-1/+23
* WiredTiger: checking style..../s_style: line 31: syntax error near unexpected...Michael Cahill2012-04-271-4/+3
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-0/+11
* Don't touch "Makefile.in" files, they're owned by automake.Keith Bostic2012-04-231-1/+2
* We no longer need the "extra" variable.Keith Bostic2012-04-231-3/+0
* Simplify the list of files we check, and check more of them.Keith Bostic2012-04-231-2/+2
* Merge s_types into s_style (s_style already automatically fixes almostKeith Bostic2012-04-231-4/+12
* Merge s_printf into s_types, change s_types to complain if it sees anKeith Bostic2012-04-231-3/+2
* Make checks of test code optional, so they don't complain in a release tree.Michael Cahill2012-02-281-3/+4
* Apply style scripts to the test sources.Michael Cahill2012-02-241-1/+1
* amplify the warning to make it clear what the error isKeith Bostic2012-01-041-1/+1
* Fix early exits from API or va_start blocks.Michael Cahill2011-09-081-0/+7
* Doubled ;; at the end of a line isn't insane for a for loop.Keith Bostic2011-08-261-1/+1
* typo.Keith Bostic2011-06-281-1/+1
* Compress multiple trailing semi-colons.Keith Bostic2011-06-091-1/+2
* Rename btree/bt_inline.c to include/btree.i.Michael Cahill2011-03-041-1/+1