]> andersk Git - splint.git/log
splint.git
23 years agoAdded Makefile cvsWorks0302_2001
drl7x [Fri, 2 Mar 2001 04:58:45 +0000 (04:58 +0000)] 
Added Makefile

23 years agoAdded files for test case.
drl7x [Fri, 2 Mar 2001 04:55:12 +0000 (04:55 +0000)] 
Added files for test case.

23 years agoAdd one last file?
drl7x [Fri, 2 Mar 2001 04:47:17 +0000 (04:47 +0000)] 
Add one last file?

23 years agoAdd test files to repository.
drl7x [Fri, 2 Mar 2001 04:45:38 +0000 (04:45 +0000)] 
Add test files to repository.

23 years agoAdded test to repository
drl7x [Fri, 2 Mar 2001 04:37:29 +0000 (04:37 +0000)] 
Added test to repository

23 years ago*** empty log message ***
drl7x [Fri, 2 Mar 2001 04:36:33 +0000 (04:36 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
drl7x [Fri, 2 Mar 2001 04:03:54 +0000 (04:03 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
drl7x [Fri, 2 Mar 2001 03:47:25 +0000 (03:47 +0000)] 
*** empty log message ***

23 years agoAdded files
drl7x [Fri, 2 Mar 2001 03:45:13 +0000 (03:45 +0000)] 
Added files

23 years agoCode seems to work...
drl7x [Fri, 2 Mar 2001 03:34:12 +0000 (03:34 +0000)] 
Code seems to work...

23 years agoAdded files to the repository.
drl7x [Thu, 1 Mar 2001 23:56:53 +0000 (23:56 +0000)] 
Added files to the repository.

23 years agoAdded test to the repository.
drl7x [Thu, 1 Mar 2001 23:53:33 +0000 (23:53 +0000)] 
Added test to the repository.

23 years agoAdded some expect files.
drl7x [Thu, 1 Mar 2001 23:51:26 +0000 (23:51 +0000)] 
Added some expect files.

23 years ago*** empty log message ***
drl7x [Thu, 1 Mar 2001 23:31:35 +0000 (23:31 +0000)] 
*** empty log message ***

23 years agoReadded files.
drl7x [Thu, 1 Mar 2001 23:22:08 +0000 (23:22 +0000)] 
Readded files.

23 years agoAdded files
drl7x [Thu, 1 Mar 2001 22:50:26 +0000 (22:50 +0000)] 
Added files

23 years agoAdded header files.
drl7x [Thu, 1 Mar 2001 22:47:12 +0000 (22:47 +0000)] 
Added header files.

23 years agogot rid of files in case directory.
drl7x [Thu, 1 Mar 2001 20:12:10 +0000 (20:12 +0000)] 
got rid of files in case directory.
t

23 years agocommitng to fix cvs archive. Code works with gcc272 but not 295. Currently passed...
drl7x [Thu, 1 Mar 2001 19:36:56 +0000 (19:36 +0000)] 
commitng to fix cvs archive.  Code works with gcc272 but not 295.  Currently passed all test cases.

23 years agoAdded basic support for simple loops.
drl7x [Thu, 18 Jan 2001 07:39:25 +0000 (07:39 +0000)] 
Added basic support for simple loops.

23 years agoAdded new tests.
drl7x [Mon, 15 Jan 2001 02:11:38 +0000 (02:11 +0000)] 
Added new tests.

23 years agoMaking changes to try to support loops.
drl7x [Mon, 15 Jan 2001 02:08:15 +0000 (02:08 +0000)] 
Making changes to try to support loops.
Fixed numerous bug after exmining output when run on wu-ftpd.

23 years ago*** empty log message ***
drl7x [Thu, 4 Jan 2001 05:03:10 +0000 (05:03 +0000)] 
*** empty log message ***

23 years agomoved test suit from home
drl7x [Thu, 4 Jan 2001 05:01:41 +0000 (05:01 +0000)] 
moved test suit from home

23 years agoAdded some new tests: sizeof, and bufferTest.
drl7x [Sat, 23 Dec 2000 05:23:04 +0000 (05:23 +0000)] 
Added some new tests: sizeof, and bufferTest.
Turned off nullterminated test in Makefile

23 years agoPrewinter break editing commit. prewinterbreak
drl7x [Sat, 23 Dec 2000 05:17:53 +0000 (05:17 +0000)] 
Prewinter break editing commit.
Code is mostly good.
Annoying bug with constraintExpr still needs to be fixed.

23 years agoHandles ftpd.c in wu-ftp without crashing.
drl7x [Wed, 29 Nov 2000 23:38:24 +0000 (23:38 +0000)] 
Handles ftpd.c in wu-ftp without crashing.
Gives lots of spurious messages though.

23 years agocopy lib from lcclint-2.5q version.
drl7x [Wed, 29 Nov 2000 09:51:30 +0000 (09:51 +0000)] 
copy lib from lcclint-2.5q version.

23 years agoPasses the standard LCLint test suite. YAAAAAAYYYY!!!!!
drl7x [Wed, 29 Nov 2000 09:48:39 +0000 (09:48 +0000)] 
Passes the standard LCLint test suite.  YAAAAAAYYYY!!!!!
YAAAAAAAAAAYYYYYYYYYYYYYYYYY!!!!!!!!!!!!!!!!

23 years agoWe're now able to generate Maxset constraints for fixed sized arrays.
drl7x [Wed, 29 Nov 2000 05:01:50 +0000 (05:01 +0000)] 
We're now able to generate Maxset constraints for fixed sized arrays.
e.g. int x[3]; produces maxset(x) >= 2;

23 years agoIf checking mostly works. Boolean expression are handled.
drl7x [Mon, 20 Nov 2000 22:05:53 +0000 (22:05 +0000)] 
If checking mostly works.  Boolean expression are handled.
Need to add > or < support.  Committing to have a good back up.

23 years agoFixed stupid bug in constraintGeneration.c
drl7x [Wed, 1 Nov 2000 20:40:55 +0000 (20:40 +0000)] 
Fixed stupid bug in constraintGeneration.c
Should've done it before last version
Also modified cgrammar.y to attempt (so far unsuccesfully) to get function level anotations working.

23 years agopre addition of functino level annotations.
drl7x [Tue, 31 Oct 2000 05:04:58 +0000 (05:04 +0000)] 
pre addition of functino level annotations.
if almost works

23 years agoConverted to new API for constraintExpr
drl7x [Fri, 13 Oct 2000 00:28:00 +0000 (00:28 +0000)] 
Converted to new API for constraintExpr
g++; g++; is now handled correctly.

23 years agoIt mostly works but it has a convolted API that needs fixxing. oct3uglyapi
drl7x [Tue, 3 Oct 2000 18:06:14 +0000 (18:06 +0000)] 
It mostly works but it has a convolted API that needs fixxing.

23 years ago*** empty log message ***
drl7x [Wed, 27 Sep 2000 21:59:15 +0000 (21:59 +0000)] 
*** empty log message ***

23 years agoSaving version preented on 092200 simplyconstraintterm
drl7x [Mon, 25 Sep 2000 23:15:51 +0000 (23:15 +0000)] 
Saving version preented on 092200

23 years agoMost of the constraint resolving works.
drl7x [Fri, 22 Sep 2000 09:14:07 +0000 (09:14 +0000)] 
Most of the constraint resolving works.
can do g[0] = '2'; g++; g[0] = 'g';  I think...

23 years agoPeriodic commit
drl7x [Thu, 14 Sep 2000 05:46:50 +0000 (05:46 +0000)] 
Periodic commit

23 years ago*** empty log message *** merged25q
drl7x [Thu, 3 Aug 2000 14:55:06 +0000 (14:55 +0000)] 
*** empty log message ***

23 years agoPut files created for constraint handling in the repository.
drl7x [Wed, 2 Aug 2000 21:34:05 +0000 (21:34 +0000)] 
Put files created for constraint handling in the repository.

23 years agoTook 2 temp files out of the repository.
drl7x [Wed, 2 Aug 2000 21:30:14 +0000 (21:30 +0000)] 
Took 2 temp files out of the repository.

23 years agoFixed stupid bug in constraintList causing a segfault.
drl7x [Wed, 2 Aug 2000 21:10:44 +0000 (21:10 +0000)] 
Fixed stupid bug in constraintList causing a segfault.
Added files for new tests to the repository.

23 years agoFinshed basic merge. Still trying to get it through the test suit.
drl7x [Wed, 2 Aug 2000 20:19:48 +0000 (20:19 +0000)] 
Finshed basic merge.  Still trying to get it through the test suit.

23 years agoAdded the code for setBufferSize and setStringLegnth annotations. assertSizeandLengthAnnotations
drl7x [Tue, 4 Jul 2000 00:29:50 +0000 (00:29 +0000)] 
Added the code for setBufferSize and setStringLegnth annotations.
Committing to prepare fro second merge with Evans's code.

23 years agoAdded in test case files. (Merge should be complete now.) NullTermVer1
drl7x [Thu, 22 Jun 2000 06:56:37 +0000 (06:56 +0000)] 
Added in test case files.  (Merge should be complete now.)

23 years agoPut Nullterminated Tests in the repository.
drl7x [Wed, 21 Jun 2000 19:00:22 +0000 (19:00 +0000)] 
Put Nullterminated Tests in the repository.

23 years agoCommiting Merge of changes made in semester and ver 2.5M
drl7x [Wed, 21 Jun 2000 18:54:59 +0000 (18:54 +0000)] 
Commiting Merge of changes made in semester and ver 2.5M

23 years agoInitial revision
drl7x [Tue, 13 Jun 2000 02:39:09 +0000 (02:39 +0000)] 
Initial revision

This page took 0.083321 seconds and 4 git commands to generate.