* * session.scm: New file: Session support.
[bpt/guile.git] / ice-9 / ChangeLog
index b719bc7..1ff4a3d 100644 (file)
@@ -1,5 +1,66 @@
+Mon Aug 18 21:58:25 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+*      * session.scm: New file: Session support.
+       (apropos): New procedure: List bindings given regexp.
+
+Sat Aug 16 18:44:24 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm: define tms accessors: clock, utime, stime, cutime,
+       cstime.
+
+Thu Aug 14 19:55:37 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * emacs.scm (emacs-load): Something has changed in the reader so
+       that we now should set the port line count to the specified value
+       (linum) instead of (- linum 1).
+
+       * slib.scm (slib:load): Use load-from-path instead of
+       primitive-load-path so that backtraces get narrowed properly at
+       the top.
+
+       * boot-9.scm (top-repl): Save stack already in signal handler in
+       order to narrow it correctly.
+       (save-stack): Adjust narrowing tag for the top of load-stacks.
+
+Tue Jul 29 01:18:08 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm (move->fdes, dup->port): use dup->fdes, not primitive-dup.
+       (dup->fdes): deleted, now done in C.
+
+Sat Jul 26 08:00:42 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm (setenv): new procedure, scsh compatible.
+
+Sat Jul 26 21:30:10 1997  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (with-fluids): New macro to go with the
+       builtin `with-fluids*'.
+
+Thu Jul 24 04:28:11 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * slib.scm (install-require-module): In newer versions of slib
+       *catalog* is #f until the first access.  Therefore we call
+       require:provided? for a random feature if *catalog* is #f.
+
+Wed Jul 23 20:13:04 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * boot-9.scm: If using emacs interface, enable backtraces
+       automatically.
+
+Mon Jul 21 06:45:45 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm (dup->port, dup->inport, dup->outport, dup->fdes,
+       dup, fdes->inport, fdes->outport, port->fdes): new procedures.
+       (duplicate-port): was a C primitive, now it's here.
+       (move->fdes): allow the first argument to be a file descriptor.
+       Return the modified port or file descriptor (was unspecified.)
+
 Fri Jul 11 00:13:43 1997  Jim Blandy  <jimb@floss.red-bean.com>
 
+       Changes to compile under gnu-win32, from Marcus Daniels:
+       * boot-9.scm (load-user-init): If HOME is unset, provide
+       a default of /.
+
        * boot-9.scm (define-public): Changed to accomodate Hobbit.
 
 Tue Jun 24 00:31:47 1997  Jim Blandy  <jimb@floss.red-bean.com>