Branch: Tag:

2002-11-28

2002-11-28 23:45:49 by Marcus Comstedt <marcus@mc.pp.se>

Fixed some _sprintf breakages.

Rev: src/builtin.cmod:1.100
Rev: src/error.c:1.96
Rev: src/modules/Gmp/mpf.cmod:1.17
Rev: src/modules/Gmp/mpq.cmod:1.15
Rev: src/modules/Math/module.pmod.in:1.11
Rev: src/modules/Oracle/oracle.c:1.75
Rev: src/post_modules/GTK/new_build_pgtk.pike:1.21
Rev: src/post_modules/GTK/source/gdkevent.pre:1.8
Rev: src/post_modules/GTK/source/support.c:1.36
Rev: src/threads.c:1.192

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: builtin.cmod,v 1.99 2002/11/27 09:56:10 grubba Exp $ + || $Id: builtin.cmod,v 1.100 2002/11/28 23:45:38 marcus Exp $   */      #include "global.h"
943:    {    pop_n_elems(args);    +  if (c != 'O') { +  push_undefined (); +  return; +  } +     push_text("backtrace_frame(");    if (THIS->pc) {    if (!THIS->filename) {
2193:    PIKEFUN string _sprintf(int mode, mapping flags)    {    pop_n_elems(args); +  if (mode != 'O') { +  push_undefined (); +  return; +  }    push_text("%O%*'[*]'n");    if(THIS->arg)    ref_push_array(THIS->arg);