pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:155:
will be regarded as the return value and the rest of the items on the stack, compared to before the function arguments were pushed, will be popped and discarded. Efuns still have to clean their stack as previously. o Removed add_function, pike_add_function, pike_add_function2, simple_add_variable, map_variable and MAP_VARIABLE. This removes the remaining few API:s where text types were used. Use ADD_FUNCTION and PIKE_MAP_VARIABLE instead.
-
o Removed my_rand and my_srand
are removed
. Use the random functions
+
o Removed
the functions
my_rand and my_srand. Use the random functions
on the stack for _random lfuns, the push_random_string or look up
-
the random function from get_builtin_constants().
+
the random function from get_builtin_constants().
For deterministic
+
pseudo random, create a private Random.Deterministic object.
Building and installing ----------------------- o GMP 4.1 or later is now required. o C99 assumed The configure tests will not check for functions defined in C99 anymore and C99 compiler support is assumed.