Branch: Tag:

1999-03-02

1999-03-02 03:13:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

int(X..Y) implemented, plus some bugfixes and removed two memory 'leaks'

Rev: src/constants.c:1.15
Rev: src/global.h:1.28
Rev: src/interpret.c:1.116
Rev: src/interpret.h:1.27
Rev: src/language.yacc:1.111
Rev: src/las.c:1.75
Rev: src/main.c:1.64
Rev: src/modules/Gmp/mpz_glue.c:1.40
Rev: src/operators.c:1.48
Rev: src/pike_types.c:1.54
Rev: src/pike_types.h:1.18
Rev: src/stralloc.h:1.33
Rev: src/svalue.h:1.22
Rev: src/testsuite.in:1.151

5:   \*/      /* -  * $Id: svalue.h,v 1.21 1999/02/10 21:46:56 hubbe Exp $ +  * $Id: svalue.h,v 1.22 1999/03/02 03:13:30 hubbe Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
119:   #define tString "\006"   #define tFlt "\007"   #define tFloat "\007" - #define tInt "\010" + #define tInt "\010\200\000\000\000\177\377\377\377"      #define tVoid "\020"   #define tVar(X) #X