Branch: Tag:

2001-11-27

2001-11-27 11:46:12 by Martin Stjernholm <mast@lysator.liu.se>

Minor doc fixes.

Rev: src/builtin_functions.c:1.412

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.411 2001/11/08 23:34:27 nilsson Exp $"); + RCSID("$Id: builtin_functions.c,v 1.412 2001/11/27 11:46:12 mast Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
3403:    *!    *! Only signal handlers can interrupt the sleep. Other callbacks are    *! not called during sleep. Beware that this function uses busy-waiting -  *! to achive the highest possible accuracy. +  *! to achieve the highest possible accuracy.    *!    *! @seealso    *! @[signal()], @[sleep()]
3518:    *!    *! This function checks all the memory for cyclic structures such    *! as arrays containing themselves and frees them if appropriate. -  *! It also frees up destructed objects. It then returns how many +  *! It also frees up destructed objects and things with only weak +  *! references. It then returns how many    *! arrays/objects/programs/etc. it managed to free by doing this.    *!    *! Normally there is no need to call this function since Pike will