Branch: Tag:

1997-07-16

1997-07-16 20:31:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed some minor bugs.

Rev: server/base_server/roxen.pike:1.83

1: - string cvs_version = "$Id: roxen.pike,v 1.82 1997/07/11 06:00:05 per Exp $"; + string cvs_version = "$Id: roxen.pike,v 1.83 1997/07/16 20:31:23 grubba Exp $";   #define IN_ROXEN   #include <roxen.h>   #include <config.h>
60:   // in the future.   mapping portno=([]);    - function decode = MIME.decode_base64; + // decode.pike used to be here. + constant decode = MIME.decode_base64;   // End of what was formely known as decode.pike, the base64 decoder      // Function pointer and the root of the to the configuration interface
905:    return my_loaded[object_program(o)]||last_module_name;   }    - mapping module_stat_cache = ([]); + // ([ filename:stat_array ]) + mapping(string:array) module_stat_cache = ([]);   object load(string s) // Should perhaps be renamed to 'reload'.   {    string cvs;
1747:    case "lpc":    if(catch{    if((open(path+file,"r")->read(4))=="#!NO") { -  MD_PERROR(("Not a module")); +  MD_PERROR(("Not a module\n"));    file=0;    }    }) {
1833:    string file, path;    mixed err;    +  if (!allmodules) {    allmodules=copy_value(somemodules); -  +  }       foreach(QUERY(ModuleDirs), path)    {