Skip to content

Tags: cascremers/scyther

Tags

v1.2

Merge branch 'python3-wxpython4'

Without_nested_functions

After nested function cleanup.

With_nested_functions

Start of cleanup of nested functions.

v1.1.3

Cleanup: Update notes for experimental directory to point to the corr…

…ect protocols directory.

Compromise-0.9.2

Cleanup: removing unused variables.

v1.1.2

Updated changelog.

Compromise-0.9.1

Updated changelog.

v1.1.1

Updated changelog.

Compromise-0.9

Latest copy of manual.

v1.1

BUGFIX: Windows version had a compilation problem.

The use of 'strndup' in scanner.l caused problems for non-gnu modes of gcc, which
was being invoked for the mingw32 compilation. Replaced now by the more portable
strncpy + malloc version.