You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/3rdparty/squirrel
rubidium 79f6fde5bf (svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes. 15 years ago
..
doc (svn r17282) -Fix (r17195): the squirrel documentation files were not updated 15 years ago
etc
include (svn r17498) -Add [NoAI]: Enable the squirrel std math library 15 years ago
samples (svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code 15 years ago
sq
sqstdlib (svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop warning about them 15 years ago
squirrel (svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes. 15 years ago
COMPILE
COPYRIGHT
HISTORY
Makefile
README
README.OpenTTD
squirrel.dsw

README

The programming language SQUIRREL 2.2.3 stable

--------------------------------------------------
The project has been compiled and run on Windows(Windows XP/2000 on Intel x86 Windows XP Pro on AMD x64) and
Linux(Slackware 9.0 on Intel x86, Fedora Core 4 on AMD x64).

Has been tested with the following compilers:
	MS Visual C++ 6.0,7.0,7.1 and 8.0 (32 and 64bits)
	MinGW gcc 3.2 (mingw special 20020817-1)
	Cygnus gcc 3.2
	Linux gcc 3.2.3
	Linux gcc 4.0.0 (x86 64bits)


Feedback and suggestions are appreciated
project page - http://www.squirrel-lang.org
community forums - http://www.squirrel-lang.org/Forums
wiki - http://wiki.squirrel-lang.org
author - alberto@demichelis.net

END OF README