X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/f244dee1a1c80002fceec54545e58f7e3ff13178..0e81dabd946252b18c09bc4a8e9024bb1d5e212d:/ice-9/ChangeLog?ds=sidebyside diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index c0e660af4..1ff4a3d23 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,86 @@ +Mon Aug 18 21:58:25 1997 Mikael Djurfeldt + +* * session.scm: New file: Session support. + (apropos): New procedure: List bindings given regexp. + +Sat Aug 16 18:44:24 1997 Gary Houston + + * boot-9.scm: define tms accessors: clock, utime, stime, cutime, + cstime. + +Thu Aug 14 19:55:37 1997 Mikael Djurfeldt + + * 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 + + * 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 + + * boot-9.scm (setenv): new procedure, scsh compatible. + +Sat Jul 26 21:30:10 1997 Marius Vollmer + + * boot-9.scm (with-fluids): New macro to go with the + builtin `with-fluids*'. + +Thu Jul 24 04:28:11 1997 Mikael Djurfeldt + + * 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 + + * boot-9.scm: If using emacs interface, enable backtraces + automatically. + +Mon Jul 21 06:45:45 1997 Gary Houston + + * 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 + + 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 + + * boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping.scm, + poe.scm, slib.scm, tags.scm, threads.scm: Use normal list + notation, instead of #/ notation. + + * expect.scm (expect-strings): Pass regexp/newline flag to + make-regexp. + Mon Jun 23 16:13:38 1997 Jim Blandy + Fix inconsistencies in parsing of #/ style lists. + * boot-9.scm (read-path-list-notation): New function. + (parse-path-symbol): Deleted. Replaced by above. + Plug in read-path-list-notation as the parser for #/ lists, + instead of the anonymous lambda form calling parse-path-symbol. + (Thanks to Maurizio Vitale.) + * boot-9.scm (make-list): Remove the definition of this function from the (ice-9 common-list) module; make the `init' argument optional in the scm module's definition, to match the deleted