You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata
pagran 991fbb042b
avoid potential short name collisions
Fix for bug when a conflict occurred between generated short names
and local variables/functions/types/structs.

The already existing names are collected and if the generated short name
already exists, the package counter is increased until a free name is found.

Part of #149.
5 years ago
..
bench set up an AUTHORS file to attribute copyright 5 years ago
mod support building modules which require other modules 6 years ago
scripts avoid potential short name collisions 5 years ago