Diff
Not logged in

Differences From Artifact [9eb4e6638e]:

To Artifact [b9dbe9d297]:


412
413
414
415
416
417
418
419

420
421
422
423

424
425
426
427
428
429
430
412
413
414
415
416
417
418

419
420
421
422

423
424
425
426
427
428
429
430







-
+



-
+








<blockquote style="font-family: monospace;"><br>
This procedure returns the name of the package index file for the<br>
language specified by the language argument.  An empty string will<br>
be returned if the language is unsupported or unrecognized.<br>
</blockquote><br><hr><br>

<big><big><span style="font-family: monospace;">Private Procedure &quot;<a href="$ROOT/artifact?ci=trunk&amp;filename=client/1.0/neutral/pkgd.eagle&amp;ln=539">::PackageDownloader::maybeCreateMasterTclPackageIndex</a>&quot;&nbsp;(from&nbsp;&quot;<a href="$ROOT/artifact?ci=trunk&amp;filename=client/1.0/neutral/pkgd.eagle">pkgd.eagle</a>&quot;)</span></big></big><br>
<big><big><span style="font-family: monospace;">Private Procedure &quot;<a href="$ROOT/artifact?ci=trunk&amp;filename=client/1.0/neutral/pkgd.eagle&amp;ln=539">::PackageDownloader::maybeCreateRootTclPackageIndex</a>&quot;&nbsp;(from&nbsp;&quot;<a href="$ROOT/artifact?ci=trunk&amp;filename=client/1.0/neutral/pkgd.eagle">pkgd.eagle</a>&quot;)</span></big></big><br>

<blockquote style="font-family: monospace;"><br>
This procedure, which is only used for native Tcl, generates a<br>
&quot;master&quot; package index file (i.e. &quot;pkgIndex.tcl&quot;) suitable for<br>
&quot;root&quot; package index file (i.e. &quot;pkgIndex.tcl&quot;) suitable for<br>
use with native Tcl 8.4 (or higher).  It will recursively scan<br>
for all other native Tcl package index files that are within the<br>
configured persistent root directory and [source] them, thereby<br>
causing all packages located within them to become available.<br>
Since Eagle (by default) already performs recursive searches for<br>
its package index files, this procedure is not needed for Eagle.<br>
The return value is undefined.<br>