pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-31
2002-10-31 09:58:00 by Johan Sundström <oyasumi@gmail.com>
2ee5a4ec338bf73ea547cc59623251a9850986dd (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added some info about the Local module.
Rev: CHANGES:1.22
120:
of a surrounding class with Foo::this. o The Local module
+
All Pike modules and classes found in the directory hierarchies
+
/usr/local/pike_modules, /opt/pike_modules, /opt/share/pike_modules,
+
/usr/local/share/pike_modules, $HOME/pike_modules, and
+
$PIKE_LOCAL_PATH (a :-separated list of directories) are available
+
with the prefix "Local.". Local.add_path() and Local.remove_path()
+
respectively adds and removes entries from the list of paths to
+
inspect when resolving Local.* symbols.
o enum reserved