Branch: Tag:

2000-03-24

2000-03-24 01:24:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more dmalloc...

Rev: src/block_alloc.h:1.18
Rev: src/builtin_functions.c:1.246
Rev: src/errors.h:1.9
Rev: src/interpret.c:1.137
Rev: src/interpret.h:1.38
Rev: src/interpreter.h:1.36
Rev: src/object.c:1.95
Rev: src/operators.c:1.87
Rev: src/pike_memory.c:1.59
Rev: src/program.c:1.214
Rev: src/security.c:1.25
Rev: src/signal_handler.c:1.168
Rev: src/threads.c:1.113
Rev: src/threads.h:1.75

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.245 2000/03/20 21:00:03 hubbe Exp $"); + RCSID("$Id: builtin_functions.c,v 1.246 2000/03/24 01:24:49 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
595:    {    char *program_name;    +  debug_malloc_touch(f);    frames--;       if(f->current_object && f->context.prog)
2823:   #endif      #ifdef HAVE_MKTIME - static void f_mktime (INT32 args) + void f_mktime (INT32 args)   {    INT_TYPE sec, min, hour, mday, mon, year, isdst;    struct tm date;