commit | d470db10a3a319d638522ed19963c64db4df41bb | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | Tue Dec 13 10:28:00 2011 -0200 |
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | Tue Dec 13 10:41:18 2011 -0200 |
tree | d359389dac5a280842b8bc57a34958a8ed2d8100 | |
parent | b148b8606ae67b2d6791d373f47abf3a7011e52c [diff] |
Use alias_normalize() instead of modname_normalize() When normalizing alias names (or if we don't know if it's an alias or modname), use alias_normalize() instead of modname_normalize(). The difference is that alias names can contain dashes withing brackets, and those should not be changed to underscores. Most of the places using underscores() function might be converted to alias_normalize(), but this is not done now.