Branch: Tag:

2000-09-25

2000-09-25 06:29:45 by Per Hedbor <ph@opera.com>

More Pike 7.1ifications

Rev: server/base_server/configuration.pike:1.379
Rev: server/base_server/rxml.pike:1.254
Rev: server/modules/configuration/config_filesystem.pike:1.62
Rev: server/modules/filesystems/tarfs.pike:1.4
Rev: server/modules/tags/rxmltags.pike:1.180

1:   // A vitual server's main configuration   // Copyright © 1996 - 2000, Roxen IS.    - constant cvs_version = "$Id: configuration.pike,v 1.378 2000/09/24 01:48:17 per Exp $"; + constant cvs_version = "$Id: configuration.pike,v 1.379 2000/09/25 06:29:43 per Exp $";   constant is_configuration = 1;   #include <module.h>   #include <module_constants.h>
1561:    TRACE_LEAVE("Returned 'no such file'.");   }    - class StringFile + class StringFile( string data, mixed|void _st )   { -  string data; +     int offset; -  mixed _st; +        string _sprintf()    {
1599:    {    offset = to;    } -  -  void create(string d, mixed|void __st) -  { -  data = d; -  _st = __st; +    }    - } +     -  +    // this is not as trivial as it sounds. Consider gtext. :-)   public array open_file(string fname, string mode, RequestID id, void|int internal_get)   {