Branch: Tag:

2011-02-16

2011-02-16 09:57:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

System.Timer: create() now actually is protected (as documented).

Documented a few other protected functions as protected.

3317:    *! object stops waiting and starts executing code.    */    PIKEFUN void create( int|zero|void fast ) +  flags ID_PROTECTED;    {    extern struct timeval current_time;    THIS->hard_update = !fast;
4219:    push_int(!THIS->head->next);    }    -  /*! @decl int(0..) _sizeof() +  /*! @decl protected int(0..) _sizeof()    *!    *! Returns the number of elements in the list.    */
4229:    push_int(THIS->num_elems);    }    -  /*! @decl string _sprintf(int c, mapping(string:mixed)|void attr) +  /*! @decl protected string _sprintf(int c, mapping(string:mixed)|void attr)    *!    *! Describe the list.    *!
4377:    push_int(0);    }    -  /*! @decl void create(mixed ... values) +  /*! @decl protected void create(mixed ... values)    *!    *! Create a new @[List], and initialize it with @[values].    *!