Download List

Projeto Descrição

SMATCH is a neat program designed to locate programming errors in any open source software project. Right now it is actively used to screen out errors inside the Linux kernel. There are two main parts to Smatch. The first is a patch to the gcc sources to screen out a lot of useful information. The second part is a collection of Perl scripts and libraries to analyze the information and report the findings.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-07-04 09:32
0.50

Lots of bugs foram corrigidos, e muitos novos recursos adicionados. Entre as mudanças são um novo formato para var_decl, a impressão de mais informações sobre declaração e impressão de informação definição de função.
Tags: Major feature enhancements
Lots of bugs have been fixed, and many new features
added. Among the changes are a new format for
var_decl, printing of more declaration information, and
printing of function definition information.

2003-05-15 12:51
0.49

Esta versão trata struct inicialização melhor. Este deve ter o cuidado de a maioria dos sm_unknown () problemas.
Tags: Minor feature enhancements
This release handles struct initialization better. This should take care of most of the sm_unknown() problems.

2003-05-13 15:18
0.48

Smatch agora imprime uma mensagem se houver qualquer tipo de árvore que não sabem como lidar.
Tags: Major feature enhancements
Smatch now prints a message if there are any tree types that it doesn't know how to handle.

2003-04-08 10:11
0.47

Parênteses correções foram adicionadas.
Tags: Minor bugfixes
Parenthesis fixes were added.

2003-04-05 00:59
0.46

Isso muda versão para GNU-travessões estilo e adiciona suporte para struct declarações.
Tags: Minor feature enhancements
This release changes to GNU-style indents and adds support for struct
declarations.

Project Resources