Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-01-10
2014-01-10 14:08:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0c341427c12c537f73b64ab4b508938e844f36d9 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.4
Core: Added compat level for 5.4.
133:
// cache static optimization for tags such as <if> and <emit> inside // <cache> since that optimization can give tricky incompatibilities // with 2.4.
+
// Note also that 5.3 only existed in the Print repository, and
+
// thus is skipped here.
array(string) compat_levels = ({"2.1", "2.2", "2.4", "2.5", "3.3", "3.4", "4.0", "4.5",
-
"5.0", "5.1", "5.2" });
+
"5.0", "5.1", "5.2"
,
"5.4",
+
});
#ifdef THREADS mapping(string:string) thread_names = ([]);