Download List

Descripción del Proyecto

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

Muchos de errores han sido corregidos, y muchas nuevas características añadidas. Entre los cambios son un nuevo formato para var_decl, la impresión de información más declaración, e impresión de información de la función de definición.
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

Este comunicado se encarga estructura de inicialización mejor. Esto debe hacerse cargo de la mayoría de los 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 ahora imprime un mensaje si hay algún tipo de árbol que no sabe cómo manejar.
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

Fija paréntesis han sido añadidas.
Tags: Minor bugfixes
Parenthesis fixes were added.

2003-04-05 00:59
0.46

Esto cambia la liberación a GNU-guiones estilo y añade soporte para la estructura declaraciones.
Tags: Minor feature enhancements
This release changes to GNU-style indents and adds support for struct
declarations.

Project Resources