Branch: Tag:

1999-10-21

1999-10-21 21:34:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some bugfixes for AUTO_BIGNUM

Rev: lib/master.pike.in:1.64
Rev: src/builtin_functions.c:1.190
Rev: src/interpret.h:1.34
Rev: src/program.c:1.161
Rev: src/program.h:1.61
Rev: src/svalue.c:1.49
Rev: src/testsuite.in:1.202

1: - test_true([["$Id: testsuite.in,v 1.201 1999/10/10 00:49:13 noring Exp $"]]) + test_true([["$Id: testsuite.in,v 1.202 1999/10/21 21:34:37 hubbe Exp $"]])      cond([[all_constants()->_verify_internals]],   [[
55:   test_any([[ int a,b; [ [a],b]=({ ({ 1 }) ,2}); return b]],2)   test_any([[ int a; catch { [a]=({1,2}); }; return 1]],1)   test_any([[ int a,b; catch { [a,b]=({1}); }; return 1]],1) + test_any([[ mapping m=([]); m[m]=m; return stringp(sprintf("%O",m)); ]],1) +    test_compile_error([[    array a;    a = path_info[..(sizeof(path_info)-2]*"/";