[project @ 2002-07-09 14:28:08 by unknown_lamer]
authorunknown_lamer <unknown>
Tue, 9 Jul 2002 14:28:08 +0000 (14:28 +0000)
committerunknown_lamer <unknown>
Tue, 9 Jul 2002 14:28:08 +0000 (14:28 +0000)
commitad529fde5d15d47c3fb7d2a24def27ae98088197
treefe07696c1667db224c4472aa3fd0bee7f7de1021
parent31433d2778da92ba2e8c67e6811d077246d11efd
[project @ 2002-07-09 14:28:08 by unknown_lamer]

- Removed bobot-scheme.scm.in and moved its single function into
  bobot-utils.scm.
- The PREFIX preprocessor symbol is now defined as the
  install prefix
- getopt_long is used instead of normal getopt, --help has been
  expanded to cover new options as well as give more detail.
- The default action for bobotpp when encountering a bad argument is
  to display the short help (just lists the commands you may use).
- Hooks list (BotInterp.C, RunHooks) is now read from end to beggining
  because we want to call the higher priority hooks before the lower
  priority hooks
16 files changed:
ChangeLog
Makefile.in
NEWS
TODO
bobot++.info
bobot++.texinfo
config.h.in
configure
configure.ac
scripts/bobot-utils.scm
source/BotInterp.C
source/Interp.C
source/Main.C
source/Makefile.am
source/Makefile.in
source/bobot-scheme.scm.in [deleted file]