[1250] in Coldmud discussion meeting

root meeting help first previous next last

[COLD] Genesis 1.0p25

daemon@ATHENA.MIT.EDU (Mon Mar 10 11:57:10 1997 )

Date: Mon, 10 Mar 1997 09:51:26 -0700 (MST)
From: Brandon Gillespie <brandon@cold.org>
To: coldstuff@cold.org


Features:

   * handled frobs, ala:

       (<class, rep, handle>)

     where handle is a symbol referencing the method name so:

       (<class, rep, handle>).method(args)

     is called as:

       class.handle(rep, method, args)

   * new mechanism for easilly adding types to the driver.  More info later
   * added frob_value() and frob_handler()
   * added round() for floats--rounds to the nearest whole number
   * toerr() was accepting a string--now requires a symbol

Also includes fixes/changes:

   * fixed bugs with match_begin and a blank seperator
   * fixed /= ordering args wrong
   * fixed a bug with parsing large floats from literals
   * fixed ;1e-9 bug
   * fixed spelling error

As always, it is available at:

    ftp://ftp.cold.org/cold/drivers/Genesis.tar.gz

We should have a Win32 binary available soon.

-Brandon Gillespie