summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-14 16:37:08 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-14 16:37:08 +0000
commit34f1896bf0e6d84b51034730aeb2a94e83c146ba (patch)
tree498ff128890061f9d9bff263f9f78bed22319d2b /Porting
parent656266fc5211f7fea3afa655730ed10f45b205ea (diff)
downloadperl-34f1896bf0e6d84b51034730aeb2a94e83c146ba.tar.gz
Intermediate update/regen in cleanup process, dtrace support
is now backported p4raw-id: //depot/perl@32974
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary18
1 files changed, 9 insertions, 9 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 5b3c99b98d..fcb14e878a 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2414,13 +2414,13 @@ drand48_r_proto (d_drand48_r.U):
REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
is defined.
+dtrace (usedtrace.U):
+ This variable holds the location of the dtrace executable.
+
dynamic_ext (Extensions.U):
This variable holds a list of XS extension files we want to
link dynamically into the package. It is used by Makefile.
-dtrace (dtrace.U):
- This variable holds the location of the dtrace executable.
-
eagain (nblock_io.U):
This variable bears the symbolic errno code set by read() when no
data is present on the file and non-blocking I/O was enabled (otherwise,
@@ -4542,9 +4542,9 @@ srandom_r_proto (d_srandom_r.U):
is defined.
src (src.U):
- This variable holds the path to the package source. It is up to
- the Makefile to use this variable and set VPATH accordingly to
- find the sources remotely.
+ This variable holds the (possibly relative) path of the package source.
+ It is up to the Makefile to use this variable and set VPATH accordingly
+ to find the sources remotely. Use $pkgsrc to have an absolute path.
sSCNfldbl (longdblfio.U):
This variable, if defined, contains the string used by stdio to
@@ -4791,9 +4791,9 @@ usedl (dlsrc.U):
This variable indicates if the system supports dynamic
loading of some sort. See also dlsrc and dlobj.
-usedtrace (trace.U):
- This variable indicates whether we are compiling with dtrace support.
- See also dtrace.
+usedtrace (usedtrace.U):
+ This variable indicates whether we are compiling with dtrace
+ support. See also dtrace.
usefaststdio (usefaststdio.U):
This variable conditionally defines the USE_FAST_STDIO symbol,