Age | Commit message (Expand) | Author |
2005-12-25 | add two more tests. | Brad Smith |
2005-12-19 | after mutex_unlock, there's no guarantee that a waiting thread will | Ted Unangst |
2005-12-18 | rename test functions with meaningful names instead of 1 2 3, etc. | Brad Smith |
2005-12-17 | Add some tests with modulus operator too | Chad Loder |
2005-12-16 | Add a regression test for lint catching division by zero. | Chad Loder |
2005-12-15 | kjell forgot to update this after his last message commit :) | Chad Loder |
2005-12-14 | Fix assumption about how many args scp will pass; ok djm@ | Darren Tucker |
2005-12-13 | Test non-decimal fraction input, which is currently broken, but will be fixed | Otto Moerbeek |
2005-12-12 | Add test for floating point constant in conditional | Chad Loder |
2005-12-12 | Regression test for constant in conditional context | Chad Loder |
2005-12-10 | Update | Chad Loder |
2005-12-10 | Match new lint warning and error format (similar to gcc's format). | Chad Loder |
2005-12-10 | Add a generate target | Chad Loder |
2005-12-10 | Add a regression test for suspicious use of sizeof. | Chad Loder |
2005-12-10 | Remove test 11 (gcc attribute parsing) from the list. We will keep it in | Chad Loder |
2005-12-09 | Add regression test for assignment in conditional context | Chad Loder |
2005-12-09 | Reverse order of diff so that output makes more sense. kjell said he | Chad Loder |
2005-12-09 | Test how lint deals with warning for signed/unsigned char conversions | Chad Loder |
2005-12-07 | Sorry, committed the wrong Makefile | Pedro Martelletto |
2005-12-07 | Moved to regress/sys/dev/fdesc | Pedro Martelletto |
2005-12-07 | Move Art's fdescfs regress to a now more appropriate place | Pedro Martelletto |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-12-06 | ipip support: ip-in-ip w/o gif(4); ok hshoexer | Markus Friedl |
2005-12-03 | Add a couple more __attribute__ test cases to test 11, and hook up 11 | Chad Loder |
2005-12-02 | Test gcc attribute parsing. Not hooked up yet. | Chad Loder |
2005-12-02 | add test that lint gets keywords from comments out of #define macros | Alexander von Gernler |
2005-12-01 | Fix comment, noted by Dries Schellekens | Chad Loder |
2005-12-01 | Regress test for testing unsigned less than 0 | Chad Loder |
2005-12-01 | Add regression test for lint2 being less noisy about "foo declared but | Chad Loder |
2005-11-30 | Regression test for slashslash comments | Chad Loder |
2005-11-30 | Regression test for __func__ | Chad Loder |
2005-11-28 | Remove dammit | Chad Loder |
2005-11-28 | Test for promoting in-range literal to bigger type | Chad Loder |
2005-11-26 | test for swapped rules | Hans-Joerg Hoexer |
2005-11-26 | Add test 4 (case ranges) and adjust output of other cases to reflect the | Chad Loder |
2005-11-24 | ike has used hmac sha1/md5 since ever. So call 'em hmac-sha1/md5. | Hans-Joerg Hoexer |
2005-11-24 | remove tests for keyed md5/sha1, we only have hmacs | Hans-Joerg Hoexer |
2005-11-23 | Test "inline" keyword | Chad Loder |
2005-11-23 | Update output format to reflect the fact that lint doesn't print out a | Chad Loder |
2005-11-23 | Add regression test for right shift of N-bit quantity by >= N bits | Chad Loder |
2005-11-22 | enter diff3 | Markus Friedl |
2005-11-22 | regress test for diff3prog handling of unchanged files | Markus Friedl |
2005-11-21 | Place in public domain | Chad Loder |
2005-11-21 | Basic regress framework for xlint. Not hooked up yet. | Chad Loder |
2005-11-17 | errx is better here | Otto Moerbeek |
2005-11-17 | Test a few more rint functions. | Otto Moerbeek |
2005-11-14 | all other scripts in this dir use $SUDO, not 'sudo', so pull this even | Alexander von Gernler |
2005-11-12 | be aware of "tunnel" | Hans-Joerg Hoexer |
2005-11-09 | fix regress that assumed dlopen(0,...) returned handle to exe. | Kurt Miller |
2005-11-05 | zap unused var. | Federico G. Schwindt |