FIXME in file /std/container.c line 315:

 Yo! finish this -- Tigran 

Code:
//:FUNCTION query_total_capacity
//Returns the capacity directly attributed to the container.  This should 
//normally include anything attached or within the container.
int query_total_capacity()
FIXME in file /std/container.c line 535:

 hack

Code:
    if (this_object()->query_closed()) return "#closed#";
    return ::ob_state();
}

FIXME in file /std/container.c line 559:

 this should go!! short() should never return 0

Code:
    if (!short()) return 0;

    if ( test_flag(TRANSPARENT) )
	return 1;
