]> git.ozlabs.org Git - ccan/history - tools/ccanlint/file_analysis.c
failtest: use high-numbers file descriptors to stay out of the way.
[ccan] / tools / ccanlint / file_analysis.c
2011-09-27 Rusty Russellhtable: clean up interface, document htable_type better.
2011-08-30 Rusty Russellccanlint: add coverage variant of files.
2011-08-30 Rusty Russellccanlint: keep separate array of compiled versions.
2011-07-21 Rusty Russellccanlint: handle DOS-style \r\n lines when parsing.
2011-07-21 Rusty Russellccanlint: add simple check for comment referring to...
2011-04-02 Andreas Schlickasort: Use qsort_r if the system provides it.
2011-03-22 Rusty Russellccanlint: roughly handle multiple conditions on #if...
2011-03-17 Rusty Russelltools: fix ctype.h and string usage.
2011-03-16 Rusty Russelltools: actually add non-source files to other_files...
2011-03-01 Rusty Russellccanlint: handle weird directories.
2011-01-18 Rusty Russellstrsplit: remove nump argument
2011-01-17 Rusty Russellccanlint: score_file_error() takes printf-format
2011-01-13 Rusty Russellhtable: fix type of cmpfn in htable_type
2011-01-04 Rusty Russellccanlint: make get_manifest cache manifests
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-11-23 Rusty Russellccanlint: build depends if necessary
2010-11-17 Rusty Russellccanlint: run tests in alphabetical order
2010-11-10 Rusty Russellccanlint: list file errors in order they are encountered.
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellccanlint: rework so checks have more structure.
2010-11-04 Rusty Russellccanlint: try running example code.
2010-10-06 Rusty Russellccanlint: load file contents on demand, fix names for...
2010-09-25 Rusty Russelltools/ccanlint: extract examples in separate test.
2010-06-07 Rusty Russellccanlint: make sure fullname is always full path name.
2010-02-01 Rusty Russellccanlint: fix directory issues properly.
2010-01-19 Rusty RussellMake manifest code do chdir into appropriate directory.
2009-09-25 Rusty Russellccanlint: compile and run tests.
2009-09-12 Rusty RussellBuild tests for ccan.
2009-09-08 Rusty RussellDependency checking (make sure .o files exist, prereq...
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-05-28 Rusty RussellStore pristine contents of files: based on Joey's patch.
2009-03-29 Rusty RussellEnhance file_analysis preprocessor a little more, use...
2009-03-29 Rusty RussellSomewhat decent cpp analysis for ccanlint.
2009-02-14 Rusty RussellTeach ccanlint about API tests.
2008-11-13 Rusty RussellBroaden use of doc_extract code, put in ccanlint, and...
2008-11-10 Rusty RussellRename string to str, and split into three modules.
2008-08-15 Rusty Russellgrab_fd and grab_file: add a size arg, use everywhere.
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/