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 2d31ee7382 (svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array with negative size 13 years ago
..
doc (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 13 years ago
etc
include (svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machines failed 13 years ago
samples (svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code 15 years ago
sq
sqstdlib (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 13 years ago
squirrel (svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array with negative size 13 years ago
COMPILE (svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4 15 years ago
COPYRIGHT (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 13 years ago
HISTORY (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 13 years ago
Makefile
README (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 13 years ago
README.OpenTTD
squirrel.dsw

README

The programming language SQUIRREL 2.2.5 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