Branch: Tag:

2001-08-28

2001-08-28 21:36:01 by Martin Stjernholm <mast@lysator.liu.se>

Renamed the Debug module RoxenDebug to resolve name conflict with
Debug.pmod in Pike. Compatibility issue, but it shouldn't matter much since
it's barely used.

Rev: server/etc/modules/Debug.pmod:1.4(DEAD)
Rev: server/etc/modules/RXML.pmod/module.pmod:1.242
Rev: server/etc/modules/RoxenDebug.pmod:1.4
Rev: server/protocols/http.pike:1.334

2:   // Modified by Francesco Chemolli to add throttling capabilities.   // Copyright © 1996 - 2001, Roxen IS.    - constant cvs_version = "$Id: http.pike,v 1.333 2001/08/23 13:29:52 grubba Exp $"; + constant cvs_version = "$Id: http.pike,v 1.334 2001/08/28 21:35:56 mast Exp $";   // #define REQUEST_DEBUG   #define MAGIC_ERROR   
23:   #endif      #ifdef ID_OBJ_DEBUG - Debug.ObjectMarker __marker = Debug.ObjectMarker (this_object()); + RoxenDebug.ObjectMarker __marker = RoxenDebug.ObjectMarker (this_object());   #endif      #ifdef REQUEST_DEBUG