Roxen.git
/
server
/
modules
/
misc
/
pathinfo.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/misc/pathinfo.pike:1:
-
// This is a roxen module. Copyright © 1998 -
2001
, Roxen IS.
+
// This is a roxen module. Copyright © 1998 -
2004
, Roxen IS.
inherit "module";
-
constant cvs_version = "$Id: pathinfo.pike,v 1.
18
2004/
04
/
19
16:
45
:
47
mast Exp $";
+
constant cvs_version = "$Id: pathinfo.pike,v 1.
19
2004/
06
/
30
16:
59
:
16
mast Exp $";
constant thread_safe = 1; #ifdef PATHINFO_DEBUG # define PATHINFO_WERR(X) werror("PATHINFO: "+X+"\n"); #else # define PATHINFO_WERR(X) #endif constant module_type = MODULE_LAST; constant module_name = "Scripting: Path info support";