Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -92/+92 |
| | |||||
* | When we're freezing to sourcecode and one of the modules is a dynamic module ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+4 |
| | | | | that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. | ||||
* | Optionally bracket all external declarations of init functions with "ifndef"s. | Jack Jansen | 1999-10-01 | 1 | -2/+2 |
| | |||||
* | Removed warnings for packages (Just implemented support for freezing | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
| | | | | them, so the warning is obsolete). | ||||
* | Mac version of freeze. Uses standard freeze modules where it can, | Jack Jansen | 1998-06-26 | 1 | -0/+109 |
augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet. |