Parent Directories

/
software/

Directory cmod-play

312008-01-29 12:36:56text/plainAUTHORS
21422008-01-29 13:01:36text/plainChangeLog
4722008-01-29 13:05:00text/plainNEWS
6842008-01-29 13:08:30text/plainWHIRLPOOLSUMS
1899812003-11-13 20:33:45application/x-tarcmod-play-1.tar.gz
2884482004-05-25 13:26:18application/x-tarcmod-play-2.tar.gz
3147222008-01-29 13:07:48application/x-tarcmod-play-3.tar.gz

2004-05-25

This directory documents the evolution of compiled-module dependency support
in guile 1.4.x.  It includes four compiled modules, the latter three of which
are dependent on the first:

        (random)
        (snazzy)        ; low-level access
        (tamped)        ; uses macros from <guile/modsup.h>
        (upshot)        ; further refinement

It also includes two tests, q.rstu and v.utsr, which test the dependency
resolution at runtime, along w/ suitable methodology (autogen.sh, Makefile.am,
configure.ac).  You can do "make check HEY=1" to see more precisely when each
compiled module's init functions are run.

The output of this exercise has been folded into guile 1.4.x (since 1.4.1.96)
as part of the header <guile/modsup.h>.