Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-01-15
2002-01-15 09:46:55 by Anders Johansson <anders@roxen.com>
2686b2b171bccf57f78c48a2cae2ac256f1f84b5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added 2.4 to list of known compat levels.
Rev: server/base_server/roxen.pike:1.773
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
772
2002/01/
11
10
:
56
:
20
grubba
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
773
2002/01/
15
09
:
46
:
55
anders
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
88:
return fname-(getcwd()+"/"); }
-
array(string) compat_levels = ({"2.1", "2.2"});
+
array(string) compat_levels = ({"2.1", "2.2"
, "2.4"
});
#ifdef THREADS mapping(string:string) thread_names = ([]);