[project @ 2003-04-03 03:37:06 by unknown_lamer]
authorunknown_lamer <unknown>
Thu, 3 Apr 2003 03:37:06 +0000 (03:37 +0000)
committerunknown_lamer <unknown>
Thu, 3 Apr 2003 03:37:06 +0000 (03:37 +0000)
commitce02032fe35365dcdfd03eb3232b025407ed9341
tree3908bb4e4e3a6a1d3a1520fa006050556ee45879
parent6e78bd19562feb6fec15ac2d25781af1784732c5
[project @ 2003-04-03 03:37:06 by unknown_lamer]

2003-04-02  Clinton Ebadi  <clinton@unknownlamer.org>

* scripts/bobot-utils.scm: Make exported symbols from
the-bot-module available in the guile-user module so that scripts
loaded with Interp::Load function.

2003-03-30  Clinton Ebadi  <clinton@unknownlamer.org>

* scripts/bobot-utils.scm (bot:load-module): Loads a file from the
%bot:loadpath into its own module and returns that (unnamed) module
(bot:use-module): Calls bot:load-module and then adds the newly
loaded module to the (current-module)'s use-list

* source/Interp.C (interp_init_helper): New procedure to initialize
the-bot-module (this is the old Interp::Startup verbatim)
(interp_post_startup_helper): New procedure to export
the-bot-module from bot_module
(Startup): Now calls interp_init_helper and
interp_post_startup_helper to initalize the bot module system

* source/Interp.H: Added private variable bot_module to Interp
ChangeLog
NEWS
TODO
bobot++.info
bobot++.texinfo
scripts/bobot-utils.scm
scripts/scheme_add_user
scripts/scripts.load
source/Interp.C
source/Interp.H