summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/squirrel/HISTORY')
-rw-r--r--src/3rdparty/squirrel/HISTORY12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/3rdparty/squirrel/HISTORY b/src/3rdparty/squirrel/HISTORY
index 21a296c3e..8de77ac16 100644
--- a/src/3rdparty/squirrel/HISTORY
+++ b/src/3rdparty/squirrel/HISTORY
@@ -1,3 +1,15 @@
+***version 2.2.5 stable***
+-sq_getsize() now returns userdatasize for classes and instances
+-added parameter 'isstatic' to _newmember metamethod(thx G.Meyer)
+-now array.sort() is implemented with heapsort
+-added SQUIRREL_VERSION_NUMBER preprocessor definition
+-now floats in scientific notation also accept numbers with no '.' (eg. 1e+6 or 1e6)
+-fixed some compiler warning
+-fixed a minor compiler bug
+-fixed some bugs when SQUSEDOUBLE is used in 32bits systems
+-fixed bug in GC
+
+***2009-11-15 ***
***version 2.2.4 stable***
-fixed bug in functions with default parameters