blender/source/gameengine/Expressions
Hans Lambermont 55cde4276b Finally commit a workaround for the Python>2.3 and FreeBSD>5.0 problem.
See http://projects.blender.org/pipermail/bf-committers/2005-April/010506.html
and projects.blender.org/pipermail/bf-committers/2006-December/017035.html

A workaround was proposed by Kester Maddock
http://projects.blender.org/pipermail/bf-committers/2005-April/010510.html
and recently again, independently by Andreas Kasparz (no URL, private email)

See also http://svn.python.org/projects/python/tags/r24c1/Include/pyport.h,
starting line 430 : "On 4.4BSD-descendants, ctype functions serves the
whole range of wchar_t character set rather than single byte code points
only. This characteristic can break some operations of string object..."
2007-02-18 21:03:23 +00:00
..
BoolValue.cpp
BoolValue.h
CMakeLists.txt
ConstExpr.cpp
ConstExpr.h
EmptyValue.cpp
EmptyValue.h
ErrorValue.cpp
ErrorValue.h
EXP_C-Api.cpp
EXP_C-Api.h
Expression.cpp
Expression.h
FloatValue.cpp
FloatValue.h
IdentifierExpr.cpp
IdentifierExpr.h
IfExpr.cpp
IfExpr.h
InputParser.cpp
InputParser.h
IntValue.cpp
IntValue.h
KX_HashedPtr.cpp
KX_HashedPtr.h
KX_Python_dynamic.h
KX_Python_static.h
KX_Python.h Finally commit a workaround for the Python>2.3 and FreeBSD>5.0 problem. 2007-02-18 21:03:23 +00:00
ListValue.cpp
ListValue.h
Makefile
Operator1Expr.cpp
Operator1Expr.h
Operator2Expr.cpp
Operator2Expr.h
PyObjectPlus.cpp
PyObjectPlus.h
SConscript
StringValue.cpp
StringValue.h
Value.cpp
Value.h
VectorValue.cpp
VectorValue.h
VoidValue.h