*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
index 76fbed8..23425ca 100644 (file)
@@ -1,3 +1,94 @@
+Fri Jun  6 14:37:18 1997  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (struct-printer): Bugfix: Check the layout of the
+       vtable and not the one of the struct.
+
+Wed Jun  4 23:27:16 1997  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (struct-layout, %struct-printer-tag, struct-printer,
+       make-struct-printer, set-struct-printer-in-vtable!): New bindings
+       to support printing of structures.
+        (record-type-vtable, make-record-type): Add slot to hold printing
+       function and initialize it with something appropriate.  Removed
+       commented out printing code.
+       (record-type-name, record-type-fields): Adjusted slot offsets.
+       (%print-module): Reduce argument list to "mod" and "port".
+       
+Tue Jun  3 17:04:18 1997  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * slib.scm (identity): New function, used by SLIB.
+
+Sat May 31 18:57:12 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm: signal-handler, alarm-thunk: removed.
+       don't define ticks-interrupt etc.
+       top-repl: install signal handlers for SIGINT, SIGFPE, SIGSEGV, SIGBUS
+       during call to scm-style-repl.
+       
+Fri May 30 18:08:10 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * slib.scm (slib:load): Use primitive-load-path instead of
+       basic-load.  This is probably wrong, but hopefully the entire
+       source access system will be revised soon anyway, and this will
+       make require behave more like Emacs Lisp's require.  If this
+       breaks something, please let me know.  Maybe this is real dumb.
+
+Thu May 29 02:36:48 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * regex.scm: Add a module declaration.  Use DEFINE-PUBLIC everywhere.
+       * boot-9.scm: If the `regex' feature is present, use the module
+       (ice-9 regex).
+
+Tue May 27 22:48:14 1997  Tim Pierce  <twp@twp.tezcat.com>
+
+       * regex.scm: New file.
+       * Makefile.am (subpkgdata_DATA): Add regex.scm.
+       * Makefile.in: Regenerated.
+
+Mon May 26 17:24:48 1997  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * COPYING, boot-9.scm, debug.scm, emacs.scm, expect.scm, gtcl.scm,
+       gwish.scm, hcons.scm, lineio.scm, mapping.scm, nonblocking.scm,
+       oldprint.scm, poe.scm, r4rs.scm, source.scm, tags.scm, test.scm,
+       threads.scm: New address for FSF.
+
+Fri May 16 04:09:45 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * debug.scm: Update copyright years; this file has been worked on
+       in 1997.
+
+Thu May 15 07:56:08 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * expect.scm: use gettimeofday instead of get-internal-real-time
+       and use a floating point timeout when calling select.  Untested,
+       since the regex library is currently AWOL.
+
+Wed May 14 21:00:30 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * boot-9.scm (eval-string): Function deleted; it was already
+       implemented in C, so there's no point in making a divergable copy
+       here.
+
+Tue May 13 16:40:06 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in: Regenerated, using automake-1.1p.
+
+Tue May 13 16:40:06 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * Makefile.in: Regenerated, using automake-1.1p.
+
+Tue May 13 02:48:49 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm (error-catching-loop): don't read a line from
+       current input when quit is encountered, the previous change
+       fixes this too.
+
+Mon May 12 19:00:21 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * boot-9.scm (scm-style-repl): After reading an expression,
+       consume any trailing newline (perhaps preceded by whitespace), to
+       avoid screwing up GDB.  More detail in comments.
+
 Mon May  5 13:18:38 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        * Makefile.am (ETAGS_ARGS): New variable, since we're not treating
@@ -42,7 +133,7 @@ Thu Apr 24 01:33:33 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
 Sat Apr 19 08:03:50 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
-*      * boot-9.scm (eval-string, command-line, load-user-init): New
+       * boot-9.scm (eval-string, command-line, load-user-init): New
        functions.
 
 Sat Apr 12 08:27:05 1997  Gary Houston  <ghouston@actrix.gen.nz>
@@ -82,7 +173,7 @@ Wed Mar 19 04:50:34 1997  Gary Houston  <ghouston@actrix.gen.nz>
 
 Tue Mar 18 18:39:31 1997  Gary Houston  <ghouston@actrix.gen.nz>
 
-*      * boot-9.scm (setpwent, setgrent, sethostent, setnetent, setprotoent,
+       * boot-9.scm (setpwent, setgrent, sethostent, setnetent, setprotoent,
        setservent): no longer take an argument, it was bogus.
 
 Thu Mar 13 00:13:41 1997  Gary Houston  <ghouston@actrix.gen.nz>
@@ -162,7 +253,7 @@ Sat Mar  1 00:10:38 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
        (add-hooks!): New macro.
        Change hooks to use these functions.
 
-*      * debug.scm: *Warning* This feature is a bit premature.  I add
+       * debug.scm: *Warning* This feature is a bit premature.  I add
        it anyway because 1. it is very useful, and, 2. you can start
        making it less premature by complaining to me and by modifying
        the source! :-)
@@ -178,7 +269,7 @@ Sat Mar  1 00:10:38 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
        * boot-9.scm (error-catching-loop): Added handling of apply-frame
        and exit-frame exceptions.
        
-*      * boot-9.scm (assert-repl-prompt, the-prompt-string): Removed.
+       * boot-9.scm (assert-repl-prompt, the-prompt-string): Removed.
        (set-repl-prompt!): Setter for repl prompt.
        (scm-style-repl): If prompt is #f, don't prompt; if prompt is a
        string, display it; if prompt is a thunk, call it and display its
@@ -260,7 +351,7 @@ Tue Jan  7 20:02:24 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
 Mon Jan  6 01:13:53 1997  Mikael Djurfeldt  <mdj@kenneth>
 
-*      * boot-9.scm (use-modules): New macro (from Marius Vollmer).
+       * boot-9.scm (use-modules): New macro (from Marius Vollmer).
        (use-modules <module name> ...) Put the the modules named by
        <module name> ... on the use list of the current module.