Changeset 15046
- Timestamp:
- Oct 25, 2011, 7:00:26 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (783 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r15034 r15046 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id5 13525" title="Clozure CL Documentation" />8 <link rel="home" href="#id540627" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id5 13525"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id540627"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 98 98 <dt> 99 99 <span class="sect1"> 100 <a href="# Building-Everything">3.3. Building Everything</a>100 <a href="#Kernel-build-prerequisites">3.3. Kernel Build Prerequisites</a> 101 101 </span> 102 102 </dt> 103 103 <dt> 104 104 <span class="sect1"> 105 <a href="#Building- the-kernel">3.4. Building the kernel</a>105 <a href="#Building-Everything">3.4. Building Everything</a> 106 106 </span> 107 107 </dt> 108 108 <dt> 109 109 <span class="sect1"> 110 <a href="#Building-the-heap-image">3.5. Building the heap image</a> 110 <a href="#Building-the-kernel">3.5. Building the Kernel</a> 111 </span> 112 </dt> 113 <dt> 114 <span class="sect1"> 115 <a href="#Building-the-heap-image">3.6. Building the Heap Image</a> 111 116 </span> 112 117 </dt> … … 950 955 <dt> 951 956 <span class="sect2"> 952 <a href="# linuxppc">2.1.1. LinuxPPC</a>957 <a href="#ports32vs64">2.1.1. 32- vs 64-bit versions</a> 953 958 </span> 954 959 </dt> 955 960 <dt> 956 961 <span class="sect2"> 957 <a href="# linuxx86">2.1.2. Linux x86</a>962 <a href="#x86sse2">2.1.2. 32-bit x86 versions require SSE2</a> 958 963 </span> 959 964 </dt> 960 965 <dt> 961 966 <span class="sect2"> 962 <a href="# freebsdx86">2.1.3. FreeBSD x86</a>967 <a href="#linuxppc">2.1.3. LinuxPPC</a> 963 968 </span> 964 969 </dt> 965 970 <dt> 966 971 <span class="sect2"> 967 <a href="# macosx">2.1.4. Mac OS X (ppc and x86)</a>972 <a href="#linuxx86">2.1.4. Linux x86</a> 968 973 </span> 969 974 </dt> 970 975 <dt> 971 976 <span class="sect2"> 972 <a href="#windows">2.1.5. Microsoft Windows</a> 977 <a href="#linuxarm">2.1.5. Linux ARM v7</a> 978 </span> 979 </dt> 980 <dt> 981 <span class="sect2"> 982 <a href="#freebsdx86">2.1.6. FreeBSD x86</a> 983 </span> 984 </dt> 985 <dt> 986 <span class="sect2"> 987 <a href="#macosx">2.1.7. Mac OS X x86</a> 988 </span> 989 </dt> 990 <dt> 991 <span class="sect2"> 992 <a href="#windows">2.1.8. Microsoft Windows</a> 973 993 </span> 974 994 </dt> … … 989 1009 <dt> 990 1010 <span class="sect2"> 991 <a href="#obtaining-via- svn">2.2.2. Getting Clozure CL with Subversion</a>1011 <a href="#obtaining-via-tarballs">2.2.2. Tarballs</a> 992 1012 </span> 993 1013 </dt> 994 1014 <dt> 995 1015 <span class="sect2"> 996 <a href="#obtaining-via-tarballs">2.2.3. Tarballs</a> 1016 <a href="#obtaining-via-svn">2.2.3. Getting Clozure CL with Subversion</a> 1017 </span> 1018 </dt> 1019 <dt> 1020 <span class="sect2"> 1021 <a href="#Rebuilding-CCL-From-Sources">2.2.4. Rebuilding Clozure CL From Sources</a> 997 1022 </span> 998 1023 </dt> … … 1048 1073 </div> 1049 1074 </div> 1050 <p xmlns="http://www.w3.org/1999/xhtml">As of this writing, Clozure CL 1. 4is the latest release; it was1051 made in October 2009. For up-to-date information about releases,1075 <p xmlns="http://www.w3.org/1999/xhtml">As of this writing, Clozure CL 1.7 is the latest release; it was 1076 made in August 2011. For up-to-date information about releases, 1052 1077 please see <a class="ulink" href="http://ccl.clozure.com/" target="_top">http://ccl.clozure.com/</a>. 1053 1078 </p> 1054 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL runs on the following platforms:</p>1079 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL 1.7 runs on the following platforms:</p> 1055 1080 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1056 1081 <ul class="itemizedlist" type="disc"> 1057 1082 <li class="listitem"> 1058 <p>Linux (x86, x86-64, ppc32, ppc64 )</p>1083 <p>Linux (x86, x86-64, ppc32, ppc64, armv7)</p> 1059 1084 </li> 1060 1085 <li class="listitem"> 1061 <p>Mac OS X 10. 4 and later (x86, x86-64, ppc32, ppc64)</p>1086 <p>Mac OS X 10.5 and later (x86, x86-64)</p> 1062 1087 </li> 1063 1088 <li class="listitem"> … … 1076 1101 <div> 1077 1102 <div> 1078 <h3 class="title"><a id="linuxppc"></a>2.1.1. LinuxPPC</h3> 1103 <h3 class="title"><a id="ports32vs64"></a>2.1.1. 32- vs 64-bit versions</h3> 1104 </div> 1105 </div> 1106 </div> 1107 <p xmlns="http://www.w3.org/1999/xhtml">Naturally, 64-bit versions of Clozure CL require 64-bit processors, 1108 for example, a G5 or Core 2. Some early Intel-based Macintoshes 1109 used processors that don't support 1110 64-bit operation, so the 64-bit Clozure CL will not run on them, although 1111 the 32-bit Clozure CL will. 1112 </p> 1113 </div> 1114 <div class="sect2" lang="en" xml:lang="en"> 1115 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1116 <div> 1117 <div> 1118 <h3 class="title"><a id="x86sse2"></a>2.1.2. 32-bit x86 versions require SSE2</h3> 1119 </div> 1120 </div> 1121 </div> 1122 <p xmlns="http://www.w3.org/1999/xhtml">The 32-bit x86 versions of Clozure CL depend on the presence of the SSE2 instructions. 1123 Most x86 processors manufactured and sold in the last several years support SSE2 (all Apple Intel-based Macs do, for instance), 1124 but there are some exceptions. 1125 The <a class="ulink" href="http://en.wikipedia.org/wiki/SSE2" target="_top">Wikipedia article on SSE2</a> lists processor models that support SSE2 1126 (and also mentions some of the more notable exceptions). 1127 </p> 1128 </div> 1129 <div class="sect2" lang="en" xml:lang="en"> 1130 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1131 <div> 1132 <div> 1133 <h3 class="title"><a id="linuxppc"></a>2.1.3. LinuxPPC</h3> 1079 1134 </div> 1080 1135 </div> … … 1088 1143 <div> 1089 1144 <div> 1090 <h3 class="title"><a id="linuxx86"></a>2.1. 2. Linux x86</h3>1145 <h3 class="title"><a id="linuxx86"></a>2.1.4. Linux x86</h3> 1091 1146 </div> 1092 1147 </div> … … 1103 1158 <div> 1104 1159 <div> 1105 <h3 class="title"><a id="freebsdx86"></a>2.1.3. FreeBSD x86</h3> 1160 <h3 class="title"><a id="linuxarm"></a>2.1.5. Linux ARM v7</h3> 1161 </div> 1162 </div> 1163 </div> 1164 <p xmlns="http://www.w3.org/1999/xhtml">The Linux ARM port is relatively new and is still a work-in-progress. 1165 Clozure CL 1166 needs some features (such as hardware floating-point, locking and 1167 memory-serialization primitives) that are only found in chips 1168 that implement architecture version 7 (ARMv7); technically, it needs 1169 the ARMv7 "application profile", which is sometimes called ARMv7a. 1170 1171 In practice, <span class="emphasis"><em>most</em></span> ARM consumer devices released in the last few 1172 years implement ARMv7, but there are exceptions, and it is 1173 not practical to enumerate all of the ARM devices that CCL should 1174 run on. 1175 </p> 1176 <p xmlns="http://www.w3.org/1999/xhtml"> 1177 In addition to hardware issues, Clozure CL expects Linux to run in little-endian 1178 mode and expects software to follow "soft float" calling conventions. 1179 The latter has to do with how C functions accept floating-point arguments 1180 and return floating-point values. 1181 1182 </p> 1183 </div> 1184 <div class="sect2" lang="en" xml:lang="en"> 1185 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1186 <div> 1187 <div> 1188 <h3 class="title"><a id="freebsdx86"></a>2.1.6. FreeBSD x86</h3> 1106 1189 </div> 1107 1190 </div> … … 1116 1199 <div> 1117 1200 <div> 1118 <h3 class="title"><a id="macosx"></a>2.1.4. Mac OS X (ppc and x86)</h3> 1119 </div> 1120 </div> 1121 </div> 1122 <p xmlns="http://www.w3.org/1999/xhtml"> Clozure CL runs under Mac OS X versions 10.4 and later. Post-1.4 1123 versions will require at least 10.5. 1201 <h3 class="title"><a id="macosx"></a>2.1.7. Mac OS X x86</h3> 1202 </div> 1203 </div> 1204 </div> 1205 <p xmlns="http://www.w3.org/1999/xhtml"> Clozure CL 1.7 runs on Mac OS X (x86) versions 10.5 and later, including 10.7 (Lion), 1124 1206 </p> 1125 <p xmlns="http://www.w3.org/1999/xhtml">64-bit versions of Clozure CL naturally require 64-bit processors 1126 (e.g., a G5 or Core 2 processor). Some early Intel-based Macintoshes 1127 used processors that don't support 1128 64-bit operation, so the 64-bit Clozure CL will not run on them, although 1129 the 32-bit Clozure CL will. 1130 </p> 1207 <p xmlns="http://www.w3.org/1999/xhtml"> Clozure CL 1.6 runs on Mac OS X PPC as well as x86 processors.</p> 1131 1208 </div> 1132 1209 <div class="sect2" lang="en" xml:lang="en"> … … 1134 1211 <div> 1135 1212 <div> 1136 <h3 class="title"><a id="windows"></a>2.1. 5. Microsoft Windows</h3>1213 <h3 class="title"><a id="windows"></a>2.1.8. Microsoft Windows</h3> 1137 1214 </div> 1138 1215 </div> … … 1151 1228 </div> 1152 1229 </div> 1153 <p xmlns="http://www.w3.org/1999/xhtml">There two mainways to obtain Clozure CL. For Mac OS X,1230 <p xmlns="http://www.w3.org/1999/xhtml">There are three ways to obtain Clozure CL. For Mac OS X, 1154 1231 there are disk images that can be used to install Clozure CL in 1155 1232 the usual Macintosh way. For other OSes, Subversion is the best … … 1161 1238 <p xmlns="http://www.w3.org/1999/xhtml"> There are three popular ways to use Clozure CL: as a 1162 1239 stand-alone double-clickable application (Mac OS X only), as a 1163 command-line application, or with Emacs and SLIME. The following 1164 sections describe these options.</p> 1240 command-line application, or with Emacs and SLIME. 1241 </p> 1242 <p xmlns="http://www.w3.org/1999/xhtml">The following sections describe these options.</p> 1165 1243 <div class="sect2" lang="en" xml:lang="en"> 1166 1244 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> … … 1176 1254 or wherever you wish. 1177 1255 After that you can double-click the Clozure CL application found 1178 inside the ccl directory. The disk images are available at1179 <a class="ulink" href="ftp://clozure.com/pub/release/1. 4/" target="_top">ftp://clozure.com/pub/release/1.4/</a> </p>1256 inside the ccl directory. The disk images for version 1.7 are available at 1257 <a class="ulink" href="ftp://clozure.com/pub/release/1.7/" target="_top">ftp://clozure.com/pub/release/1.7/</a> </p> 1180 1258 <p xmlns="http://www.w3.org/1999/xhtml">So that Clozure CL can locate its source code, and for other 1181 1259 reasons explained in … … 1195 1273 <div> 1196 1274 <div> 1197 <h3 class="title"><a id="obtaining-via-svn"></a>2.2.2. Getting Clozure CL with Subversion</h3> 1198 </div> 1199 </div> 1200 </div> 1201 <p xmlns="http://www.w3.org/1999/xhtml">It is very easy to download, install, and build Clozure CL 1202 using Subversion. This is the preferred way to get either the 1275 <h3 class="title"><a id="obtaining-via-tarballs"></a>2.2.2. Tarballs</h3> 1276 </div> 1277 </div> 1278 </div> 1279 <p xmlns="http://www.w3.org/1999/xhtml">Tarball distributions of Clozure CL release version 1.7 are available at 1280 <a class="ulink" href="ftp://clozure.com/pub/release/1.7/" target="_top">ftp://clozure.com/pub/release/1.7/</a>. 1281 Download and extract 1282 one on your local disk. Then edit the Clozure CL shell script to set 1283 the value of <em class="varname">CCL_DEFAULT_DIRECTORY</em> and start 1284 up the appropriate Clozure CL kernel. See <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1. The ccl Shell Script">Section 2.3.1, âThe ccl Shell Scriptâ</a> for more information about the 1285 Clozure CL shell scripts.</p> 1286 </div> 1287 <div class="sect2" lang="en" xml:lang="en"> 1288 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1289 <div> 1290 <div> 1291 <h3 class="title"><a id="obtaining-via-svn"></a>2.2.3. Getting Clozure CL with Subversion</h3> 1292 </div> 1293 </div> 1294 </div> 1295 <p xmlns="http://www.w3.org/1999/xhtml">It is very easy to download and configure Clozure CL to obtain sources from the Subversion repository. 1296 This is the preferred way to get either the 1203 1297 latest, or a specific version of Clozure CL, unless you prefer 1204 1298 the Mac Way. Subversion is a source code control system that is … … 1207 1301 sources and binaries can be retrieved with a single Subversion command. 1208 1302 </p> 1209 <p xmlns="http://www.w3.org/1999/xhtml">Day-to-day development of Clozure CL takes place in an area 1210 of the Subversion repository known as the trunk. At most times, 1211 the trunk is perfectly usable, but occasionally it can be unstable 1212 or totally broken. If you wish to live on the 1213 bleeding edge, the following command will fetch a copy of the trunk 1214 for Darwin x86 (both 32- and 64-bit versions): 1215 </p> 1216 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1217 1218 svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl 1219 </pre> 1220 <p xmlns="http://www.w3.org/1999/xhtml"> 1221 To get a trunk Clozure CL for another platform, replace 1222 "darwinx86" with one of the following names (all versions 1223 include both 32- and 64-bit binaries): 1224 </p> 1225 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1226 <ul class="itemizedlist" type="disc"> 1227 <li class="listitem"> 1228 <p>darwinx86</p> 1229 </li> 1230 <li class="listitem"> 1231 <p>linuxx86</p> 1232 </li> 1233 <li class="listitem"> 1234 <p>freebsdx86</p> 1235 </li> 1236 <li class="listitem"> 1237 <p>solarisx86</p> 1238 </li> 1239 <li class="listitem"> 1240 <p>windows</p> 1241 </li> 1242 <li class="listitem"> 1243 <p>linuxppc</p> 1244 </li> 1245 <li class="listitem"> 1246 <p>darwinppc</p> 1247 </li> 1248 </ul> 1249 </div> 1250 <p xmlns="http://www.w3.org/1999/xhtml">Release versions of Clozure CL are intended to be stable. While 1251 bugs will be fixed in the release branches, enhancements 1252 and new features will go into the trunk. To get the 1.4 release 1253 of Clozure CL type:</p> 1254 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1255 1256 svn co http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl 1257 </pre> 1258 <p xmlns="http://www.w3.org/1999/xhtml">The above command will fetch the complete sources and binaries 1259 for the Darwin x86 build of Clozure CL. To get a Clozure CL for another platform, 1260 replace "darwinx86" with one of the following names (all versions 1261 include both 32- and 64-bit binaries):</p> 1262 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1263 <ul class="itemizedlist" type="disc"> 1264 <li class="listitem"> 1265 <p>darwinx86</p> 1266 </li> 1267 <li class="listitem"> 1268 <p>linuxx86</p> 1269 </li> 1270 <li class="listitem"> 1271 <p>freebsdx86</p> 1272 </li> 1273 <li class="listitem"> 1274 <p>solarisx86</p> 1275 </li> 1276 <li class="listitem"> 1277 <p>windows</p> 1278 </li> 1279 <li class="listitem"> 1280 <p>linuxppc</p> 1281 </li> 1282 <li class="listitem"> 1283 <p>darwinppc</p> 1284 </li> 1285 </ul> 1286 </div> 1287 <p xmlns="http://www.w3.org/1999/xhtml">These distributions contain complete sources and 1288 binaries. They use Subversion's "externals" features to share 1289 common sources; the majority of source code is the same across 1290 all versions.</p> 1291 <p xmlns="http://www.w3.org/1999/xhtml">Once the checkout is complete you can build Clozure CL by 1292 running the lisp kernel and executing 1293 the <code class="literal">rebuild-ccl</code> function. For 1294 example:</p> 1295 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1296 1297 joe:ccl> ./dx86cl64 1298 Welcome to Clozure Common Lisp Version 1.2 (DarwinX8664)! 1299 ? (rebuild-ccl :full t) 1300 1301 <lots of compilation output> 1302 1303 ? (quit) 1304 joe:ccl> 1305 </pre> 1306 <p xmlns="http://www.w3.org/1999/xhtml"> 1307 If you don't have a C compiler toolchain installed, 1308 <code class="literal">rebuild-ccl</code> will not work. Please 1309 refer to <a class="xref" href="#building-ccl-from-source" title="Chapter 3. Building Clozure CL from its Source Code">Chapter 3, <i>Building Clozure CL from its Source Code</i></a> for 1310 addtional details. 1311 </p> 1303 <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> 1304 <h3 class="title">Note</h3> 1305 <p>Unless stated otherwise, examples in this chapter are given for Mac OS X in particular 1306 or Unix-based host environments in general. 1307 </p> 1308 <p>For Windows, special care must be taken to install a working development environment. 1309 For more information see the Clozure CL Wiki at URL: <a class="ulink" href="http://trac.clozure.com/ccl/wiki/WindowsNotes" target="_top">http://trac.clozure.com/ccl/wiki/WindowsNotes</a> 1310 </p> 1311 </div> 1312 1312 <div class="sect3" lang="en" xml:lang="en"> 1313 1313 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1314 1314 <div> 1315 1315 <div> 1316 <h4 class="title"><a id="Checking-Subversion-Installation"></a>2.2. 2.1. Checking Subversion Installation</h4>1316 <h4 class="title"><a id="Checking-Subversion-Installation"></a>2.2.3.1. Checking Subversion Installation</h4> 1317 1317 </div> 1318 1318 </div> 1319 1319 </div> 1320 <p xmlns="http://www.w3.org/1999/xhtml">If <code class="literal">svn co</code> doesn't work, then make sure 1321 that Subversion is installed on your system. Bring up a command 1320 <p xmlns="http://www.w3.org/1999/xhtml">Make sure that Subversion is installed on your system. Bring up a command 1322 1321 line shell and type: 1323 1322 </p> 1324 1323 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1325 1326 1324 shell> svn 1327 1325 </pre> … … 1330 1328 </p> 1331 1329 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1332 1333 1330 Type 'svn help' for usage 1334 1331 </pre> … … 1338 1335 </p> 1339 1336 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1340 1341 1337 -bash: svn: command not found 1342 1338 </pre> … … 1345 1341 to install it on your OS. You can find information about 1346 1342 obtaining and installing Subversion at 1347 the <a class="ulink" href="http://subversion.tigris.org/project_packages.html" target="_top">Subversion 1348 Packages page</a>.</p> 1343 the <a class="ulink" href="http://subversion.tigris.org" target="_top">Subversion 1344 web page</a>.</p> 1345 </div> 1346 <div class="sect3" lang="en" xml:lang="en"> 1347 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1348 <div> 1349 <div> 1350 <h4 class="title"><a id="Downloading-CCL"></a>2.2.3.2. Downloading Clozure CL Using Subversion</h4> 1351 </div> 1352 </div> 1353 </div> 1354 <p xmlns="http://www.w3.org/1999/xhtml">Before you download Clozure CL you should consider: 1355 Do you want to run the most recent source code, or the current stable release version? 1356 If you don't know how to answer this question, then you probably want the release version. 1357 </p> 1358 <div class="sect4" lang="en" xml:lang="en"> 1359 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1360 <div> 1361 <div> 1362 <h5 class="title"><a id="Downloading-CCL-Trunk"></a>2.2.3.2.1. Downloading the Trunk</h5> 1363 </div> 1364 </div> 1365 </div> 1366 <p xmlns="http://www.w3.org/1999/xhtml">Day-to-day development of Clozure CL takes place in an area 1367 of the Subversion repository known as "the trunk". At most times, 1368 the trunk is perfectly usable, but occasionally it can be unstable 1369 or totally broken. 1370 If you wish to live on the bleeding edge, download sources from the trunk. 1371 </p> 1372 <p xmlns="http://www.w3.org/1999/xhtml"> For example, the following command will fetch a copy of the trunk 1373 for Mac OS X (Darwin) with x86 processors (both 32- and 64-bit versions): 1374 </p> 1375 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl 1376 </pre> 1377 <p xmlns="http://www.w3.org/1999/xhtml"> 1378 To get a trunk Clozure CL for another platform, replace 1379 "darwinx86" with one of the following names (all versions 1380 include both 32- and 64-bit binaries): 1381 </p> 1382 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1383 <ul class="itemizedlist" type="disc"> 1384 <li class="listitem"> 1385 <p>darwinx86</p> 1386 </li> 1387 <li class="listitem"> 1388 <p>linuxx86</p> 1389 </li> 1390 <li class="listitem"> 1391 <p>freebsdx86</p> 1392 </li> 1393 <li class="listitem"> 1394 <p>solarisx86</p> 1395 </li> 1396 <li class="listitem"> 1397 <p>windows</p> 1398 </li> 1399 <li class="listitem"> 1400 <p>linuxppc</p> 1401 </li> 1402 <li class="listitem"> 1403 <p>darwinppc</p> 1404 </li> 1405 </ul> 1406 </div> 1407 </div> 1408 <div class="sect4" lang="en" xml:lang="en"> 1409 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1410 <div> 1411 <div> 1412 <h5 class="title"><a id="Downloading-CCL-Release"></a>2.2.3.2.2. Downloading a Release Version</h5> 1413 </div> 1414 </div> 1415 </div> 1416 <p xmlns="http://www.w3.org/1999/xhtml">Release versions of Clozure CL are intended to be stable. While 1417 bugs will be fixed in the release branches, enhancements 1418 and new features will go into the trunk. 1419 If you wish to run the stable release, 1420 the following command will fetch a copy of the release version 1.7 1421 for Mac OS X (Darwin) with x86 processors (both 32- and 64-bit versions): 1422 </p> 1423 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/release/1.7/darwinx86/ccl 1424 </pre> 1425 <p xmlns="http://www.w3.org/1999/xhtml">To get the release version of Clozure CL for another platform, 1426 replace "darwinx86" with one of the following names: 1427 </p> 1428 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1429 <ul class="itemizedlist" type="disc"> 1430 <li class="listitem"> 1431 <p>darwinx86</p> 1432 </li> 1433 <li class="listitem"> 1434 <p>linuxx86</p> 1435 </li> 1436 <li class="listitem"> 1437 <p>freebsdx86</p> 1438 </li> 1439 <li class="listitem"> 1440 <p>solarisx86</p> 1441 </li> 1442 <li class="listitem"> 1443 <p>windows</p> 1444 </li> 1445 <li class="listitem"> 1446 <p>linuxppc</p> 1447 </li> 1448 <li class="listitem"> 1449 <p>darwinppc</p> 1450 </li> 1451 </ul> 1452 </div> 1453 <p xmlns="http://www.w3.org/1999/xhtml">These distributions contain complete sources and 1454 binaries. They use Subversion's "externals" features to share 1455 common sources; the majority of source code is the same across 1456 all versions.</p> 1457 </div> 1349 1458 </div> 1350 1459 </div> … … 1353 1462 <div> 1354 1463 <div> 1355 <h3 class="title"><a id="obtaining-via-tarballs"></a>2.2.3. Tarballs</h3> 1356 </div> 1357 </div> 1358 </div> 1359 <p xmlns="http://www.w3.org/1999/xhtml">Tarballs are available at <a class="ulink" href="ftp://clozure.com/pub/release/1.4/" target="_top">ftp://clozure.com/pub/release/1.4/</a>. Download and extract 1360 one on your local disk. Then edit the Clozure CL shell script to set 1361 the value of <em class="varname">CCL_DEFAULT_DIRECTORY</em> and start 1362 up the appropriate Clozure CL kernel. See <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1. The ccl Shell Script">Section 2.3.1, âThe ccl Shell Scriptâ</a> for more information about the 1363 Clozure CL shell scripts.</p> 1464 <h3 class="title"><a id="Rebuilding-CCL-From-Sources"></a>2.2.4. Rebuilding Clozure CL From Sources</h3> 1465 </div> 1466 </div> 1467 </div> 1468 <p xmlns="http://www.w3.org/1999/xhtml">This section explains how to peform a "full rebuild" of Clozure CL from a source distribution.</p> 1469 <p xmlns="http://www.w3.org/1999/xhtml">After downloading Clozure CL sources, you should rebuild Clozure CL as described here. 1470 At the start of a full rebuild, object files in the <code class="literal">ccl</code> directory are deleted, 1471 which causes the build script to recompile the runtime kernel (C code) and high-level sources (Lisp), 1472 then save a new heap image. 1473 Doing a full rebuild helps to ensure that your local installation will run properly for your host OS environment. 1474 </p> 1475 <p xmlns="http://www.w3.org/1999/xhtml">In an interactive shell, a command sequence like the following will rebuild Clozure CL in place: 1476 1477 </p> 1478 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1479 joe> cd <em class="replaceable"><code>/path/to/installed/ccl</code></em> 1480 joe:ccl> ./<em class="replaceable"><code>kernel-filename</code></em> --no-init 1481 Welcome to Clozure Common Lisp Version [...] 1482 ? (rebuild-ccl :full t) 1483 <...lots of compilation output...> 1484 ? (quit) 1485 joe:ccl> 1486 </pre> 1487 <p xmlns="http://www.w3.org/1999/xhtml"> 1488 </p> 1489 <p xmlns="http://www.w3.org/1999/xhtml">Replace <em class="replaceable"><code>/path/to/installed/ccl</code></em> with the path of the <code class="literal">ccl</code> directory 1490 that you downloaded.</p> 1491 <p xmlns="http://www.w3.org/1999/xhtml">Replace <em class="replaceable"><code>kernel-filename</code></em> with the filename of the Lisp kernel program. 1492 To find the filename of a Lisp kernel image for your particular platform, see <a class="xref" href="#filename_conventions" title="3.1.1. Platform-specific filename conventions">Section 3.1.1, âPlatform-specific filename conventionsâ</a>. 1493 </p> 1494 <p xmlns="http://www.w3.org/1999/xhtml">The rest of this section covers the following topics in brief: 1495 </p> 1496 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1497 <ul class="itemizedlist" type="disc"> 1498 <li class="listitem"> 1499 <p> 1500 <a class="link" href="#Rebuilding-CCL-Requirements" title="2.2.4.1. Software Requirements for Building Clozure CL">Software prerequisites</a> 1501 </p> 1502 </li> 1503 <li class="listitem"> 1504 <p> 1505 <a class="link" href="#When-Rebuild-CCL" title="2.2.4.2. When to Rebuild Clozure CL From Sources">When to run the build process</a> 1506 </p> 1507 </li> 1508 <li class="listitem"> 1509 <p> 1510 <a class="link" href="#Rebuild-CCL-Overview" title="2.2.4.3. Rebuilding Clozure CL Using REBUILD-CCL">Using <code class="literal">ccl-rebuild</code></a> 1511 </p> 1512 </li> 1513 <li class="listitem"> 1514 <p> 1515 <a class="link" href="#Rebuild-Process-Steps-Summary" title="2.2.4.4. Summary of the Build Process Steps">What happens during the full rebuild process</a> 1516 </p> 1517 </li> 1518 </ul> 1519 </div> 1520 <p xmlns="http://www.w3.org/1999/xhtml"> 1521 </p> 1522 <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> 1523 <h3 class="title">Note</h3> 1524 <p>This section does <span class="emphasis"><em>not</em></span> provide comprehensive documentation on the build process. 1525 Please refer to <a class="xref" href="#building-ccl-from-source" title="Chapter 3. Building Clozure CL from its Source Code">Chapter 3, <i>Building Clozure CL from its Source Code</i></a> for more information. 1526 Those more detailed instructions are used mainly by developers who maintain, customize, and/or port Clozure CL. 1527 If you are customizing Clozure CL, or if you run into some exceptional situation, 1528 you may need to perform the individual build steps. 1529 </p> 1530 </div> 1531 <div class="sect3" lang="en" xml:lang="en"> 1532 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1533 <div> 1534 <div> 1535 <h4 class="title"><a id="Rebuilding-CCL-Requirements"></a>2.2.4.1. Software Requirements for Building Clozure CL</h4> 1536 </div> 1537 </div> 1538 </div> 1539 <p xmlns="http://www.w3.org/1999/xhtml">In order to build Clozure CL you must have a working system and development environment. 1540 There are different requirements and setup procedures for each platform, but the main requirement is to have 1541 a C compiler and a few other utilities: 1542 GNU <code class="literal">gcc</code> or <code class="literal">cc</code> with <code class="literal">ld</code> and <code class="literal">as</code>; 1543 <code class="literal">make</code>; and <code class="literal">m4</code>. 1544 Please refer to <a class="xref" href="#building-ccl-from-source" title="Chapter 3. Building Clozure CL from its Source Code">Chapter 3, <i>Building Clozure CL from its Source Code</i></a> for details. 1545 </p> 1546 <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> 1547 <h3 class="title">Note</h3> 1548 <p>If you don't have the prerequisite C compiler toolchain installed, <code class="literal">rebuild-ccl</code> will not work. 1549 See <a class="xref" href="#Kernel-build-prerequisites" title="3.3. Kernel Build Prerequisites">Section 3.3, âKernel Build Prerequisitesâ</a> for additional details. 1550 </p> 1551 </div> 1552 <p xmlns="http://www.w3.org/1999/xhtml">Most distributions of Linux have all or most of the required development tools either pre-installed 1553 or readily available. 1554 On Debian-based Linux you can download and install the essential build tools using the package manager. 1555 For example: </p> 1556 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">apt-get install build-essential</pre> 1557 <p xmlns="http://www.w3.org/1999/xhtml"> 1558 (You may need to install C header files separately.) 1559 </p> 1560 <p xmlns="http://www.w3.org/1999/xhtml">For Mac OS X, Xcode 4 is available from the App Store.</p> 1561 <p xmlns="http://www.w3.org/1999/xhtml">For Windows, follow the procedure outlined in the Clozure CL Wiki 1562 at URL: <a class="ulink" href="http://trac.clozure.com/ccl/wiki/WindowsNotes" target="_top">http://trac.clozure.com/ccl/wiki/WindowsNotes</a> 1563 </p> 1564 </div> 1565 <div class="sect3" lang="en" xml:lang="en"> 1566 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1567 <div> 1568 <div> 1569 <h4 class="title"><a id="When-Rebuild-CCL"></a>2.2.4.2. When to Rebuild Clozure CL From Sources</h4> 1570 </div> 1571 </div> 1572 </div> 1573 <p xmlns="http://www.w3.org/1999/xhtml">The most common scenario that requires a full rebuild is the standard installation after downloading the source tree. 1574 Users and application developers (who otherwise have no special build requirements) 1575 will generally need to run the full rebuild process just once 1576 for any given installation on a particular host system. 1577 </p> 1578 <p xmlns="http://www.w3.org/1999/xhtml">Another common scenario is installing a patch update: 1579 You can use Subversion (<code class="literal">svn update</code>) to download a more recent set of source files. 1580 (Be sure to download sources from the same path and branch in the source repository.) 1581 Then run a full rebuild to create new kernel and heap images. 1582 If you are running Clozure CL from the trunk, you may need to update sources and run the full rebuild more often. 1583 </p> 1584 <p xmlns="http://www.w3.org/1999/xhtml">Another reason to do a full rebuild is to ensure that Clozure CL will run properly in the host OS environment. 1585 This may be necessary, for example, when the target OS version 1586 is not identical to the one where the pre-built kernel was generated. 1587 The Lisp kernel uses some functionality defined in standard platform-provided libraries. 1588 On some platforms, applications (such as the Lisp kernel) are built in 1589 such a way as to depend on the specific versions of these libraries that were 1590 present at build time, and may not run on systems that have older or newer versions 1591 of these libraries. 1592 If you're affected by this, the simplest workaround is to build the Lisp kernel 1593 on the machine(s) that you intend to run it on and use that locally-built kernel instead of one distributed via Subversion. 1594 </p> 1595 </div> 1596 <div class="sect3" lang="en" xml:lang="en"> 1597 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1598 <div> 1599 <div> 1600 <h4 class="title"><a id="Rebuild-CCL-Overview"></a>2.2.4.3. Rebuilding Clozure CL Using REBUILD-CCL</h4> 1601 </div> 1602 </div> 1603 </div> 1604 <p xmlns="http://www.w3.org/1999/xhtml">Once the checkout is complete, and provided that you have a working development setup, 1605 you can build Clozure CL by running the Lisp kernel (an OS-native executable program) 1606 and running <span class="function"><strong>REBUILD-CCL</strong></span> in Lisp. 1607 </p> 1608 <p xmlns="http://www.w3.org/1999/xhtml">For example, to build a 64-bit Clozure CL on Mac OS X: 1609 1610 </p> 1611 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1612 joe:ccl> ./dx86cl64 --no-init 1613 Welcome to Clozure Common Lisp Version 1.7 (DarwinX8664)! 1614 ? (rebuild-ccl :full t) 1615 Rebuilding Clozure Common Lisp using Version 1.7 (DarwinX8664) 1616 ;Building lisp-kernel ... 1617 ;Kernel built successfully. 1618 ;Compiling <...> 1619 ;Loading <...> 1620 1621 <...lots of compilation output...> 1622 1623 ;Wrote bootstrapping image: #P"/Users/joe/ccl/x86-boot64.image" 1624 ;Wrote heap image: #P"/Users/joe/ccl/dx86cl64.image" 1625 NIL 1626 ? (quit) 1627 joe:ccl> 1628 </pre> 1629 <p xmlns="http://www.w3.org/1999/xhtml"> 1630 </p> 1631 <p xmlns="http://www.w3.org/1999/xhtml">If the build fails for any reason, the kernel and/or heap image files may be missing or corrupted. 1632 To recover, delete the image files and update the source directory from Subversion. 1633 For example: 1634 1635 </p> 1636 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1637 joe:ccl> rm dx86cl* 1638 joe:ccl> svn update 1639 <... lots of Subversion output...> 1640 joe:ccl> ./dx86cl64 --no-init 1641 Welcome to Clozure Common Lisp Version 1.7 (DarwinX8664)! 1642 ? (rebuild-ccl :full t) 1643 <... lots of compilation output...> 1644 ? (quit) 1645 joe:ccl> 1646 1647 </pre> 1648 <p xmlns="http://www.w3.org/1999/xhtml"> 1649 Follow this same procedure to perform the fuil rebuild from scratch, for example 1650 in the case where the saved Lisp image contains code that was loaded inadvertently. 1651 (Classic mistake: forgetting to specify the <code class="literal">--no-init</code> command option.) 1652 </p> 1653 <p xmlns="http://www.w3.org/1999/xhtml">Once the full rebuild is completed, you can run the new Lisp kernel from the command shell. 1654 However, running the OS- and processor-specific executable directly is not recommended 1655 for day-to-day use. 1656 Clozure CL includes the <code class="literal">ccl</code> and <code class="literal">ccl64</code> command shell scripts. 1657 For details on configuring a shell script for your environment, see <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1. The ccl Shell Script">Section 2.3.1, âThe ccl Shell Scriptâ</a>. 1658 </p> 1659 </div> 1660 <div class="sect3" lang="en" xml:lang="en"> 1661 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 1662 <div> 1663 <div> 1664 <h4 class="title"><a id="Rebuild-Process-Steps-Summary"></a>2.2.4.4. Summary of the Build Process Steps</h4> 1665 </div> 1666 </div> 1667 </div> 1668 <p xmlns="http://www.w3.org/1999/xhtml">Should the build fail, your first concern should be to confirm that all requirements are in place: 1669 the C compiler, utilities, and OS header files; 1670 source files for the trunk or release branch you want to build; 1671 and the Lisp kernel and heap image files. 1672 For assistance with trouble-shooting, here is an outline of the full build process, 1673 with links to the more detailed instructions in <a class="xref" href="#building-ccl-from-source" title="Chapter 3. Building Clozure CL from its Source Code">Chapter 3, <i>Building Clozure CL from its Source Code</i></a>. 1674 </p> 1675 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 1676 <ul class="itemizedlist" type="disc"> 1677 <li class="listitem"> 1678 <p>Build the Lisp kernel (<a class="xref" href="#Building-the-kernel" title="3.5. Building the Kernel">Section 3.5, âBuilding the Kernelâ</a>)</p> 1679 </li> 1680 <li class="listitem"> 1681 <p>Build the heap image (<a class="xref" href="#Building-the-heap-image" title="3.6. Building the Heap Image">Section 3.6, âBuilding the Heap Imageâ</a>)</p> 1682 <div class="itemizedlist"> 1683 <ul class="itemizedlist" type="circle"> 1684 <li class="listitem"> 1685 <p>Create a bootstrapping heap image (<a class="xref" href="#Generating-a-bootstrapping-image" title="3.6.2. Generating a bootstrapping image">Section 3.6.2, âGenerating a bootstrapping imageâ</a>)</p> 1686 </li> 1687 <li class="listitem"> 1688 <p>Compile Lisp code to generate fasl files (<a class="xref" href="#Generating-fasl-files" title="3.6.3. Generating fasl files">Section 3.6.3, âGenerating fasl filesâ</a>)</p> 1689 </li> 1690 <li class="listitem"> 1691 <p>Build a full image from bootstrapping image 1692 (<a class="xref" href="#Building-a-full-image-from-a-bootstrapping-image" title="3.6.4. Building a full image from a bootstrapping image">Section 3.6.4, âBuilding a full image from a bootstrapping imageâ</a>)</p> 1693 <div class="itemizedlist"> 1694 <ul class="itemizedlist" type="square"> 1695 <li class="listitem"> 1696 <p>Run new kernel with new bootstrapping image</p> 1697 </li> 1698 <li class="listitem"> 1699 <p>Load Lisp code</p> 1700 </li> 1701 <li class="listitem"> 1702 <p>Save a new full heap image</p> 1703 </li> 1704 </ul> 1705 </div> 1706 </li> 1707 </ul> 1708 </div> 1709 </li> 1710 </ul> 1711 </div> 1712 <p xmlns="http://www.w3.org/1999/xhtml"> 1713 </p> 1714 </div> 1364 1715 </div> 1365 1716 </div> … … 1406 1757 32-bit implementations of Clozure CL and 1407 1758 <code class="literal">"ccl/scripts/ccl64"</code> is used to invoke 1408 64-bit implementations.</p> 1759 64-bit implementations. 1760 Install one script or the other or both as needed. 1761 </p> 1409 1762 <p xmlns="http://www.w3.org/1999/xhtml">To use the script:</p> 1410 1763 <div xmlns="http://www.w3.org/1999/xhtml" class="orderedlist"> … … 1426 1779 your <code class="literal">ccl</code> directory. Alternately, set 1427 1780 the value of the <code class="literal">CCL_DEFAULT_DIRECTORY</code> 1428 environment variable in your .cshrc, .tcshrc, 1429 .bashrc,.bash_profile, .MacOSX/environment.plist, or 1430 wherever you usually set environment variables. If there 1431 is an existing definition of the variable, the ccl 1781 environment variable 1782 wherever you usually set per-user environment variables, in your 1783 <code class="literal">.cshrc</code>, <code class="literal">.tcshrc</code>, 1784 <code class="literal">.bashrc</code>, <code class="literal">.bash_profile</code>, 1785 or <code class="literal">.MacOSX/environment.plist</code> script, 1786 or system-wide in <code class="literal">/etc/profile</code> or <code class="literal">/etc/bashrc</code>. 1787 When the ccl script runs, if the process environment contains 1788 a definition of <code class="literal">CCL_DEFAULT_DIRECTORY</code>, the ccl 1432 1789 script will not override it. 1433 1790 </p> … … 1474 1831 <p xmlns="http://www.w3.org/1999/xhtml">Once this is done, it should be possible to invoke Clozure CL 1475 1832 by typing <code class="literal">ccl</code> 1476 or <code class="literal">ccl64</code> at a shell prompt:</p> 1833 or <code class="literal">ccl64</code> at a shell prompt: 1834 1835 </p> 1477 1836 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1478 > ccl [args ...] 1479 Welcome to Clozure C L Version 1.2 (DarwinPPC32)!1837 shell> ccl 1838 Welcome to Clozure Common Lisp Version 1.7 (DarwinX8632)! 1480 1839 ? 1481 1840 </pre> 1841 <p xmlns="http://www.w3.org/1999/xhtml"> 1842 </p> 1482 1843 <p xmlns="http://www.w3.org/1999/xhtml">The ccl shell script passes all of its arguments to the 1483 1844 Clozure CL kernel. See <a class="xref" href="#Invocation" title="2.3.2. Invocation">Section 2.3.2, âInvocationâ</a> for more 1484 information about these arguments. When invoked this way, the 1485 Lisp should be able to initialize the <code class="literal">"ccl:"</code> 1845 information about command-line arguments. 1846 </p> 1847 <p xmlns="http://www.w3.org/1999/xhtml">Assuming the shell script is configured and invoked properly, Clozure CL 1848 should be able to initialize the <code class="literal">"ccl:"</code> 1486 1849 logical host so that its translations refer to the 1487 1850 <code class="literal">"ccl"</code> directory. To test this, you can call … … 1490 1853 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1491 1854 ? (probe-file "ccl:level-1;level-1.lisp") ;returns the physical pathname of the file 1492 #P"/Users/ alms/my_lisp_stuff/ccl/level-1/level-1.lisp"1855 #P"/Users/joe/my_lisp_stuff/ccl/level-1/level-1.lisp" 1493 1856 </pre> 1494 1857 </div> … … 1503 1866 <p xmlns="http://www.w3.org/1999/xhtml">Assuming that the shell script is properly installed, it can be used to invoke Clozure CL from a shell prompt: 1504 1867 </p> 1505 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 1506 shell><em class="replaceable"><code>ccl</code></em> <span class="emphasis"><em>args</em></span> 1507 </pre> 1868 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">shell> <em class="replaceable"><code>ccl</code></em> <em class="replaceable"><code>[args ...]</code></em></pre> 1508 1869 <p xmlns="http://www.w3.org/1999/xhtml"> 1870 By convention 1509 1871 <code class="literal">ccl</code> runs a 32-bit session; 1510 1872 <code class="literal">ccl64</code> runs a 64-bit session. 1873 However, the name of the installed script(s) and the implementation that is invoked are customizable, 1874 as described in <a class="xref" href="#The-ccl-Shell-Script" title="2.3.1. The ccl Shell Script">Section 2.3.1, âThe ccl Shell Scriptâ</a>. 1511 1875 </p> 1876 <p xmlns="http://www.w3.org/1999/xhtml">For details about command-line options see 1877 <a class="xref" href="#Command-Line-Options" title="2.5. Command Line Options">Section 2.5, âCommand Line Optionsâ</a>. 1878 </p> 1512 1879 </div> 1513 1880 </div> … … 1677 2044 Finally, any arguments following the pseudo-argument 1678 2045 <code class="literal">--</code> are not processed, and are made 1679 available to the lisp as the value of2046 available to Lisp as the value of 1680 2047 <code class="literal">ccl:*unprocessed-command-line-arguments*</code>. 1681 2048 </p> … … 1761 2128 <dt> 1762 2129 <span class="sect1"> 1763 <a href="# Building-Everything">3.3. Building Everything</a>2130 <a href="#Kernel-build-prerequisites">3.3. Kernel Build Prerequisites</a> 1764 2131 </span> 1765 2132 </dt> 1766 2133 <dt> 1767 2134 <span class="sect1"> 1768 <a href="#Building-the-kernel">3.4. Building the kernel</a> 2135 <a href="#Building-Everything">3.4. Building Everything</a> 2136 </span> 2137 </dt> 2138 <dt> 2139 <span class="sect1"> 2140 <a href="#Building-the-kernel">3.5. Building the Kernel</a> 1769 2141 </span> 1770 2142 </dt> … … 1773 2145 <dt> 1774 2146 <span class="sect2"> 1775 <a href="#Kernel-build-prerequisites">3.4.1. Kernel build prerequisites</a> 1776 </span> 1777 </dt> 1778 <dt> 1779 <span class="sect2"> 1780 <a href="#kernel-build-command">3.4.2. Using "make" to build the lisp kernel</a> 2147 <a href="#kernel-build-command">3.5.1. Using "make" to build the lisp kernel</a> 1781 2148 </span> 1782 2149 </dt> … … 1785 2152 <dt> 1786 2153 <span class="sect1"> 1787 <a href="#Building-the-heap-image">3. 5. Building the heap image</a>2154 <a href="#Building-the-heap-image">3.6. Building the Heap Image</a> 1788 2155 </span> 1789 2156 </dt> … … 1792 2159 <dt> 1793 2160 <span class="sect2"> 1794 <a href="#Development-cycle">3. 5.1. Development cycle</a>2161 <a href="#Development-cycle">3.6.1. Development cycle</a> 1795 2162 </span> 1796 2163 </dt> 1797 2164 <dt> 1798 2165 <span class="sect2"> 1799 <a href="#Generating-a-bootstrapping-image">3. 5.2. Generating a bootstrapping image</a>2166 <a href="#Generating-a-bootstrapping-image">3.6.2. Generating a bootstrapping image</a> 1800 2167 </span> 1801 2168 </dt> 1802 2169 <dt> 1803 2170 <span class="sect2"> 1804 <a href="#Generating-fasl-files">3. 5.3. Generating fasl files</a>2171 <a href="#Generating-fasl-files">3.6.3. Generating fasl files</a> 1805 2172 </span> 1806 2173 </dt> 1807 2174 <dt> 1808 2175 <span class="sect2"> 1809 <a href="#Building-a-full-image-from-a-bootstrapping-image">3. 5.4. Building a full image from a bootstrapping image</a>2176 <a href="#Building-a-full-image-from-a-bootstrapping-image">3.6.4. Building a full image from a bootstrapping image</a> 1810 2177 </span> 1811 2178 </dt> … … 1845 2212 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1846 2213 may be helpful to refer to these definitions.</p> 1847 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 63053" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl2214 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id554993" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1848 2215 files</em></a> are the object files produced 1849 2216 by <code class="literal">compile-file</code>. fasl files store the … … 1856 2223 see 1857 2224 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a> </p> 1858 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id5 48694" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp2225 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id550302" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1859 2226 kernel</em></a> is a C program with a fair amount of 1860 2227 platform-specific assembly language code. Its basic job is to … … 1866 2233 files on different platforms; see 1867 2234 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1868 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 32579" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap2235 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id581258" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1869 2236 image</em></a> is a file that can be quickly mapped into a 1870 2237 process's address space. Conceptually, it's not too different … … 1877 2244 standard full heap image files on different platforms; see 1878 2245 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1879 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 62908" class="indexterm"></a> bootstrapping image is a minimal2246 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id579980" class="indexterm"></a> bootstrapping image is a minimal 1880 2247 heap image used in the process of building Clozure CL itself. The 1881 2248 bootstrapping image contains just enough code to load the rest … … 1889 2256 as-yet-unsupported ones) has a uniquely named subdirectory of 1890 2257 <code class="literal">ccl/lisp-kernel/</code>; each such 1891 <a id="id5 47347" class="indexterm"></a>2258 <a id="id580305" class="indexterm"></a> 1892 2259 contains a Makefile and may contain some auxiliary files (linker 1893 2260 scripts, etc.) that are used to build the lisp kernel on a … … 2074 2441 the Subversion source control system.</p> 2075 2442 <p xmlns="http://www.w3.org/1999/xhtml"> 2076 For example, to get a released version (1. 3in this example),2443 For example, to get a released version (1.7 in this example), 2077 2444 use a command like: 2078 2445 </p> 2079 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2080 svn co http://svn.clozure.com/publicsvn/openmcl/release/1.3/xxx/ccl 2081 </pre> 2446 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/release/1.7/<em class="replaceable"><code>xxx</code></em>/ccl</pre> 2082 2447 <p xmlns="http://www.w3.org/1999/xhtml"> 2083 2448 </p> … … 2085 2450 To get the trunk version, use: 2086 2451 </p> 2087 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2088 svn co http://svn.clozure.com/publicsvn/openmcl/trunk/xxx/ccl 2089 </pre> 2452 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">svn co http://svn.clozure.com/publicsvn/openmcl/trunk/<em class="replaceable"><code>xxx</code></em>/ccl</pre> 2090 2453 <p xmlns="http://www.w3.org/1999/xhtml"> 2091 2454 </p> 2092 2455 <p xmlns="http://www.w3.org/1999/xhtml"> 2093 Change the "xxx"to one of the following names:2456 Change the <span class="emphasis"><em><code class="literal">xxx</code></em></span> to one of the following names: 2094 2457 <code class="literal">darwinx86</code>, 2095 2458 <code class="literal">linuxx86</code>, 2096 2459 <code class="literal">freebsdx86</code>, 2097 2460 <code class="literal">solarisx86</code>, 2098 <code class="literal">window </code>,2461 <code class="literal">windows</code>, 2099 2462 <code class="literal">linuxppc</code>, 2100 2463 or … … 2102 2465 </p> 2103 2466 <p xmlns="http://www.w3.org/1999/xhtml"> 2104 In the case of released versions, there may also be tar archives 2105 available. See the <a class="ulink" href="http://trac.clozure.com/ccl/" target="_top">Clozure CL 2106 Trac</a> for details. 2467 Tarball distributions of released versions are also available for download via ftp from: 2468 <a class="ulink" href="ftp://clozure.com/pub/release/" target="_top">ftp://clozure.com/pub/release/</a>. 2469 For additional information about availability of source and distributions see the 2470 <a class="ulink" href="http://trac.clozure.com/ccl/" target="_top">Clozure CL Trac</a>. 2107 2471 </p> 2108 2472 <p xmlns="http://www.w3.org/1999/xhtml">Subversion client programs are pre-installed on Mac OS X 10.5 and 2109 2473 later and are typically either pre-installed or readily available 2110 on Linux and FreeBSD platforms. The <a class="ulink" href="http://subversion.tigris.org" target="_top">Subversion web page</a> contains links to subversion client programs 2111 for many platforms; users of Mac OS X 10.4 can also 2112 install Subversion clients via Fink or MacPorts.</p> 2474 on Linux and FreeBSD platforms. The <a class="ulink" href="http://subversion.tigris.org" target="_top">Subversion web page</a> contains links to Subversion client programs 2475 for many platforms. 2476 Users of Mac OS X 10.4 or later can also 2477 install Subversion clients via Fink or MacPorts. 2478 On Debian Linux (and on related Linux distros such as Ubuntu) run 2479 <code class="literal">apt-get install subversion</code> or equivalent in the command-line or interactive package manager. 2480 </p> 2113 2481 </div> 2114 2482 <div class="sect1" lang="en" xml:lang="en"> … … 2116 2484 <div> 2117 2485 <div> 2118 <h2 class="title" style="clear: both"><a id="Building-Everything"></a>3.3. Building Everything</h2> 2486 <h2 class="title" style="clear: both"><a id="Kernel-build-prerequisites"></a>3.3. Kernel Build Prerequisites</h2> 2487 </div> 2488 </div> 2489 </div> 2490 <p xmlns="http://www.w3.org/1999/xhtml">The Clozure CL kernel can be built with the following widely 2491 available tools:</p> 2492 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 2493 <ul class="itemizedlist" type="disc"> 2494 <li class="listitem"> 2495 <p>cc or gcc â the GNU C compiler</p> 2496 </li> 2497 <li class="listitem"> 2498 <p>ld â the GNU linker</p> 2499 </li> 2500 <li class="listitem"> 2501 <p>m4 or gm4 â the GNU m4 macro processor</p> 2502 </li> 2503 <li class="listitem"> 2504 <p>as â the GNU assembler (version 2.10.1 or later)</p> 2505 </li> 2506 <li class="listitem"> 2507 <p>make â either GNU make or, on FreeBSD, the default BSD make program</p> 2508 </li> 2509 </ul> 2510 </div> 2511 <p xmlns="http://www.w3.org/1999/xhtml"> In general, the more recent the versions of those 2512 tools, the better; some versions of gcc 3.x on Linux have 2513 difficulty compiling some of the kernel source code correctly 2514 (so gcc 4.0 should be used, if possible.) On Mac OS X, the 2515 versions of the tools distributed with Xcode should work fine; 2516 on Linux, the versions of the tools installed with the OS (or 2517 available through its package management system) should work 2518 fine if they're "recent enough". On FreeBSD, the installed 2519 version of the <code class="literal">m4</code> program doesn't support 2520 some features that the kernel build process depends on; the 2521 GNU version of the m4 macroprocessor (called 2522 <code class="literal">gm4</code> on FreeBSD) should be installed. 2523 </p> 2524 <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> 2525 <h3 class="title">Note</h3> 2526 <p>In order to build the lisp kernel on Mac OS X 2527 10.6 Snow Leopard, you must install the optional 10.4 2528 support when installing Xcode.</p> 2529 </div> 2530 </div> 2531 <div class="sect1" lang="en" xml:lang="en"> 2532 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 2533 <div> 2534 <div> 2535 <h2 class="title" style="clear: both"><a id="Building-Everything"></a>3.4. Building Everything</h2> 2119 2536 </div> 2120 2537 </div> … … 2141 2558 build directory to create a new kernel. 2142 2559 This step can only work if the C compiler and related 2143 tools are installed; see <a class="xref" href="#Kernel-build-prerequisites" title="3. 4.1. Kernel build prerequisites">Section 3.4.1, âKernel build prerequisitesâ</a>.2560 tools are installed; see <a class="xref" href="#Kernel-build-prerequisites" title="3.3. Kernel Build Prerequisites">Section 3.3, âKernel Build Prerequisitesâ</a>. 2144 2561 </p> 2145 2562 </li> … … 2159 2576 <p>Runs another external process, which causes the newly 2160 2577 compiled lisp kernel to load the new bootstrapping image. 2161 The boots rtrapping image then loads the âhigher2578 The bootstrapping image then loads the âhigher 2162 2579 levelâ fasl files and a new copy of the platform's 2163 2580 full heap image is then saved.</p> … … 2179 2596 <div> 2180 2597 <div> 2181 <h2 class="title" style="clear: both"><a id="Building-the-kernel"></a>3. 4. Building the kernel</h2>2598 <h2 class="title" style="clear: both"><a id="Building-the-kernel"></a>3.5. Building the Kernel</h2> 2182 2599 </div> 2183 2600 </div> … … 2211 2628 <div> 2212 2629 <div> 2213 <h3 class="title"><a id="Kernel-build-prerequisites"></a>3.4.1. Kernel build prerequisites</h3> 2214 </div> 2215 </div> 2216 </div> 2217 <p xmlns="http://www.w3.org/1999/xhtml">The Clozure CL kernel can be bult with the following widely 2218 available tools:</p> 2219 <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"> 2220 <ul class="itemizedlist" type="disc"> 2221 <li class="listitem"> 2222 <p>cc or gcc- the GNU C compiler</p> 2223 </li> 2224 <li class="listitem"> 2225 <p>ld - the GNU linker</p> 2226 </li> 2227 <li class="listitem"> 2228 <p>m4 or gm4- the GNU m4 macro processor</p> 2229 </li> 2230 <li class="listitem"> 2231 <p>as - the GNU assembler (version 2.10.1 or later)</p> 2232 </li> 2233 <li class="listitem"> 2234 <p>make - either GNU make or, on FreeBSD, the default BSD make program</p> 2235 </li> 2236 </ul> 2237 </div> 2238 <p xmlns="http://www.w3.org/1999/xhtml"> In general, the more recent the versions of those 2239 tools, the better; some versions of gcc 3.x on Linux have 2240 difficulty compiling some of the kernel source code correctly 2241 (so gcc 4.0 should be used, if possible.) On Mac OS X, the 2242 versions of the tools distributed with Xcode should work fine; 2243 on Linux, the versions of the tools installed with the OS (or 2244 available through its package management system) should work 2245 fine if they're "recent enough". On FreeBSD, the installed 2246 version of the <code class="literal">m4</code> program doesn't support 2247 some features that the kernel build process depends on; the 2248 GNU version of the m4 macroprocessor (called 2249 <code class="literal">gm4</code> on FreeBSD) should be installed. 2250 </p> 2251 <div xmlns="http://www.w3.org/1999/xhtml" class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> 2252 <h3 class="title">Note</h3> 2253 <p>In order to build the lisp kernel on Mac OS X 2254 10.6 Snow Leopard, you must install the optional 10.4 2255 support when installing Xcode.</p> 2256 </div> 2257 </div> 2258 <div class="sect2" lang="en" xml:lang="en"> 2259 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 2260 <div> 2261 <div> 2262 <h3 class="title"><a id="kernel-build-command"></a>3.4.2. Using "make" to build the lisp kernel</h3> 2630 <h3 class="title"><a id="kernel-build-command"></a>3.5.1. Using "make" to build the lisp kernel</h3> 2263 2631 </div> 2264 2632 </div> … … 2282 2650 <div> 2283 2651 <div> 2284 <h2 class="title" style="clear: both"><a id="Building-the-heap-image"></a>3. 5. Building the heap image</h2>2652 <h2 class="title" style="clear: both"><a id="Building-the-heap-image"></a>3.6. Building the Heap Image</h2> 2285 2653 </div> 2286 2654 </div> … … 2312 2680 <div> 2313 2681 <div> 2314 <h3 class="title"><a id="Development-cycle"></a>3. 5.1. Development cycle</h3>2682 <h3 class="title"><a id="Development-cycle"></a>3.6.1. Development cycle</h3> 2315 2683 </div> 2316 2684 </div> … … 2365 2733 <p xmlns="http://www.w3.org/1999/xhtml">Given a bootstrapping image and a set of up-to-date fasl 2366 2734 files, the development cycle usually involves editing lisp 2367 sources (or updating those sources via cvs update),2735 sources (or updating those sources via <code class="literal">svn update</code>), 2368 2736 recompiling modified files, and using the bootstrapping image 2369 2737 to produce a new heap image.</p> … … 2373 2741 <div> 2374 2742 <div> 2375 <h3 class="title"><a id="Generating-a-bootstrapping-image"></a>3. 5.2. Generating a bootstrapping image</h3>2743 <h3 class="title"><a id="Generating-a-bootstrapping-image"></a>3.6.2. Generating a bootstrapping image</h3> 2376 2744 </div> 2377 2745 </div> … … 2398 2766 </pre> 2399 2767 <p xmlns="http://www.w3.org/1999/xhtml">then calling <code class="literal">ccl:xload-level-0</code> at the 2400 lisp prompt </p>2768 lisp prompt:</p> 2401 2769 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2402 2770 ? (ccl:xload-level-0) 2403 2771 </pre> 2404 <p xmlns="http://www.w3.org/1999/xhtml">This function compiles the lisp sources in the ccl/level-02772 <p xmlns="http://www.w3.org/1999/xhtml">This function compiles the lisp sources in the <code class="literal">ccl/level-0</code> 2405 2773 directory if they're newer than the corresponding fasl files 2406 2774 and then loads the resulting fasl files into a simulated lisp … … 2411 2779 whenever your existing boot image is out-of-date with respect 2412 2780 to the source files in <code class="literal">ccl:level-0;</code> 2413 :</p>2781 â For example:</p> 2414 2782 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2415 2783 ? (ccl:xload-level-0 :force) … … 2421 2789 <div> 2422 2790 <div> 2423 <h3 class="title"><a id="Generating-fasl-files"></a>3. 5.3. Generating fasl files</h3>2791 <h3 class="title"><a id="Generating-fasl-files"></a>3.6.3. Generating fasl files</h3> 2424 2792 </div> 2425 2793 </div> … … 2454 2822 <div> 2455 2823 <div> 2456 <h3 class="title"><a id="Building-a-full-image-from-a-bootstrapping-image"></a>3. 5.4. Building a full image from a bootstrapping image</h3>2824 <h3 class="title"><a id="Building-a-full-image-from-a-bootstrapping-image"></a>3.6.4. Building a full image from a bootstrapping image</h3> 2457 2825 </div> 2458 2826 </div> … … 2463 2831 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2464 2832 $ cd ccl # wherever your ccl directory is 2465 $ ./ KERNEL BOOT_IMAGE2833 $ ./<em class="replaceable"><code>KERNEL</code></em> <em class="replaceable"><code>BOOT_IMAGE</code></em> 2466 2834 </pre> 2467 2835 <p xmlns="http://www.w3.org/1999/xhtml">Where <em class="replaceable"><code>KERNEL</code></em> and … … 2475 2843 can in the environment provided by a "real" heap image. If 2476 2844 you're confident that things loaded OK, you can save that 2477 image .</p>2845 image:</p> 2478 2846 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2479 2847 ? (ccl:save-application "<em class="replaceable"><code>image_name</code></em>") ; Overwiting the existing heap image … … 2723 3091 </p> 2724 3092 <p xmlns="http://www.w3.org/1999/xhtml"> 2725 <a id="id556 763" class="indexterm"></a>3093 <a id="id556230" class="indexterm"></a> 2726 3094 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2727 3095 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3167 3535 </div> 3168 3536 <p xmlns="http://www.w3.org/1999/xhtml"> 3169 <a id="id5 68260" class="indexterm"></a>3537 <a id="id596249" class="indexterm"></a> 3170 3538 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3171 3539 </p> 3172 3540 <p xmlns="http://www.w3.org/1999/xhtml">Variable bound to the current nesting level during execution of before and after trace actions. The default printing actions use it to determine the amount of indentation.</p> 3173 3541 <p xmlns="http://www.w3.org/1999/xhtml"> 3174 <a id="id5 68286" class="indexterm"></a>3542 <a id="id596275" class="indexterm"></a> 3175 3543 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3176 3544 </p> 3177 3545 <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p> 3178 3546 <p xmlns="http://www.w3.org/1999/xhtml"> 3179 <a id="id5 68316" class="indexterm"></a>3547 <a id="id596304" class="indexterm"></a> 3180 3548 <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}* [Function]</strong></span> 3181 3549 </p> … … 3185 3553 </p> 3186 3554 <p xmlns="http://www.w3.org/1999/xhtml"> 3187 <a id="id5 68365" class="indexterm"></a>3555 <a id="id596353" class="indexterm"></a> 3188 3556 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3189 3557 </p> … … 3193 3561 explicit printing done by user code.</p> 3194 3562 <p xmlns="http://www.w3.org/1999/xhtml"> 3195 <a id="id5 68399" class="indexterm"></a>3563 <a id="id596387" class="indexterm"></a> 3196 3564 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3197 3565 </p> … … 3201 3569 explicit printing done by user code.</p> 3202 3570 <p xmlns="http://www.w3.org/1999/xhtml"> 3203 <a id="id5 68434" class="indexterm"></a>3571 <a id="id596422" class="indexterm"></a> 3204 3572 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3205 3573 </p> … … 3250 3618 <div> 3251 3619 <div class="refsect1" lang="en" xml:lang="en"> 3252 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68597"></a>3620 <a xmlns="http://www.w3.org/1999/xhtml" id="id596584"></a> 3253 3621 <div class="header">Arguments and Values:</div> 3254 3622 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3285 3653 </div> 3286 3654 <div class="refsect1" lang="en" xml:lang="en"> 3287 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68704"></a>3655 <a xmlns="http://www.w3.org/1999/xhtml" id="id596692"></a> 3288 3656 <div class="header">Examples:</div> 3289 3657 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3330 3698 <div> 3331 3699 <div class="refsect1" lang="en" xml:lang="en"> 3332 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68804"></a>3700 <a xmlns="http://www.w3.org/1999/xhtml" id="id596791"></a> 3333 3701 <div class="header">Description:</div> 3334 3702 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3345 3713 </div> 3346 3714 <div class="refsect1" lang="en" xml:lang="en"> 3347 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68870"></a>3715 <a xmlns="http://www.w3.org/1999/xhtml" id="id596858"></a> 3348 3716 <div class="header">Arguments and Values:</div> 3349 3717 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3369 3737 <div> 3370 3738 <div class="refsect1" lang="en" xml:lang="en"> 3371 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68948"></a>3739 <a xmlns="http://www.w3.org/1999/xhtml" id="id596935"></a> 3372 3740 <div class="header">Description:</div> 3373 3741 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3381 3749 </div> 3382 3750 <div class="refsect1" lang="en" xml:lang="en"> 3383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68996"></a>3751 <a xmlns="http://www.w3.org/1999/xhtml" id="id596984"></a> 3384 3752 <div class="header">Arguments and Values:</div> 3385 3753 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3541 3909 <div> 3542 3910 <div class="refsect1" lang="en" xml:lang="en"> 3543 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69531"></a>3911 <a xmlns="http://www.w3.org/1999/xhtml" id="id597518"></a> 3544 3912 <div class="header">Description:</div> 3545 3913 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3567 3935 <div> 3568 3936 <div class="refsect1" lang="en" xml:lang="en"> 3569 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69593"></a>3937 <a xmlns="http://www.w3.org/1999/xhtml" id="id597580"></a> 3570 3938 <div class="header">Description:</div> 3571 3939 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3599 3967 <div> 3600 3968 <div class="refsect1" lang="en" xml:lang="en"> 3601 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69675"></a>3969 <a xmlns="http://www.w3.org/1999/xhtml" id="id597662"></a> 3602 3970 <div class="header">Arguments and Values:</div> 3603 3971 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3633 4001 </div> 3634 4002 <div class="refsect1" lang="en" xml:lang="en"> 3635 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585600"></a>4003 <a xmlns="http://www.w3.org/1999/xhtml" id="id613372"></a> 3636 4004 <div class="header">Description:</div> 3637 4005 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3806 4174 <div> 3807 4175 <div> 3808 <h4 class="title"><a id="id 585934"></a>4.5.4.1. Encoding Problems</h4>4176 <h4 class="title"><a id="id613707"></a>4.5.4.1. Encoding Problems</h4> 3809 4177 </div> 3810 4178 </div> … … 3822 4190 <div> 3823 4191 <div> 3824 <h4 class="title"><a id="id 585946"></a>4.5.4.2. Byte Order Marks</h4>4192 <h4 class="title"><a id="id613719"></a>4.5.4.2. Byte Order Marks</h4> 3825 4193 </div> 3826 4194 </div> … … 3850 4218 <div> 3851 4219 <div> 3852 <h4 class="title"><a id="id 585981"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>4220 <h4 class="title"><a id="id613754"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3853 4221 </div> 3854 4222 </div> … … 3872 4240 <div> 3873 4241 <div class="refsect1" lang="en" xml:lang="en"> 3874 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586042"></a>4242 <a xmlns="http://www.w3.org/1999/xhtml" id="id613815"></a> 3875 4243 <div class="header">Description:</div> 3876 4244 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3881 4249 </div> 3882 4250 <div class="refsect1" lang="en" xml:lang="en"> 3883 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586057"></a>4251 <a xmlns="http://www.w3.org/1999/xhtml" id="id613830"></a> 3884 4252 <div class="header">See Also:</div> 3885 4253 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4. Character Encodings">Section 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2. External Formats">Section 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4. Supported Character Encodings">Section 4.5.4.4, âSupported Character Encodingsâ</a></span> … … 4336 4704 <div> 4337 4705 <div> 4338 <h4 class="title"><a id="id 586780"></a>4.5.4.5. Encoding and Decoding Strings</h4>4706 <h4 class="title"><a id="id614553"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4339 4707 </div> 4340 4708 </div> … … 4361 4729 <div> 4362 4730 <div class="refsect1" lang="en" xml:lang="en"> 4363 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586855"></a>4731 <a xmlns="http://www.w3.org/1999/xhtml" id="id614628"></a> 4364 4732 <div class="header">Description:</div> 4365 4733 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4392 4760 <div> 4393 4761 <div class="refsect1" lang="en" xml:lang="en"> 4394 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586951"></a>4762 <a xmlns="http://www.w3.org/1999/xhtml" id="id614724"></a> 4395 4763 <div class="header">Description:</div> 4396 4764 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4441 4809 <div> 4442 4810 <div class="refsect1" lang="en" xml:lang="en"> 4443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 587085"></a>4811 <a xmlns="http://www.w3.org/1999/xhtml" id="id614857"></a> 4444 4812 <div class="header">Description:</div> 4445 4813 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4494 4862 <div> 4495 4863 <div class="refsect1" lang="en" xml:lang="en"> 4496 <a xmlns="http://www.w3.org/1999/xhtml" id="id 587215"></a>4864 <a xmlns="http://www.w3.org/1999/xhtml" id="id614988"></a> 4497 4865 <div class="header">Description:</div> 4498 4866 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4544 4912 </div> 4545 4913 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts: <code class="literal">ccl</code> and <code class="literal">home</code></p> 4546 <a xmlns="http://www.w3.org/1999/xhtml" id="id 587303" class="indexterm"></a>4914 <a xmlns="http://www.w3.org/1999/xhtml" id="id615076" class="indexterm"></a> 4547 4915 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4548 4916 <code class="literal">ccl</code> directory. It is used for a variety of … … 4603 4971 <div> 4604 4972 <div> 4605 <h4 class="title"><a id="id 587406"></a>4.6.3.1. Working with native namestrings</h4>4973 <h4 class="title"><a id="id615179"></a>4.6.3.1. Working with native namestrings</h4> 4606 4974 </div> 4607 4975 </div> … … 4622 4990 <div> 4623 4991 <div class="refsect1" lang="en" xml:lang="en"> 4624 <a xmlns="http://www.w3.org/1999/xhtml" id="id 587452"></a>4992 <a xmlns="http://www.w3.org/1999/xhtml" id="id615225"></a> 4625 4993 <div class="header">Description:</div> 4626 4994 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4653 5021 <div> 4654 5022 <div class="refsect1" lang="en" xml:lang="en"> 4655 <a xmlns="http://www.w3.org/1999/xhtml" id="id 587526"></a>5023 <a xmlns="http://www.w3.org/1999/xhtml" id="id615299"></a> 4656 5024 <div class="header">Description:</div> 4657 5025 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4776 5144 platforms.</p> 4777 5145 <p xmlns="http://www.w3.org/1999/xhtml"> 4778 <a id="id 587701" class="indexterm"></a>5146 <a id="id615474" class="indexterm"></a> 4779 5147 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4780 5148 <em class="parameter"><code>pathname</code></em> … … 4836 5204 a memory error.</p> 4837 5205 <p xmlns="http://www.w3.org/1999/xhtml"> 4838 <a id="id 587834" class="indexterm"></a>5206 <a id="id615606" class="indexterm"></a> 4839 5207 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4840 5208 <em class="parameter"><code>displaced-array</code></em> … … 4848 5216 target is an empty vector (of length zero).</p> 4849 5217 <p xmlns="http://www.w3.org/1999/xhtml"> 4850 <a id="id 587869" class="indexterm"></a>5218 <a id="id615642" class="indexterm"></a> 4851 5219 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4852 5220 <em class="parameter"><code>pathname</code></em> … … 4858 5226 bytes.</p> 4859 5227 <p xmlns="http://www.w3.org/1999/xhtml"> 4860 <a id="id 587901" class="indexterm"></a>5228 <a id="id615674" class="indexterm"></a> 4861 5229 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4862 5230 <em class="parameter"><code>displaced-array</code></em> … … 4897 5265 static.</p> 4898 5266 <p xmlns="http://www.w3.org/1999/xhtml"> 4899 <a id="id 587976" class="indexterm"></a>5267 <a id="id615748" class="indexterm"></a> 4900 5268 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4901 5269 <em class="parameter"><code>var</code></em> … … 4951 5319 </div> 4952 5320 </div> 4953 <a xmlns="http://www.w3.org/1999/xhtml" id="id 588088" class="indexterm"></a>5321 <a xmlns="http://www.w3.org/1999/xhtml" id="id615860" class="indexterm"></a> 4954 5322 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4955 5323 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 5031 5399 converted, because address 0 can always be relied upon to refer to 5032 5400 the same thing.</p> 5033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 588309" class="indexterm"></a>5401 <a xmlns="http://www.w3.org/1999/xhtml" id="id616082" class="indexterm"></a> 5034 5402 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 5035 5403 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 5042 5410 or <code class="literal">ccl64</code> script.</p> 5043 5411 <p xmlns="http://www.w3.org/1999/xhtml"> 5044 <a id="id 588356" class="indexterm"></a>5412 <a id="id616129" class="indexterm"></a> 5045 5413 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 5046 5414 <em class="parameter"><code>filename</code></em> … … 5243 5611 <div> 5244 5612 <div class="refsect1" lang="en" xml:lang="en"> 5245 <a xmlns="http://www.w3.org/1999/xhtml" id="id 588760"></a>5613 <a xmlns="http://www.w3.org/1999/xhtml" id="id616532"></a> 5246 5614 <div class="header">Arguments and Values:</div> 5247 5615 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 5257 5625 </div> 5258 5626 <div class="refsect1" lang="en" xml:lang="en"> 5259 <a xmlns="http://www.w3.org/1999/xhtml" id="id 588819"></a>5627 <a xmlns="http://www.w3.org/1999/xhtml" id="id616592"></a> 5260 5628 <div class="header">Description:</div> 5261 5629 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5317 5685 <div> 5318 5686 <div class="refsect1" lang="en" xml:lang="en"> 5319 <a xmlns="http://www.w3.org/1999/xhtml" id="id 588910"></a>5687 <a xmlns="http://www.w3.org/1999/xhtml" id="id616683"></a> 5320 5688 <div class="header">Arguments and Values:</div> 5321 5689 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5325 5693 </div> 5326 5694 <div class="refsect1" lang="en" xml:lang="en"> 5327 <a xmlns="http://www.w3.org/1999/xhtml" id="id 588933"></a>5695 <a xmlns="http://www.w3.org/1999/xhtml" id="id616706"></a> 5328 5696 <div class="header">Description:</div> 5329 5697 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5364 5732 <div> 5365 5733 <div class="refsect1" lang="en" xml:lang="en"> 5366 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589029"></a>5734 <a xmlns="http://www.w3.org/1999/xhtml" id="id616802"></a> 5367 5735 <div class="header">Arguments and Values:</div> 5368 5736 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5373 5741 </div> 5374 5742 <div class="refsect1" lang="en" xml:lang="en"> 5375 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589065"></a>5743 <a xmlns="http://www.w3.org/1999/xhtml" id="id616838"></a> 5376 5744 <div class="header">Description:</div> 5377 5745 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5422 5790 <div> 5423 5791 <div class="refsect1" lang="en" xml:lang="en"> 5424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589140"></a>5792 <a xmlns="http://www.w3.org/1999/xhtml" id="id616913"></a> 5425 5793 <div class="header">Arguments and Values:</div> 5426 5794 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5429 5797 </div> 5430 5798 <div class="refsect1" lang="en" xml:lang="en"> 5431 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589162"></a>5799 <a xmlns="http://www.w3.org/1999/xhtml" id="id616935"></a> 5432 5800 <div class="header">Description:</div> 5433 5801 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5596 5964 <div> 5597 5965 <div class="refsect1" lang="en" xml:lang="en"> 5598 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589337"></a>5966 <a xmlns="http://www.w3.org/1999/xhtml" id="id617109"></a> 5599 5967 <div class="header">Description:</div> 5600 5968 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5630 5998 <div> 5631 5999 <div class="refsect1" lang="en" xml:lang="en"> 5632 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589385"></a>6000 <a xmlns="http://www.w3.org/1999/xhtml" id="id617158"></a> 5633 6001 <div class="header">Discussion:</div> 5634 6002 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5648 6016 </div> 5649 6017 <div class="refsect1" lang="en" xml:lang="en"> 5650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589438"></a>6018 <a xmlns="http://www.w3.org/1999/xhtml" id="id617211"></a> 5651 6019 <div class="header">Restarts:</div> 5652 6020 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5716 6084 <div> 5717 6085 <div> 5718 <h4 class="title"><a id="id 589496"></a>4.12.5.1. Fancy arrays</h4>6086 <h4 class="title"><a id="id617269"></a>4.12.5.1. Fancy arrays</h4> 5719 6087 </div> 5720 6088 </div> … … 5743 6111 <div> 5744 6112 <div> 5745 <h4 class="title"><a id="id 589515"></a>4.12.5.2. Hash tables</h4>6113 <h4 class="title"><a id="id617288"></a>4.12.5.2. Hash tables</h4> 5746 6114 </div> 5747 6115 </div> … … 5791 6159 <div> 5792 6160 <div> 5793 <h4 class="title"><a id="id 589545"></a>4.12.5.3. Lists</h4>6161 <h4 class="title"><a id="id617318"></a>4.12.5.3. Lists</h4> 5794 6162 </div> 5795 6163 </div> … … 5984 6352 <div> 5985 6353 <div class="refsect1" lang="en" xml:lang="en"> 5986 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589780"></a>6354 <a xmlns="http://www.w3.org/1999/xhtml" id="id617552"></a> 5987 6355 <div class="header">Arguments and Values:</div> 5988 6356 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>--- … … 6013 6381 </div> 6014 6382 <div class="refsect1" lang="en" xml:lang="en"> 6015 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589866"></a>6383 <a xmlns="http://www.w3.org/1999/xhtml" id="id617639"></a> 6016 6384 <div class="header">Example:</div> 6017 6385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6047 6415 <div> 6048 6416 <div class="refsect1" lang="en" xml:lang="en"> 6049 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589946"></a>6417 <a xmlns="http://www.w3.org/1999/xhtml" id="id617718"></a> 6050 6418 <div class="header">Description:</div> 6051 6419 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6069 6437 <div> 6070 6438 <div class="refsect1" lang="en" xml:lang="en"> 6071 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589984"></a>6439 <a xmlns="http://www.w3.org/1999/xhtml" id="id617757"></a> 6072 6440 <div class="header">Description:</div> 6073 6441 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6095 6463 <div> 6096 6464 <div class="refsect1" lang="en" xml:lang="en"> 6097 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590046"></a>6465 <a xmlns="http://www.w3.org/1999/xhtml" id="id617819"></a> 6098 6466 <div class="header">Description:</div> 6099 6467 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6121 6489 <div> 6122 6490 <div class="refsect1" lang="en" xml:lang="en"> 6123 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590103"></a>6491 <a xmlns="http://www.w3.org/1999/xhtml" id="id617876"></a> 6124 6492 <div class="header">Description:</div> 6125 6493 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6152 6520 <div> 6153 6521 <div class="refsect1" lang="en" xml:lang="en"> 6154 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590167"></a>6522 <a xmlns="http://www.w3.org/1999/xhtml" id="id617940"></a> 6155 6523 <div class="header">Description:</div> 6156 6524 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6179 6547 <div> 6180 6548 <div class="refsect1" lang="en" xml:lang="en"> 6181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590234"></a>6549 <a xmlns="http://www.w3.org/1999/xhtml" id="id618007"></a> 6182 6550 <div class="header">Description:</div> 6183 6551 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6202 6570 <div> 6203 6571 <div class="refsect1" lang="en" xml:lang="en"> 6204 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590285"></a>6572 <a xmlns="http://www.w3.org/1999/xhtml" id="id618058"></a> 6205 6573 <div class="header">Description:</div> 6206 6574 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6226 6594 <div> 6227 6595 <div class="refsect1" lang="en" xml:lang="en"> 6228 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590336"></a>6596 <a xmlns="http://www.w3.org/1999/xhtml" id="id618109"></a> 6229 6597 <div class="header">Description:</div> 6230 6598 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6253 6621 <div> 6254 6622 <div class="refsect1" lang="en" xml:lang="en"> 6255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590398"></a>6623 <a xmlns="http://www.w3.org/1999/xhtml" id="id618171"></a> 6256 6624 <div class="header">Description:</div> 6257 6625 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6280 6648 <div> 6281 6649 <div class="refsect1" lang="en" xml:lang="en"> 6282 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590466"></a>6650 <a xmlns="http://www.w3.org/1999/xhtml" id="id618238"></a> 6283 6651 <div class="header">Description:</div> 6284 6652 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6447 6815 <div> 6448 6816 <div class="refsect1" lang="en" xml:lang="en"> 6449 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590716"></a>6817 <a xmlns="http://www.w3.org/1999/xhtml" id="id618489"></a> 6450 6818 <div class="header">Description:</div> 6451 6819 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6473 6841 <div> 6474 6842 <div class="refsect1" lang="en" xml:lang="en"> 6475 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590777"></a>6843 <a xmlns="http://www.w3.org/1999/xhtml" id="id618549"></a> 6476 6844 <div class="header">Description:</div> 6477 6845 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6507 6875 <div> 6508 6876 <div class="refsect1" lang="en" xml:lang="en"> 6509 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590855"></a>6877 <a xmlns="http://www.w3.org/1999/xhtml" id="id618627"></a> 6510 6878 <div class="header">Arguments and Values:</div> 6511 6879 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6518 6886 </div> 6519 6887 <div class="refsect1" lang="en" xml:lang="en"> 6520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590891"></a>6888 <a xmlns="http://www.w3.org/1999/xhtml" id="id618664"></a> 6521 6889 <div class="header">Description:</div> 6522 6890 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6552 6920 <div> 6553 6921 <div class="refsect1" lang="en" xml:lang="en"> 6554 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590972"></a>6922 <a xmlns="http://www.w3.org/1999/xhtml" id="id618744"></a> 6555 6923 <div class="header">Arguments and Values:</div> 6556 6924 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6569 6937 </div> 6570 6938 <div class="refsect1" lang="en" xml:lang="en"> 6571 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591032"></a>6939 <a xmlns="http://www.w3.org/1999/xhtml" id="id618805"></a> 6572 6940 <div class="header">Description:</div> 6573 6941 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6603 6971 <div> 6604 6972 <div class="refsect1" lang="en" xml:lang="en"> 6605 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591113"></a>6973 <a xmlns="http://www.w3.org/1999/xhtml" id="id618886"></a> 6606 6974 <div class="header">Description:</div> 6607 6975 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6628 6996 <div> 6629 6997 <div class="refsect1" lang="en" xml:lang="en"> 6630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591165"></a>6998 <a xmlns="http://www.w3.org/1999/xhtml" id="id618938"></a> 6631 6999 <div class="header">Description:</div> 6632 7000 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6704 7072 <div> 6705 7073 <div class="refsect1" lang="en" xml:lang="en"> 6706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591276"></a>7074 <a xmlns="http://www.w3.org/1999/xhtml" id="id619049"></a> 6707 7075 <div class="header">Summary:</div> 6708 7076 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6739 7107 <div> 6740 7108 <div class="refsect1" lang="en" xml:lang="en"> 6741 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591338"></a>7109 <a xmlns="http://www.w3.org/1999/xhtml" id="id619111"></a> 6742 7110 <div class="header">Summary:</div> 6743 7111 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6770 7138 <div> 6771 7139 <div class="refsect1" lang="en" xml:lang="en"> 6772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591396"></a>7140 <a xmlns="http://www.w3.org/1999/xhtml" id="id619168"></a> 6773 7141 <div class="header">Summary:</div> 6774 7142 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6795 7163 <div> 6796 7164 <div class="refsect1" lang="en" xml:lang="en"> 6797 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591442"></a>7165 <a xmlns="http://www.w3.org/1999/xhtml" id="id619215"></a> 6798 7166 <div class="header">Description:</div> 6799 7167 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7028 7396 <div> 7029 7397 <div> 7030 <h4 class="title"><a id="id5 37722"></a>5.4.2.1. Checking for Updates</h4>7398 <h4 class="title"><a id="id572549"></a>5.4.2.1. Checking for Updates</h4> 7031 7399 </div> 7032 7400 </div> … … 7160 7528 the required subsystems, if necessary.</p> 7161 7529 <p xmlns="http://www.w3.org/1999/xhtml"> 7162 <a id="id5 32170" class="indexterm"></a>7530 <a id="id599375" class="indexterm"></a> 7163 7531 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 7164 7532 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 7418 7786 of <code class="literal">make</code> for Lisp, and is included in the 7419 7787 Clozure CL distribution. You can read more about ASDF at the ASDF 7420 <a class="ulink" href="http://co nstantly.at/lisp/asdf/" target="_top">home7788 <a class="ulink" href="http://common-lisp.net/project/asdf/" target="_top">home 7421 7789 page</a>.</p> 7422 7790 <p xmlns="http://www.w3.org/1999/xhtml">Alternatively, you could use the standard features of … … 7960 8328 <div> 7961 8329 <div class="refsect1" lang="en" xml:lang="en"> 7962 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24172"></a>8330 <a xmlns="http://www.w3.org/1999/xhtml" id="id588180"></a> 7963 8331 <div class="header">Description:</div> 7964 8332 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7982 8350 <div> 7983 8351 <div class="refsect1" lang="en" xml:lang="en"> 7984 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24224"></a>8352 <a xmlns="http://www.w3.org/1999/xhtml" id="id588232"></a> 7985 8353 <div class="header">Description:</div> 7986 8354 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8009 8377 <div> 8010 8378 <div class="refsect1" lang="en" xml:lang="en"> 8011 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585145"></a>8379 <a xmlns="http://www.w3.org/1999/xhtml" id="id612883"></a> 8012 8380 <div class="header">Description:</div> 8013 8381 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8029 8397 <div> 8030 8398 <div class="refsect1" lang="en" xml:lang="en"> 8031 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585198"></a>8399 <a xmlns="http://www.w3.org/1999/xhtml" id="id612935"></a> 8032 8400 <div class="header">Description:</div> 8033 8401 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8053 8421 <div> 8054 8422 <div class="refsect1" lang="en" xml:lang="en"> 8055 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85251"></a>8423 <a xmlns="http://www.w3.org/1999/xhtml" id="id566603"></a> 8056 8424 <div class="header">Description:</div> 8057 8425 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8077 8445 <div> 8078 8446 <div class="refsect1" lang="en" xml:lang="en"> 8079 <a xmlns="http://www.w3.org/1999/xhtml" id="id566 129"></a>8447 <a xmlns="http://www.w3.org/1999/xhtml" id="id566657"></a> 8080 8448 <div class="header">Description:</div> 8081 8449 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8100 8468 <div> 8101 8469 <div class="refsect1" lang="en" xml:lang="en"> 8102 <a xmlns="http://www.w3.org/1999/xhtml" id="id566 183"></a>8470 <a xmlns="http://www.w3.org/1999/xhtml" id="id566710"></a> 8103 8471 <div class="header">Description:</div> 8104 8472 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8125 8493 <div> 8126 8494 <div class="refsect1" lang="en" xml:lang="en"> 8127 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582992"></a>8495 <a xmlns="http://www.w3.org/1999/xhtml" id="id610769"></a> 8128 8496 <div class="header">Description:</div> 8129 8497 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8150 8518 <div> 8151 8519 <div class="refsect1" lang="en" xml:lang="en"> 8152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583047"></a>8520 <a xmlns="http://www.w3.org/1999/xhtml" id="id610823"></a> 8153 8521 <div class="header">Description:</div> 8154 8522 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8236 8604 <div> 8237 8605 <div class="refsect1" lang="en" xml:lang="en"> 8238 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583170"></a>8606 <a xmlns="http://www.w3.org/1999/xhtml" id="id610946"></a> 8239 8607 <div class="header">Description:</div> 8240 8608 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8258 8626 <div> 8259 8627 <div class="refsect1" lang="en" xml:lang="en"> 8260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583225"></a>8628 <a xmlns="http://www.w3.org/1999/xhtml" id="id611000"></a> 8261 8629 <div class="header">Description:</div> 8262 8630 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8280 8648 <div> 8281 8649 <div class="refsect1" lang="en" xml:lang="en"> 8282 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583278"></a>8650 <a xmlns="http://www.w3.org/1999/xhtml" id="id611053"></a> 8283 8651 <div class="header">Description:</div> 8284 8652 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8303 8671 <div> 8304 8672 <div class="refsect1" lang="en" xml:lang="en"> 8305 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583337"></a>8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id611111"></a> 8306 8674 <div class="header">Description:</div> 8307 8675 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8325 8693 <div> 8326 8694 <div class="refsect1" lang="en" xml:lang="en"> 8327 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583391"></a>8695 <a xmlns="http://www.w3.org/1999/xhtml" id="id611166"></a> 8328 8696 <div class="header">Description:</div> 8329 8697 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8349 8717 <div> 8350 8718 <div class="refsect1" lang="en" xml:lang="en"> 8351 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583450"></a>8719 <a xmlns="http://www.w3.org/1999/xhtml" id="id611224"></a> 8352 8720 <div class="header">Description:</div> 8353 8721 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8373 8741 <div> 8374 8742 <div class="refsect1" lang="en" xml:lang="en"> 8375 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583516"></a>8743 <a xmlns="http://www.w3.org/1999/xhtml" id="id611290"></a> 8376 8744 <div class="header">Description:</div> 8377 8745 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8393 8761 <div> 8394 8762 <div class="refsect1" lang="en" xml:lang="en"> 8395 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583569"></a>8763 <a xmlns="http://www.w3.org/1999/xhtml" id="id611343"></a> 8396 8764 <div class="header">Description:</div> 8397 8765 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8428 8796 <div> 8429 8797 <div class="refsect1" lang="en" xml:lang="en"> 8430 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583639"></a>8798 <a xmlns="http://www.w3.org/1999/xhtml" id="id611413"></a> 8431 8799 <div class="header">Description:</div> 8432 8800 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8453 8821 <div> 8454 8822 <div class="refsect1" lang="en" xml:lang="en"> 8455 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583708"></a>8823 <a xmlns="http://www.w3.org/1999/xhtml" id="id611482"></a> 8456 8824 <div class="header">Description:</div> 8457 8825 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8476 8844 <div> 8477 8845 <div class="refsect1" lang="en" xml:lang="en"> 8478 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583763"></a>8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id611538"></a> 8479 8847 <div class="header">Description:</div> 8480 8848 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8499 8867 <div> 8500 8868 <div class="refsect1" lang="en" xml:lang="en"> 8501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583818"></a>8869 <a xmlns="http://www.w3.org/1999/xhtml" id="id611593"></a> 8502 8870 <div class="header">Description:</div> 8503 8871 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8539 8907 <div> 8540 8908 <div class="refsect1" lang="en" xml:lang="en"> 8541 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583897"></a>8909 <a xmlns="http://www.w3.org/1999/xhtml" id="id611671"></a> 8542 8910 <div class="header">Description:</div> 8543 8911 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8562 8930 <div> 8563 8931 <div class="refsect1" lang="en" xml:lang="en"> 8564 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583953"></a>8932 <a xmlns="http://www.w3.org/1999/xhtml" id="id611727"></a> 8565 8933 <div class="header">Description:</div> 8566 8934 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8585 8953 <div> 8586 8954 <div class="refsect1" lang="en" xml:lang="en"> 8587 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584007"></a>8955 <a xmlns="http://www.w3.org/1999/xhtml" id="id611782"></a> 8588 8956 <div class="header">Description:</div> 8589 8957 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8608 8976 <div> 8609 8977 <div class="refsect1" lang="en" xml:lang="en"> 8610 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584065"></a>8978 <a xmlns="http://www.w3.org/1999/xhtml" id="id611840"></a> 8611 8979 <div class="header">Description:</div> 8612 8980 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8628 8996 <div> 8629 8997 <div class="refsect1" lang="en" xml:lang="en"> 8630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584123"></a>8998 <a xmlns="http://www.w3.org/1999/xhtml" id="id611897"></a> 8631 8999 <div class="header">Description:</div> 8632 9000 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8651 9019 <div> 8652 9020 <div class="refsect1" lang="en" xml:lang="en"> 8653 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584181"></a>9021 <a xmlns="http://www.w3.org/1999/xhtml" id="id611956"></a> 8654 9022 <div class="header">Description:</div> 8655 9023 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8671 9039 <div> 8672 9040 <div class="refsect1" lang="en" xml:lang="en"> 8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584238"></a>9041 <a xmlns="http://www.w3.org/1999/xhtml" id="id612013"></a> 8674 9042 <div class="header">Description:</div> 8675 9043 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8696 9064 <div> 8697 9065 <div class="refsect1" lang="en" xml:lang="en"> 8698 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584294"></a>9066 <a xmlns="http://www.w3.org/1999/xhtml" id="id612069"></a> 8699 9067 <div class="header">Description:</div> 8700 9068 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8716 9084 <div> 8717 9085 <div class="refsect1" lang="en" xml:lang="en"> 8718 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584349"></a>9086 <a xmlns="http://www.w3.org/1999/xhtml" id="id612123"></a> 8719 9087 <div class="header">Description:</div> 8720 9088 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8740 9108 <div> 8741 9109 <div class="refsect1" lang="en" xml:lang="en"> 8742 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584404"></a>9110 <a xmlns="http://www.w3.org/1999/xhtml" id="id612179"></a> 8743 9111 <div class="header">Description:</div> 8744 9112 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8765 9133 <div> 8766 9134 <div class="refsect1" lang="en" xml:lang="en"> 8767 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584463"></a>9135 <a xmlns="http://www.w3.org/1999/xhtml" id="id612238"></a> 8768 9136 <div class="header">Description:</div> 8769 9137 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8820 9188 <div> 8821 9189 <div class="refsect1" lang="en" xml:lang="en"> 8822 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584552"></a>9190 <a xmlns="http://www.w3.org/1999/xhtml" id="id612327"></a> 8823 9191 <div class="header">Description:</div> 8824 9192 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8844 9212 <div> 8845 9213 <div class="refsect1" lang="en" xml:lang="en"> 8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584608"></a>9214 <a xmlns="http://www.w3.org/1999/xhtml" id="id612383"></a> 8847 9215 <div class="header">Description:</div> 8848 9216 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8866 9234 <div> 8867 9235 <div class="refsect1" lang="en" xml:lang="en"> 8868 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584662"></a>9236 <a xmlns="http://www.w3.org/1999/xhtml" id="id612438"></a> 8869 9237 <div class="header">Description:</div> 8870 9238 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8890 9258 <div> 8891 9259 <div class="refsect1" lang="en" xml:lang="en"> 8892 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584724"></a>9260 <a xmlns="http://www.w3.org/1999/xhtml" id="id612501"></a> 8893 9261 <div class="header">Description:</div> 8894 9262 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8914 9282 <div> 8915 9283 <div class="refsect1" lang="en" xml:lang="en"> 8916 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584780"></a>9284 <a xmlns="http://www.w3.org/1999/xhtml" id="id612557"></a> 8917 9285 <div class="header">Description:</div> 8918 9286 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8934 9302 <div> 8935 9303 <div class="refsect1" lang="en" xml:lang="en"> 8936 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584834"></a>9304 <a xmlns="http://www.w3.org/1999/xhtml" id="id612611"></a> 8937 9305 <div class="header">Description:</div> 8938 9306 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8957 9325 <div> 8958 9326 <div class="refsect1" lang="en" xml:lang="en"> 8959 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584889"></a>9327 <a xmlns="http://www.w3.org/1999/xhtml" id="id612666"></a> 8960 9328 <div class="header">Description:</div> 8961 9329 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8981 9349 <div> 8982 9350 <div class="refsect1" lang="en" xml:lang="en"> 8983 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584952"></a>9351 <a xmlns="http://www.w3.org/1999/xhtml" id="id612728"></a> 8984 9352 <div class="header">Description:</div> 8985 9353 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9001 9369 <div> 9002 9370 <div class="refsect1" lang="en" xml:lang="en"> 9003 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585006"></a>9371 <a xmlns="http://www.w3.org/1999/xhtml" id="id612783"></a> 9004 9372 <div class="header">Description:</div> 9005 9373 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9023 9391 <div> 9024 9392 <div class="refsect1" lang="en" xml:lang="en"> 9025 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07959"></a>9393 <a xmlns="http://www.w3.org/1999/xhtml" id="id635743"></a> 9026 9394 <div class="header">Description:</div> 9027 9395 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9046 9414 <div> 9047 9415 <div class="refsect1" lang="en" xml:lang="en"> 9048 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08006"></a>9416 <a xmlns="http://www.w3.org/1999/xhtml" id="id635790"></a> 9049 9417 <div class="header">Description:</div> 9050 9418 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9069 9437 <div> 9070 9438 <div class="refsect1" lang="en" xml:lang="en"> 9071 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08054"></a>9439 <a xmlns="http://www.w3.org/1999/xhtml" id="id635838"></a> 9072 9440 <div class="header">Description:</div> 9073 9441 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9095 9463 <div> 9096 9464 <div class="refsect1" lang="en" xml:lang="en"> 9097 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08103"></a>9465 <a xmlns="http://www.w3.org/1999/xhtml" id="id635887"></a> 9098 9466 <div class="header">Description:</div> 9099 9467 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9208 9576 <div> 9209 9577 <div class="refsect1" lang="en" xml:lang="en"> 9210 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08274"></a>9578 <a xmlns="http://www.w3.org/1999/xhtml" id="id636058"></a> 9211 9579 <div class="header">Description:</div> 9212 9580 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9231 9599 <div> 9232 9600 <div class="refsect1" lang="en" xml:lang="en"> 9233 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08321"></a>9601 <a xmlns="http://www.w3.org/1999/xhtml" id="id636105"></a> 9234 9602 <div class="header">Description:</div> 9235 9603 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9255 9623 <div> 9256 9624 <div class="refsect1" lang="en" xml:lang="en"> 9257 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08369"></a>9625 <a xmlns="http://www.w3.org/1999/xhtml" id="id636152"></a> 9258 9626 <div class="header">Description:</div> 9259 9627 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9278 9646 <div> 9279 9647 <div class="refsect1" lang="en" xml:lang="en"> 9280 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08416"></a>9648 <a xmlns="http://www.w3.org/1999/xhtml" id="id636200"></a> 9281 9649 <div class="header">Description:</div> 9282 9650 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9302 9670 <div> 9303 9671 <div class="refsect1" lang="en" xml:lang="en"> 9304 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08469"></a>9672 <a xmlns="http://www.w3.org/1999/xhtml" id="id636248"></a> 9305 9673 <div class="header">Description:</div> 9306 9674 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9326 9694 <div> 9327 9695 <div class="refsect1" lang="en" xml:lang="en"> 9328 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08524"></a>9696 <a xmlns="http://www.w3.org/1999/xhtml" id="id636304"></a> 9329 9697 <div class="header">Description:</div> 9330 9698 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9351 9719 <div> 9352 9720 <div class="refsect1" lang="en" xml:lang="en"> 9353 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08581"></a>9721 <a xmlns="http://www.w3.org/1999/xhtml" id="id636360"></a> 9354 9722 <div class="header">Description:</div> 9355 9723 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9376 9744 <div> 9377 9745 <div class="refsect1" lang="en" xml:lang="en"> 9378 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08637"></a>9746 <a xmlns="http://www.w3.org/1999/xhtml" id="id636416"></a> 9379 9747 <div class="header">Description:</div> 9380 9748 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9400 9768 <div> 9401 9769 <div class="refsect1" lang="en" xml:lang="en"> 9402 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08693"></a>9770 <a xmlns="http://www.w3.org/1999/xhtml" id="id636472"></a> 9403 9771 <div class="header">Description:</div> 9404 9772 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9425 9793 <div> 9426 9794 <div class="refsect1" lang="en" xml:lang="en"> 9427 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08758"></a>9795 <a xmlns="http://www.w3.org/1999/xhtml" id="id636538"></a> 9428 9796 <div class="header">Description:</div> 9429 9797 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9452 9820 <div> 9453 9821 <div class="refsect1" lang="en" xml:lang="en"> 9454 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08824"></a>9822 <a xmlns="http://www.w3.org/1999/xhtml" id="id636604"></a> 9455 9823 <div class="header">Description:</div> 9456 9824 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9475 9843 <div> 9476 9844 <div class="refsect1" lang="en" xml:lang="en"> 9477 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08890"></a>9845 <a xmlns="http://www.w3.org/1999/xhtml" id="id636670"></a> 9478 9846 <div class="header">Description:</div> 9479 9847 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9497 9865 <div> 9498 9866 <div class="refsect1" lang="en" xml:lang="en"> 9499 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08945"></a>9867 <a xmlns="http://www.w3.org/1999/xhtml" id="id636725"></a> 9500 9868 <div class="header">Description:</div> 9501 9869 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9529 9897 <div> 9530 9898 <div class="refsect1" lang="en" xml:lang="en"> 9531 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09021"></a>9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id636800"></a> 9532 9900 <div class="header">Description:</div> 9533 9901 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9549 9917 <div> 9550 9918 <div class="refsect1" lang="en" xml:lang="en"> 9551 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09076"></a>9919 <a xmlns="http://www.w3.org/1999/xhtml" id="id636855"></a> 9552 9920 <div class="header">Description:</div> 9553 9921 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9569 9937 <div> 9570 9938 <div class="refsect1" lang="en" xml:lang="en"> 9571 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09130"></a>9939 <a xmlns="http://www.w3.org/1999/xhtml" id="id636909"></a> 9572 9940 <div class="header">Description:</div> 9573 9941 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9606 9974 <div> 9607 9975 <div class="refsect1" lang="en" xml:lang="en"> 9608 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09206"></a>9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id636985"></a> 9609 9977 <div class="header">Description:</div> 9610 9978 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9628 9996 <div> 9629 9997 <div class="refsect1" lang="en" xml:lang="en"> 9630 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09260"></a>9998 <a xmlns="http://www.w3.org/1999/xhtml" id="id637039"></a> 9631 9999 <div class="header">Description:</div> 9632 10000 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9648 10016 <div> 9649 10017 <div class="refsect1" lang="en" xml:lang="en"> 9650 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09314"></a>10018 <a xmlns="http://www.w3.org/1999/xhtml" id="id637093"></a> 9651 10019 <div class="header">Description:</div> 9652 10020 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9674 10042 <div> 9675 10043 <div class="refsect1" lang="en" xml:lang="en"> 9676 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09370"></a>10044 <a xmlns="http://www.w3.org/1999/xhtml" id="id637149"></a> 9677 10045 <div class="header">Description:</div> 9678 10046 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9700 10068 <div> 9701 10069 <div class="refsect1" lang="en" xml:lang="en"> 9702 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09435"></a>10070 <a xmlns="http://www.w3.org/1999/xhtml" id="id637214"></a> 9703 10071 <div class="header">Description:</div> 9704 10072 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9720 10088 <div> 9721 10089 <div class="refsect1" lang="en" xml:lang="en"> 9722 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09489"></a>10090 <a xmlns="http://www.w3.org/1999/xhtml" id="id637268"></a> 9723 10091 <div class="header">Description:</div> 9724 10092 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9747 10115 <div> 9748 10116 <div class="refsect1" lang="en" xml:lang="en"> 9749 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09546"></a>10117 <a xmlns="http://www.w3.org/1999/xhtml" id="id637326"></a> 9750 10118 <div class="header">Description:</div> 9751 10119 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9772 10140 <div> 9773 10141 <div class="refsect1" lang="en" xml:lang="en"> 9774 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09603"></a>10142 <a xmlns="http://www.w3.org/1999/xhtml" id="id637382"></a> 9775 10143 <div class="header">Description:</div> 9776 10144 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9795 10163 <div> 9796 10164 <div class="refsect1" lang="en" xml:lang="en"> 9797 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09669"></a>10165 <a xmlns="http://www.w3.org/1999/xhtml" id="id637449"></a> 9798 10166 <div class="header">Description:</div> 9799 10167 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9819 10187 <div> 9820 10188 <div class="refsect1" lang="en" xml:lang="en"> 9821 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09725"></a>10189 <a xmlns="http://www.w3.org/1999/xhtml" id="id637504"></a> 9822 10190 <div class="header">Description:</div> 9823 10191 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9839 10207 <div> 9840 10208 <div class="refsect1" lang="en" xml:lang="en"> 9841 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09779"></a>10209 <a xmlns="http://www.w3.org/1999/xhtml" id="id637558"></a> 9842 10210 <div class="header">Description:</div> 9843 10211 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9875 10243 <div> 9876 10244 <div class="refsect1" lang="en" xml:lang="en"> 9877 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09847"></a>10245 <a xmlns="http://www.w3.org/1999/xhtml" id="id637626"></a> 9878 10246 <div class="header">Description:</div> 9879 10247 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9895 10263 <div> 9896 10264 <div class="refsect1" lang="en" xml:lang="en"> 9897 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09900"></a>10265 <a xmlns="http://www.w3.org/1999/xhtml" id="id637680"></a> 9898 10266 <div class="header">Description:</div> 9899 10267 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9921 10289 <div> 9922 10290 <div class="refsect1" lang="en" xml:lang="en"> 9923 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09958"></a>10291 <a xmlns="http://www.w3.org/1999/xhtml" id="id637737"></a> 9924 10292 <div class="header">Description:</div> 9925 10293 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9941 10309 <div> 9942 10310 <div class="refsect1" lang="en" xml:lang="en"> 9943 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10011"></a>10311 <a xmlns="http://www.w3.org/1999/xhtml" id="id637791"></a> 9944 10312 <div class="header">Description:</div> 9945 10313 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9967 10335 <div> 9968 10336 <div class="refsect1" lang="en" xml:lang="en"> 9969 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10072"></a>10337 <a xmlns="http://www.w3.org/1999/xhtml" id="id637851"></a> 9970 10338 <div class="header">Description:</div> 9971 10339 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9990 10358 <div> 9991 10359 <div class="refsect1" lang="en" xml:lang="en"> 9992 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10127"></a>10360 <a xmlns="http://www.w3.org/1999/xhtml" id="id637907"></a> 9993 10361 <div class="header">Description:</div> 9994 10362 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10014 10382 <div> 10015 10383 <div class="refsect1" lang="en" xml:lang="en"> 10016 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10182"></a>10384 <a xmlns="http://www.w3.org/1999/xhtml" id="id637962"></a> 10017 10385 <div class="header">Description:</div> 10018 10386 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10037 10405 <div> 10038 10406 <div class="refsect1" lang="en" xml:lang="en"> 10039 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10249"></a>10407 <a xmlns="http://www.w3.org/1999/xhtml" id="id638029"></a> 10040 10408 <div class="header">Description:</div> 10041 10409 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10061 10429 <div> 10062 10430 <div class="refsect1" lang="en" xml:lang="en"> 10063 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10311"></a>10431 <a xmlns="http://www.w3.org/1999/xhtml" id="id638091"></a> 10064 10432 <div class="header">Description:</div> 10065 10433 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10084 10452 <div> 10085 10453 <div class="refsect1" lang="en" xml:lang="en"> 10086 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10366"></a>10454 <a xmlns="http://www.w3.org/1999/xhtml" id="id638146"></a> 10087 10455 <div class="header">Description:</div> 10088 10456 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10104 10472 <div> 10105 10473 <div class="refsect1" lang="en" xml:lang="en"> 10106 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10420"></a>10474 <a xmlns="http://www.w3.org/1999/xhtml" id="id638200"></a> 10107 10475 <div class="header">Description:</div> 10108 10476 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10198 10566 <div> 10199 10567 <div class="refsect1" lang="en" xml:lang="en"> 10200 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10572"></a>10568 <a xmlns="http://www.w3.org/1999/xhtml" id="id638352"></a> 10201 10569 <div class="header">Description:</div> 10202 10570 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10225 10593 <div> 10226 10594 <div class="refsect1" lang="en" xml:lang="en"> 10227 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10629"></a>10595 <a xmlns="http://www.w3.org/1999/xhtml" id="id638409"></a> 10228 10596 <div class="header">Description:</div> 10229 10597 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10249 10617 <div> 10250 10618 <div class="refsect1" lang="en" xml:lang="en"> 10251 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10685"></a>10619 <a xmlns="http://www.w3.org/1999/xhtml" id="id638465"></a> 10252 10620 <div class="header">Description:</div> 10253 10621 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10272 10640 <div> 10273 10641 <div class="refsect1" lang="en" xml:lang="en"> 10274 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10740"></a>10642 <a xmlns="http://www.w3.org/1999/xhtml" id="id638520"></a> 10275 10643 <div class="header">Description:</div> 10276 10644 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10295 10663 <div> 10296 10664 <div class="refsect1" lang="en" xml:lang="en"> 10297 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10795"></a>10665 <a xmlns="http://www.w3.org/1999/xhtml" id="id638575"></a> 10298 10666 <div class="header">Description:</div> 10299 10667 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10321 10689 <div> 10322 10690 <div class="refsect1" lang="en" xml:lang="en"> 10323 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10852"></a>10691 <a xmlns="http://www.w3.org/1999/xhtml" id="id638632"></a> 10324 10692 <div class="header">Description:</div> 10325 10693 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10347 10715 <div> 10348 10716 <div class="refsect1" lang="en" xml:lang="en"> 10349 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10909"></a>10717 <a xmlns="http://www.w3.org/1999/xhtml" id="id638689"></a> 10350 10718 <div class="header">Description:</div> 10351 10719 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10376 10744 <div> 10377 10745 <div class="refsect1" lang="en" xml:lang="en"> 10378 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10969"></a>10746 <a xmlns="http://www.w3.org/1999/xhtml" id="id638748"></a> 10379 10747 <div class="header">Description:</div> 10380 10748 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10399 10767 <div> 10400 10768 <div class="refsect1" lang="en" xml:lang="en"> 10401 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11025"></a>10769 <a xmlns="http://www.w3.org/1999/xhtml" id="id638804"></a> 10402 10770 <div class="header">Description:</div> 10403 10771 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10449 10817 <div> 10450 10818 <div class="refsect1" lang="en" xml:lang="en"> 10451 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11112"></a>10819 <a xmlns="http://www.w3.org/1999/xhtml" id="id638892"></a> 10452 10820 <div class="header">Description:</div> 10453 10821 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10469 10837 <div> 10470 10838 <div class="refsect1" lang="en" xml:lang="en"> 10471 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11166"></a>10839 <a xmlns="http://www.w3.org/1999/xhtml" id="id638946"></a> 10472 10840 <div class="header">Description:</div> 10473 10841 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10489 10857 <div> 10490 10858 <div class="refsect1" lang="en" xml:lang="en"> 10491 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11220"></a>10859 <a xmlns="http://www.w3.org/1999/xhtml" id="id639000"></a> 10492 10860 <div class="header">Description:</div> 10493 10861 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10514 10882 <div> 10515 10883 <div class="refsect1" lang="en" xml:lang="en"> 10516 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11284"></a>10884 <a xmlns="http://www.w3.org/1999/xhtml" id="id639064"></a> 10517 10885 <div class="header">Description:</div> 10518 10886 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10541 10909 <div> 10542 10910 <div class="refsect1" lang="en" xml:lang="en"> 10543 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11345"></a>10911 <a xmlns="http://www.w3.org/1999/xhtml" id="id639125"></a> 10544 10912 <div class="header">Description:</div> 10545 10913 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10567 10935 <div> 10568 10936 <div class="refsect1" lang="en" xml:lang="en"> 10569 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11402"></a>10937 <a xmlns="http://www.w3.org/1999/xhtml" id="id639181"></a> 10570 10938 <div class="header">Description:</div> 10571 10939 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10592 10960 <div> 10593 10961 <div class="refsect1" lang="en" xml:lang="en"> 10594 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11458"></a>10962 <a xmlns="http://www.w3.org/1999/xhtml" id="id639238"></a> 10595 10963 <div class="header">Description:</div> 10596 10964 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10617 10985 <div> 10618 10986 <div class="refsect1" lang="en" xml:lang="en"> 10619 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11515"></a>10987 <a xmlns="http://www.w3.org/1999/xhtml" id="id639295"></a> 10620 10988 <div class="header">Description:</div> 10621 10989 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10676 11044 <div> 10677 11045 <div class="refsect1" lang="en" xml:lang="en"> 10678 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11627"></a>11046 <a xmlns="http://www.w3.org/1999/xhtml" id="id639407"></a> 10679 11047 <div class="header">Description:</div> 10680 11048 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10699 11067 <div> 10700 11068 <div class="refsect1" lang="en" xml:lang="en"> 10701 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11682"></a>11069 <a xmlns="http://www.w3.org/1999/xhtml" id="id639462"></a> 10702 11070 <div class="header">Description:</div> 10703 11071 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10726 11094 <div> 10727 11095 <div class="refsect1" lang="en" xml:lang="en"> 10728 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11745"></a>11096 <a xmlns="http://www.w3.org/1999/xhtml" id="id639525"></a> 10729 11097 <div class="header">Description:</div> 10730 11098 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10750 11118 <div> 10751 11119 <div class="refsect1" lang="en" xml:lang="en"> 10752 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11806"></a>11120 <a xmlns="http://www.w3.org/1999/xhtml" id="id639586"></a> 10753 11121 <div class="header">Description:</div> 10754 11122 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10770 11138 <div> 10771 11139 <div class="refsect1" lang="en" xml:lang="en"> 10772 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11860"></a>11140 <a xmlns="http://www.w3.org/1999/xhtml" id="id639640"></a> 10773 11141 <div class="header">Description:</div> 10774 11142 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10793 11161 <div> 10794 11162 <div class="refsect1" lang="en" xml:lang="en"> 10795 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11915"></a>11163 <a xmlns="http://www.w3.org/1999/xhtml" id="id639695"></a> 10796 11164 <div class="header">Description:</div> 10797 11165 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10822 11190 <div> 10823 11191 <div class="refsect1" lang="en" xml:lang="en"> 10824 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11976"></a>11192 <a xmlns="http://www.w3.org/1999/xhtml" id="id639756"></a> 10825 11193 <div class="header">Description:</div> 10826 11194 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10842 11210 <div> 10843 11211 <div class="refsect1" lang="en" xml:lang="en"> 10844 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12030"></a>11212 <a xmlns="http://www.w3.org/1999/xhtml" id="id639810"></a> 10845 11213 <div class="header">Description:</div> 10846 11214 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10862 11230 <div> 10863 11231 <div class="refsect1" lang="en" xml:lang="en"> 10864 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12084"></a>11232 <a xmlns="http://www.w3.org/1999/xhtml" id="id639864"></a> 10865 11233 <div class="header">Description:</div> 10866 11234 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10882 11250 <div> 10883 11251 <div class="refsect1" lang="en" xml:lang="en"> 10884 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12139"></a>11252 <a xmlns="http://www.w3.org/1999/xhtml" id="id639918"></a> 10885 11253 <div class="header">Description:</div> 10886 11254 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10902 11270 <div> 10903 11271 <div class="refsect1" lang="en" xml:lang="en"> 10904 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12192"></a>11272 <a xmlns="http://www.w3.org/1999/xhtml" id="id639972"></a> 10905 11273 <div class="header">Description:</div> 10906 11274 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10922 11290 <div> 10923 11291 <div class="refsect1" lang="en" xml:lang="en"> 10924 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12247"></a>11292 <a xmlns="http://www.w3.org/1999/xhtml" id="id640026"></a> 10925 11293 <div class="header">Description:</div> 10926 11294 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10947 11315 <div> 10948 11316 <div class="refsect1" lang="en" xml:lang="en"> 10949 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12303"></a>11317 <a xmlns="http://www.w3.org/1999/xhtml" id="id640083"></a> 10950 11318 <div class="header">Description:</div> 10951 11319 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10967 11335 <div> 10968 11336 <div class="refsect1" lang="en" xml:lang="en"> 10969 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12358"></a>11337 <a xmlns="http://www.w3.org/1999/xhtml" id="id640137"></a> 10970 11338 <div class="header">Description:</div> 10971 11339 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10987 11355 <div> 10988 11356 <div class="refsect1" lang="en" xml:lang="en"> 10989 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12412"></a>11357 <a xmlns="http://www.w3.org/1999/xhtml" id="id640192"></a> 10990 11358 <div class="header">Description:</div> 10991 11359 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11007 11375 <div> 11008 11376 <div class="refsect1" lang="en" xml:lang="en"> 11009 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12466"></a>11377 <a xmlns="http://www.w3.org/1999/xhtml" id="id640246"></a> 11010 11378 <div class="header">Description:</div> 11011 11379 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11030 11398 <div> 11031 11399 <div class="refsect1" lang="en" xml:lang="en"> 11032 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12522"></a>11400 <a xmlns="http://www.w3.org/1999/xhtml" id="id640301"></a> 11033 11401 <div class="header">Description:</div> 11034 11402 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11053 11421 <div> 11054 11422 <div class="refsect1" lang="en" xml:lang="en"> 11055 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12577"></a>11423 <a xmlns="http://www.w3.org/1999/xhtml" id="id640356"></a> 11056 11424 <div class="header">Description:</div> 11057 11425 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11073 11441 <div> 11074 11442 <div class="refsect1" lang="en" xml:lang="en"> 11075 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12631"></a>11443 <a xmlns="http://www.w3.org/1999/xhtml" id="id640411"></a> 11076 11444 <div class="header">Description:</div> 11077 11445 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11113 11481 <div> 11114 11482 <div class="refsect1" lang="en" xml:lang="en"> 11115 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12723"></a>11483 <a xmlns="http://www.w3.org/1999/xhtml" id="id640502"></a> 11116 11484 <div class="header">Description:</div> 11117 11485 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11141 11509 <div> 11142 11510 <div class="refsect1" lang="en" xml:lang="en"> 11143 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12786"></a>11511 <a xmlns="http://www.w3.org/1999/xhtml" id="id640566"></a> 11144 11512 <div class="header">Description:</div> 11145 11513 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11161 11529 <div> 11162 11530 <div class="refsect1" lang="en" xml:lang="en"> 11163 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12840"></a>11531 <a xmlns="http://www.w3.org/1999/xhtml" id="id640620"></a> 11164 11532 <div class="header">Description:</div> 11165 11533 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11269 11637 <div> 11270 11638 <div class="refsect1" lang="en" xml:lang="en"> 11271 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 12993"></a>11639 <a xmlns="http://www.w3.org/1999/xhtml" id="id640773"></a> 11272 11640 <div class="header">Description:</div> 11273 11641 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11293 11661 <div> 11294 11662 <div class="refsect1" lang="en" xml:lang="en"> 11295 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13050"></a>11663 <a xmlns="http://www.w3.org/1999/xhtml" id="id640830"></a> 11296 11664 <div class="header">Description:</div> 11297 11665 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11323 11691 <div> 11324 11692 <div class="refsect1" lang="en" xml:lang="en"> 11325 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13115"></a>11693 <a xmlns="http://www.w3.org/1999/xhtml" id="id640895"></a> 11326 11694 <div class="header">Description:</div> 11327 11695 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11345 11713 <div> 11346 11714 <div class="refsect1" lang="en" xml:lang="en"> 11347 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13169"></a>11715 <a xmlns="http://www.w3.org/1999/xhtml" id="id640949"></a> 11348 11716 <div class="header">Description:</div> 11349 11717 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11367 11735 <div> 11368 11736 <div class="refsect1" lang="en" xml:lang="en"> 11369 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13224"></a>11737 <a xmlns="http://www.w3.org/1999/xhtml" id="id641004"></a> 11370 11738 <div class="header">Description:</div> 11371 11739 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11390 11758 <div> 11391 11759 <div class="refsect1" lang="en" xml:lang="en"> 11392 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13279"></a>11760 <a xmlns="http://www.w3.org/1999/xhtml" id="id641059"></a> 11393 11761 <div class="header">Description:</div> 11394 11762 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11413 11781 <div> 11414 11782 <div class="refsect1" lang="en" xml:lang="en"> 11415 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13338"></a>11783 <a xmlns="http://www.w3.org/1999/xhtml" id="id641118"></a> 11416 11784 <div class="header">Description:</div> 11417 11785 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11458 11826 <div> 11459 11827 <div class="refsect1" lang="en" xml:lang="en"> 11460 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13423"></a>11828 <a xmlns="http://www.w3.org/1999/xhtml" id="id641203"></a> 11461 11829 <div class="header">Description:</div> 11462 11830 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11516 11884 <div> 11517 11885 <div class="refsect1" lang="en" xml:lang="en"> 11518 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13623"></a>11886 <a xmlns="http://www.w3.org/1999/xhtml" id="id641402"></a> 11519 11887 <div class="header">Description:</div> 11520 11888 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11538 11906 <div> 11539 11907 <div class="refsect1" lang="en" xml:lang="en"> 11540 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13678"></a>11908 <a xmlns="http://www.w3.org/1999/xhtml" id="id641457"></a> 11541 11909 <div class="header">Description:</div> 11542 11910 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11565 11933 <div> 11566 11934 <div class="refsect1" lang="en" xml:lang="en"> 11567 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13734"></a>11935 <a xmlns="http://www.w3.org/1999/xhtml" id="id641514"></a> 11568 11936 <div class="header">Description:</div> 11569 11937 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11587 11955 <div> 11588 11956 <div class="refsect1" lang="en" xml:lang="en"> 11589 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13789"></a>11957 <a xmlns="http://www.w3.org/1999/xhtml" id="id641569"></a> 11590 11958 <div class="header">Description:</div> 11591 11959 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11612 11980 <div> 11613 11981 <div class="refsect1" lang="en" xml:lang="en"> 11614 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 13850"></a>11982 <a xmlns="http://www.w3.org/1999/xhtml" id="id641630"></a> 11615 11983 <div class="header">Description:</div> 11616 11984 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11786 12154 <div> 11787 12155 <div class="refsect1" lang="en" xml:lang="en"> 11788 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14161"></a>12156 <a xmlns="http://www.w3.org/1999/xhtml" id="id641940"></a> 11789 12157 <div class="header">Description:</div> 11790 12158 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11810 12178 <div> 11811 12179 <div class="refsect1" lang="en" xml:lang="en"> 11812 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14216"></a>12180 <a xmlns="http://www.w3.org/1999/xhtml" id="id641996"></a> 11813 12181 <div class="header">Description:</div> 11814 12182 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11847 12215 <div> 11848 12216 <div class="refsect1" lang="en" xml:lang="en"> 11849 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14291"></a>12217 <a xmlns="http://www.w3.org/1999/xhtml" id="id642071"></a> 11850 12218 <div class="header">Description:</div> 11851 12219 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11890 12258 <div> 11891 12259 <div class="refsect1" lang="en" xml:lang="en"> 11892 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14443"></a>12260 <a xmlns="http://www.w3.org/1999/xhtml" id="id642222"></a> 11893 12261 <div class="header">Description:</div> 11894 12262 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11929 12297 <div> 11930 12298 <div class="refsect1" lang="en" xml:lang="en"> 11931 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14576"></a>12299 <a xmlns="http://www.w3.org/1999/xhtml" id="id642356"></a> 11932 12300 <div class="header">Description:</div> 11933 12301 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11949 12317 <div> 11950 12318 <div class="refsect1" lang="en" xml:lang="en"> 11951 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14634"></a>12319 <a xmlns="http://www.w3.org/1999/xhtml" id="id642414"></a> 11952 12320 <div class="header">Description:</div> 11953 12321 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11969 12337 <div> 11970 12338 <div class="refsect1" lang="en" xml:lang="en"> 11971 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14692"></a>12339 <a xmlns="http://www.w3.org/1999/xhtml" id="id642472"></a> 11972 12340 <div class="header">Description:</div> 11973 12341 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11993 12361 <div> 11994 12362 <div class="refsect1" lang="en" xml:lang="en"> 11995 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14748"></a>12363 <a xmlns="http://www.w3.org/1999/xhtml" id="id642528"></a> 11996 12364 <div class="header">Description:</div> 11997 12365 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12016 12384 <div> 12017 12385 <div class="refsect1" lang="en" xml:lang="en"> 12018 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14803"></a>12386 <a xmlns="http://www.w3.org/1999/xhtml" id="id642583"></a> 12019 12387 <div class="header">Description:</div> 12020 12388 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12036 12404 <div> 12037 12405 <div class="refsect1" lang="en" xml:lang="en"> 12038 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14857"></a>12406 <a xmlns="http://www.w3.org/1999/xhtml" id="id642637"></a> 12039 12407 <div class="header">Description:</div> 12040 12408 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12059 12427 <div> 12060 12428 <div class="refsect1" lang="en" xml:lang="en"> 12061 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14916"></a>12429 <a xmlns="http://www.w3.org/1999/xhtml" id="id642696"></a> 12062 12430 <div class="header">Description:</div> 12063 12431 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12085 12453 <div> 12086 12454 <div class="refsect1" lang="en" xml:lang="en"> 12087 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 14976"></a>12455 <a xmlns="http://www.w3.org/1999/xhtml" id="id642756"></a> 12088 12456 <div class="header">Description:</div> 12089 12457 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12108 12476 <div> 12109 12477 <div class="refsect1" lang="en" xml:lang="en"> 12110 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15035"></a>12478 <a xmlns="http://www.w3.org/1999/xhtml" id="id642815"></a> 12111 12479 <div class="header">Description:</div> 12112 12480 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12128 12496 <div> 12129 12497 <div class="refsect1" lang="en" xml:lang="en"> 12130 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15089"></a>12498 <a xmlns="http://www.w3.org/1999/xhtml" id="id642869"></a> 12131 12499 <div class="header">Description:</div> 12132 12500 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12185 12553 <div> 12186 12554 <div class="refsect1" lang="en" xml:lang="en"> 12187 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15177"></a>12555 <a xmlns="http://www.w3.org/1999/xhtml" id="id642956"></a> 12188 12556 <div class="header">Description:</div> 12189 12557 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12205 12573 <div> 12206 12574 <div class="refsect1" lang="en" xml:lang="en"> 12207 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15231"></a>12575 <a xmlns="http://www.w3.org/1999/xhtml" id="id643010"></a> 12208 12576 <div class="header">Description:</div> 12209 12577 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12237 12605 <div> 12238 12606 <div class="refsect1" lang="en" xml:lang="en"> 12239 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15297"></a>12607 <a xmlns="http://www.w3.org/1999/xhtml" id="id643076"></a> 12240 12608 <div class="header">Description:</div> 12241 12609 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12320 12688 <div> 12321 12689 <div class="refsect1" lang="en" xml:lang="en"> 12322 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15440"></a>12690 <a xmlns="http://www.w3.org/1999/xhtml" id="id643220"></a> 12323 12691 <div class="header">Description:</div> 12324 12692 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12344 12712 <div> 12345 12713 <div class="refsect1" lang="en" xml:lang="en"> 12346 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15507"></a>12714 <a xmlns="http://www.w3.org/1999/xhtml" id="id643287"></a> 12347 12715 <div class="header">Description:</div> 12348 12716 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12376 12744 <div> 12377 12745 <div class="refsect1" lang="en" xml:lang="en"> 12378 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15586"></a>12746 <a xmlns="http://www.w3.org/1999/xhtml" id="id643366"></a> 12379 12747 <div class="header">Description:</div> 12380 12748 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12405 12773 <div> 12406 12774 <div class="refsect1" lang="en" xml:lang="en"> 12407 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15658"></a>12775 <a xmlns="http://www.w3.org/1999/xhtml" id="id643437"></a> 12408 12776 <div class="header">Description:</div> 12409 12777 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12427 12795 <div> 12428 12796 <div class="refsect1" lang="en" xml:lang="en"> 12429 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15715"></a>12797 <a xmlns="http://www.w3.org/1999/xhtml" id="id643494"></a> 12430 12798 <div class="header">Description:</div> 12431 12799 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12447 12815 <div> 12448 12816 <div class="refsect1" lang="en" xml:lang="en"> 12449 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15771"></a>12817 <a xmlns="http://www.w3.org/1999/xhtml" id="id643550"></a> 12450 12818 <div class="header">Description:</div> 12451 12819 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12467 12835 <div> 12468 12836 <div class="refsect1" lang="en" xml:lang="en"> 12469 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15827"></a>12837 <a xmlns="http://www.w3.org/1999/xhtml" id="id643607"></a> 12470 12838 <div class="header">Description:</div> 12471 12839 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12549 12917 <div> 12550 12918 <div class="refsect1" lang="en" xml:lang="en"> 12551 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 15942"></a>12919 <a xmlns="http://www.w3.org/1999/xhtml" id="id643721"></a> 12552 12920 <div class="header">Description:</div> 12553 12921 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12656 13024 <div> 12657 13025 <div class="refsect1" lang="en" xml:lang="en"> 12658 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16107"></a>13026 <a xmlns="http://www.w3.org/1999/xhtml" id="id643887"></a> 12659 13027 <div class="header">Description:</div> 12660 13028 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12701 13069 <div> 12702 13070 <div class="refsect1" lang="en" xml:lang="en"> 12703 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16242"></a>13071 <a xmlns="http://www.w3.org/1999/xhtml" id="id644022"></a> 12704 13072 <div class="header">Description:</div> 12705 13073 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12726 13094 <div> 12727 13095 <div class="refsect1" lang="en" xml:lang="en"> 12728 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16304"></a>13096 <a xmlns="http://www.w3.org/1999/xhtml" id="id644084"></a> 12729 13097 <div class="header">Description:</div> 12730 13098 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12758 13126 <div> 12759 13127 <div class="refsect1" lang="en" xml:lang="en"> 12760 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16382"></a>13128 <a xmlns="http://www.w3.org/1999/xhtml" id="id644162"></a> 12761 13129 <div class="header">Description:</div> 12762 13130 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12801 13169 <div> 12802 13170 <div class="refsect1" lang="en" xml:lang="en"> 12803 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16526"></a>13171 <a xmlns="http://www.w3.org/1999/xhtml" id="id644306"></a> 12804 13172 <div class="header">Description:</div> 12805 13173 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12862 13230 <div> 12863 13231 <div class="refsect1" lang="en" xml:lang="en"> 12864 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16620"></a>13232 <a xmlns="http://www.w3.org/1999/xhtml" id="id644399"></a> 12865 13233 <div class="header">Description:</div> 12866 13234 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12941 13309 <div> 12942 13310 <div class="refsect1" lang="en" xml:lang="en"> 12943 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16743"></a>13311 <a xmlns="http://www.w3.org/1999/xhtml" id="id644523"></a> 12944 13312 <div class="header">Description:</div> 12945 13313 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13000 13368 <div> 13001 13369 <div class="refsect1" lang="en" xml:lang="en"> 13002 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16835"></a>13370 <a xmlns="http://www.w3.org/1999/xhtml" id="id644614"></a> 13003 13371 <div class="header">Description:</div> 13004 13372 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13097 13465 <div> 13098 13466 <div class="refsect1" lang="en" xml:lang="en"> 13099 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 16974"></a>13467 <a xmlns="http://www.w3.org/1999/xhtml" id="id644753"></a> 13100 13468 <div class="header">Description:</div> 13101 13469 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13120 13488 <div> 13121 13489 <div class="refsect1" lang="en" xml:lang="en"> 13122 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17028"></a>13490 <a xmlns="http://www.w3.org/1999/xhtml" id="id644808"></a> 13123 13491 <div class="header">Description:</div> 13124 13492 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13142 13510 <div> 13143 13511 <div class="refsect1" lang="en" xml:lang="en"> 13144 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17083"></a>13512 <a xmlns="http://www.w3.org/1999/xhtml" id="id644862"></a> 13145 13513 <div class="header">Description:</div> 13146 13514 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13176 13544 <div> 13177 13545 <div class="refsect1" lang="en" xml:lang="en"> 13178 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17153"></a>13546 <a xmlns="http://www.w3.org/1999/xhtml" id="id644933"></a> 13179 13547 <div class="header">Description:</div> 13180 13548 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13224 13592 <div> 13225 13593 <div class="refsect1" lang="en" xml:lang="en"> 13226 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17238"></a>13594 <a xmlns="http://www.w3.org/1999/xhtml" id="id645017"></a> 13227 13595 <div class="header">Description:</div> 13228 13596 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13246 13614 <div> 13247 13615 <div class="refsect1" lang="en" xml:lang="en"> 13248 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17292"></a>13616 <a xmlns="http://www.w3.org/1999/xhtml" id="id645072"></a> 13249 13617 <div class="header">Description:</div> 13250 13618 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13266 13634 <div> 13267 13635 <div class="refsect1" lang="en" xml:lang="en"> 13268 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17347"></a>13636 <a xmlns="http://www.w3.org/1999/xhtml" id="id645127"></a> 13269 13637 <div class="header">Description:</div> 13270 13638 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13290 13658 <div> 13291 13659 <div class="refsect1" lang="en" xml:lang="en"> 13292 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17402"></a>13660 <a xmlns="http://www.w3.org/1999/xhtml" id="id645182"></a> 13293 13661 <div class="header">Description:</div> 13294 13662 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13310 13678 <div> 13311 13679 <div class="refsect1" lang="en" xml:lang="en"> 13312 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17457"></a>13680 <a xmlns="http://www.w3.org/1999/xhtml" id="id645237"></a> 13313 13681 <div class="header">Description:</div> 13314 13682 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13335 13703 <div> 13336 13704 <div class="refsect1" lang="en" xml:lang="en"> 13337 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17513"></a>13705 <a xmlns="http://www.w3.org/1999/xhtml" id="id645292"></a> 13338 13706 <div class="header">Description:</div> 13339 13707 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13357 13725 <div> 13358 13726 <div class="refsect1" lang="en" xml:lang="en"> 13359 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17567"></a>13727 <a xmlns="http://www.w3.org/1999/xhtml" id="id645347"></a> 13360 13728 <div class="header">Description:</div> 13361 13729 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13464 13832 <div> 13465 13833 <div class="refsect1" lang="en" xml:lang="en"> 13466 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17734"></a>13834 <a xmlns="http://www.w3.org/1999/xhtml" id="id645514"></a> 13467 13835 <div class="header">Description:</div> 13468 13836 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13496 13864 <div> 13497 13865 <div class="refsect1" lang="en" xml:lang="en"> 13498 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17810"></a>13866 <a xmlns="http://www.w3.org/1999/xhtml" id="id645590"></a> 13499 13867 <div class="header">Description:</div> 13500 13868 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13531 13899 <div> 13532 13900 <div class="refsect1" lang="en" xml:lang="en"> 13533 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17877"></a>13901 <a xmlns="http://www.w3.org/1999/xhtml" id="id645657"></a> 13534 13902 <div class="header">Description:</div> 13535 13903 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13551 13919 <div> 13552 13920 <div class="refsect1" lang="en" xml:lang="en"> 13553 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17932"></a>13921 <a xmlns="http://www.w3.org/1999/xhtml" id="id645712"></a> 13554 13922 <div class="header">Description:</div> 13555 13923 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13573 13941 <div> 13574 13942 <div class="refsect1" lang="en" xml:lang="en"> 13575 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 17987"></a>13943 <a xmlns="http://www.w3.org/1999/xhtml" id="id645767"></a> 13576 13944 <div class="header">Description:</div> 13577 13945 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13593 13961 <div> 13594 13962 <div class="refsect1" lang="en" xml:lang="en"> 13595 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18042"></a>13963 <a xmlns="http://www.w3.org/1999/xhtml" id="id645822"></a> 13596 13964 <div class="header">Description:</div> 13597 13965 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13627 13995 <div> 13628 13996 <div class="refsect1" lang="en" xml:lang="en"> 13629 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18108"></a>13997 <a xmlns="http://www.w3.org/1999/xhtml" id="id645888"></a> 13630 13998 <div class="header">Description:</div> 13631 13999 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13650 14018 <div> 13651 14019 <div class="refsect1" lang="en" xml:lang="en"> 13652 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18164"></a>14020 <a xmlns="http://www.w3.org/1999/xhtml" id="id645943"></a> 13653 14021 <div class="header">Description:</div> 13654 14022 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13670 14038 <div> 13671 14039 <div class="refsect1" lang="en" xml:lang="en"> 13672 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18218"></a>14040 <a xmlns="http://www.w3.org/1999/xhtml" id="id645998"></a> 13673 14041 <div class="header">Description:</div> 13674 14042 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13697 14065 <div> 13698 14066 <div class="refsect1" lang="en" xml:lang="en"> 13699 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18276"></a>14067 <a xmlns="http://www.w3.org/1999/xhtml" id="id646056"></a> 13700 14068 <div class="header">Description:</div> 13701 14069 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13717 14085 <div> 13718 14086 <div class="refsect1" lang="en" xml:lang="en"> 13719 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18331"></a>14087 <a xmlns="http://www.w3.org/1999/xhtml" id="id646110"></a> 13720 14088 <div class="header">Description:</div> 13721 14089 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13741 14109 <div> 13742 14110 <div class="refsect1" lang="en" xml:lang="en"> 13743 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18389"></a>14111 <a xmlns="http://www.w3.org/1999/xhtml" id="id646169"></a> 13744 14112 <div class="header">Description:</div> 13745 14113 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13761 14129 <div> 13762 14130 <div class="refsect1" lang="en" xml:lang="en"> 13763 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18448"></a>14131 <a xmlns="http://www.w3.org/1999/xhtml" id="id646228"></a> 13764 14132 <div class="header">Description:</div> 13765 14133 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13791 14159 <div> 13792 14160 <div class="refsect1" lang="en" xml:lang="en"> 13793 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18511"></a>14161 <a xmlns="http://www.w3.org/1999/xhtml" id="id646291"></a> 13794 14162 <div class="header">Description:</div> 13795 14163 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13811 14179 <div> 13812 14180 <div class="refsect1" lang="en" xml:lang="en"> 13813 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18566"></a>14181 <a xmlns="http://www.w3.org/1999/xhtml" id="id646345"></a> 13814 14182 <div class="header">Description:</div> 13815 14183 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13855 14223 <div> 13856 14224 <div class="refsect1" lang="en" xml:lang="en"> 13857 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 18645"></a>14225 <a xmlns="http://www.w3.org/1999/xhtml" id="id646424"></a> 13858 14226 <div class="header">Description:</div> 13859 14227 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14095 14463 <div> 14096 14464 <div class="refsect1" lang="en" xml:lang="en"> 14097 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19048"></a>14465 <a xmlns="http://www.w3.org/1999/xhtml" id="id646828"></a> 14098 14466 <div class="header">Description:</div> 14099 14467 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14128 14496 <div> 14129 14497 <div class="refsect1" lang="en" xml:lang="en"> 14130 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19114"></a>14498 <a xmlns="http://www.w3.org/1999/xhtml" id="id646895"></a> 14131 14499 <div class="header">Description:</div> 14132 14500 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14150 14518 <div> 14151 14519 <div class="refsect1" lang="en" xml:lang="en"> 14152 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19169"></a>14520 <a xmlns="http://www.w3.org/1999/xhtml" id="id646950"></a> 14153 14521 <div class="header">Description:</div> 14154 14522 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14181 14549 <div> 14182 14550 <div class="refsect1" lang="en" xml:lang="en"> 14183 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19235"></a>14551 <a xmlns="http://www.w3.org/1999/xhtml" id="id647015"></a> 14184 14552 <div class="header">Description:</div> 14185 14553 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14205 14573 <div> 14206 14574 <div class="refsect1" lang="en" xml:lang="en"> 14207 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19294"></a>14575 <a xmlns="http://www.w3.org/1999/xhtml" id="id647075"></a> 14208 14576 <div class="header">Description:</div> 14209 14577 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14246 14614 <div> 14247 14615 <div class="refsect1" lang="en" xml:lang="en"> 14248 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19377"></a>14616 <a xmlns="http://www.w3.org/1999/xhtml" id="id647158"></a> 14249 14617 <div class="header">Description:</div> 14250 14618 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14333 14701 <div> 14334 14702 <div class="refsect1" lang="en" xml:lang="en"> 14335 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19625"></a>14703 <a xmlns="http://www.w3.org/1999/xhtml" id="id647406"></a> 14336 14704 <div class="header">Description:</div> 14337 14705 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14356 14724 <div> 14357 14725 <div class="refsect1" lang="en" xml:lang="en"> 14358 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19682"></a>14726 <a xmlns="http://www.w3.org/1999/xhtml" id="id647462"></a> 14359 14727 <div class="header">Description:</div> 14360 14728 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14384 14752 <div> 14385 14753 <div class="refsect1" lang="en" xml:lang="en"> 14386 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19743"></a>14754 <a xmlns="http://www.w3.org/1999/xhtml" id="id647523"></a> 14387 14755 <div class="header">Description:</div> 14388 14756 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14407 14775 <div> 14408 14776 <div class="refsect1" lang="en" xml:lang="en"> 14409 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19798"></a>14777 <a xmlns="http://www.w3.org/1999/xhtml" id="id647578"></a> 14410 14778 <div class="header">Description:</div> 14411 14779 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14427 14795 <div> 14428 14796 <div class="refsect1" lang="en" xml:lang="en"> 14429 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19853"></a>14797 <a xmlns="http://www.w3.org/1999/xhtml" id="id647633"></a> 14430 14798 <div class="header">Description:</div> 14431 14799 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14450 14818 <div> 14451 14819 <div class="refsect1" lang="en" xml:lang="en"> 14452 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 19908"></a>14820 <a xmlns="http://www.w3.org/1999/xhtml" id="id647689"></a> 14453 14821 <div class="header">Description:</div> 14454 14822 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14613 14981 <div> 14614 14982 <div class="refsect1" lang="en" xml:lang="en"> 14615 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20172"></a>14983 <a xmlns="http://www.w3.org/1999/xhtml" id="id647952"></a> 14616 14984 <div class="header">Description:</div> 14617 14985 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14635 15003 <div> 14636 15004 <div class="refsect1" lang="en" xml:lang="en"> 14637 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20230"></a>15005 <a xmlns="http://www.w3.org/1999/xhtml" id="id648010"></a> 14638 15006 <div class="header">Description:</div> 14639 15007 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14655 15023 <div> 14656 15024 <div class="refsect1" lang="en" xml:lang="en"> 14657 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20288"></a>15025 <a xmlns="http://www.w3.org/1999/xhtml" id="id648068"></a> 14658 15026 <div class="header">Description:</div> 14659 15027 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14678 15046 <div> 14679 15047 <div class="refsect1" lang="en" xml:lang="en"> 14680 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20343"></a>15048 <a xmlns="http://www.w3.org/1999/xhtml" id="id648123"></a> 14681 15049 <div class="header">Description:</div> 14682 15050 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14782 15150 <div> 14783 15151 <div class="refsect1" lang="en" xml:lang="en"> 14784 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20519"></a>15152 <a xmlns="http://www.w3.org/1999/xhtml" id="id648299"></a> 14785 15153 <div class="header">Description:</div> 14786 15154 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14810 15178 <div> 14811 15179 <div class="refsect1" lang="en" xml:lang="en"> 14812 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20580"></a>15180 <a xmlns="http://www.w3.org/1999/xhtml" id="id648360"></a> 14813 15181 <div class="header">Description:</div> 14814 15182 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14834 15202 <div> 14835 15203 <div class="refsect1" lang="en" xml:lang="en"> 14836 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20652"></a>15204 <a xmlns="http://www.w3.org/1999/xhtml" id="id648432"></a> 14837 15205 <div class="header">Description:</div> 14838 15206 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14860 15228 <div> 14861 15229 <div class="refsect1" lang="en" xml:lang="en"> 14862 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20718"></a>15230 <a xmlns="http://www.w3.org/1999/xhtml" id="id648498"></a> 14863 15231 <div class="header">Description:</div> 14864 15232 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14886 15254 <div> 14887 15255 <div class="refsect1" lang="en" xml:lang="en"> 14888 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20779"></a>15256 <a xmlns="http://www.w3.org/1999/xhtml" id="id648559"></a> 14889 15257 <div class="header">Description:</div> 14890 15258 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14910 15278 <div> 14911 15279 <div class="refsect1" lang="en" xml:lang="en"> 14912 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20838"></a>15280 <a xmlns="http://www.w3.org/1999/xhtml" id="id648619"></a> 14913 15281 <div class="header">Description:</div> 14914 15282 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14944 15312 <div> 14945 15313 <div class="refsect1" lang="en" xml:lang="en"> 14946 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20906"></a>15314 <a xmlns="http://www.w3.org/1999/xhtml" id="id648686"></a> 14947 15315 <div class="header">Description:</div> 14948 15316 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14967 15335 <div> 14968 15336 <div class="refsect1" lang="en" xml:lang="en"> 14969 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 20965"></a>15337 <a xmlns="http://www.w3.org/1999/xhtml" id="id648745"></a> 14970 15338 <div class="header">Description:</div> 14971 15339 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14989 15357 <div> 14990 15358 <div class="refsect1" lang="en" xml:lang="en"> 14991 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21024"></a>15359 <a xmlns="http://www.w3.org/1999/xhtml" id="id648804"></a> 14992 15360 <div class="header">Description:</div> 14993 15361 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15014 15382 <div> 15015 15383 <div class="refsect1" lang="en" xml:lang="en"> 15016 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21084"></a>15384 <a xmlns="http://www.w3.org/1999/xhtml" id="id648864"></a> 15017 15385 <div class="header">Description:</div> 15018 15386 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15041 15409 <div> 15042 15410 <div class="refsect1" lang="en" xml:lang="en"> 15043 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21146"></a>15411 <a xmlns="http://www.w3.org/1999/xhtml" id="id648926"></a> 15044 15412 <div class="header">Description:</div> 15045 15413 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15065 15433 <div> 15066 15434 <div class="refsect1" lang="en" xml:lang="en"> 15067 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21202"></a>15435 <a xmlns="http://www.w3.org/1999/xhtml" id="id648982"></a> 15068 15436 <div class="header">Description:</div> 15069 15437 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15169 15537 <div> 15170 15538 <div class="refsect1" lang="en" xml:lang="en"> 15171 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21374"></a>15539 <a xmlns="http://www.w3.org/1999/xhtml" id="id649154"></a> 15172 15540 <div class="header">Description:</div> 15173 15541 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15207 15575 <div> 15208 15576 <div class="refsect1" lang="en" xml:lang="en"> 15209 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21450"></a>15577 <a xmlns="http://www.w3.org/1999/xhtml" id="id649230"></a> 15210 15578 <div class="header">Description:</div> 15211 15579 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15282 15650 <div> 15283 15651 <div class="refsect1" lang="en" xml:lang="en"> 15284 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21678"></a>15652 <a xmlns="http://www.w3.org/1999/xhtml" id="id649458"></a> 15285 15653 <div class="header">Description:</div> 15286 15654 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15304 15672 <div> 15305 15673 <div class="refsect1" lang="en" xml:lang="en"> 15306 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21733"></a>15674 <a xmlns="http://www.w3.org/1999/xhtml" id="id649513"></a> 15307 15675 <div class="header">Description:</div> 15308 15676 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15327 15695 <div> 15328 15696 <div class="refsect1" lang="en" xml:lang="en"> 15329 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21788"></a>15697 <a xmlns="http://www.w3.org/1999/xhtml" id="id649569"></a> 15330 15698 <div class="header">Description:</div> 15331 15699 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15353 15721 <div> 15354 15722 <div class="refsect1" lang="en" xml:lang="en"> 15355 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21849"></a>15723 <a xmlns="http://www.w3.org/1999/xhtml" id="id649629"></a> 15356 15724 <div class="header">Description:</div> 15357 15725 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15424 15792 <div> 15425 15793 <div class="refsect1" lang="en" xml:lang="en"> 15426 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 21953"></a>15794 <a xmlns="http://www.w3.org/1999/xhtml" id="id649733"></a> 15427 15795 <div class="header">Description:</div> 15428 15796 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15448 15816 <div> 15449 15817 <div class="refsect1" lang="en" xml:lang="en"> 15450 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22009"></a>15818 <a xmlns="http://www.w3.org/1999/xhtml" id="id649790"></a> 15451 15819 <div class="header">Description:</div> 15452 15820 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15473 15841 <div> 15474 15842 <div class="refsect1" lang="en" xml:lang="en"> 15475 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22070"></a>15843 <a xmlns="http://www.w3.org/1999/xhtml" id="id649850"></a> 15476 15844 <div class="header">Description:</div> 15477 15845 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15515 15883 <div> 15516 15884 <div class="refsect1" lang="en" xml:lang="en"> 15517 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22144"></a>15885 <a xmlns="http://www.w3.org/1999/xhtml" id="id649924"></a> 15518 15886 <div class="header">Description:</div> 15519 15887 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15537 15905 <div> 15538 15906 <div class="refsect1" lang="en" xml:lang="en"> 15539 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22199"></a>15907 <a xmlns="http://www.w3.org/1999/xhtml" id="id649980"></a> 15540 15908 <div class="header">Description:</div> 15541 15909 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15557 15925 <div> 15558 15926 <div class="refsect1" lang="en" xml:lang="en"> 15559 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22254"></a>15927 <a xmlns="http://www.w3.org/1999/xhtml" id="id650035"></a> 15560 15928 <div class="header">Description:</div> 15561 15929 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15577 15945 <div> 15578 15946 <div class="refsect1" lang="en" xml:lang="en"> 15579 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22310"></a>15947 <a xmlns="http://www.w3.org/1999/xhtml" id="id650090"></a> 15580 15948 <div class="header">Description:</div> 15581 15949 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15601 15969 <div> 15602 15970 <div class="refsect1" lang="en" xml:lang="en"> 15603 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22366"></a>15971 <a xmlns="http://www.w3.org/1999/xhtml" id="id650146"></a> 15604 15972 <div class="header">Description:</div> 15605 15973 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15653 16021 <div> 15654 16022 <div class="refsect1" lang="en" xml:lang="en"> 15655 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22454"></a>16023 <a xmlns="http://www.w3.org/1999/xhtml" id="id650235"></a> 15656 16024 <div class="header">Description:</div> 15657 16025 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15675 16043 <div> 15676 16044 <div class="refsect1" lang="en" xml:lang="en"> 15677 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22513"></a>16045 <a xmlns="http://www.w3.org/1999/xhtml" id="id650293"></a> 15678 16046 <div class="header">Description:</div> 15679 16047 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15695 16063 <div> 15696 16064 <div class="refsect1" lang="en" xml:lang="en"> 15697 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22567"></a>16065 <a xmlns="http://www.w3.org/1999/xhtml" id="id650348"></a> 15698 16066 <div class="header">Description:</div> 15699 16067 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15728 16096 <div> 15729 16097 <div class="refsect1" lang="en" xml:lang="en"> 15730 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22633"></a>16098 <a xmlns="http://www.w3.org/1999/xhtml" id="id650414"></a> 15731 16099 <div class="header">Description:</div> 15732 16100 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15748 16116 <div> 15749 16117 <div class="refsect1" lang="en" xml:lang="en"> 15750 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22688"></a>16118 <a xmlns="http://www.w3.org/1999/xhtml" id="id650468"></a> 15751 16119 <div class="header">Description:</div> 15752 16120 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15768 16136 <div> 15769 16137 <div class="refsect1" lang="en" xml:lang="en"> 15770 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22743"></a>16138 <a xmlns="http://www.w3.org/1999/xhtml" id="id650523"></a> 15771 16139 <div class="header">Description:</div> 15772 16140 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15853 16221 <div> 15854 16222 <div class="refsect1" lang="en" xml:lang="en"> 15855 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22878"></a>16223 <a xmlns="http://www.w3.org/1999/xhtml" id="id650658"></a> 15856 16224 <div class="header">Description:</div> 15857 16225 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15873 16241 <div> 15874 16242 <div class="refsect1" lang="en" xml:lang="en"> 15875 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 22932"></a>16243 <a xmlns="http://www.w3.org/1999/xhtml" id="id650712"></a> 15876 16244 <div class="header">Description:</div> 15877 16245 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15989 16357 <div> 15990 16358 <div class="refsect1" lang="en" xml:lang="en"> 15991 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23109"></a>16359 <a xmlns="http://www.w3.org/1999/xhtml" id="id650889"></a> 15992 16360 <div class="header">Description:</div> 15993 16361 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16035 16403 <div> 16036 16404 <div class="refsect1" lang="en" xml:lang="en"> 16037 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23187"></a>16405 <a xmlns="http://www.w3.org/1999/xhtml" id="id650968"></a> 16038 16406 <div class="header">Description:</div> 16039 16407 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16058 16426 <div> 16059 16427 <div class="refsect1" lang="en" xml:lang="en"> 16060 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23248"></a>16428 <a xmlns="http://www.w3.org/1999/xhtml" id="id651028"></a> 16061 16429 <div class="header">Description:</div> 16062 16430 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16080 16448 <div> 16081 16449 <div class="refsect1" lang="en" xml:lang="en"> 16082 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23302"></a>16450 <a xmlns="http://www.w3.org/1999/xhtml" id="id651083"></a> 16083 16451 <div class="header">Description:</div> 16084 16452 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16121 16489 <div> 16122 16490 <div class="refsect1" lang="en" xml:lang="en"> 16123 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23389"></a>16491 <a xmlns="http://www.w3.org/1999/xhtml" id="id651169"></a> 16124 16492 <div class="header">Description:</div> 16125 16493 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16157 16525 <div> 16158 16526 <div class="refsect1" lang="en" xml:lang="en"> 16159 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23499"></a>16527 <a xmlns="http://www.w3.org/1999/xhtml" id="id651279"></a> 16160 16528 <div class="header">Description:</div> 16161 16529 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16179 16547 <div> 16180 16548 <div class="refsect1" lang="en" xml:lang="en"> 16181 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23555"></a>16549 <a xmlns="http://www.w3.org/1999/xhtml" id="id651335"></a> 16182 16550 <div class="header">Description:</div> 16183 16551 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16202 16570 <div> 16203 16571 <div class="refsect1" lang="en" xml:lang="en"> 16204 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23610"></a>16572 <a xmlns="http://www.w3.org/1999/xhtml" id="id651390"></a> 16205 16573 <div class="header">Description:</div> 16206 16574 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16224 16592 <div> 16225 16593 <div class="refsect1" lang="en" xml:lang="en"> 16226 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23666"></a>16594 <a xmlns="http://www.w3.org/1999/xhtml" id="id651446"></a> 16227 16595 <div class="header">Description:</div> 16228 16596 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16246 16614 <div> 16247 16615 <div class="refsect1" lang="en" xml:lang="en"> 16248 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23721"></a>16616 <a xmlns="http://www.w3.org/1999/xhtml" id="id651501"></a> 16249 16617 <div class="header">Description:</div> 16250 16618 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16270 16638 <div> 16271 16639 <div class="refsect1" lang="en" xml:lang="en"> 16272 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23780"></a>16640 <a xmlns="http://www.w3.org/1999/xhtml" id="id651561"></a> 16273 16641 <div class="header">Description:</div> 16274 16642 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16321 16689 <div> 16322 16690 <div class="refsect1" lang="en" xml:lang="en"> 16323 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23870"></a>16691 <a xmlns="http://www.w3.org/1999/xhtml" id="id651650"></a> 16324 16692 <div class="header">Description:</div> 16325 16693 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16348 16716 <div> 16349 16717 <div class="refsect1" lang="en" xml:lang="en"> 16350 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 23927"></a>16718 <a xmlns="http://www.w3.org/1999/xhtml" id="id651707"></a> 16351 16719 <div class="header">Description:</div> 16352 16720 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16392 16760 <div> 16393 16761 <div class="refsect1" lang="en" xml:lang="en"> 16394 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24002"></a>16762 <a xmlns="http://www.w3.org/1999/xhtml" id="id651782"></a> 16395 16763 <div class="header">Description:</div> 16396 16764 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16439 16807 <div> 16440 16808 <div class="refsect1" lang="en" xml:lang="en"> 16441 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24089"></a>16809 <a xmlns="http://www.w3.org/1999/xhtml" id="id651869"></a> 16442 16810 <div class="header">Description:</div> 16443 16811 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16463 16831 <div> 16464 16832 <div class="refsect1" lang="en" xml:lang="en"> 16465 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24145"></a>16833 <a xmlns="http://www.w3.org/1999/xhtml" id="id651925"></a> 16466 16834 <div class="header">Description:</div> 16467 16835 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16514 16882 <div> 16515 16883 <div class="refsect1" lang="en" xml:lang="en"> 16516 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24232"></a>16884 <a xmlns="http://www.w3.org/1999/xhtml" id="id652012"></a> 16517 16885 <div class="header">Description:</div> 16518 16886 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16543 16911 <div> 16544 16912 <div class="refsect1" lang="en" xml:lang="en"> 16545 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24290"></a>16913 <a xmlns="http://www.w3.org/1999/xhtml" id="id652070"></a> 16546 16914 <div class="header">Description:</div> 16547 16915 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16563 16931 <div> 16564 16932 <div class="refsect1" lang="en" xml:lang="en"> 16565 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24345"></a>16933 <a xmlns="http://www.w3.org/1999/xhtml" id="id652125"></a> 16566 16934 <div class="header">Description:</div> 16567 16935 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16587 16955 <div> 16588 16956 <div class="refsect1" lang="en" xml:lang="en"> 16589 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24401"></a>16957 <a xmlns="http://www.w3.org/1999/xhtml" id="id652181"></a> 16590 16958 <div class="header">Description:</div> 16591 16959 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16607 16975 <div> 16608 16976 <div class="refsect1" lang="en" xml:lang="en"> 16609 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24456"></a>16977 <a xmlns="http://www.w3.org/1999/xhtml" id="id652236"></a> 16610 16978 <div class="header">Description:</div> 16611 16979 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16631 16999 <div> 16632 17000 <div class="refsect1" lang="en" xml:lang="en"> 16633 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24512"></a>17001 <a xmlns="http://www.w3.org/1999/xhtml" id="id652292"></a> 16634 17002 <div class="header">Description:</div> 16635 17003 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16677 17045 <div> 16678 17046 <div class="refsect1" lang="en" xml:lang="en"> 16679 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24598"></a>17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id652378"></a> 16680 17048 <div class="header">Description:</div> 16681 17049 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16697 17065 <div> 16698 17066 <div class="refsect1" lang="en" xml:lang="en"> 16699 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24652"></a>17067 <a xmlns="http://www.w3.org/1999/xhtml" id="id652432"></a> 16700 17068 <div class="header">Description:</div> 16701 17069 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16717 17085 <div> 16718 17086 <div class="refsect1" lang="en" xml:lang="en"> 16719 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24707"></a>17087 <a xmlns="http://www.w3.org/1999/xhtml" id="id652487"></a> 16720 17088 <div class="header">Description:</div> 16721 17089 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16737 17105 <div> 16738 17106 <div class="refsect1" lang="en" xml:lang="en"> 16739 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24761"></a>17107 <a xmlns="http://www.w3.org/1999/xhtml" id="id652542"></a> 16740 17108 <div class="header">Description:</div> 16741 17109 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16757 17125 <div> 16758 17126 <div class="refsect1" lang="en" xml:lang="en"> 16759 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24816"></a>17127 <a xmlns="http://www.w3.org/1999/xhtml" id="id652596"></a> 16760 17128 <div class="header">Description:</div> 16761 17129 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16777 17145 <div> 16778 17146 <div class="refsect1" lang="en" xml:lang="en"> 16779 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24870"></a>17147 <a xmlns="http://www.w3.org/1999/xhtml" id="id652651"></a> 16780 17148 <div class="header">Description:</div> 16781 17149 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16814 17182 <div> 16815 17183 <div class="refsect1" lang="en" xml:lang="en"> 16816 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24936"></a>17184 <a xmlns="http://www.w3.org/1999/xhtml" id="id652716"></a> 16817 17185 <div class="header">Description:</div> 16818 17186 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16839 17207 <div> 16840 17208 <div class="refsect1" lang="en" xml:lang="en"> 16841 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 24992"></a>17209 <a xmlns="http://www.w3.org/1999/xhtml" id="id652772"></a> 16842 17210 <div class="header">Description:</div> 16843 17211 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16864 17232 <div> 16865 17233 <div class="refsect1" lang="en" xml:lang="en"> 16866 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25048"></a>17234 <a xmlns="http://www.w3.org/1999/xhtml" id="id652828"></a> 16867 17235 <div class="header">Description:</div> 16868 17236 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16892 17260 <div> 16893 17261 <div class="refsect1" lang="en" xml:lang="en"> 16894 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25106"></a>17262 <a xmlns="http://www.w3.org/1999/xhtml" id="id652886"></a> 16895 17263 <div class="header">Description:</div> 16896 17264 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16917 17285 <div> 16918 17286 <div class="refsect1" lang="en" xml:lang="en"> 16919 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25162"></a>17287 <a xmlns="http://www.w3.org/1999/xhtml" id="id652943"></a> 16920 17288 <div class="header">Description:</div> 16921 17289 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16937 17305 <div> 16938 17306 <div class="refsect1" lang="en" xml:lang="en"> 16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25217"></a>17307 <a xmlns="http://www.w3.org/1999/xhtml" id="id652997"></a> 16940 17308 <div class="header">Description:</div> 16941 17309 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16962 17330 <div> 16963 17331 <div class="refsect1" lang="en" xml:lang="en"> 16964 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25279"></a>17332 <a xmlns="http://www.w3.org/1999/xhtml" id="id653059"></a> 16965 17333 <div class="header">Description:</div> 16966 17334 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16982 17350 <div> 16983 17351 <div class="refsect1" lang="en" xml:lang="en"> 16984 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25333"></a>17352 <a xmlns="http://www.w3.org/1999/xhtml" id="id653114"></a> 16985 17353 <div class="header">Description:</div> 16986 17354 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17007 17375 <div> 17008 17376 <div class="refsect1" lang="en" xml:lang="en"> 17009 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25395"></a>17377 <a xmlns="http://www.w3.org/1999/xhtml" id="id653176"></a> 17010 17378 <div class="header">Description:</div> 17011 17379 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17032 17400 <div> 17033 17401 <div class="refsect1" lang="en" xml:lang="en"> 17034 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25451"></a>17402 <a xmlns="http://www.w3.org/1999/xhtml" id="id653232"></a> 17035 17403 <div class="header">Description:</div> 17036 17404 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17074 17442 <div> 17075 17443 <div class="refsect1" lang="en" xml:lang="en"> 17076 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25531"></a>17444 <a xmlns="http://www.w3.org/1999/xhtml" id="id653311"></a> 17077 17445 <div class="header">Description:</div> 17078 17446 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17101 17469 <div> 17102 17470 <div class="refsect1" lang="en" xml:lang="en"> 17103 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25594"></a>17471 <a xmlns="http://www.w3.org/1999/xhtml" id="id653375"></a> 17104 17472 <div class="header">Description:</div> 17105 17473 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17131 17499 <div> 17132 17500 <div class="refsect1" lang="en" xml:lang="en"> 17133 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25662"></a>17501 <a xmlns="http://www.w3.org/1999/xhtml" id="id653442"></a> 17134 17502 <div class="header">Description:</div> 17135 17503 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17151 17519 <div> 17152 17520 <div class="refsect1" lang="en" xml:lang="en"> 17153 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25717"></a>17521 <a xmlns="http://www.w3.org/1999/xhtml" id="id653498"></a> 17154 17522 <div class="header">Description:</div> 17155 17523 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17222 17590 <div> 17223 17591 <div class="refsect1" lang="en" xml:lang="en"> 17224 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25815"></a>17592 <a xmlns="http://www.w3.org/1999/xhtml" id="id653596"></a> 17225 17593 <div class="header">Description:</div> 17226 17594 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17281 17649 <div> 17282 17650 <div class="refsect1" lang="en" xml:lang="en"> 17283 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25914"></a>17651 <a xmlns="http://www.w3.org/1999/xhtml" id="id653694"></a> 17284 17652 <div class="header">Description:</div> 17285 17653 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17301 17669 <div> 17302 17670 <div class="refsect1" lang="en" xml:lang="en"> 17303 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 25968"></a>17671 <a xmlns="http://www.w3.org/1999/xhtml" id="id653748"></a> 17304 17672 <div class="header">Description:</div> 17305 17673 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17325 17693 <div> 17326 17694 <div class="refsect1" lang="en" xml:lang="en"> 17327 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26027"></a>17695 <a xmlns="http://www.w3.org/1999/xhtml" id="id653808"></a> 17328 17696 <div class="header">Description:</div> 17329 17697 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17349 17717 <div> 17350 17718 <div class="refsect1" lang="en" xml:lang="en"> 17351 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26087"></a>17719 <a xmlns="http://www.w3.org/1999/xhtml" id="id653867"></a> 17352 17720 <div class="header">Description:</div> 17353 17721 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17416 17784 <div> 17417 17785 <div class="refsect1" lang="en" xml:lang="en"> 17418 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26186"></a>17786 <a xmlns="http://www.w3.org/1999/xhtml" id="id653966"></a> 17419 17787 <div class="header">Description:</div> 17420 17788 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17448 17816 <div> 17449 17817 <div class="refsect1" lang="en" xml:lang="en"> 17450 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26248"></a>17818 <a xmlns="http://www.w3.org/1999/xhtml" id="id654029"></a> 17451 17819 <div class="header">Description:</div> 17452 17820 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17471 17839 <div> 17472 17840 <div class="refsect1" lang="en" xml:lang="en"> 17473 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26304"></a>17841 <a xmlns="http://www.w3.org/1999/xhtml" id="id654084"></a> 17474 17842 <div class="header">Description:</div> 17475 17843 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17494 17862 <div> 17495 17863 <div class="refsect1" lang="en" xml:lang="en"> 17496 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26359"></a>17864 <a xmlns="http://www.w3.org/1999/xhtml" id="id654139"></a> 17497 17865 <div class="header">Description:</div> 17498 17866 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17514 17882 <div> 17515 17883 <div class="refsect1" lang="en" xml:lang="en"> 17516 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26413"></a>17884 <a xmlns="http://www.w3.org/1999/xhtml" id="id654194"></a> 17517 17885 <div class="header">Description:</div> 17518 17886 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17538 17906 <div> 17539 17907 <div class="refsect1" lang="en" xml:lang="en"> 17540 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26468"></a>17908 <a xmlns="http://www.w3.org/1999/xhtml" id="id654249"></a> 17541 17909 <div class="header">Description:</div> 17542 17910 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17567 17935 <div> 17568 17936 <div class="refsect1" lang="en" xml:lang="en"> 17569 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26529"></a>17937 <a xmlns="http://www.w3.org/1999/xhtml" id="id654309"></a> 17570 17938 <div class="header">Description:</div> 17571 17939 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17656 18024 <div> 17657 18025 <div class="refsect1" lang="en" xml:lang="en"> 17658 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26719"></a>18026 <a xmlns="http://www.w3.org/1999/xhtml" id="id654499"></a> 17659 18027 <div class="header">Description:</div> 17660 18028 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17676 18044 <div> 17677 18045 <div class="refsect1" lang="en" xml:lang="en"> 17678 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26773"></a>18046 <a xmlns="http://www.w3.org/1999/xhtml" id="id654553"></a> 17679 18047 <div class="header">Description:</div> 17680 18048 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17706 18074 <div> 17707 18075 <div class="refsect1" lang="en" xml:lang="en"> 17708 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26835"></a>18076 <a xmlns="http://www.w3.org/1999/xhtml" id="id654615"></a> 17709 18077 <div class="header">Description:</div> 17710 18078 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17746 18114 <div> 17747 18115 <div class="refsect1" lang="en" xml:lang="en"> 17748 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26923"></a>18116 <a xmlns="http://www.w3.org/1999/xhtml" id="id654703"></a> 17749 18117 <div class="header">Description:</div> 17750 18118 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17770 18138 <div> 17771 18139 <div class="refsect1" lang="en" xml:lang="en"> 17772 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 26979"></a>18140 <a xmlns="http://www.w3.org/1999/xhtml" id="id654759"></a> 17773 18141 <div class="header">Description:</div> 17774 18142 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17792 18160 <div> 17793 18161 <div class="refsect1" lang="en" xml:lang="en"> 17794 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27034"></a>18162 <a xmlns="http://www.w3.org/1999/xhtml" id="id654814"></a> 17795 18163 <div class="header">Description:</div> 17796 18164 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17815 18183 <div> 17816 18184 <div class="refsect1" lang="en" xml:lang="en"> 17817 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27089"></a>18185 <a xmlns="http://www.w3.org/1999/xhtml" id="id654869"></a> 17818 18186 <div class="header">Description:</div> 17819 18187 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17838 18206 <div> 17839 18207 <div class="refsect1" lang="en" xml:lang="en"> 17840 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27144"></a>18208 <a xmlns="http://www.w3.org/1999/xhtml" id="id654925"></a> 17841 18209 <div class="header">Description:</div> 17842 18210 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17860 18228 <div> 17861 18229 <div class="refsect1" lang="en" xml:lang="en"> 17862 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27199"></a>18230 <a xmlns="http://www.w3.org/1999/xhtml" id="id654980"></a> 17863 18231 <div class="header">Description:</div> 17864 18232 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17883 18251 <div> 17884 18252 <div class="refsect1" lang="en" xml:lang="en"> 17885 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27255"></a>18253 <a xmlns="http://www.w3.org/1999/xhtml" id="id655035"></a> 17886 18254 <div class="header">Description:</div> 17887 18255 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18007 18375 <div> 18008 18376 <div class="refsect1" lang="en" xml:lang="en"> 18009 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27414"></a>18377 <a xmlns="http://www.w3.org/1999/xhtml" id="id655194"></a> 18010 18378 <div class="header">Description:</div> 18011 18379 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18040 18408 <div> 18041 18409 <div class="refsect1" lang="en" xml:lang="en"> 18042 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27478"></a>18410 <a xmlns="http://www.w3.org/1999/xhtml" id="id655258"></a> 18043 18411 <div class="header">Description:</div> 18044 18412 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18063 18431 <div> 18064 18432 <div class="refsect1" lang="en" xml:lang="en"> 18065 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27534"></a>18433 <a xmlns="http://www.w3.org/1999/xhtml" id="id655314"></a> 18066 18434 <div class="header">Description:</div> 18067 18435 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18088 18456 <div> 18089 18457 <div class="refsect1" lang="en" xml:lang="en"> 18090 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27592"></a>18458 <a xmlns="http://www.w3.org/1999/xhtml" id="id655372"></a> 18091 18459 <div class="header">Description:</div> 18092 18460 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18111 18479 <div> 18112 18480 <div class="refsect1" lang="en" xml:lang="en"> 18113 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27648"></a>18481 <a xmlns="http://www.w3.org/1999/xhtml" id="id655428"></a> 18114 18482 <div class="header">Description:</div> 18115 18483 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18134 18502 <div> 18135 18503 <div class="refsect1" lang="en" xml:lang="en"> 18136 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27704"></a>18504 <a xmlns="http://www.w3.org/1999/xhtml" id="id655484"></a> 18137 18505 <div class="header">Description:</div> 18138 18506 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18157 18525 <div> 18158 18526 <div class="refsect1" lang="en" xml:lang="en"> 18159 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27762"></a>18527 <a xmlns="http://www.w3.org/1999/xhtml" id="id655542"></a> 18160 18528 <div class="header">Description:</div> 18161 18529 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18220 18588 <div> 18221 18589 <div class="refsect1" lang="en" xml:lang="en"> 18222 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27876"></a>18590 <a xmlns="http://www.w3.org/1999/xhtml" id="id655656"></a> 18223 18591 <div class="header">Description:</div> 18224 18592 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18242 18610 <div> 18243 18611 <div class="refsect1" lang="en" xml:lang="en"> 18244 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27936"></a>18612 <a xmlns="http://www.w3.org/1999/xhtml" id="id655716"></a> 18245 18613 <div class="header">Description:</div> 18246 18614 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18266 18634 <div> 18267 18635 <div class="refsect1" lang="en" xml:lang="en"> 18268 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 27993"></a>18636 <a xmlns="http://www.w3.org/1999/xhtml" id="id655773"></a> 18269 18637 <div class="header">Description:</div> 18270 18638 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18290 18658 <div> 18291 18659 <div class="refsect1" lang="en" xml:lang="en"> 18292 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28050"></a>18660 <a xmlns="http://www.w3.org/1999/xhtml" id="id655830"></a> 18293 18661 <div class="header">Description:</div> 18294 18662 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18313 18681 <div> 18314 18682 <div class="refsect1" lang="en" xml:lang="en"> 18315 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28106"></a>18683 <a xmlns="http://www.w3.org/1999/xhtml" id="id655887"></a> 18316 18684 <div class="header">Description:</div> 18317 18685 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18338 18706 <div> 18339 18707 <div class="refsect1" lang="en" xml:lang="en"> 18340 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28164"></a>18708 <a xmlns="http://www.w3.org/1999/xhtml" id="id655944"></a> 18341 18709 <div class="header">Description:</div> 18342 18710 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18360 18728 <div> 18361 18729 <div class="refsect1" lang="en" xml:lang="en"> 18362 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28220"></a>18730 <a xmlns="http://www.w3.org/1999/xhtml" id="id656000"></a> 18363 18731 <div class="header">Description:</div> 18364 18732 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18382 18750 <div> 18383 18751 <div class="refsect1" lang="en" xml:lang="en"> 18384 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28276"></a>18752 <a xmlns="http://www.w3.org/1999/xhtml" id="id656056"></a> 18385 18753 <div class="header">Description:</div> 18386 18754 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18404 18772 <div> 18405 18773 <div class="refsect1" lang="en" xml:lang="en"> 18406 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28332"></a>18774 <a xmlns="http://www.w3.org/1999/xhtml" id="id656112"></a> 18407 18775 <div class="header">Description:</div> 18408 18776 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18427 18795 <div> 18428 18796 <div class="refsect1" lang="en" xml:lang="en"> 18429 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28388"></a>18797 <a xmlns="http://www.w3.org/1999/xhtml" id="id656168"></a> 18430 18798 <div class="header">Description:</div> 18431 18799 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18454 18822 <div> 18455 18823 <div class="refsect1" lang="en" xml:lang="en"> 18456 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28447"></a>18824 <a xmlns="http://www.w3.org/1999/xhtml" id="id656227"></a> 18457 18825 <div class="header">Description:</div> 18458 18826 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18477 18845 <div> 18478 18846 <div class="refsect1" lang="en" xml:lang="en"> 18479 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28507"></a>18847 <a xmlns="http://www.w3.org/1999/xhtml" id="id656287"></a> 18480 18848 <div class="header">Description:</div> 18481 18849 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18503 18871 <div> 18504 18872 <div class="refsect1" lang="en" xml:lang="en"> 18505 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28568"></a>18873 <a xmlns="http://www.w3.org/1999/xhtml" id="id656348"></a> 18506 18874 <div class="header">Description:</div> 18507 18875 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18551 18919 <dt> 18552 18920 <span class="sect2"> 18553 <a href="#id5 28419">7.3.2. As of August 2003:</a>18921 <a href="#id557410">7.3.2. As of August 2003:</a> 18554 18922 </span> 18555 18923 </dt> … … 18802 19170 <div> 18803 19171 <div> 18804 <h3 class="title"><a id="id5 28419"></a>7.3.2. As of August 2003:</h3>19172 <h3 class="title"><a id="id557410"></a>7.3.2. As of August 2003:</h3> 18805 19173 </div> 18806 19174 </div> … … 19254 19622 <div> 19255 19623 <div class="refsect1" lang="en" xml:lang="en"> 19256 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581694"></a>19624 <a xmlns="http://www.w3.org/1999/xhtml" id="id609343"></a> 19257 19625 <div class="header">Values:</div> 19258 19626 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 19260 19628 </div> 19261 19629 <div class="refsect1" lang="en" xml:lang="en"> 19262 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581719"></a>19630 <a xmlns="http://www.w3.org/1999/xhtml" id="id609369"></a> 19263 19631 <div class="header">Description:</div> 19264 19632 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 19272 19640 </div> 19273 19641 <div class="refsect1" lang="en" xml:lang="en"> 19274 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581734"></a>19642 <a xmlns="http://www.w3.org/1999/xhtml" id="id609384"></a> 19275 19643 <div class="header">See Also:</div> 19276 19644 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19300 19668 <div> 19301 19669 <div class="refsect1" lang="en" xml:lang="en"> 19302 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581804"></a>19670 <a xmlns="http://www.w3.org/1999/xhtml" id="id609453"></a> 19303 19671 <div class="header">Arguments and Values:</div> 19304 19672 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 19343 19711 </div> 19344 19712 <div class="refsect1" lang="en" xml:lang="en"> 19345 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581998"></a>19713 <a xmlns="http://www.w3.org/1999/xhtml" id="id609647"></a> 19346 19714 <div class="header">Description:</div> 19347 19715 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 19364 19732 </div> 19365 19733 <div class="refsect1" lang="en" xml:lang="en"> 19366 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582050"></a>19734 <a xmlns="http://www.w3.org/1999/xhtml" id="id609699"></a> 19367 19735 <div class="header">See Also:</div> 19368 19736 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 19383 19751 <div> 19384 19752 <div class="refsect1" lang="en" xml:lang="en"> 19385 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582128"></a>19753 <a xmlns="http://www.w3.org/1999/xhtml" id="id609778"></a> 19386 19754 <div class="header">Arguments and Values:</div> 19387 19755 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19393 19761 </div> 19394 19762 <div class="refsect1" lang="en" xml:lang="en"> 19395 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582182"></a>19763 <a xmlns="http://www.w3.org/1999/xhtml" id="id609832"></a> 19396 19764 <div class="header">Description:</div> 19397 19765 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 19415 19783 </div> 19416 19784 <div class="refsect1" lang="en" xml:lang="en"> 19417 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582237"></a>19785 <a xmlns="http://www.w3.org/1999/xhtml" id="id609887"></a> 19418 19786 <div class="header">See Also:</div> 19419 19787 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 19420 19788 </div> 19421 19789 <div class="refsect1" lang="en" xml:lang="en"> 19422 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582262"></a>19790 <a xmlns="http://www.w3.org/1999/xhtml" id="id609912"></a> 19423 19791 <div class="header">Notes:</div> 19424 19792 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 19446 19814 <div> 19447 19815 <div class="refsect1" lang="en" xml:lang="en"> 19448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582343"></a>19816 <a xmlns="http://www.w3.org/1999/xhtml" id="id609993"></a> 19449 19817 <div class="header">Arguments and Values:</div> 19450 19818 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19457 19825 </div> 19458 19826 <div class="refsect1" lang="en" xml:lang="en"> 19459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582397"></a>19827 <a xmlns="http://www.w3.org/1999/xhtml" id="id610047"></a> 19460 19828 <div class="header">Description:</div> 19461 19829 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 19468 19836 </div> 19469 19837 <div class="refsect1" lang="en" xml:lang="en"> 19470 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591863"></a>19838 <a xmlns="http://www.w3.org/1999/xhtml" id="id610078"></a> 19471 19839 <div class="header">See Also:</div> 19472 19840 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 19473 19841 </div> 19474 19842 <div class="refsect1" lang="en" xml:lang="en"> 19475 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591888"></a>19843 <a xmlns="http://www.w3.org/1999/xhtml" id="id610103"></a> 19476 19844 <div class="header">Notes:</div> 19477 19845 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19499 19867 <div> 19500 19868 <div class="refsect1" lang="en" xml:lang="en"> 19501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591953"></a>19869 <a xmlns="http://www.w3.org/1999/xhtml" id="id619694"></a> 19502 19870 <div class="header">Arguments and Values:</div> 19503 19871 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19509 19877 </div> 19510 19878 <div class="refsect1" lang="en" xml:lang="en"> 19511 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592006"></a>19879 <a xmlns="http://www.w3.org/1999/xhtml" id="id619748"></a> 19512 19880 <div class="header">Description:</div> 19513 19881 <p xmlns="http://www.w3.org/1999/xhtml">An "outstanding" <a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a> call … … 19524 19892 </div> 19525 19893 <div class="refsect1" lang="en" xml:lang="en"> 19526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592056"></a>19894 <a xmlns="http://www.w3.org/1999/xhtml" id="id619798"></a> 19527 19895 <div class="header">See Also:</div> 19528 19896 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a></span> … … 19545 19913 <div> 19546 19914 <div class="refsect1" lang="en" xml:lang="en"> 19547 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592133"></a>19915 <a xmlns="http://www.w3.org/1999/xhtml" id="id619874"></a> 19548 19916 <div class="header">Arguments and Values:</div> 19549 19917 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19556 19924 </div> 19557 19925 <div class="refsect1" lang="en" xml:lang="en"> 19558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592208"></a>19926 <a xmlns="http://www.w3.org/1999/xhtml" id="id619949"></a> 19559 19927 <div class="header">Description:</div> 19560 19928 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 19570 19938 </div> 19571 19939 <div class="refsect1" lang="en" xml:lang="en"> 19572 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592252"></a>19940 <a xmlns="http://www.w3.org/1999/xhtml" id="id619993"></a> 19573 19941 <div class="header">See Also:</div> 19574 19942 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 19591 19959 <div> 19592 19960 <div class="refsect1" lang="en" xml:lang="en"> 19593 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592334"></a>19961 <a xmlns="http://www.w3.org/1999/xhtml" id="id620076"></a> 19594 19962 <div class="header">Arguments and Values:</div> 19595 19963 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19600 19968 </div> 19601 19969 <div class="refsect1" lang="en" xml:lang="en"> 19602 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592396"></a>19970 <a xmlns="http://www.w3.org/1999/xhtml" id="id620137"></a> 19603 19971 <div class="header">Description:</div> 19604 19972 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 19617 19985 </div> 19618 19986 <div class="refsect1" lang="en" xml:lang="en"> 19619 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592444"></a>19987 <a xmlns="http://www.w3.org/1999/xhtml" id="id620186"></a> 19620 19988 <div class="header">See Also:</div> 19621 19989 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> 19622 19990 </div> 19623 19991 <div class="refsect1" lang="en" xml:lang="en"> 19624 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592475"></a>19992 <a xmlns="http://www.w3.org/1999/xhtml" id="id620217"></a> 19625 19993 <div class="header">Notes:</div> 19626 19994 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 19643 20011 <div> 19644 20012 <div class="refsect1" lang="en" xml:lang="en"> 19645 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592590"></a>20013 <a xmlns="http://www.w3.org/1999/xhtml" id="id620332"></a> 19646 20014 <div class="header">Arguments and Values:</div> 19647 20015 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 19665 20033 </div> 19666 20034 <div class="refsect1" lang="en" xml:lang="en"> 19667 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592779"></a>20035 <a xmlns="http://www.w3.org/1999/xhtml" id="id620521"></a> 19668 20036 <div class="header">Description:</div> 19669 20037 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 19678 20046 </div> 19679 20047 <div class="refsect1" lang="en" xml:lang="en"> 19680 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592815"></a>20048 <a xmlns="http://www.w3.org/1999/xhtml" id="id620556"></a> 19681 20049 <div class="header">See Also:</div> 19682 20050 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 19699 20067 <div> 19700 20068 <div class="refsect1" lang="en" xml:lang="en"> 19701 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592898"></a>20069 <a xmlns="http://www.w3.org/1999/xhtml" id="id620640"></a> 19702 20070 <div class="header">Arguments and Values:</div> 19703 20071 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19712 20080 </div> 19713 20081 <div class="refsect1" lang="en" xml:lang="en"> 19714 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592990"></a>20082 <a xmlns="http://www.w3.org/1999/xhtml" id="id620732"></a> 19715 20083 <div class="header">Description:</div> 19716 20084 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 19743 20111 </div> 19744 20112 <div class="refsect1" lang="en" xml:lang="en"> 19745 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593065"></a>20113 <a xmlns="http://www.w3.org/1999/xhtml" id="id620807"></a> 19746 20114 <div class="header">See Also:</div> 19747 20115 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19752 20120 </div> 19753 20121 <div class="refsect1" lang="en" xml:lang="en"> 19754 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593084"></a>20122 <a xmlns="http://www.w3.org/1999/xhtml" id="id620826"></a> 19755 20123 <div class="header">Notes:</div> 19756 20124 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 19782 20150 <div> 19783 20151 <div class="refsect1" lang="en" xml:lang="en"> 19784 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593149"></a>20152 <a xmlns="http://www.w3.org/1999/xhtml" id="id620891"></a> 19785 20153 <div class="header">Value Type:</div> 19786 20154 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 19787 20155 </div> 19788 20156 <div class="refsect1" lang="en" xml:lang="en"> 19789 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593160"></a>20157 <a xmlns="http://www.w3.org/1999/xhtml" id="id620902"></a> 19790 20158 <div class="header">Initial Value:</div> 19791 20159 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 19793 20161 </div> 19794 20162 <div class="refsect1" lang="en" xml:lang="en"> 19795 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593172"></a>20163 <a xmlns="http://www.w3.org/1999/xhtml" id="id620914"></a> 19796 20164 <div class="header">Description:</div> 19797 20165 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 19799 20167 </div> 19800 20168 <div class="refsect1" lang="en" xml:lang="en"> 19801 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593184"></a>20169 <a xmlns="http://www.w3.org/1999/xhtml" id="id620926"></a> 19802 20170 <div class="header">See Also:</div> 19803 20171 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19823 20191 <div> 19824 20192 <div class="refsect1" lang="en" xml:lang="en"> 19825 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593254"></a>20193 <a xmlns="http://www.w3.org/1999/xhtml" id="id620996"></a> 19826 20194 <div class="header">Arguments and Values:</div> 19827 20195 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19830 20198 </div> 19831 20199 <div class="refsect1" lang="en" xml:lang="en"> 19832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593310"></a>20200 <a xmlns="http://www.w3.org/1999/xhtml" id="id621052"></a> 19833 20201 <div class="header">Description:</div> 19834 20202 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 19857 20225 </div> 19858 20226 <div class="refsect1" lang="en" xml:lang="en"> 19859 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593378"></a>20227 <a xmlns="http://www.w3.org/1999/xhtml" id="id621120"></a> 19860 20228 <div class="header">See Also:</div> 19861 20229 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span> … … 19877 20245 <div> 19878 20246 <div class="refsect1" lang="en" xml:lang="en"> 19879 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593451"></a>20247 <a xmlns="http://www.w3.org/1999/xhtml" id="id621193"></a> 19880 20248 <div class="header">Arguments and Values:</div> 19881 20249 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 19884 20252 </div> 19885 20253 <div class="refsect1" lang="en" xml:lang="en"> 19886 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593492"></a>20254 <a xmlns="http://www.w3.org/1999/xhtml" id="id621234"></a> 19887 20255 <div class="header">Description:</div> 19888 20256 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19892 20260 </div> 19893 20261 <div class="refsect1" lang="en" xml:lang="en"> 19894 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593504"></a>20262 <a xmlns="http://www.w3.org/1999/xhtml" id="id621246"></a> 19895 20263 <div class="header">See Also:</div> 19896 20264 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 19912 20280 <div> 19913 20281 <div class="refsect1" lang="en" xml:lang="en"> 19914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593578"></a>20282 <a xmlns="http://www.w3.org/1999/xhtml" id="id621319"></a> 19915 20283 <div class="header">Arguments and Values:</div> 19916 20284 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19918 20286 </div> 19919 20287 <div class="refsect1" lang="en" xml:lang="en"> 19920 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593619"></a>20288 <a xmlns="http://www.w3.org/1999/xhtml" id="id621361"></a> 19921 20289 <div class="header">Description:</div> 19922 20290 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19926 20294 </div> 19927 20295 <div class="refsect1" lang="en" xml:lang="en"> 19928 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593634"></a>20296 <a xmlns="http://www.w3.org/1999/xhtml" id="id621375"></a> 19929 20297 <div class="header">See Also:</div> 19930 20298 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span> … … 19948 20316 <div> 19949 20317 <div class="refsect1" lang="en" xml:lang="en"> 19950 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593717"></a>20318 <a xmlns="http://www.w3.org/1999/xhtml" id="id621458"></a> 19951 20319 <div class="header">Arguments and Values:</div> 19952 20320 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19954 20322 </div> 19955 20323 <div class="refsect1" lang="en" xml:lang="en"> 19956 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593758"></a>20324 <a xmlns="http://www.w3.org/1999/xhtml" id="id621500"></a> 19957 20325 <div class="header">Description:</div> 19958 20326 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 19968 20336 </div> 19969 20337 <div class="refsect1" lang="en" xml:lang="en"> 19970 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593821"></a>20338 <a xmlns="http://www.w3.org/1999/xhtml" id="id621563"></a> 19971 20339 <div class="header">See Also:</div> 19972 20340 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a></span> … … 19987 20355 <div> 19988 20356 <div class="refsect1" lang="en" xml:lang="en"> 19989 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593880"></a>20357 <a xmlns="http://www.w3.org/1999/xhtml" id="id621622"></a> 19990 20358 <div class="header">Value Type:</div> 19991 20359 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 19992 20360 </div> 19993 20361 <div class="refsect1" lang="en" xml:lang="en"> 19994 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593891"></a>20362 <a xmlns="http://www.w3.org/1999/xhtml" id="id621633"></a> 19995 20363 <div class="header">Initial Value:</div> 19996 20364 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 19999 20367 </div> 20000 20368 <div class="refsect1" lang="en" xml:lang="en"> 20001 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593903"></a>20369 <a xmlns="http://www.w3.org/1999/xhtml" id="id621645"></a> 20002 20370 <div class="header">Description:</div> 20003 20371 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 20007 20375 </div> 20008 20376 <div class="refsect1" lang="en" xml:lang="en"> 20009 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593916"></a>20377 <a xmlns="http://www.w3.org/1999/xhtml" id="id621658"></a> 20010 20378 <div class="header">See Also:</div> 20011 20379 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20031 20399 <div> 20032 20400 <div class="refsect1" lang="en" xml:lang="en"> 20033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594020"></a>20401 <a xmlns="http://www.w3.org/1999/xhtml" id="id621762"></a> 20034 20402 <div class="header">Description:</div> 20035 20403 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 20045 20413 </div> 20046 20414 <div class="refsect1" lang="en" xml:lang="en"> 20047 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594062"></a>20415 <a xmlns="http://www.w3.org/1999/xhtml" id="id621805"></a> 20048 20416 <div class="header">See Also:</div> 20049 20417 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20050 20418 </div> 20051 20419 <div class="refsect1" lang="en" xml:lang="en"> 20052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594093"></a>20420 <a xmlns="http://www.w3.org/1999/xhtml" id="id621836"></a> 20053 20421 <div class="header">Notes:</div> 20054 20422 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 20074 20442 <div> 20075 20443 <div class="refsect1" lang="en" xml:lang="en"> 20076 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594152"></a>20444 <a xmlns="http://www.w3.org/1999/xhtml" id="id621894"></a> 20077 20445 <div class="header">Description:</div> 20078 20446 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 20083 20451 </div> 20084 20452 <div class="refsect1" lang="en" xml:lang="en"> 20085 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594166"></a>20453 <a xmlns="http://www.w3.org/1999/xhtml" id="id621908"></a> 20086 20454 <div class="header">See Also:</div> 20087 20455 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20088 20456 </div> 20089 20457 <div class="refsect1" lang="en" xml:lang="en"> 20090 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594213"></a>20458 <a xmlns="http://www.w3.org/1999/xhtml" id="id621956"></a> 20091 20459 <div class="header">Notes:</div> 20092 20460 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 20111 20479 <div> 20112 20480 <div class="refsect1" lang="en" xml:lang="en"> 20113 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594278"></a>20481 <a xmlns="http://www.w3.org/1999/xhtml" id="id622020"></a> 20114 20482 <div class="header">Arguments and Values:</div> 20115 20483 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20124 20492 </div> 20125 20493 <div class="refsect1" lang="en" xml:lang="en"> 20126 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594358"></a>20494 <a xmlns="http://www.w3.org/1999/xhtml" id="id622100"></a> 20127 20495 <div class="header">Description:</div> 20128 20496 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 20141 20509 </div> 20142 20510 <div class="refsect1" lang="en" xml:lang="en"> 20143 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594393"></a>20511 <a xmlns="http://www.w3.org/1999/xhtml" id="id622136"></a> 20144 20512 <div class="header">See Also:</div> 20145 20513 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20161 20529 <div> 20162 20530 <div class="refsect1" lang="en" xml:lang="en"> 20163 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594502"></a>20531 <a xmlns="http://www.w3.org/1999/xhtml" id="id622244"></a> 20164 20532 <div class="header">Arguments and Values:</div> 20165 20533 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20179 20547 </div> 20180 20548 <div class="refsect1" lang="en" xml:lang="en"> 20181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594616"></a>20549 <a xmlns="http://www.w3.org/1999/xhtml" id="id622358"></a> 20182 20550 <div class="header">Description:</div> 20183 20551 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 20196 20564 </div> 20197 20565 <div class="refsect1" lang="en" xml:lang="en"> 20198 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594666"></a>20566 <a xmlns="http://www.w3.org/1999/xhtml" id="id622408"></a> 20199 20567 <div class="header">See Also:</div> 20200 20568 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_ticks-per-second" title="Variable *TICKS-PER-SECOND*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*ticks-per-second*</b></a>, <a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20216 20584 <div> 20217 20585 <div class="refsect1" lang="en" xml:lang="en"> 20218 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597094"></a>20586 <a xmlns="http://www.w3.org/1999/xhtml" id="id624804"></a> 20219 20587 <div class="header">Arguments and Values:</div> 20220 20588 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20223 20591 </div> 20224 20592 <div class="refsect1" lang="en" xml:lang="en"> 20225 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597139"></a>20593 <a xmlns="http://www.w3.org/1999/xhtml" id="id624849"></a> 20226 20594 <div class="header">Description:</div> 20227 20595 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20238 20606 </div> 20239 20607 <div class="refsect1" lang="en" xml:lang="en"> 20240 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597171"></a>20608 <a xmlns="http://www.w3.org/1999/xhtml" id="id624880"></a> 20241 20609 <div class="header">See Also:</div> 20242 20610 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20262 20630 <div> 20263 20631 <div class="refsect1" lang="en" xml:lang="en"> 20264 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597242"></a>20632 <a xmlns="http://www.w3.org/1999/xhtml" id="id624951"></a> 20265 20633 <div class="header">Arguments and Values:</div> 20266 20634 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20269 20637 </div> 20270 20638 <div class="refsect1" lang="en" xml:lang="en"> 20271 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597287"></a>20639 <a xmlns="http://www.w3.org/1999/xhtml" id="id624996"></a> 20272 20640 <div class="header">Description:</div> 20273 20641 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20292 20660 <div> 20293 20661 <div class="refsect1" lang="en" xml:lang="en"> 20294 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597358"></a>20662 <a xmlns="http://www.w3.org/1999/xhtml" id="id625067"></a> 20295 20663 <div class="header">Arguments and Values:</div> 20296 20664 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 20302 20670 </div> 20303 20671 <div class="refsect1" lang="en" xml:lang="en"> 20304 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597411"></a>20672 <a xmlns="http://www.w3.org/1999/xhtml" id="id625120"></a> 20305 20673 <div class="header">Description:</div> 20306 20674 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 20312 20680 </div> 20313 20681 <div class="refsect1" lang="en" xml:lang="en"> 20314 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597428"></a>20682 <a xmlns="http://www.w3.org/1999/xhtml" id="id625136"></a> 20315 20683 <div class="header">See Also:</div> 20316 20684 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20332 20700 <div> 20333 20701 <div class="refsect1" lang="en" xml:lang="en"> 20334 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597545"></a>20702 <a xmlns="http://www.w3.org/1999/xhtml" id="id625254"></a> 20335 20703 <div class="header">Arguments and Values:</div> 20336 20704 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20340 20708 </div> 20341 20709 <div class="refsect1" lang="en" xml:lang="en"> 20342 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597604"></a>20710 <a xmlns="http://www.w3.org/1999/xhtml" id="id625313"></a> 20343 20711 <div class="header">Description:</div> 20344 20712 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 20351 20719 </div> 20352 20720 <div class="refsect1" lang="en" xml:lang="en"> 20353 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597637"></a>20721 <a xmlns="http://www.w3.org/1999/xhtml" id="id625346"></a> 20354 20722 <div class="header">See Also:</div> 20355 20723 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20370 20738 <div> 20371 20739 <div class="refsect1" lang="en" xml:lang="en"> 20372 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597750"></a>20740 <a xmlns="http://www.w3.org/1999/xhtml" id="id625459"></a> 20373 20741 <div class="header">Arguments and Values:</div> 20374 20742 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20375 20743 </div> 20376 20744 <div class="refsect1" lang="en" xml:lang="en"> 20377 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597776"></a>20745 <a xmlns="http://www.w3.org/1999/xhtml" id="id625485"></a> 20378 20746 <div class="header">Description:</div> 20379 20747 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 20386 20754 </div> 20387 20755 <div class="refsect1" lang="en" xml:lang="en"> 20388 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597815"></a>20756 <a xmlns="http://www.w3.org/1999/xhtml" id="id625524"></a> 20389 20757 <div class="header">See Also:</div> 20390 20758 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20404 20772 <div> 20405 20773 <div class="refsect1" lang="en" xml:lang="en"> 20406 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597928"></a>20774 <a xmlns="http://www.w3.org/1999/xhtml" id="id625636"></a> 20407 20775 <div class="header">Arguments and Values:</div> 20408 20776 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20409 20777 </div> 20410 20778 <div class="refsect1" lang="en" xml:lang="en"> 20411 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597954"></a>20779 <a xmlns="http://www.w3.org/1999/xhtml" id="id625663"></a> 20412 20780 <div class="header">Description:</div> 20413 20781 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 20422 20790 </div> 20423 20791 <div class="refsect1" lang="en" xml:lang="en"> 20424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597992"></a>20792 <a xmlns="http://www.w3.org/1999/xhtml" id="id625701"></a> 20425 20793 <div class="header">See Also:</div> 20426 20794 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20441 20809 <div> 20442 20810 <div class="refsect1" lang="en" xml:lang="en"> 20443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598106"></a>20811 <a xmlns="http://www.w3.org/1999/xhtml" id="id625815"></a> 20444 20812 <div class="header">Arguments and Values:</div> 20445 20813 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20448 20816 </div> 20449 20817 <div class="refsect1" lang="en" xml:lang="en"> 20450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598150"></a>20818 <a xmlns="http://www.w3.org/1999/xhtml" id="id625859"></a> 20451 20819 <div class="header">Description:</div> 20452 20820 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 20461 20829 </div> 20462 20830 <div class="refsect1" lang="en" xml:lang="en"> 20463 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598176"></a>20831 <a xmlns="http://www.w3.org/1999/xhtml" id="id625885"></a> 20464 20832 <div class="header">See Also:</div> 20465 20833 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20481 20849 <div> 20482 20850 <div class="refsect1" lang="en" xml:lang="en"> 20483 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598289"></a>20851 <a xmlns="http://www.w3.org/1999/xhtml" id="id625998"></a> 20484 20852 <div class="header">Arguments and Values:</div> 20485 20853 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 20487 20855 </div> 20488 20856 <div class="refsect1" lang="en" xml:lang="en"> 20489 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598316"></a>20857 <a xmlns="http://www.w3.org/1999/xhtml" id="id626025"></a> 20490 20858 <div class="header">Description:</div> 20491 20859 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 20498 20866 </div> 20499 20867 <div class="refsect1" lang="en" xml:lang="en"> 20500 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598334"></a>20868 <a xmlns="http://www.w3.org/1999/xhtml" id="id626043"></a> 20501 20869 <div class="header">See Also:</div> 20502 20870 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20503 20871 </div> 20504 20872 <div class="refsect1" lang="en" xml:lang="en"> 20505 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598387"></a>20873 <a xmlns="http://www.w3.org/1999/xhtml" id="id626096"></a> 20506 20874 <div class="header">Notes:</div> 20507 20875 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 20526 20894 <div> 20527 20895 <div class="refsect1" lang="en" xml:lang="en"> 20528 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598452"></a>20896 <a xmlns="http://www.w3.org/1999/xhtml" id="id626161"></a> 20529 20897 <div class="header">Arguments and Values:</div> 20530 20898 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20535 20903 </div> 20536 20904 <div class="refsect1" lang="en" xml:lang="en"> 20537 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598511"></a>20905 <a xmlns="http://www.w3.org/1999/xhtml" id="id626220"></a> 20538 20906 <div class="header">Description:</div> 20539 20907 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20549 20917 </div> 20550 20918 <div class="refsect1" lang="en" xml:lang="en"> 20551 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598557"></a>20919 <a xmlns="http://www.w3.org/1999/xhtml" id="id626266"></a> 20552 20920 <div class="header">See Also:</div> 20553 20921 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20569 20937 <div> 20570 20938 <div class="refsect1" lang="en" xml:lang="en"> 20571 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598662"></a>20939 <a xmlns="http://www.w3.org/1999/xhtml" id="id626371"></a> 20572 20940 <div class="header">Arguments and Values:</div> 20573 20941 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20578 20946 </div> 20579 20947 <div class="refsect1" lang="en" xml:lang="en"> 20580 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598722"></a>20948 <a xmlns="http://www.w3.org/1999/xhtml" id="id626431"></a> 20581 20949 <div class="header">Description:</div> 20582 20950 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20593 20961 </div> 20594 20962 <div class="refsect1" lang="en" xml:lang="en"> 20595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598773"></a>20963 <a xmlns="http://www.w3.org/1999/xhtml" id="id626482"></a> 20596 20964 <div class="header">See Also:</div> 20597 20965 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20613 20981 <div> 20614 20982 <div class="refsect1" lang="en" xml:lang="en"> 20615 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598874"></a>20983 <a xmlns="http://www.w3.org/1999/xhtml" id="id626583"></a> 20616 20984 <div class="header">Arguments and Values:</div> 20617 20985 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 20618 20986 </div> 20619 20987 <div class="refsect1" lang="en" xml:lang="en"> 20620 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598900"></a>20988 <a xmlns="http://www.w3.org/1999/xhtml" id="id626609"></a> 20621 20989 <div class="header">Description:</div> 20622 20990 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 20627 20995 </div> 20628 20996 <div class="refsect1" lang="en" xml:lang="en"> 20629 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598918"></a>20997 <a xmlns="http://www.w3.org/1999/xhtml" id="id626626"></a> 20630 20998 <div class="header">See Also:</div> 20631 20999 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20647 21015 <div> 20648 21016 <div class="refsect1" lang="en" xml:lang="en"> 20649 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599025"></a>21017 <a xmlns="http://www.w3.org/1999/xhtml" id="id626734"></a> 20650 21018 <div class="header">Arguments and Values:</div> 20651 21019 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 20654 21022 </div> 20655 21023 <div class="refsect1" lang="en" xml:lang="en"> 20656 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599067"></a>21024 <a xmlns="http://www.w3.org/1999/xhtml" id="id626776"></a> 20657 21025 <div class="header">Description:</div> 20658 21026 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 20661 21029 </div> 20662 21030 <div class="refsect1" lang="en" xml:lang="en"> 20663 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599082"></a>21031 <a xmlns="http://www.w3.org/1999/xhtml" id="id626791"></a> 20664 21032 <div class="header">See Also:</div> 20665 21033 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20666 21034 </div> 20667 21035 <div class="refsect1" lang="en" xml:lang="en"> 20668 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599142"></a>21036 <a xmlns="http://www.w3.org/1999/xhtml" id="id626851"></a> 20669 21037 <div class="header">Notes:</div> 20670 21038 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 20689 21057 <div> 20690 21058 <div class="refsect1" lang="en" xml:lang="en"> 20691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599211"></a>21059 <a xmlns="http://www.w3.org/1999/xhtml" id="id626920"></a> 20692 21060 <div class="header">Arguments and Values:</div> 20693 21061 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 20696 21064 </div> 20697 21065 <div class="refsect1" lang="en" xml:lang="en"> 20698 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599252"></a>21066 <a xmlns="http://www.w3.org/1999/xhtml" id="id626961"></a> 20699 21067 <div class="header">Description:</div> 20700 21068 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 20704 21072 </div> 20705 21073 <div class="refsect1" lang="en" xml:lang="en"> 20706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599269"></a>21074 <a xmlns="http://www.w3.org/1999/xhtml" id="id626978"></a> 20707 21075 <div class="header">See Also:</div> 20708 21076 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20709 21077 </div> 20710 21078 <div class="refsect1" lang="en" xml:lang="en"> 20711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599328"></a>21079 <a xmlns="http://www.w3.org/1999/xhtml" id="id627037"></a> 20712 21080 <div class="header">Notes:</div> 20713 21081 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 20733 21101 <div> 20734 21102 <div class="refsect1" lang="en" xml:lang="en"> 20735 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599397"></a>21103 <a xmlns="http://www.w3.org/1999/xhtml" id="id627106"></a> 20736 21104 <div class="header">Arguments and Values:</div> 20737 21105 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 20746 21114 </div> 20747 21115 <div class="refsect1" lang="en" xml:lang="en"> 20748 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599474"></a>21116 <a xmlns="http://www.w3.org/1999/xhtml" id="id627183"></a> 20749 21117 <div class="header">Description:</div> 20750 21118 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 20755 21123 </div> 20756 21124 <div class="refsect1" lang="en" xml:lang="en"> 20757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599493"></a>21125 <a xmlns="http://www.w3.org/1999/xhtml" id="id627202"></a> 20758 21126 <div class="header">See Also:</div> 20759 21127 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20775 21143 <div> 20776 21144 <div class="refsect1" lang="en" xml:lang="en"> 20777 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599598"></a>21145 <a xmlns="http://www.w3.org/1999/xhtml" id="id627307"></a> 20778 21146 <div class="header">Arguments and Values:</div> 20779 21147 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 20783 21151 </div> 20784 21152 <div class="refsect1" lang="en" xml:lang="en"> 20785 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599646"></a>21153 <a xmlns="http://www.w3.org/1999/xhtml" id="id627355"></a> 20786 21154 <div class="header">Description:</div> 20787 21155 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 20799 21167 </div> 20800 21168 <div class="refsect1" lang="en" xml:lang="en"> 20801 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599683"></a>21169 <a xmlns="http://www.w3.org/1999/xhtml" id="id627392"></a> 20802 21170 <div class="header">See Also:</div> 20803 21171 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20804 21172 </div> 20805 21173 <div class="refsect1" lang="en" xml:lang="en"> 20806 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599725"></a>21174 <a xmlns="http://www.w3.org/1999/xhtml" id="id627434"></a> 20807 21175 <div class="header">Notes:</div> 20808 21176 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20829 21197 <div> 20830 21198 <div class="refsect1" lang="en" xml:lang="en"> 20831 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599799"></a>21199 <a xmlns="http://www.w3.org/1999/xhtml" id="id627508"></a> 20832 21200 <div class="header">Arguments and Values:</div> 20833 21201 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 20837 21205 </div> 20838 21206 <div class="refsect1" lang="en" xml:lang="en"> 20839 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599846"></a>21207 <a xmlns="http://www.w3.org/1999/xhtml" id="id627555"></a> 20840 21208 <div class="header">Description:</div> 20841 21209 <p xmlns="http://www.w3.org/1999/xhtml">Wait until output is possible on <em class="varname">fd</em> or until <em class="varname">timeout</em>, if … … 20850 21218 </div> 20851 21219 <div class="refsect1" lang="en" xml:lang="en"> 20852 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599884"></a>21220 <a xmlns="http://www.w3.org/1999/xhtml" id="id627593"></a> 20853 21221 <div class="header">See Also:</div> 20854 21222 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20855 21223 </div> 20856 21224 <div class="refsect1" lang="en" xml:lang="en"> 20857 <a xmlns="http://www.w3.org/1999/xhtml" id="id 599926"></a>21225 <a xmlns="http://www.w3.org/1999/xhtml" id="id627635"></a> 20858 21226 <div class="header">Notes:</div> 20859 21227 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20880 21248 <div> 20881 21249 <div class="refsect1" lang="en" xml:lang="en"> 20882 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00000"></a>21250 <a xmlns="http://www.w3.org/1999/xhtml" id="id627709"></a> 20883 21251 <div class="header">Arguments and Values:</div> 20884 21252 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20887 21255 </div> 20888 21256 <div class="refsect1" lang="en" xml:lang="en"> 20889 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00044"></a>21257 <a xmlns="http://www.w3.org/1999/xhtml" id="id627753"></a> 20890 21258 <div class="header">Description:</div> 20891 21259 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 20895 21263 </div> 20896 21264 <div class="refsect1" lang="en" xml:lang="en"> 20897 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00063"></a>21265 <a xmlns="http://www.w3.org/1999/xhtml" id="id627772"></a> 20898 21266 <div class="header">See Also:</div> 20899 21267 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 20914 21282 <div> 20915 21283 <div class="refsect1" lang="en" xml:lang="en"> 20916 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00151"></a>21284 <a xmlns="http://www.w3.org/1999/xhtml" id="id627860"></a> 20917 21285 <div class="header">Value Type:</div> 20918 21286 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 20919 21287 </div> 20920 21288 <div class="refsect1" lang="en" xml:lang="en"> 20921 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00162"></a>21289 <a xmlns="http://www.w3.org/1999/xhtml" id="id627871"></a> 20922 21290 <div class="header">Initial Value:</div> 20923 21291 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 20924 21292 </div> 20925 21293 <div class="refsect1" lang="en" xml:lang="en"> 20926 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00174"></a>21294 <a xmlns="http://www.w3.org/1999/xhtml" id="id627883"></a> 20927 21295 <div class="header">Description:</div> 20928 21296 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 20936 21304 </div> 20937 21305 <div class="refsect1" lang="en" xml:lang="en"> 20938 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00189"></a>21306 <a xmlns="http://www.w3.org/1999/xhtml" id="id627898"></a> 20939 21307 <div class="header">See Also:</div> 20940 21308 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 20955 21323 <div> 20956 21324 <div class="refsect1" lang="en" xml:lang="en"> 20957 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00292"></a>21325 <a xmlns="http://www.w3.org/1999/xhtml" id="id628001"></a> 20958 21326 <div class="header">Arguments and Values:</div> 20959 21327 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 20964 21332 </div> 20965 21333 <div class="refsect1" lang="en" xml:lang="en"> 20966 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00337"></a>21334 <a xmlns="http://www.w3.org/1999/xhtml" id="id628046"></a> 20967 21335 <div class="header">Description:</div> 20968 21336 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 20975 21343 </div> 20976 21344 <div class="refsect1" lang="en" xml:lang="en"> 20977 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00361"></a>21345 <a xmlns="http://www.w3.org/1999/xhtml" id="id628070"></a> 20978 21346 <div class="header">See Also:</div> 20979 21347 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 20996 21364 <div> 20997 21365 <div class="refsect1" lang="en" xml:lang="en"> 20998 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00467"></a>21366 <a xmlns="http://www.w3.org/1999/xhtml" id="id628176"></a> 20999 21367 <div class="header">Arguments and Values:</div> 21000 21368 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a process, typically created by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a> or by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a></p> … … 21006 21374 </div> 21007 21375 <div class="refsect1" lang="en" xml:lang="en"> 21008 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00533"></a>21376 <a xmlns="http://www.w3.org/1999/xhtml" id="id628242"></a> 21009 21377 <div class="header">Description:</div> 21010 21378 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 21147 21515 <div> 21148 21516 <div class="refsect1" lang="en" xml:lang="en"> 21149 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 46745"></a>21517 <a xmlns="http://www.w3.org/1999/xhtml" id="id592585"></a> 21150 21518 <div class="header">Arguments and Values:</div> 21151 21519 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 21247 21615 </div> 21248 21616 <div class="refsect1" lang="en" xml:lang="en"> 21249 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569779"></a>21617 <a xmlns="http://www.w3.org/1999/xhtml" id="id610239"></a> 21250 21618 <div class="header">Description:</div> 21251 21619 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 21266 21634 <div> 21267 21635 <div class="refsect1" lang="en" xml:lang="en"> 21268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569840"></a>21636 <a xmlns="http://www.w3.org/1999/xhtml" id="id610300"></a> 21269 21637 <div class="header">Arguments and Values:</div> 21270 21638 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 21274 21642 </div> 21275 21643 <div class="refsect1" lang="en" xml:lang="en"> 21276 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569883"></a>21644 <a xmlns="http://www.w3.org/1999/xhtml" id="id634266"></a> 21277 21645 <div class="header">Description:</div> 21278 21646 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 21300 21668 <div> 21301 21669 <div class="refsect1" lang="en" xml:lang="en"> 21302 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571342"></a>21670 <a xmlns="http://www.w3.org/1999/xhtml" id="id634331"></a> 21303 21671 <div class="header">Arguments and Values:</div> 21304 21672 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 21308 21676 </div> 21309 21677 <div class="refsect1" lang="en" xml:lang="en"> 21310 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71383"></a>21678 <a xmlns="http://www.w3.org/1999/xhtml" id="id584083"></a> 21311 21679 <div class="header">Description:</div> 21312 21680 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 21328 21696 <div> 21329 21697 <div class="refsect1" lang="en" xml:lang="en"> 21330 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24487"></a>21698 <a xmlns="http://www.w3.org/1999/xhtml" id="id584145"></a> 21331 21699 <div class="header">Arguments and Values:</div> 21332 21700 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---A 32-bit integer representing an internet host address</p> … … 21337 21705 </div> 21338 21706 <div class="refsect1" lang="en" xml:lang="en"> 21339 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524529"></a>21707 <a xmlns="http://www.w3.org/1999/xhtml" id="id633048"></a> 21340 21708 <div class="header">Description:</div> 21341 21709 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 21356 21724 <div> 21357 21725 <div class="refsect1" lang="en" xml:lang="en"> 21358 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05516"></a>21726 <a xmlns="http://www.w3.org/1999/xhtml" id="id633109"></a> 21359 21727 <div class="header">Arguments and Values:</div> 21360 21728 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---a 32-bit integer representing an internet host address</p> … … 21363 21731 </div> 21364 21732 <div class="refsect1" lang="en" xml:lang="en"> 21365 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05556"></a>21733 <a xmlns="http://www.w3.org/1999/xhtml" id="id610448"></a> 21366 21734 <div class="header">Description:</div> 21367 21735 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 21383 21751 <div> 21384 21752 <div class="refsect1" lang="en" xml:lang="en"> 21385 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545885"></a>21753 <a xmlns="http://www.w3.org/1999/xhtml" id="id610505"></a> 21386 21754 <div class="header">Arguments and Values:</div> 21387 21755 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">host</span></i>---Specifies the host. It can be either a host name … … 21391 21759 </div> 21392 21760 <div class="refsect1" lang="en" xml:lang="en"> 21393 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545913"></a>21761 <a xmlns="http://www.w3.org/1999/xhtml" id="id610532"></a> 21394 21762 <div class="header">Description:</div> 21395 21763 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 21411 21779 <div> 21412 21780 <div class="refsect1" lang="en" xml:lang="en"> 21413 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70949"></a>21781 <a xmlns="http://www.w3.org/1999/xhtml" id="id582480"></a> 21414 21782 <div class="header">Arguments and Values:</div> 21415 21783 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">port</span></i>---Specifies the port. It can be either a string, such as … … 21420 21788 </div> 21421 21789 <div class="refsect1" lang="en" xml:lang="en"> 21422 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70991"></a>21790 <a xmlns="http://www.w3.org/1999/xhtml" id="id582522"></a> 21423 21791 <div class="header">Description:</div> 21424 21792 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 21440 21808 <div> 21441 21809 <div class="refsect1" lang="en" xml:lang="en"> 21442 <a xmlns="http://www.w3.org/1999/xhtml" id="id57 1052"></a>21810 <a xmlns="http://www.w3.org/1999/xhtml" id="id575145"></a> 21443 21811 <div class="header">Arguments and Values:</div> 21444 21812 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 21457 21825 </div> 21458 21826 <div class="refsect1" lang="en" xml:lang="en"> 21459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596126"></a>21827 <a xmlns="http://www.w3.org/1999/xhtml" id="id633265"></a> 21460 21828 <div class="header">Description:</div> 21461 21829 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 21494 21862 <div> 21495 21863 <div class="refsect1" lang="en" xml:lang="en"> 21496 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 06640"></a>21864 <a xmlns="http://www.w3.org/1999/xhtml" id="id634567"></a> 21497 21865 <div class="header">Arguments and Values:</div> 21498 21866 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 21509 21877 </div> 21510 21878 <div class="refsect1" lang="en" xml:lang="en"> 21511 <a xmlns="http://www.w3.org/1999/xhtml" id="id 538990"></a>21879 <a xmlns="http://www.w3.org/1999/xhtml" id="id634669"></a> 21512 21880 <div class="header">Description:</div> 21513 21881 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 21528 21896 <div> 21529 21897 <div class="refsect1" lang="en" xml:lang="en"> 21530 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39051"></a>21898 <a xmlns="http://www.w3.org/1999/xhtml" id="id559983"></a> 21531 21899 <div class="header">Arguments and Values:</div> 21532 21900 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to shut down (typically a tcp-stream)</p> … … 21535 21903 </div> 21536 21904 <div class="refsect1" lang="en" xml:lang="en"> 21537 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 54754"></a>21905 <a xmlns="http://www.w3.org/1999/xhtml" id="id560024"></a> 21538 21906 <div class="header">Description:</div> 21539 21907 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 21556 21924 <div> 21557 21925 <div class="refsect1" lang="en" xml:lang="en"> 21558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554813"></a>21926 <a xmlns="http://www.w3.org/1999/xhtml" id="id623769"></a> 21559 21927 <div class="header">Arguments and Values:</div> 21560 21928 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21561 21929 </div> 21562 21930 <div class="refsect1" lang="en" xml:lang="en"> 21563 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554839"></a>21931 <a xmlns="http://www.w3.org/1999/xhtml" id="id623795"></a> 21564 21932 <div class="header">Description:</div> 21565 21933 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 21586 21954 <div> 21587 21955 <div class="refsect1" lang="en" xml:lang="en"> 21588 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71514"></a>21956 <a xmlns="http://www.w3.org/1999/xhtml" id="id587234"></a> 21589 21957 <div class="header">Arguments and Values:</div> 21590 21958 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21591 21959 </div> 21592 21960 <div class="refsect1" lang="en" xml:lang="en"> 21593 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71540"></a>21961 <a xmlns="http://www.w3.org/1999/xhtml" id="id587261"></a> 21594 21962 <div class="header">Description:</div> 21595 21963 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 21611 21979 <div> 21612 21980 <div class="refsect1" lang="en" xml:lang="en"> 21613 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71598"></a>21981 <a xmlns="http://www.w3.org/1999/xhtml" id="id587318"></a> 21614 21982 <div class="header">Arguments and Values:</div> 21615 21983 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21616 21984 </div> 21617 21985 <div class="refsect1" lang="en" xml:lang="en"> 21618 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43576"></a>21986 <a xmlns="http://www.w3.org/1999/xhtml" id="id587344"></a> 21619 21987 <div class="header">Description:</div> 21620 21988 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 21636 22004 <div> 21637 22005 <div class="refsect1" lang="en" xml:lang="en"> 21638 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543633"></a>22006 <a xmlns="http://www.w3.org/1999/xhtml" id="id634407"></a> 21639 22007 <div class="header">Arguments and Values:</div> 21640 22008 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21641 22009 </div> 21642 22010 <div class="refsect1" lang="en" xml:lang="en"> 21643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543659"></a>22011 <a xmlns="http://www.w3.org/1999/xhtml" id="id634433"></a> 21644 22012 <div class="header">Description:</div> 21645 22013 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 21660 22028 <div> 21661 22029 <div class="refsect1" lang="en" xml:lang="en"> 21662 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36431"></a>22030 <a xmlns="http://www.w3.org/1999/xhtml" id="id563794"></a> 21663 22031 <div class="header">Arguments and Values:</div> 21664 22032 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21665 22033 </div> 21666 22034 <div class="refsect1" lang="en" xml:lang="en"> 21667 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36457"></a>22035 <a xmlns="http://www.w3.org/1999/xhtml" id="id563820"></a> 21668 22036 <div class="header">Description:</div> 21669 22037 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 21684 22052 <div> 21685 22053 <div class="refsect1" lang="en" xml:lang="en"> 21686 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36514"></a>22054 <a xmlns="http://www.w3.org/1999/xhtml" id="id563878"></a> 21687 22055 <div class="header">Arguments and Values:</div> 21688 22056 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21689 22057 </div> 21690 22058 <div class="refsect1" lang="en" xml:lang="en"> 21691 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70469"></a>22059 <a xmlns="http://www.w3.org/1999/xhtml" id="id563904"></a> 21692 22060 <div class="header">Description:</div> 21693 22061 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 21708 22076 <div> 21709 22077 <div class="refsect1" lang="en" xml:lang="en"> 21710 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70526"></a>22078 <a xmlns="http://www.w3.org/1999/xhtml" id="id585582"></a> 21711 22079 <div class="header">Arguments and Values:</div> 21712 22080 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21713 22081 </div> 21714 22082 <div class="refsect1" lang="en" xml:lang="en"> 21715 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70552"></a>22083 <a xmlns="http://www.w3.org/1999/xhtml" id="id585609"></a> 21716 22084 <div class="header">Description:</div> 21717 22085 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 21733 22101 <div> 21734 22102 <div class="refsect1" lang="en" xml:lang="en"> 21735 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05756"></a>22103 <a xmlns="http://www.w3.org/1999/xhtml" id="id633518"></a> 21736 22104 <div class="header">Arguments and Values:</div> 21737 22105 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21738 22106 </div> 21739 22107 <div class="refsect1" lang="en" xml:lang="en"> 21740 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05783"></a>22108 <a xmlns="http://www.w3.org/1999/xhtml" id="id633544"></a> 21741 22109 <div class="header">Description:</div> 21742 22110 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 21758 22126 <div> 21759 22127 <div class="refsect1" lang="en" xml:lang="en"> 21760 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05840"></a>22128 <a xmlns="http://www.w3.org/1999/xhtml" id="id633600"></a> 21761 22129 <div class="header">Arguments and Values:</div> 21762 22130 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21763 22131 </div> 21764 22132 <div class="refsect1" lang="en" xml:lang="en"> 21765 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05866"></a>22133 <a xmlns="http://www.w3.org/1999/xhtml" id="id633626"></a> 21766 22134 <div class="header">Description:</div> 21767 22135 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 21782 22150 <div> 21783 22151 <div class="refsect1" lang="en" xml:lang="en"> 21784 <a xmlns="http://www.w3.org/1999/xhtml" id="id59 5935"></a>22152 <a xmlns="http://www.w3.org/1999/xhtml" id="id599533"></a> 21785 22153 <div class="header">Description:</div> 21786 22154 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 21787 22155 </div> 21788 22156 <div class="refsect1" lang="en" xml:lang="en"> 21789 <a xmlns="http://www.w3.org/1999/xhtml" id="id59 5946"></a>22157 <a xmlns="http://www.w3.org/1999/xhtml" id="id599544"></a> 21790 22158 <div class="header">Superclasses:</div> 21791 22159 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 21806 22174 <div> 21807 22175 <div class="refsect1" lang="en" xml:lang="en"> 21808 <a xmlns="http://www.w3.org/1999/xhtml" id="id59 6003"></a>22176 <a xmlns="http://www.w3.org/1999/xhtml" id="id599602"></a> 21809 22177 <div class="header">Arguments and Values:</div> 21810 22178 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21811 22179 </div> 21812 22180 <div class="refsect1" lang="en" xml:lang="en"> 21813 <a xmlns="http://www.w3.org/1999/xhtml" id="id59 6029"></a>22181 <a xmlns="http://www.w3.org/1999/xhtml" id="id599628"></a> 21814 22182 <div class="header">Description:</div> 21815 22183 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 21830 22198 <div> 21831 22199 <div class="refsect1" lang="en" xml:lang="en"> 21832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571651"></a>22200 <a xmlns="http://www.w3.org/1999/xhtml" id="id623620"></a> 21833 22201 <div class="header">Arguments and Values:</div> 21834 22202 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21835 22203 </div> 21836 22204 <div class="refsect1" lang="en" xml:lang="en"> 21837 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571677"></a>22205 <a xmlns="http://www.w3.org/1999/xhtml" id="id623646"></a> 21838 22206 <div class="header">Description:</div> 21839 22207 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 21859 22227 <div> 21860 22228 <div class="refsect1" lang="en" xml:lang="en"> 21861 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07272"></a>22229 <a xmlns="http://www.w3.org/1999/xhtml" id="id623709"></a> 21862 22230 <div class="header">Arguments and Values:</div> 21863 22231 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21864 22232 </div> 21865 22233 <div class="refsect1" lang="en" xml:lang="en"> 21866 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07298"></a>22234 <a xmlns="http://www.w3.org/1999/xhtml" id="id633684"></a> 21867 22235 <div class="header">Description:</div> 21868 22236 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 21885 22253 <div> 21886 22254 <div class="refsect1" lang="en" xml:lang="en"> 21887 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07359"></a>22255 <a xmlns="http://www.w3.org/1999/xhtml" id="id633745"></a> 21888 22256 <div class="header">Arguments and Values:</div> 21889 22257 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 21896 22264 </div> 21897 22265 <div class="refsect1" lang="en" xml:lang="en"> 21898 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07402"></a>22266 <a xmlns="http://www.w3.org/1999/xhtml" id="id633788"></a> 21899 22267 <div class="header">Description:</div> 21900 22268 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 21917 22285 <div> 21918 22286 <div class="refsect1" lang="en" xml:lang="en"> 21919 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607786"></a>22287 <a xmlns="http://www.w3.org/1999/xhtml" id="id598405"></a> 21920 22288 <div class="header">Arguments and Values:</div> 21921 22289 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 21924 22292 </div> 21925 22293 <div class="refsect1" lang="en" xml:lang="en"> 21926 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607842"></a>22294 <a xmlns="http://www.w3.org/1999/xhtml" id="id598461"></a> 21927 22295 <div class="header">Description:</div> 21928 22296 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 22056 22424 <div> 22057 22425 <div class="refsect1" lang="en" xml:lang="en"> 22058 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42099"></a>22426 <a xmlns="http://www.w3.org/1999/xhtml" id="id580435"></a> 22059 22427 <div class="header">Arguments and Values:</div> 22060 22428 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 22107 22475 </div> 22108 22476 <div class="refsect1" lang="en" xml:lang="en"> 22109 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73073"></a>22477 <a xmlns="http://www.w3.org/1999/xhtml" id="id557890"></a> 22110 22478 <div class="header">Description:</div> 22111 22479 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 22127 22495 <div> 22128 22496 <div class="refsect1" lang="en" xml:lang="en"> 22129 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 45054"></a>22497 <a xmlns="http://www.w3.org/1999/xhtml" id="id592029"></a> 22130 22498 <div class="header">Arguments and Values:</div> 22131 22499 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 22133 22501 </div> 22134 22502 <div class="refsect1" lang="en" xml:lang="en"> 22135 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 45094"></a>22503 <a xmlns="http://www.w3.org/1999/xhtml" id="id592070"></a> 22136 22504 <div class="header">Description:</div> 22137 22505 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 22156 22524 <div> 22157 22525 <div class="refsect1" lang="en" xml:lang="en"> 22158 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60927"></a>22526 <a xmlns="http://www.w3.org/1999/xhtml" id="id552425"></a> 22159 22527 <div class="header">Arguments and Values:</div> 22160 22528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22161 22529 </div> 22162 22530 <div class="refsect1" lang="en" xml:lang="en"> 22163 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606230"></a>22531 <a xmlns="http://www.w3.org/1999/xhtml" id="id552451"></a> 22164 22532 <div class="header">Description:</div> 22165 22533 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 22183 22551 <div> 22184 22552 <div class="refsect1" lang="en" xml:lang="en"> 22185 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606295"></a>22553 <a xmlns="http://www.w3.org/1999/xhtml" id="id599449"></a> 22186 22554 <div class="header">Arguments and Values:</div> 22187 22555 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22188 22556 </div> 22189 22557 <div class="refsect1" lang="en" xml:lang="en"> 22190 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 45697"></a>22558 <a xmlns="http://www.w3.org/1999/xhtml" id="id599475"></a> 22191 22559 <div class="header">Description:</div> 22192 22560 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 22209 22577 <div> 22210 22578 <div class="refsect1" lang="en" xml:lang="en"> 22211 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 45758"></a>22579 <a xmlns="http://www.w3.org/1999/xhtml" id="id572440"></a> 22212 22580 <div class="header">Arguments and Values:</div> 22213 22581 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22214 22582 </div> 22215 22583 <div class="refsect1" lang="en" xml:lang="en"> 22216 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51589"></a>22584 <a xmlns="http://www.w3.org/1999/xhtml" id="id572466"></a> 22217 22585 <div class="header">Description:</div> 22218 22586 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 22236 22604 <div> 22237 22605 <div class="refsect1" lang="en" xml:lang="en"> 22238 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51650"></a>22606 <a xmlns="http://www.w3.org/1999/xhtml" id="id573641"></a> 22239 22607 <div class="header">Arguments and Values:</div> 22240 22608 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22241 22609 </div> 22242 22610 <div class="refsect1" lang="en" xml:lang="en"> 22243 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24765"></a>22611 <a xmlns="http://www.w3.org/1999/xhtml" id="id573667"></a> 22244 22612 <div class="header">Description:</div> 22245 22613 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 22263 22631 <div> 22264 22632 <div class="refsect1" lang="en" xml:lang="en"> 22265 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24826"></a>22633 <a xmlns="http://www.w3.org/1999/xhtml" id="id562164"></a> 22266 22634 <div class="header">Arguments and Values:</div> 22267 22635 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22268 22636 </div> 22269 22637 <div class="refsect1" lang="en" xml:lang="en"> 22270 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32268"></a>22638 <a xmlns="http://www.w3.org/1999/xhtml" id="id562190"></a> 22271 22639 <div class="header">Description:</div> 22272 22640 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 22298 22666 <dt> 22299 22667 <span class="sect2"> 22300 <a href="#id5 63503">10.1.1. Stream External Format</a>22668 <a href="#id557846">10.1.1. Stream External Format</a> 22301 22669 </span> 22302 22670 </dt> … … 22366 22734 <div> 22367 22735 <div> 22368 <h3 class="title"><a id="id5 63503"></a>10.1.1. Stream External Format</h3>22736 <h3 class="title"><a id="id557846"></a>10.1.1. Stream External Format</h3> 22369 22737 </div> 22370 22738 </div> … … 22529 22897 </div> 22530 22898 </div> 22531 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595808" class="indexterm"></a>22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595817" class="indexterm"></a>22533 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595827" class="indexterm"></a>22534 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595837" class="indexterm"></a>22535 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591540" class="indexterm"></a>22536 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591550" class="indexterm"></a>22899 <a xmlns="http://www.w3.org/1999/xhtml" id="id623473" class="indexterm"></a> 22900 <a xmlns="http://www.w3.org/1999/xhtml" id="id623483" class="indexterm"></a> 22901 <a xmlns="http://www.w3.org/1999/xhtml" id="id623493" class="indexterm"></a> 22902 <a xmlns="http://www.w3.org/1999/xhtml" id="id623503" class="indexterm"></a> 22903 <a xmlns="http://www.w3.org/1999/xhtml" id="id623512" class="indexterm"></a> 22904 <a xmlns="http://www.w3.org/1999/xhtml" id="id623522" class="indexterm"></a> 22537 22905 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 22538 22906 attributes and accessors: … … 22587 22955 <div> 22588 22956 <div class="refsect1" lang="en" xml:lang="en"> 22589 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591715"></a>22957 <a xmlns="http://www.w3.org/1999/xhtml" id="id619395"></a> 22590 22958 <div class="header">Values:</div> 22591 22959 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream-list</span></i>---A list of open file streams. This is a copy of … … 22594 22962 </div> 22595 22963 <div class="refsect1" lang="en" xml:lang="en"> 22596 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591742"></a>22964 <a xmlns="http://www.w3.org/1999/xhtml" id="id619422"></a> 22597 22965 <div class="header">Description:</div> 22598 22966 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 22599 22967 </div> 22600 22968 <div class="refsect1" lang="en" xml:lang="en"> 22601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591753"></a>22969 <a xmlns="http://www.w3.org/1999/xhtml" id="id619434"></a> 22602 22970 <div class="header">See Also:</div> 22603 22971 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span> … … 22622 22990 <div> 22623 22991 <div class="refsect1" lang="en" xml:lang="en"> 22624 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596418"></a>22992 <a xmlns="http://www.w3.org/1999/xhtml" id="id619514"></a> 22625 22993 <div class="header">Arguments:</div> 22626 22994 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 22627 22995 </div> 22628 22996 <div class="refsect1" lang="en" xml:lang="en"> 22629 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596444"></a>22997 <a xmlns="http://www.w3.org/1999/xhtml" id="id619541"></a> 22630 22998 <div class="header">Description:</div> 22631 22999 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 22636 23004 </div> 22637 23005 <div class="refsect1" lang="en" xml:lang="en"> 22638 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596463"></a>23006 <a xmlns="http://www.w3.org/1999/xhtml" id="id619560"></a> 22639 23007 <div class="header">See Also:</div> 22640 23008 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span> … … 22659 23027 <div> 22660 23028 <div class="refsect1" lang="en" xml:lang="en"> 22661 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596544"></a>23029 <a xmlns="http://www.w3.org/1999/xhtml" id="id624455"></a> 22662 23030 <div class="header">Arguments:</div> 22663 23031 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 22664 23032 </div> 22665 23033 <div class="refsect1" lang="en" xml:lang="en"> 22666 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596570"></a>23034 <a xmlns="http://www.w3.org/1999/xhtml" id="id624481"></a> 22667 23035 <div class="header">Description:</div> 22668 23036 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 22673 23041 </div> 22674 23042 <div class="refsect1" lang="en" xml:lang="en"> 22675 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596589"></a>23043 <a xmlns="http://www.w3.org/1999/xhtml" id="id624500"></a> 22676 23044 <div class="header">See Also:</div> 22677 23045 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a></span> … … 23106 23474 <div> 23107 23475 <div class="refsect1" lang="en" xml:lang="en"> 23108 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595128"></a>23476 <a xmlns="http://www.w3.org/1999/xhtml" id="id622810"></a> 23109 23477 <div class="header">Arguments and Values:</div> 23110 23478 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 23117 23485 </div> 23118 23486 <div class="refsect1" lang="en" xml:lang="en"> 23119 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595186"></a>23487 <a xmlns="http://www.w3.org/1999/xhtml" id="id622868"></a> 23120 23488 <div class="header">Description:</div> 23121 23489 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 23138 23506 <div> 23139 23507 <div class="refsect1" lang="en" xml:lang="en"> 23140 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595245"></a>23508 <a xmlns="http://www.w3.org/1999/xhtml" id="id622927"></a> 23141 23509 <div class="header">Arguments and Values:</div> 23142 23510 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 23149 23517 </div> 23150 23518 <div class="refsect1" lang="en" xml:lang="en"> 23151 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595303"></a>23519 <a xmlns="http://www.w3.org/1999/xhtml" id="id622985"></a> 23152 23520 <div class="header">Description:</div> 23153 23521 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 23169 23537 <div> 23170 23538 <div class="refsect1" lang="en" xml:lang="en"> 23171 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595362"></a>23539 <a xmlns="http://www.w3.org/1999/xhtml" id="id623044"></a> 23172 23540 <div class="header">Arguments and Values:</div> 23173 23541 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 23185 23553 </div> 23186 23554 <div class="refsect1" lang="en" xml:lang="en"> 23187 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595437"></a>23555 <a xmlns="http://www.w3.org/1999/xhtml" id="id623119"></a> 23188 23556 <div class="header">Description:</div> 23189 23557 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 23208 23576 <div> 23209 23577 <div class="refsect1" lang="en" xml:lang="en"> 23210 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595497"></a>23578 <a xmlns="http://www.w3.org/1999/xhtml" id="id623179"></a> 23211 23579 <div class="header">Arguments and Values:</div> 23212 23580 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 23224 23592 </div> 23225 23593 <div class="refsect1" lang="en" xml:lang="en"> 23226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595572"></a>23594 <a xmlns="http://www.w3.org/1999/xhtml" id="id623254"></a> 23227 23595 <div class="header">Description:</div> 23228 23596 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 23246 23614 <div> 23247 23615 <div class="refsect1" lang="en" xml:lang="en"> 23248 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595632"></a>23616 <a xmlns="http://www.w3.org/1999/xhtml" id="id623314"></a> 23249 23617 <div class="header">Method Signatures:</div> 23250 23618 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 23252 23620 </div> 23253 23621 <div class="refsect1" lang="en" xml:lang="en"> 23254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595650"></a>23622 <a xmlns="http://www.w3.org/1999/xhtml" id="id623332"></a> 23255 23623 <div class="header">Arguments and Values:</div> 23256 23624 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 23263 23631 </div> 23264 23632 <div class="refsect1" lang="en" xml:lang="en"> 23265 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03436"></a>23633 <a xmlns="http://www.w3.org/1999/xhtml" id="id631137"></a> 23266 23634 <div class="header">Description:</div> 23267 23635 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 23287 23655 <div> 23288 23656 <div class="refsect1" lang="en" xml:lang="en"> 23289 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03506"></a>23657 <a xmlns="http://www.w3.org/1999/xhtml" id="id631207"></a> 23290 23658 <div class="header">Description:</div> 23291 23659 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 23294 23662 </div> 23295 23663 <div class="refsect1" lang="en" xml:lang="en"> 23296 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03518"></a>23664 <a xmlns="http://www.w3.org/1999/xhtml" id="id631219"></a> 23297 23665 <div class="header">Arguments:</div> 23298 23666 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23319 23687 <div> 23320 23688 <div class="refsect1" lang="en" xml:lang="en"> 23321 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03638"></a>23689 <a xmlns="http://www.w3.org/1999/xhtml" id="id631338"></a> 23322 23690 <div class="header">Description:</div> 23323 23691 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 23325 23693 </div> 23326 23694 <div class="refsect1" lang="en" xml:lang="en"> 23327 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03650"></a>23695 <a xmlns="http://www.w3.org/1999/xhtml" id="id631350"></a> 23328 23696 <div class="header">Arguments:</div> 23329 23697 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23335 23703 </div> 23336 23704 <div class="refsect1" lang="en" xml:lang="en"> 23337 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03722"></a>23705 <a xmlns="http://www.w3.org/1999/xhtml" id="id631422"></a> 23338 23706 <div class="header">Examples:</div> 23339 23707 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 24126 24494 <dt> 24127 24495 <span class="sect2"> 24128 <a href="#id 527690">12.2.2. Generating a lisp image for use with Shark</a>24496 <a href="#id601257">12.2.2. Generating a lisp image for use with Shark</a> 24129 24497 </span> 24130 24498 </dt> … … 24404 24772 <div> 24405 24773 <div> 24406 <h3 class="title"><a id="id 527690"></a>12.2.2. Generating a lisp image for use with Shark</h3>24774 <h3 class="title"><a id="id601257"></a>12.2.2. Generating a lisp image for use with Shark</h3> 24407 24775 </div> 24408 24776 </div> … … 24515 24883 </div> 24516 24884 </div> 24517 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 477295" class="indexterm"></a>24885 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id610142" class="indexterm"></a> 24518 24886 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 24519 24887 [Variable]</strong></span></p> … … 24521 24889 profiling configuration file created by the "Config Editor" in 24522 24890 Shark.app.</p> 24523 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 526153" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil)24891 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id610166" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) 24524 24892 (debug-output nil) [Macro]</strong></span></p> 24525 24893 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 25613 25981 <div> 25614 25982 <div> 25615 <h4 class="title"><a id="id 576135"></a>13.3.2.4. %int-to-ptr [Function]</h4>25983 <h4 class="title"><a id="id603848"></a>13.3.2.4. %int-to-ptr [Function]</h4> 25616 25984 </div> 25617 25985 </div> … … 25654 26022 <div> 25655 26023 <div> 25656 <h4 class="title"><a id="id 576209"></a>13.3.2.5. %inc-ptr [Function]</h4>26024 <h4 class="title"><a id="id603923"></a>13.3.2.5. %inc-ptr [Function]</h4> 25657 26025 </div> 25658 26026 </div> … … 25704 26072 <div> 25705 26073 <div> 25706 <h4 class="title"><a id="id 576301"></a>13.3.2.6. %ptr-to-int [Function]</h4>26074 <h4 class="title"><a id="id604014"></a>13.3.2.6. %ptr-to-int [Function]</h4> 25707 26075 </div> 25708 26076 </div> … … 25746 26114 <div> 25747 26115 <div> 25748 <h4 class="title"><a id="id 576375"></a>13.3.2.7. %null-ptr [Macro]</h4>26116 <h4 class="title"><a id="id604090"></a>13.3.2.7. %null-ptr [Macro]</h4> 25749 26117 </div> 25750 26118 </div> … … 25771 26139 <div> 25772 26140 <div> 25773 <h4 class="title"><a id="id 576416"></a>13.3.2.8. %null-ptr-p [Function]</h4>26141 <h4 class="title"><a id="id604131"></a>13.3.2.8. %null-ptr-p [Function]</h4> 25774 26142 </div> 25775 26143 </div> … … 25813 26181 <div> 25814 26182 <div> 25815 <h4 class="title"><a id="id 576492"></a>13.3.2.9. %setf-macptr [Function]</h4>26183 <h4 class="title"><a id="id604206"></a>13.3.2.9. %setf-macptr [Function]</h4> 25816 26184 </div> 25817 26185 </div> … … 25861 26229 <div> 25862 26230 <div> 25863 <h4 class="title"><a id="id 576582"></a>13.3.2.10. %incf-ptr [Macro]</h4>26231 <h4 class="title"><a id="id604297"></a>13.3.2.10. %incf-ptr [Macro]</h4> 25864 26232 </div> 25865 26233 </div> … … 25909 26277 <div> 25910 26278 <div> 25911 <h4 class="title"><a id="id 576672"></a>13.3.2.11. with-macptrs [Macro]</h4>26279 <h4 class="title"><a id="id604387"></a>13.3.2.11. with-macptrs [Macro]</h4> 25912 26280 </div> 25913 26281 </div> … … 25959 26327 <div> 25960 26328 <div> 25961 <h4 class="title"><a id="id 576764"></a>13.3.2.12. %stack-block [Macro]</h4>26329 <h4 class="title"><a id="id604479"></a>13.3.2.12. %stack-block [Macro]</h4> 25962 26330 </div> 25963 26331 </div> … … 26010 26378 <div> 26011 26379 <div> 26012 <h4 class="title"><a id="id 576856"></a>13.3.2.13. make-cstring [Function]</h4>26380 <h4 class="title"><a id="id604571"></a>13.3.2.13. make-cstring [Function]</h4> 26013 26381 </div> 26014 26382 </div> … … 26053 26421 <div> 26054 26422 <div> 26055 <h4 class="title"><a id="id 576933"></a>13.3.2.14. with-cstrs [Macro]</h4>26423 <h4 class="title"><a id="id604647"></a>13.3.2.14. with-cstrs [Macro]</h4> 26056 26424 </div> 26057 26425 </div> … … 26103 26471 <div> 26104 26472 <div> 26105 <h4 class="title"><a id="id 577024"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4>26473 <h4 class="title"><a id="id604739"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4> 26106 26474 </div> 26107 26475 </div> … … 26166 26534 <div> 26167 26535 <div> 26168 <h4 class="title"><a id="id 577148"></a>13.3.2.16. %get-cstring [Function]</h4>26536 <h4 class="title"><a id="id604862"></a>13.3.2.16. %get-cstring [Function]</h4> 26169 26537 </div> 26170 26538 </div> … … 26208 26576 <div> 26209 26577 <div> 26210 <h4 class="title"><a id="id6 35315"></a>13.3.2.17. %str-from-ptr [Function]</h4>26578 <h4 class="title"><a id="id663074"></a>13.3.2.17. %str-from-ptr [Function]</h4> 26211 26579 </div> 26212 26580 </div> … … 26309 26677 reader macros (and references to foreign record types and 26310 26678 fields), compiling <code class="literal">CCL</code> from those sources depends on the 26311 ability to find and use (see <a class="xref" href="#Building-the-heap-image" title="3. 5. Building the heap image">Section 3.5, âBuilding the heap imageâ</a>).</p>26679 ability to find and use (see <a class="xref" href="#Building-the-heap-image" title="3.6. Building the Heap Image">Section 3.6, âBuilding the Heap Imageâ</a>).</p> 26312 26680 </div> 26313 26681 <div class="sect2" lang="en" xml:lang="en"> … … 27654 28022 <div> 27655 28023 <div class="refsect1" lang="en" xml:lang="en"> 27656 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37268"></a>28024 <a xmlns="http://www.w3.org/1999/xhtml" id="id665028"></a> 27657 28025 <div class="header">Description:</div> 27658 28026 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 27706 28074 <div> 27707 28075 <div class="refsect1" lang="en" xml:lang="en"> 27708 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37374"></a>28076 <a xmlns="http://www.w3.org/1999/xhtml" id="id665134"></a> 27709 28077 <div class="header">Description:</div> 27710 28078 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #& reader macro can be used to … … 27765 28133 <div> 27766 28134 <div class="refsect1" lang="en" xml:lang="en"> 27767 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37492"></a>28135 <a xmlns="http://www.w3.org/1999/xhtml" id="id665252"></a> 27768 28136 <div class="header">Description:</div> 27769 28137 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 0.14.2 and later, the #? reader macro can be used … … 27812 28180 <div> 27813 28181 <div class="refsect1" lang="en" xml:lang="en"> 27814 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37574"></a>28182 <a xmlns="http://www.w3.org/1999/xhtml" id="id665334"></a> 27815 28183 <div class="header">Description:</div> 27816 28184 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #/ reader macro can be used to … … 27915 28283 <div> 27916 28284 <div class="refsect1" lang="en" xml:lang="en"> 27917 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37713"></a>28285 <a xmlns="http://www.w3.org/1999/xhtml" id="id665474"></a> 27918 28286 <div class="header">Description:</div> 27919 28287 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 27944 28312 <div> 27945 28313 <div class="refsect1" lang="en" xml:lang="en"> 27946 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37788"></a>28314 <a xmlns="http://www.w3.org/1999/xhtml" id="id665548"></a> 27947 28315 <div class="header">Values:</div> 27948 28316 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">library</span></i>---either an object of type SHLIB, or a string which … … 27951 28319 </div> 27952 28320 <div class="refsect1" lang="en" xml:lang="en"> 27953 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37824"></a>28321 <a xmlns="http://www.w3.org/1999/xhtml" id="id665584"></a> 27954 28322 <div class="header">Description:</div> 27955 28323 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 27980 28348 <div> 27981 28349 <div class="refsect1" lang="en" xml:lang="en"> 27982 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37900"></a>28350 <a xmlns="http://www.w3.org/1999/xhtml" id="id665660"></a> 27983 28351 <div class="header">Values:</div> 27984 28352 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A symbol which can be made into a special variable</p> … … 27997 28365 </div> 27998 28366 <div class="refsect1" lang="en" xml:lang="en"> 27999 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 37971"></a>28367 <a xmlns="http://www.w3.org/1999/xhtml" id="id665732"></a> 28000 28368 <div class="header">Description:</div> 28001 28369 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 28033 28401 <div> 28034 28402 <div class="refsect1" lang="en" xml:lang="en"> 28035 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38051"></a>28403 <a xmlns="http://www.w3.org/1999/xhtml" id="id665811"></a> 28036 28404 <div class="header">Values:</div> 28037 28405 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 28041 28409 </div> 28042 28410 <div class="refsect1" lang="en" xml:lang="en"> 28043 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38092"></a>28411 <a xmlns="http://www.w3.org/1999/xhtml" id="id665852"></a> 28044 28412 <div class="header">Description:</div> 28045 28413 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 28075 28443 <div> 28076 28444 <div class="refsect1" lang="en" xml:lang="en"> 28077 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38164"></a>28445 <a xmlns="http://www.w3.org/1999/xhtml" id="id665925"></a> 28078 28446 <div class="header">Values:</div> 28079 28447 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 28088 28456 </div> 28089 28457 <div class="refsect1" lang="en" xml:lang="en"> 28090 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38205"></a>28458 <a xmlns="http://www.w3.org/1999/xhtml" id="id665965"></a> 28091 28459 <div class="header">Description:</div> 28092 28460 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 28116 28484 <div> 28117 28485 <div class="refsect1" lang="en" xml:lang="en"> 28118 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38274"></a>28486 <a xmlns="http://www.w3.org/1999/xhtml" id="id666034"></a> 28119 28487 <div class="header">Values:</div> 28120 28488 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 28129 28497 </div> 28130 28498 <div class="refsect1" lang="en" xml:lang="en"> 28131 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38348"></a>28499 <a xmlns="http://www.w3.org/1999/xhtml" id="id666108"></a> 28132 28500 <div class="header">Description:</div> 28133 28501 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 28156 28524 <div> 28157 28525 <div class="refsect1" lang="en" xml:lang="en"> 28158 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38407"></a>28526 <a xmlns="http://www.w3.org/1999/xhtml" id="id666168"></a> 28159 28527 <div class="header">Values:</div> 28160 28528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28167 28535 </div> 28168 28536 <div class="refsect1" lang="en" xml:lang="en"> 28169 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38470"></a>28537 <a xmlns="http://www.w3.org/1999/xhtml" id="id666230"></a> 28170 28538 <div class="header">Description:</div> 28171 28539 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28193 28561 <div> 28194 28562 <div class="refsect1" lang="en" xml:lang="en"> 28195 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38529"></a>28563 <a xmlns="http://www.w3.org/1999/xhtml" id="id666289"></a> 28196 28564 <div class="header">Values:</div> 28197 28565 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28206 28574 </div> 28207 28575 <div class="refsect1" lang="en" xml:lang="en"> 28208 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38603"></a>28576 <a xmlns="http://www.w3.org/1999/xhtml" id="id666363"></a> 28209 28577 <div class="header">Description:</div> 28210 28578 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28231 28599 <div> 28232 28600 <div class="refsect1" lang="en" xml:lang="en"> 28233 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38658"></a>28601 <a xmlns="http://www.w3.org/1999/xhtml" id="id666419"></a> 28234 28602 <div class="header">Values:</div> 28235 28603 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28236 28604 </div> 28237 28605 <div class="refsect1" lang="en" xml:lang="en"> 28238 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38681"></a>28606 <a xmlns="http://www.w3.org/1999/xhtml" id="id666441"></a> 28239 28607 <div class="header">Description:</div> 28240 28608 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 28259 28627 <div> 28260 28628 <div class="refsect1" lang="en" xml:lang="en"> 28261 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38740"></a>28629 <a xmlns="http://www.w3.org/1999/xhtml" id="id666500"></a> 28262 28630 <div class="header">Values:</div> 28263 28631 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28264 28632 </div> 28265 28633 <div class="refsect1" lang="en" xml:lang="en"> 28266 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38762"></a>28634 <a xmlns="http://www.w3.org/1999/xhtml" id="id666523"></a> 28267 28635 <div class="header">Description:</div> 28268 28636 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 28286 28654 <div> 28287 28655 <div class="refsect1" lang="en" xml:lang="en"> 28288 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38816"></a>28656 <a xmlns="http://www.w3.org/1999/xhtml" id="id666577"></a> 28289 28657 <div class="header">Values:</div> 28290 28658 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---A <code xmlns="http://www.w3.org/1999/xhtml" class="code">MACPTR</code> that points to a block of … … 28292 28660 </div> 28293 28661 <div class="refsect1" lang="en" xml:lang="en"> 28294 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38843"></a>28662 <a xmlns="http://www.w3.org/1999/xhtml" id="id666603"></a> 28295 28663 <div class="header">Description:</div> 28296 28664 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the <code class="code">CCL:FREE</code> … … 28324 28692 <div> 28325 28693 <div class="refsect1" lang="en" xml:lang="en"> 28326 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 38936"></a>28694 <a xmlns="http://www.w3.org/1999/xhtml" id="id666696"></a> 28327 28695 <div class="header">Values:</div> 28328 28696 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 28339 28707 </div> 28340 28708 <div class="refsect1" lang="en" xml:lang="en"> 28341 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39011"></a>28709 <a xmlns="http://www.w3.org/1999/xhtml" id="id666771"></a> 28342 28710 <div class="header">Description:</div> 28343 28711 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28374 28742 <div> 28375 28743 <div class="refsect1" lang="en" xml:lang="en"> 28376 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39082"></a>28744 <a xmlns="http://www.w3.org/1999/xhtml" id="id666843"></a> 28377 28745 <div class="header">Values:</div> 28378 28746 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used … … 28391 28759 </div> 28392 28760 <div class="refsect1" lang="en" xml:lang="en"> 28393 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39150"></a>28761 <a xmlns="http://www.w3.org/1999/xhtml" id="id666910"></a> 28394 28762 <div class="header">Description:</div> 28395 28763 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28440 28808 <div> 28441 28809 <div class="refsect1" lang="en" xml:lang="en"> 28442 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39272"></a>28810 <a xmlns="http://www.w3.org/1999/xhtml" id="id667032"></a> 28443 28811 <div class="header">Values:</div> 28444 28812 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used … … 28454 28822 </div> 28455 28823 <div class="refsect1" lang="en" xml:lang="en"> 28456 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39330"></a>28824 <a xmlns="http://www.w3.org/1999/xhtml" id="id667090"></a> 28457 28825 <div class="header">Description:</div> 28458 28826 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28495 28863 </div> 28496 28864 <div class="refsect1" lang="en" xml:lang="en"> 28497 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39420"></a>28865 <a xmlns="http://www.w3.org/1999/xhtml" id="id667180"></a> 28498 28866 <div class="header">Notes:</div> 28499 28867 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28528 28896 <div> 28529 28897 <div class="refsect1" lang="en" xml:lang="en"> 28530 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39503"></a>28898 <a xmlns="http://www.w3.org/1999/xhtml" id="id667263"></a> 28531 28899 <div class="header">Values:</div> 28532 28900 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-name of … … 28536 28904 </div> 28537 28905 <div class="refsect1" lang="en" xml:lang="en"> 28538 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39543"></a>28906 <a xmlns="http://www.w3.org/1999/xhtml" id="id667304"></a> 28539 28907 <div class="header">Description:</div> 28540 28908 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 28547 28915 </div> 28548 28916 <div class="refsect1" lang="en" xml:lang="en"> 28549 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39559"></a>28917 <a xmlns="http://www.w3.org/1999/xhtml" id="id667319"></a> 28550 28918 <div class="header">Examples:</div> 28551 28919 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 28582 28950 </div> 28583 28951 <div class="refsect1" lang="en" xml:lang="en"> 28584 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39580"></a>28952 <a xmlns="http://www.w3.org/1999/xhtml" id="id667340"></a> 28585 28953 <div class="header">Notes:</div> 28586 28954 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 28605 28973 <div> 28606 28974 <div class="refsect1" lang="en" xml:lang="en"> 28607 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39637"></a>28975 <a xmlns="http://www.w3.org/1999/xhtml" id="id667397"></a> 28608 28976 <div class="header">Values:</div> 28609 28977 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#Referencing-and-Using-Foreign-Memory-Addresses" title="13.3. Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p> … … 28613 28981 </div> 28614 28982 <div class="refsect1" lang="en" xml:lang="en"> 28615 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39681"></a>28983 <a xmlns="http://www.w3.org/1999/xhtml" id="id667442"></a> 28616 28984 <div class="header">Description:</div> 28617 28985 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 28639 29007 <div> 28640 29008 <div class="refsect1" lang="en" xml:lang="en"> 28641 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39747"></a>29009 <a xmlns="http://www.w3.org/1999/xhtml" id="id667507"></a> 28642 29010 <div class="header">Values:</div> 28643 29011 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 28645 29013 </div> 28646 29014 <div class="refsect1" lang="en" xml:lang="en"> 28647 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39770"></a>29015 <a xmlns="http://www.w3.org/1999/xhtml" id="id667530"></a> 28648 29016 <div class="header">Description:</div> 28649 29017 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 28668 29036 <div> 28669 29037 <div class="refsect1" lang="en" xml:lang="en"> 28670 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39841"></a>29038 <a xmlns="http://www.w3.org/1999/xhtml" id="id667601"></a> 28671 29039 <div class="header">Values:</div> 28672 29040 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 28676 29044 </div> 28677 29045 <div class="refsect1" lang="en" xml:lang="en"> 28678 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39892"></a>29046 <a xmlns="http://www.w3.org/1999/xhtml" id="id667652"></a> 28679 29047 <div class="header">Description:</div> 28680 29048 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 28706 29074 <div> 28707 29075 <div class="refsect1" lang="en" xml:lang="en"> 28708 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 39973"></a>29076 <a xmlns="http://www.w3.org/1999/xhtml" id="id667733"></a> 28709 29077 <div class="header">Values:</div> 28710 29078 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 28713 29081 </div> 28714 29082 <div class="refsect1" lang="en" xml:lang="en"> 28715 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40021"></a>29083 <a xmlns="http://www.w3.org/1999/xhtml" id="id667781"></a> 28716 29084 <div class="header">Description:</div> 28717 29085 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 28740 29108 <div> 28741 29109 <div class="refsect1" lang="en" xml:lang="en"> 28742 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40088"></a>29110 <a xmlns="http://www.w3.org/1999/xhtml" id="id667848"></a> 28743 29111 <div class="header">Values:</div> 28744 29112 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---A CLOS object of a class for which there exists … … 28748 29116 </div> 28749 29117 <div class="refsect1" lang="en" xml:lang="en"> 28750 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40117"></a>29118 <a xmlns="http://www.w3.org/1999/xhtml" id="id667877"></a> 28751 29119 <div class="header">Description:</div> 28752 29120 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28785 29153 </div> 28786 29154 <div class="refsect1" lang="en" xml:lang="en"> 28787 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40173"></a>29155 <a xmlns="http://www.w3.org/1999/xhtml" id="id667933"></a> 28788 29156 <div class="header">Example:</div> 28789 29157 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 28799 29167 </div> 28800 29168 <div class="refsect1" lang="en" xml:lang="en"> 28801 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40188"></a>29169 <a xmlns="http://www.w3.org/1999/xhtml" id="id667948"></a> 28802 29170 <div class="header">See Also:</div> 28803 29171 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 28821 29189 <div> 28822 29190 <div class="refsect1" lang="en" xml:lang="en"> 28823 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40248"></a>29191 <a xmlns="http://www.w3.org/1999/xhtml" id="id668008"></a> 28824 29192 <div class="header">Values:</div> 28825 29193 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a … … 28828 29196 </div> 28829 29197 <div class="refsect1" lang="en" xml:lang="en"> 28830 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40271"></a>29198 <a xmlns="http://www.w3.org/1999/xhtml" id="id668031"></a> 28831 29199 <div class="header">Description:</div> 28832 29200 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 28852 29220 <div> 28853 29221 <div class="refsect1" lang="en" xml:lang="en"> 28854 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40331"></a>29222 <a xmlns="http://www.w3.org/1999/xhtml" id="id668092"></a> 28855 29223 <div class="header">Values:</div> 28856 29224 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a … … 28859 29227 </div> 28860 29228 <div class="refsect1" lang="en" xml:lang="en"> 28861 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40355"></a>29229 <a xmlns="http://www.w3.org/1999/xhtml" id="id668115"></a> 28862 29230 <div class="header">Description:</div> 28863 29231 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 28881 29249 </div> 28882 29250 <div class="refsect1" lang="en" xml:lang="en"> 28883 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 40393"></a>29251 <a xmlns="http://www.w3.org/1999/xhtml" id="id668153"></a> 28884 29252 <div class="header">Examples:</div> 28885 29253 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 30465 30833 <dt> 30466 30834 <span class="term"> 30467 <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/" target="_top">Cocoa Documentation</a> 30468 </span> 30835 <a class="ulink" href="http://developer.apple.com/technologies/mac/cocoa.html" target="_top">Mac OS X - Cocoa</a> 30836 , </span> 30837 <span class="term"> 30838 <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/General/Conceptual/DevPedia-CocoaCore/Cocoa.html" target="_top"> 30839 Cocoa Core Competencies 30840 </a> 30841 , </span> 30842 <span class="term"> 30843 <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaFundamentals/WhatIsCocoa/WhatIsCocoa.html" target="_top"> 30844 Cocoa Fundamentals Guide 30845 </a> 30846 </span> 30469 30847 </dt> 30470 30848 <dd> 30471 30849 <p> 30472 This is the top page for all of Apple's documentation on 30473 Cocoa. If you are unfamiliar with Cocoa, it is a good 30474 place to start. 30850 These are top-level pages pertaining to Cocoa in Apple's Mac OS X Developer Library. 30851 If you are unfamiliar with Cocoa, these links are good places to start. 30475 30852 </p> 30476 30853 </dd> 30477 30854 <dt> 30478 30855 <span class="term"> 30479 <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/index.html" target="_top">Foundation Reference for Objective-C</a> 30856 <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html" target="_top"> 30857 The Objective-C Programming Language 30858 </a> 30859 , </span> 30860 <span class="term"> 30861 <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Introduction/Introduction.html" target="_top"> 30862 Objective-C Runtime Programming Guide 30863 </a> 30864 </span> 30865 </dt> 30866 <dd> 30867 <p>These provide a conceptual overview and programming guide to Objective-C the language and runtime, respectively.</p> 30868 </dd> 30869 <dt> 30870 <span class="term"> 30871 <a class="ulink" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html" target="_top"> 30872 Objective-C Runtime Reference 30873 </a> 30480 30874 </span> 30481 30875 </dt> … … 30489 30883 <dt> 30490 30884 <span class="term"> 30491 <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/index.html" target="_top">Application Kit Reference for Objective-C</a>30885 <a class="ulink" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/index.html" target="_top">Application Kit Framework Reference</a> 30492 30886 </span> 30493 30887 </dt> 30494 30888 <dd> 30495 30889 <p> 30496 This is the other ; it covers GUI programming with Cocoa30890 This is the other very important Cocoa reference; it covers GUI programming with Cocoa / Application Kit Framework 30497 30891 in considerable depth. This is a reference, not a tutorial. 30498 30892 </p> … … 30500 30894 <dt> 30501 30895 <span class="term"> 30502 <a class="ulink" href="http://developer.apple.com/documentation/index.html" target="_top">Apple Developer Documentation</a>30896 <a class="ulink" href="http://developer.apple.com/library/mac/navigation/" target="_top">Mac OS X Developer Library</a> 30503 30897 </span> 30504 30898 </dt> 30505 30899 <dd> 30506 30900 <p> 30507 This is the site which the above two documents are found on;30508 go here to find the documentation on any other AppleAPI.30901 This is the top page for Mac OS X developer documentation. 30902 Go here to find the documentation on any other Mac OS X API. 30509 30903 Also go here if you need general guidance about OS X, Carbon, 30510 Cocoa, Core Foundation, or Objective C.30904 Cocoa, Core Foundation, or Objective-C. 30511 30905 </p> 30906 </dd> 30907 <dt> 30908 <span class="term"> 30909 <a class="ulink" href="http://developer.apple.com/" target="_top">Resources for Apple Developers</a> 30910 </span> 30911 </dt> 30912 <dd> 30913 <p> 30914 This is the top page for all Apple developer documentation. 30915 </p> 30512 30916 </dd> 30513 30917 </dl> … … 30534 30938 <div> 30535 30939 <div class="refsect1" lang="en" xml:lang="en"> 30536 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04658"></a>30940 <a xmlns="http://www.w3.org/1999/xhtml" id="id632412"></a> 30537 30941 <div class="header">Arguments and Values:</div> 30538 30942 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 30544 30948 </div> 30545 30949 <div class="refsect1" lang="en" xml:lang="en"> 30546 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4703"></a>30950 <a xmlns="http://www.w3.org/1999/xhtml" id="id606971"></a> 30547 30951 <div class="header">Description:</div> 30548 30952 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30565 30969 <div> 30566 30970 <div class="refsect1" lang="en" xml:lang="en"> 30567 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4764"></a>30971 <a xmlns="http://www.w3.org/1999/xhtml" id="id607032"></a> 30568 30972 <div class="header">Arguments and Values:</div> 30569 30973 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of a new or existing … … 30578 30982 </div> 30579 30983 <div class="refsect1" lang="en" xml:lang="en"> 30580 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4824"></a>30984 <a xmlns="http://www.w3.org/1999/xhtml" id="id607092"></a> 30581 30985 <div class="header">Description:</div> 30582 30986 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30602 31006 <div> 30603 31007 <div class="refsect1" lang="en" xml:lang="en"> 30604 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4887"></a>31008 <a xmlns="http://www.w3.org/1999/xhtml" id="id607154"></a> 30605 31009 <div class="header">Values:</div> 30606 31010 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 30608 31012 </div> 30609 31013 <div class="refsect1" lang="en" xml:lang="en"> 30610 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4914"></a>31014 <a xmlns="http://www.w3.org/1999/xhtml" id="id607181"></a> 30611 31015 <div class="header">Description:</div> 30612 31016 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30630 31034 <div> 30631 31035 <div class="refsect1" lang="en" xml:lang="en"> 30632 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4972"></a>31036 <a xmlns="http://www.w3.org/1999/xhtml" id="id607240"></a> 30633 31037 <div class="header">Values:</div> 30634 31038 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30636 31040 </div> 30637 31041 <div class="refsect1" lang="en" xml:lang="en"> 30638 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4999"></a>31042 <a xmlns="http://www.w3.org/1999/xhtml" id="id607267"></a> 30639 31043 <div class="header">Description:</div> 30640 31044 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30656 31060 <div> 30657 31061 <div class="refsect1" lang="en" xml:lang="en"> 30658 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579245"></a>31062 <a xmlns="http://www.w3.org/1999/xhtml" id="id607324"></a> 30659 31063 <div class="header">Arguments and Values:</div> 30660 31064 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30665 31069 </div> 30666 31070 <div class="refsect1" lang="en" xml:lang="en"> 30667 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579288"></a>31071 <a xmlns="http://www.w3.org/1999/xhtml" id="id607367"></a> 30668 31072 <div class="header">Description:</div> 30669 31073 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30688 31092 <div> 30689 31093 <div class="refsect1" lang="en" xml:lang="en"> 30690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579347"></a>31094 <a xmlns="http://www.w3.org/1999/xhtml" id="id607426"></a> 30691 31095 <div class="header">Arguments and Values:</div> 30692 31096 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 30697 31101 </div> 30698 31102 <div class="refsect1" lang="en" xml:lang="en"> 30699 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579390"></a>31103 <a xmlns="http://www.w3.org/1999/xhtml" id="id607469"></a> 30700 31104 <div class="header">Description:</div> 30701 31105 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30720 31124 <div> 30721 31125 <div class="refsect1" lang="en" xml:lang="en"> 30722 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579450"></a>31126 <a xmlns="http://www.w3.org/1999/xhtml" id="id608115"></a> 30723 31127 <div class="header">Values:</div> 30724 31128 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 30725 31129 </div> 30726 31130 <div class="refsect1" lang="en" xml:lang="en"> 30727 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579475"></a>31131 <a xmlns="http://www.w3.org/1999/xhtml" id="id608141"></a> 30728 31132 <div class="header">Description:</div> 30729 31133 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30746 31150 <div> 30747 31151 <div class="refsect1" lang="en" xml:lang="en"> 30748 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579533"></a>31152 <a xmlns="http://www.w3.org/1999/xhtml" id="id608198"></a> 30749 31153 <div class="header">Values:</div> 30750 31154 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30754 31158 </div> 30755 31159 <div class="refsect1" lang="en" xml:lang="en"> 30756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579575"></a>31160 <a xmlns="http://www.w3.org/1999/xhtml" id="id608241"></a> 30757 31161 <div class="header">Description:</div> 30758 31162 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30779 31183 <div> 30780 31184 <div class="refsect1" lang="en" xml:lang="en"> 30781 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579644"></a>31185 <a xmlns="http://www.w3.org/1999/xhtml" id="id608310"></a> 30782 31186 <div class="header">Values:</div> 30783 31187 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 30788 31192 </div> 30789 31193 <div class="refsect1" lang="en" xml:lang="en"> 30790 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579687"></a>31194 <a xmlns="http://www.w3.org/1999/xhtml" id="id608352"></a> 30791 31195 <div class="header">Description:</div> 30792 31196 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30804 31208 </div> 30805 31209 <div class="refsect1" lang="en" xml:lang="en"> 30806 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579720"></a>31210 <a xmlns="http://www.w3.org/1999/xhtml" id="id608386"></a> 30807 31211 <div class="header">Notes:</div> 30808 31212 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30829 31233 <div> 30830 31234 <div class="refsect1" lang="en" xml:lang="en"> 30831 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580369"></a>31235 <a xmlns="http://www.w3.org/1999/xhtml" id="id608446"></a> 30832 31236 <div class="header">Arguments and Values:</div> 30833 31237 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">class-name</span></i>---a string which denotes an existing class name, or a … … 30836 31240 </div> 30837 31241 <div class="refsect1" lang="en" xml:lang="en"> 30838 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580396"></a>31242 <a xmlns="http://www.w3.org/1999/xhtml" id="id608474"></a> 30839 31243 <div class="header">Description:</div> 30840 31244 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 30861 31265 <div> 30862 31266 <div class="refsect1" lang="en" xml:lang="en"> 30863 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580466"></a>31267 <a xmlns="http://www.w3.org/1999/xhtml" id="id608543"></a> 30864 31268 <div class="header">Arguments and Values:</div> 30865 31269 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 30867 31271 </div> 30868 31272 <div class="refsect1" lang="en" xml:lang="en"> 30869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580491"></a>31273 <a xmlns="http://www.w3.org/1999/xhtml" id="id608569"></a> 30870 31274 <div class="header">Description:</div> 30871 31275 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 30889 31293 <div> 30890 31294 <div class="refsect1" lang="en" xml:lang="en"> 30891 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580557"></a>31295 <a xmlns="http://www.w3.org/1999/xhtml" id="id608635"></a> 30892 31296 <div class="header">Arguments and Values:</div> 30893 31297 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name-and-result-type</span></i>---either an Objective-C message name, for methods … … 30911 31315 </div> 30912 31316 <div class="refsect1" lang="en" xml:lang="en"> 30913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580638"></a>31317 <a xmlns="http://www.w3.org/1999/xhtml" id="id628274"></a> 30914 31318 <div class="header">Description:</div> 30915 31319 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 30936 31340 <div> 30937 31341 <div class="refsect1" lang="en" xml:lang="en"> 30938 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580720"></a>31342 <a xmlns="http://www.w3.org/1999/xhtml" id="id628356"></a> 30939 31343 <div class="header">Arguments and Values:</div> 30940 31344 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 30951 31355 </div> 30952 31356 <div class="refsect1" lang="en" xml:lang="en"> 30953 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580767"></a>31357 <a xmlns="http://www.w3.org/1999/xhtml" id="id628402"></a> 30954 31358 <div class="header">Description:</div> 30955 31359 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 30972 31376 <div> 30973 31377 <div class="refsect1" lang="en" xml:lang="en"> 30974 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580830"></a>31378 <a xmlns="http://www.w3.org/1999/xhtml" id="id628466"></a> 30975 31379 <div class="header">Arguments and Values:</div> 30976 31380 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 30977 31381 </div> 30978 31382 <div class="refsect1" lang="en" xml:lang="en"> 30979 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580841"></a>31383 <a xmlns="http://www.w3.org/1999/xhtml" id="id628477"></a> 30980 31384 <div class="header">Description:</div> 30981 31385 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 31019 31423 <div> 31020 31424 <div class="refsect1" lang="en" xml:lang="en"> 31021 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02470"></a>31425 <a xmlns="http://www.w3.org/1999/xhtml" id="id628553"></a> 31022 31426 <div class="header">Description:</div> 31023 31427 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 31054 31458 <div> 31055 31459 <div class="refsect1" lang="en" xml:lang="en"> 31056 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02527"></a>31460 <a xmlns="http://www.w3.org/1999/xhtml" id="id628611"></a> 31057 31461 <div class="header">Superclasses:</div> 31058 31462 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 31059 31463 </div> 31060 31464 <div class="refsect1" lang="en" xml:lang="en"> 31061 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02538"></a>31465 <a xmlns="http://www.w3.org/1999/xhtml" id="id628622"></a> 31062 31466 <div class="header">Initargs:</div> 31063 31467 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 31067 31471 </div> 31068 31472 <div class="refsect1" lang="en" xml:lang="en"> 31069 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02565"></a>31473 <a xmlns="http://www.w3.org/1999/xhtml" id="id628649"></a> 31070 31474 <div class="header">Description:</div> 31071 31475 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31085 31489 </div> 31086 31490 <div class="refsect1" lang="en" xml:lang="en"> 31087 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02584"></a>31491 <a xmlns="http://www.w3.org/1999/xhtml" id="id628668"></a> 31088 31492 <div class="header">Examples:</div> 31089 31493 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31116 31520 </div> 31117 31521 <div class="refsect1" lang="en" xml:lang="en"> 31118 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02637"></a>31522 <a xmlns="http://www.w3.org/1999/xhtml" id="id628721"></a> 31119 31523 <div class="header">Notes:</div> 31120 31524 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31456 31860 <div> 31457 31861 <div class="refsect1" lang="en" xml:lang="en"> 31458 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578267"></a>31862 <a xmlns="http://www.w3.org/1999/xhtml" id="id629922"></a> 31459 31863 <div class="header">Arguments and Values:</div> 31460 31864 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">type</span></i>---The type of population, one of <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:LIST</code> (the default) or <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:ALIST</code></p> … … 31464 31868 </div> 31465 31869 <div class="refsect1" lang="en" xml:lang="en"> 31466 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578327"></a>31870 <a xmlns="http://www.w3.org/1999/xhtml" id="id629981"></a> 31467 31871 <div class="header">Description:</div> 31468 31872 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 31482 31886 <div> 31483 31887 <div class="refsect1" lang="en" xml:lang="en"> 31484 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578384"></a>31888 <a xmlns="http://www.w3.org/1999/xhtml" id="id605718"></a> 31485 31889 <div class="header">Description:</div> 31486 31890 <p xmlns="http://www.w3.org/1999/xhtml">returns the type of <code class="literal">population</code>, one of <code class="literal">:LIST</code> or <code class="literal">:ALIST</code></p> … … 31500 31904 <div> 31501 31905 <div class="refsect1" lang="en" xml:lang="en"> 31502 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578458"></a>31906 <a xmlns="http://www.w3.org/1999/xhtml" id="id605792"></a> 31503 31907 <div class="header">Description:</div> 31504 31908 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 31523 31927 <div> 31524 31928 <div class="refsect1" lang="en" xml:lang="en"> 31525 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 2660"></a>31929 <a xmlns="http://www.w3.org/1999/xhtml" id="id606076"></a> 31526 31930 <div class="header">Description:</div> 31527 31931 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 31556 31960 <div> 31557 31961 <div class="refsect1" lang="en" xml:lang="en"> 31558 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 2745"></a>31962 <a xmlns="http://www.w3.org/1999/xhtml" id="id606161"></a> 31559 31963 <div class="header">Description:</div> 31560 31964 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 31577 31981 <div> 31578 31982 <div class="refsect1" lang="en" xml:lang="en"> 31579 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 2805"></a>31983 <a xmlns="http://www.w3.org/1999/xhtml" id="id606221"></a> 31580 31984 <div class="header">Arguments and Values:</div> 31581 31985 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 31582 31986 </div> 31583 31987 <div class="refsect1" lang="en" xml:lang="en"> 31584 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02831"></a>31988 <a xmlns="http://www.w3.org/1999/xhtml" id="id628737"></a> 31585 31989 <div class="header">Description:</div> 31586 31990 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 31606 32010 <div> 31607 32011 <div class="refsect1" lang="en" xml:lang="en"> 31608 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484318"></a>32012 <a xmlns="http://www.w3.org/1999/xhtml" id="id511419"></a> 31609 32013 <div class="header">Description:</div> 31610 32014 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 31626 32030 <div> 31627 32031 <div class="refsect1" lang="en" xml:lang="en"> 31628 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484376"></a>32032 <a xmlns="http://www.w3.org/1999/xhtml" id="id511478"></a> 31629 32033 <div class="header">Arguments and Values:</div> 31630 32034 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 31631 32035 </div> 31632 32036 <div class="refsect1" lang="en" xml:lang="en"> 31633 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02875"></a>32037 <a xmlns="http://www.w3.org/1999/xhtml" id="id628781"></a> 31634 32038 <div class="header">Description:</div> 31635 32039 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 31657 32061 <div> 31658 32062 <div class="refsect1" lang="en" xml:lang="en"> 31659 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02933"></a>32063 <a xmlns="http://www.w3.org/1999/xhtml" id="id628839"></a> 31660 32064 <div class="header">Description:</div> 31661 32065 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 31680 32084 <div> 31681 32085 <div class="refsect1" lang="en" xml:lang="en"> 31682 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02989"></a>32086 <a xmlns="http://www.w3.org/1999/xhtml" id="id628895"></a> 31683 32087 <div class="header">Description:</div> 31684 32088 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 31705 32109 <div> 31706 32110 <div class="refsect1" lang="en" xml:lang="en"> 31707 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03047"></a>32111 <a xmlns="http://www.w3.org/1999/xhtml" id="id628953"></a> 31708 32112 <div class="header">Description:</div> 31709 32113 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 31727 32131 <div> 31728 32132 <div class="refsect1" lang="en" xml:lang="en"> 31729 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03106"></a>32133 <a xmlns="http://www.w3.org/1999/xhtml" id="id629012"></a> 31730 32134 <div class="header">Arguments and Values:</div> 31731 32135 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 31737 32141 </div> 31738 32142 <div class="refsect1" lang="en" xml:lang="en"> 31739 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03161"></a>32143 <a xmlns="http://www.w3.org/1999/xhtml" id="id657203"></a> 31740 32144 <div class="header">Description:</div> 31741 32145 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 31761 32165 <div> 31762 32166 <div class="refsect1" lang="en" xml:lang="en"> 31763 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03227"></a>32167 <a xmlns="http://www.w3.org/1999/xhtml" id="id657268"></a> 31764 32168 <div class="header">Arguments and Values:</div> 31765 32169 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 31766 32170 </div> 31767 32171 <div class="refsect1" lang="en" xml:lang="en"> 31768 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28592"></a>32172 <a xmlns="http://www.w3.org/1999/xhtml" id="id657294"></a> 31769 32173 <div class="header">Description:</div> 31770 32174 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 31791 32195 <div> 31792 32196 <div class="refsect1" lang="en" xml:lang="en"> 31793 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 28650"></a>32197 <a xmlns="http://www.w3.org/1999/xhtml" id="id657352"></a> 31794 32198 <div class="header">Description:</div> 31795 32199 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 31946 32350 <dt> 31947 32351 <span class="sect2"> 31948 <a href="#id6 35070">17.7.2. Recommended Reading</a>32352 <a href="#id662863">17.7.2. Recommended Reading</a> 31949 32353 </span> 31950 32354 </dt> … … 33222 33626 <li class="listitem"> 33223 33627 <p>To support a feature called <span class="emphasis"><em>GCTWA 33224 <sup>[<a id="id6 34624" href="#ftn.id634624" class="footnote">1</a>]</sup>33628 <sup>[<a id="id662417" href="#ftn.id662417" class="footnote">1</a>]</sup> 33225 33629 , </em></span>the vector that contains the internal 33226 33630 symbols of the current package is marked on entry to the … … 33355 33759 <hr width="100" align="left" /> 33356 33760 <div class="footnote"> 33357 <p><sup>[<a id="ftn.id6 34624" href="#id634624" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,33761 <p><sup>[<a id="ftn.id662417" href="#id662417" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 33358 33762 where it stood for "Garbage Collection of Truly 33359 33763 Worthless Atoms".</p> … … 33415 33819 generations looking for such intergenerational references, the 33416 33820 runtime system must note all such intergenerational references 33417 at the point where they're created (via Setf).<sup>[<a id="id6 34858" href="#ftn.id634858" class="footnote">2</a>]</sup> The33821 at the point where they're created (via Setf).<sup>[<a id="id662651" href="#ftn.id662651" class="footnote">2</a>]</sup> The 33418 33822 set of pointers that may contain intergenerational references is 33419 33823 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 33462 33866 that might introduce an intergenerational reference must be 33463 33867 memoized. 33464 <sup>[<a id="id6 34927" href="#ftn.id634927" class="footnote">3</a>]</sup> It's always safe to33868 <sup>[<a id="id662720" href="#ftn.id662720" class="footnote">3</a>]</sup> It's always safe to 33465 33869 push any cons cell or gvector locative onto the memo stack; 33466 33870 it's never safe to push anything else. … … 33483 33887 <hr width="100" align="left" /> 33484 33888 <div class="footnote"> 33485 <p><sup>[<a id="ftn.id6 34858" href="#id634858" class="para">2</a>] </sup>This is33889 <p><sup>[<a id="ftn.id662651" href="#id662651" class="para">2</a>] </sup>This is 33486 33890 sometimes called "The Write Barrier": all assignments which 33487 33891 might result in intergenerational references must be noted, as … … 33489 33893 </div> 33490 33894 <div class="footnote"> 33491 <p><sup>[<a id="ftn.id6 34927" href="#id634927" class="para">3</a>] </sup>Note that the implicit setfs that occur when33895 <p><sup>[<a id="ftn.id662720" href="#id662720" class="para">3</a>] </sup>Note that the implicit setfs that occur when 33492 33896 initializing an object - as in the case of a call to cons or 33493 33897 vector - can't introduce intergenerational references, since … … 33605 34009 <div> 33606 34010 <div> 33607 <h3 class="title"><a id="id6 35070"></a>17.7.2. Recommended Reading</h3>34011 <h3 class="title"><a id="id662863"></a>17.7.2. Recommended Reading</h3> 33608 34012 </div> 33609 34013 </div> … … 34018 34422 <div> 34019 34423 <div class="refsect1" lang="en" xml:lang="en"> 34020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556986"></a>34424 <a xmlns="http://www.w3.org/1999/xhtml" id="id606370"></a> 34021 34425 <div class="header">Description:</div> 34022 34426 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 34043 34447 <div> 34044 34448 <div class="refsect1" lang="en" xml:lang="en"> 34045 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03287"></a>34449 <a xmlns="http://www.w3.org/1999/xhtml" id="id630996"></a> 34046 34450 <div class="header">Description:</div> 34047 34451 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34067 34471 <div> 34068 34472 <div class="refsect1" lang="en" xml:lang="en"> 34069 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577255"></a>34473 <a xmlns="http://www.w3.org/1999/xhtml" id="id630227"></a> 34070 34474 <div class="header">Description:</div> 34071 34475 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34090 34494 <div> 34091 34495 <div class="refsect1" lang="en" xml:lang="en"> 34092 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 77614"></a>34496 <a xmlns="http://www.w3.org/1999/xhtml" id="id599978"></a> 34093 34497 <div class="header">Description:</div> 34094 34498 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 34115 34519 <div> 34116 34520 <div class="refsect1" lang="en" xml:lang="en"> 34117 <a xmlns="http://www.w3.org/1999/xhtml" id="id56 2073"></a>34521 <a xmlns="http://www.w3.org/1999/xhtml" id="id565040"></a> 34118 34522 <div class="header">Description:</div> 34119 34523 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 34133 34537 <div> 34134 34538 <div class="refsect1" lang="en" xml:lang="en"> 34135 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62116"></a>34539 <a xmlns="http://www.w3.org/1999/xhtml" id="id591219"></a> 34136 34540 <div class="header">Description:</div> 34137 34541 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 34155 34559 <div> 34156 34560 <div class="refsect1" lang="en" xml:lang="en"> 34157 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565499"></a>34561 <a xmlns="http://www.w3.org/1999/xhtml" id="id633407"></a> 34158 34562 <div class="header">Arguments and Values:</div> 34159 34563 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 34161 34565 </div> 34162 34566 <div class="refsect1" lang="en" xml:lang="en"> 34163 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 4402"></a>34567 <a xmlns="http://www.w3.org/1999/xhtml" id="id607562"></a> 34164 34568 <div class="header">Description:</div> 34165 34569 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 34187 34591 <div> 34188 34592 <div class="refsect1" lang="en" xml:lang="en"> 34189 <a xmlns="http://www.w3.org/1999/xhtml" id="id60 5392"></a>34593 <a xmlns="http://www.w3.org/1999/xhtml" id="id607623"></a> 34190 34594 <div class="header">Arguments and Values:</div> 34191 34595 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 34196 34600 </div> 34197 34601 <div class="refsect1" lang="en" xml:lang="en"> 34198 <a xmlns="http://www.w3.org/1999/xhtml" id="id 629059"></a>34602 <a xmlns="http://www.w3.org/1999/xhtml" id="id573043"></a> 34199 34603 <div class="header">Description:</div> 34200 34604 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 35216 35620 <a href="#Symbol-Index">Symbol Index</a> 35217 35621 </div> 35218 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 14:0 on October 21, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15033<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>35622 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 2:0 on October 26, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15045<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 35219 35623 </body> 35220 35624 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
