pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-12
2004-09-12 15:29:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d3438c88546b128fd7cb3064859a0966f8f97000 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added some notes.
Rev: src/builtin.cmod:1.164
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
163
2004/09/
11
09
:
44
:
17
grubba Exp $
+
|| $Id: builtin.cmod,v 1.
164
2004/09/
12
15
:
29
:
11
grubba Exp $
*/ #include "global.h"
3083:
* tail_pred prev */
+
/* Suggestions for future functionality:
+
*
+
* o Join
+
* o Copy segment
+
* o Detach segment (requires new iterator implementation)
+
* o Iterator copy
+
* o Support for reverse(), filter() and map().
+
* o Initialization from array.
+
*/
+
INIT { THIS->tail = NULL;