summary refs log tree commit diff stats
path: root/compiler/modules.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix generation of package-dependent init names.Reimer Behrends2014-06-251-1/+1
| | | | | | | | | | | The code incorrectly used relative instead of absolute paths to see if *.babel files could be found, which could result in them not being located properly. Also added an underscore between the package and the module name for package_moduleInit() and package_moduleDatInit() so that there won't be spurious conflicts, e.g. for package A and module BC vs. package AB and module C.
* the compiler is now aware of packagesAraq2014-03-021-4/+5
|
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
|
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-11/+11
|
* case consistency part 1Araq2013-12-271-1/+1
|
* 'modules' module from 'main'; minor bugfixesAraq2013-07-201-0/+200