summaryrefslogtreecommitdiffstats
path: root/Python/frozen.c
Commit message (Expand)AuthorAgeFilesLines
* This is my patchMichael W. Hudson2002-08-151-6/+6
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-7/+7
* Squash compiler wng about signed/unsigned mismatch.Tim Peters2001-10-181-1/+1
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-181-5/+12
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add primitive test for frozen package.Guido van Rossum1998-04-031-0/+4
* Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode!Guido van Rossum1997-07-191-7/+7
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* New style interface via pointer variable.Guido van Rossum1996-06-171-5/+6
* grand renaming; added copyright to some filesGuido van Rossum1996-05-281-1/+29
* Initial revisionGuido van Rossum1995-08-041-0/+21
l kwa">return "build_name";} /** * Succinct documentation. */ virtual const char* GetTerseDocumentation() { return "Deprecated. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead."; } /** * More documentation. */ virtual const char* GetFullDocumentation() { return " build_name(variable)\n" "Sets the specified variable to a string representing the platform " "and compiler settings. These values are now available through the " "CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables."; } /** This command is kept for compatibility with older CMake versions. */ virtual bool IsDiscouraged() { return true; } cmTypeMacro(cmBuildNameCommand, cmCommand); }; #endif