FIXME's added. Hopefully fixme list is now complete for filters.
This commit is contained in:
parent
f782b72c53
commit
c9f8c1a855
2 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,15 @@
|
||||||
* Copyright 1998,1999 Pavel Machek
|
* Copyright 1998,1999 Pavel Machek
|
||||||
*
|
*
|
||||||
* Can be freely distributed and used under the terms of the GNU GPL.
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
||||||
|
*
|
||||||
|
FIXME: constant prefixes, make prefix.ip and prefix.length work
|
||||||
|
FIXME: define keyword
|
||||||
|
FIXME: case without { }'s
|
||||||
|
FIXME: allow px+, px- px^pair in prefix sets
|
||||||
|
FIXME: create ip.mask(x) function
|
||||||
|
FIXME: whole system of paths, path ~ string, path.prepend(), path.originate
|
||||||
|
FIXME: create community lists
|
||||||
|
FIXME: access to dynamic attributes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CF_HDR
|
CF_HDR
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* Can be freely distributed and used under the terms of the GNU GPL.
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
||||||
*
|
*
|
||||||
* FIXME: local namespace for functions
|
* FIXME: local namespace for functions
|
||||||
* FIXME: switch (or how did we call it in final release?)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue