home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / language / scm / !Scm / slib / ChangeLog < prev    next >
Encoding:
Text File  |  1994-03-07  |  19.3 KB  |  595 lines

  1. Sun Mar  6 01:10:53 1994  Aubrey Jaffer  (jaffer@jacal)
  2.  
  3.     From: barnett@armadillo.urich.edu (Lewis Barnett)
  4.     * gambit.init (implementation-vicinity library-vicinity): Relative
  5.     pathnames for Slib in MacGambit.
  6.  
  7.     From: lucier@math.purdue.edu (Brad Lucier)
  8.     * random.scm (random:random random:chunks/float): fixed off-by-one
  9.     and slop errors.
  10.  
  11. Thu Mar  3 23:06:41 1994  Aubrey Jaffer  (jaffer@jacal)
  12.  
  13.     From: lutzeb@cs.tu-berlin.de (Dirk Lutzebaeck)
  14.     * format.scm slib.texi: Format 3.0.
  15.   * format's configuration is rearranged to fit only into SLIB. All
  16.     implementation dependent configurations are done in the SLIB init files
  17.   * format's output routines rely on call-with-output-string now if 
  18.     output to a string is desired
  19.   * The floating point formatting code (formatfl.scm) moved into
  20.     format.scm so that there is only one source code file; this
  21.     eliminates the configuration of the load path for the former
  22.     formatfl.scm and the unspecified scope of the load primitive
  23.   * floating point formatting doesn't use any floating point operation or
  24.     procedure except number->string now; all formatting is now based
  25.     solely on string, character and integer manipulations
  26.   * major rewrite of the floating point formatting code; use global
  27.     buffers now  
  28.   * ~f,~e,~g, ~$ may use also number strings as an argument
  29.   * ~r, ~:r, ~@r, ~:@r roman numeral, and ordinal and cardinal
  30.     English number printing added (from dorai@cs.rice.edu)
  31.   * ~a has now a working `colinc' parameter
  32.   * ~t tabulate directive implemented
  33.   * ~/ gives a tabulator character now (was ~T in version < 2.4)
  34.   * ~& fresh line directive implemented
  35.   * ~@d, ~@b, ~@o and ~@x now has the CL meaning (plus sign printed)
  36.     automatic prefixing of radix representation is removed
  37.   * ~i prints complex numbers as ~f~@fi with passed parameters
  38.   * ~:c prints control characters like emacs (eg. ^C) and 8bit characters
  39.     as an octal number
  40.   * ~q gives information and copyright notice on this format implementation
  41.     ~:q gives format:version 
  42.   * case type of symbol conversion can now be forced (see
  43.     format:symbol-case-conv in format.scm)
  44.   * case type of the representation of internal objects can now be
  45.     forced (see format:iobj-case-conv format.scm)
  46.   * format error messages are now printed on the current error port
  47.     if available by the implementation
  48.   * format now accepts a number as a destination port; the output
  49.     is then always directed to the current error port if available by
  50.     the implementation
  51.   * if format's destination is a string it is regarded as a format string now
  52.     and output is the current output port; this is a contribution to
  53.     Scheme->C to use format with the runtime system; the former semantics
  54.     to append tothe destination string is given up  
  55.   * obj->string syntax change and speedup
  56.   * tested with scm4d, Elk 2.2, MIT Scheme 7.1, Scheme->C 01Nov91
  57.  
  58.  
  59. Wed Mar  2 13:16:37 1994  Aubrey Jaffer  (jaffer@jacal)
  60.  
  61.     From: Matthias Blume <blume@cs.Princeton.EDU>
  62.     * vscm.init: added.
  63.  
  64. Fri Feb 18 23:51:41 1994  Aubrey Jaffer  (jaffer@jacal)
  65.  
  66.     From: jjb@isye.gatech.edu (John Bartholdi)
  67.     * macscheme.init: added.
  68.  
  69. Thu Feb 17 01:19:47 1994  Aubrey Jaffer  (jaffer@jacal)
  70.  
  71.     * ppfile.scm ((pprint-filter-file inport filter outport)): added.
  72.     Useful for pre-expanding macros.  Preserves top-level comments.
  73.  
  74. Wed Feb 16 12:44:34 1994  Aubrey Jaffer  (jaffer@jacal)
  75.  
  76.     From: dorai@cs.rice.edu (Dorai Sitaram)
  77.     * mbe.scm: Macro by Example define-syntax using    defmacro.
  78.  
  79. Tue Feb 15 17:18:56 1994  Aubrey Jaffer  (jaffer@jacal)
  80.  
  81.     From: whumeniu@datap.ca (Wade Humeniuk)
  82.     * object.scm: Macroless Object System
  83.  
  84. Mon Feb 14 00:48:18 1994  Aubrey Jaffer  (jaffer@jacal)
  85.  
  86.     * defmacex.scm (defmacro:expand*): replaces "defmacro.scm".  Other
  87.     defmacro functions now supported in all implementations.
  88.  
  89. Sun Feb 13 12:38:39 1994  Aubrey Jaffer  (jaffer@jacal)
  90.  
  91.     * defmacro.scm (defmacro:macroexpand*): now expands quasiquotes
  92.     correctly.
  93.  
  94. Sat Feb 12 21:23:56 1994  Aubrey Jaffer  (jaffer@jacal)
  95.  
  96.     * hashtab.scm ((predicate->hash pred)): moved from hash.scm.
  97.  
  98. Tue Feb  8 01:07:00 1994  Aubrey Jaffer  (jaffer@jacal)
  99.  
  100.     * Template.scm *.init (slib:load-source slib:load-compiled
  101.     slib:load): support for loading compiled modules added.
  102.     Dependence on SCHEME-FILE-SUFFIX removed.
  103.  
  104.     * require.scm (require:require): Added support for 'source and
  105.     'compiled features.
  106.  
  107. Sat Feb  5 00:19:38 1994  Aubrey Jaffer  (jaffer@jacal)
  108.  
  109.     * stdio.scm ((stdio:sprintf)): Now truncates printing if you run
  110.     out of string.
  111.  
  112. Fri Feb  4 00:54:14 1994  Aubrey Jaffer  (jaffer@jacal)
  113.  
  114.     From: pk@kaulushaikara.cs.tut.fi (Kellom{ki Pertti)
  115.     * (psd/primitives.scm): Here is a patch removing some problems
  116.     with psd-1.1, especially when used with Scheme 48. Thanks to
  117.     Jonathan Rees for poiting them out. The patch fixes two problems:
  118.     references to an unused variable *psd-previous-line*, and the
  119.     correct number of arguments to write-char.
  120.  
  121. Fri Jan 14 00:37:19 1994  Aubrey Jaffer  (jaffer@jacal)
  122.  
  123.     * require.scm (require:require): Now supports (feature .
  124.     argument-list) associations.
  125.  
  126. Sat Nov 13 22:07:54 1993    (jaffer at jacal)
  127.  
  128.     * slib.info (Structures): added.  Bug - struct.scm and
  129.     structure.scm do not implement the same macros.
  130.  
  131. Mon Nov  1 22:17:01 1993    (jaffer at jacal)
  132.  
  133.     * array.scm (array-dimensions array-rank array-in-bounds?):
  134.     added.
  135.  
  136. Sat Oct  9 11:54:54 1993    (jaffer at jacal)
  137.  
  138.     * require.scm (*catalog* portable-scheme-debugger): support added
  139.     for psd subdirectory.
  140.  
  141. Tue Sep 21 11:48:26 1993  Aubrey Jaffer  (jaffer at wbtree)
  142.  
  143.     * Makefile (lineio.scm rbtree.scm rbtest.scm scmacro.scm
  144.     sc4sc3.scm scaespp.scm scaglob.scm scainit.scm scamacr.scm
  145.     scaoutp.scm strcase.scm): hyphens removed from names.
  146.  
  147. Mon Sep 20 00:57:29 1993    (jaffer at jacal)
  148.  
  149.     * arraymap.scm (array-map! array-for-each array-indexes): added.
  150.  
  151. Sun Sep 19 19:20:49 1993    (jaffer at jacal)
  152.  
  153.     * require.scm (require:feature->path require:require *catalog*):
  154.     associations of the form (symbol1 . symbol2) in *catalog* look up
  155.     symbol2 whenever symbol1 is specified.
  156.  
  157. Mon Sep 13 22:12:00 1993    (jaffer at jacal)
  158.  
  159.     From: sperber@provence.informatik.uni-tuebingen.de (Michael Sperber)
  160.     * elk.init: updated to ELK version 2.1.
  161.  
  162. Sat Sep 11 21:17:45 1993    (jaffer at jacal)
  163.  
  164.     * hashtab.scm (hash-for-each): fixed and documented (also
  165.     documented alist.scm).
  166.  
  167. Fri Sep 10 15:57:50 1993    (jaffer at jacal)
  168.  
  169.     * getopt.scm (getopt *optind* *optarg*): added.
  170.  
  171. Tue Sep  7 23:57:40 1993    (jaffer at jacal)
  172.  
  173.     * slib1d3 released.
  174.     * comlist.scm: prefixed all functions with "comlist:".
  175.  
  176. Tue Aug 31 23:59:28 1993    (jaffer at jacal)
  177.  
  178.     * Template.scm *.init (output-port-height): added.
  179.  
  180. Wed May 26 00:00:51 1993  Aubrey Jaffer  (jaffer at camelot)
  181.  
  182.     * hashtab.scm (hash-map hash-for-each): added.
  183.     * alist.scm (alist-map alist-for-each): added.
  184.  
  185. Tue May 25 22:49:01 1993  Aubrey Jaffer  (jaffer at camelot)
  186.  
  187.     * comlist.scm (delete delete-if atom): renamed as in common lisp.
  188.     * comlist.scm (delete-if-not): added.
  189.     * tree.scm: moved tree functions out of comlist.scm
  190.  
  191. Mon May 24 10:28:22 1993  Aubrey Jaffer  (jaffer at camelot)
  192.  
  193.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  194.     * modular.scm: improvements and fixed bug in modular:expt.
  195.  
  196. Fri May 14 01:26:44 1993  Aubrey Jaffer  (jaffer at camelot)
  197.  
  198.     * slib1d2 released.
  199.  
  200.     From: Dave Love <d.love@daresbury.ac.uk>
  201.     * comlist.scm: added some tree functions.
  202.     * yasos.scm collect.scm: fixed name conflicts and documentation.
  203.  
  204. Tue May 11 01:22:40 1993  Aubrey Jaffer  (jaffer at camelot)
  205.  
  206.     * eval.scm: removed because all *.init files support it.
  207.  
  208.     * hash.scm: made all hash functions case-insensitive.  Equal
  209.     inexact and exact numbers now hash to the same code.
  210.  
  211.     From: eigenstr@falstaff.cs.rose-hulman.edu:
  212.     * slib.texi: revised.
  213.     
  214. Sun May  9 01:43:11 1993  Aubrey Jaffer  (jaffer at camelot)
  215.  
  216.     From: kend@newton.apple.com (Ken Dickey)
  217.     * macwork.scm mwexpand.scm mwdenote.scm mwsynrul.scm: Macros no
  218.     longer expand builtin Scheme forms.
  219.  
  220.     From: William Clinger <will@skinner.cs.uoregon.edu>
  221.     * macwork.scm mwexpand.scm mwdenote.scm mwsynrul.scm: Macros that
  222.     work added.
  223.  
  224. Sat May  1 23:55:42 1993  Aubrey Jaffer  (jaffer at montreux)
  225.  
  226.     * random.scm (random:random): sped up for exact arguments.
  227.  
  228. Wed Apr 28 00:24:36 1993  Aubrey Jaffer  (jaffer at camelot)
  229.  
  230.     From: lutzeb@flp.cs.tu-berlin.de (Dirk Lutzebaeck)
  231.     * format.scm formatfl.scm formatst.scm slib.texi: Format 2.3.
  232.    * implemented floating point support ~F,~E,~G,~$
  233.    * automatic detection if the scheme interpreter support flonums.
  234.    * the representation of internal objects can be selected to be
  235.      #<...> or #[...] or other forms
  236.    * new/redefintion of configuration variables format:abort,
  237.      format:floats, format:formatfl-path, format:iobj-pref, format:iobj-post
  238.    * added string-index
  239.    * added MIT Scheme 7.1 custom types
  240.    * for efficiencies reasons the error continuation is only used if
  241.      format:abort is not available
  242.    * improved error presentation and error handling
  243.    * tested with scm4b/c, Elk 2.0, MIT Scheme 7.1, Scheme->C 01Nov91,
  244.      UMB Scheme 2.5/2.10
  245.  
  246. Sun Apr 25 22:40:45 1993  Aubrey Jaffer  (jaffer at camelot)
  247.  
  248.     From: Dave Love <d.love@daresbury.ac.uk>
  249.     * scheme2c.init: corrections and portability improvements.
  250.     * yasos.scm collect.scm:
  251. These correct the scheme2c.init and a couple of other things as well as
  252. hiding some non-exported definitions and removing an example from
  253. collect.scm to the manual.
  254.  
  255. Sat Apr  3 00:48:13 1993  Aubrey Jaffer  (jaffer at camelot)
  256.  
  257.     From: eigenstr@cs.rose-hulman.edu (Todd R. Eigenschink)
  258.     * slib.texi: created.
  259.  
  260. Thu Mar 25 01:47:38 1993  Aubrey Jaffer  (jaffer at camelot)
  261.  
  262.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  263.     * sca-init.scm sca-glob.scm sca-macr.scm sca-outp.scm
  264.     sca-expp.scm: syntax-case macros added.
  265.  
  266. Wed Mar 24 23:12:49 1993  Aubrey Jaffer  (jaffer at camelot)
  267.  
  268.     * comlist.scm (some every notany notevery): Now accept multiple
  269.     arguments.  NOTANY added.
  270.  
  271. Wed Mar  3 01:19:11 1993  Aubrey Jaffer  (jaffer at camelot)
  272.  
  273.     From: "Dan Friedman" <dfried@cs.indiana.edu>
  274.     * struct.scm structst.scm: added.
  275.  
  276. Tue Mar  2 00:28:00 1993  Aubrey Jaffer  (jaffer at camelot)
  277.  
  278.     * obj2str (object->string): now handles symbols and number without
  279.     going to string-port.
  280.  
  281. Sun Feb 28 22:22:50 1993  Aubrey Jaffer  (jaffer at camelot)
  282.  
  283.     * all files with Jaffer copyright: Now have explicit conditions
  284.     for use and copying.
  285.  
  286. Fri Feb 26 00:29:18 1993  Aubrey Jaffer  (jaffer at camelot)
  287.  
  288.     * obj2str: redefined in terms of string ports.
  289.  
  290.     * pp2str: eliminated.
  291.  
  292. Mon Feb 22 17:21:21 1993  Aubrey Jaffer  (jaffer at camelot)
  293.  
  294.     From: dorai@cs.rice.edu (Dorai Sitaram)
  295.     * strport.scm: string ports.
  296.  
  297.     From: Alan@LCS.MIT.EDU (Alan Bawden)
  298.     * array.scm: functions which implement arrays.
  299.  
  300. Wed Feb 17 00:18:57 1993  Aubrey Jaffer  (jaffer at camelot)
  301.  
  302.     * repl.scm: split off from sc-macro.scm.
  303.  
  304.     * eval.scm *.init Template.scm (eval!): eliminated.
  305.  
  306.     From: dorai@cs.rice.edu (Dorai Sitaram)
  307.     * defmacro.scm: added.  Chez, elk, mitscheme, scheme2c, and scm
  308.     support.
  309.  
  310. Tue Feb 16 00:23:07 1993  Aubrey Jaffer  (jaffer at camelot)
  311.  
  312.     * require.doc (output-port-width current-error-port tmpnam
  313.     file-exists? delete-file force-output char-code-limit
  314.     most-positive-fixnum slib:tab slib:form-feed error):descriptions
  315.     added.
  316.  
  317.     * *.init (tmpnam): now supported by all.
  318.  
  319.     From: dorai@cs.rice.edu (Dorai Sitaram)
  320.     * chez.init elk.init mitscheme.init scheme2c.init (defmacro macro?
  321.     macro-expand): added.
  322.  
  323. Mon Feb 15 00:51:22 1993  Aubrey Jaffer  (jaffer at camelot)
  324.  
  325.     * Template.scm *.init (file-exists? delete-file): now defined for
  326.     all implementations.
  327.  
  328. Sat Feb 13 23:40:22 1993  Aubrey Jaffer  (jaffer at camelot)
  329.  
  330.     * chez.init (slib:error): output now directed to
  331.     (current-error-port).
  332.  
  333. Thu Feb 11 01:23:25 1993  Aubrey Jaffer  (jaffer at camelot)
  334.  
  335.     * withfile.scm (with-input-from-file with-output-from-file): now
  336.     close file on thunk return.
  337.  
  338.     * *.init (current-error-port): added.
  339.  
  340. Wed Feb 10 17:57:15 1993  Aubrey Jaffer  (jaffer at camelot)
  341.  
  342.     * mitscheme.init (values dynamic-wind): added to *features*.
  343.  
  344.     From: mafm@cs.uwa.edu.au (Matthew MCDONALD)
  345.     * mitcomp.pat: added patch file of definitions for compiling SLIB
  346.     with MitScheme.
  347.  
  348. Tue Feb  9 10:49:12 1993  Aubrey Jaffer  (jaffer at camelot)
  349.  
  350.     From: jt@linus.mitre.org (F. Javier Thayer)
  351.     * t3.init: additions and corrections.
  352.  
  353. Mon Feb  8 20:27:18 1993  Aubrey Jaffer  (jaffer at camelot)
  354.  
  355.     From: dorai@cs.rice.edu (Dorai Sitaram)
  356.     * chez.init: added.
  357.  
  358. Wed Feb  3 23:33:49 1993  Aubrey Jaffer  (jaffer at camelot)
  359.  
  360.     * sc-macro.scm (macro:repl): now prints error message for errors.
  361.  
  362. Mon Feb  1 22:22:17 1993  Aubrey Jaffer  (jaffer at camelot)
  363.  
  364.     * logical.scm (logor): changed to logior to be compatible with
  365.     common Lisp.
  366.  
  367. Fri Jan 29 17:15:03 1993  Aubrey Jaffer  (jaffer at camelot)
  368.  
  369.     From: jt@linus.mitre.org (F. Javier Thayer)
  370.     * t3.init: modified so it passes most of SCM/test.scm.
  371.  
  372. Sun Jan 24 00:18:13 1993  Aubrey Jaffer  (jaffer at camelot)
  373.  
  374.     * comlist.scm (intersection): added.
  375.  
  376. Wed Jan 13 19:01:11 1993  Aubrey Jaffer  (jaffer at camelot)
  377.  
  378.     * debug.scm: (debug:qp): needed to shadow quotient.
  379.  
  380. Sat Jan  9 13:44:44 1993  Aubrey Jaffer  (jaffer at camelot)
  381.  
  382.     * rb-tree.scm: changed use of '() and NULL? to #f and NOT.
  383.  
  384.     * rb-tree.scm (rb-insert! rb-delete!) added ! to names.
  385.  
  386. Fri Jan  8 01:17:16 1993  Aubrey Jaffer  (jaffer at camelot)
  387.  
  388.     * rb-tree.doc: added.
  389.  
  390.     From: pgs@ai.mit.edu (Patrick Sobalvarro)
  391.     * rb-tree.scm rbt-test.scm: code for red-black trees added.
  392.  
  393. Tue Jan  5 14:57:02 1993  Aubrey Jaffer  (jaffer at camelot)
  394.  
  395.     From: lutzeb@cs.tu-berlin.de (Dirk Lutzebaeck)
  396.     * format.scm formatst.scm format.doc: version 2.2
  397.    * corrected truncation for fixed fields by negative field parameters
  398.      inserted a '<' or a '>' when field length was equal to object string
  399.      length
  400.    * changed #[...] outputs to #<...> outputs to be conform to SCM's
  401.      display and write functions
  402.    * changed #[non-printable-object] output to #<unspecified>
  403.    * ~:s and ~:a print #<...> messages in strings "#<...>" so that the
  404.      output can always be processed by (read)
  405.    * changed implementation dependent part: to configure for various scheme
  406.      systems define the variable format:scheme-system
  407.    * format:version is a variable returning the format version in a string
  408.    * format:custom-types allows to use scheme system dependent predicates
  409.      to identify the type of a scheme object and its proper textual
  410.      representation
  411.    * tested with scm4a14, Elk 2.0
  412.  
  413. Tue Dec 22 17:36:23 1992  Aubrey Jaffer  (jaffer at camelot)
  414.  
  415.     * Template.scm *.init (char-code-limit): added.
  416.  
  417.     * debug.scm (qp): qp-string had bug when printing short strings
  418.     when room was less than 3.
  419.  
  420.     * random.scm (random:size-int): now takes most-positive-fixnum
  421.     into account.
  422.  
  423. Wed Nov 18 22:59:34 1992  Aubrey Jaffer  (jaffer at camelot)
  424.  
  425.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  426.     * randinex.scm (random:normal-vector! random:normal
  427.     random:solid-sphere random:hollow-sphere): new versions fix bug.
  428.  
  429. Tue Nov 17 14:00:15 1992  Aubrey Jaffer  (jaffer at Ivan)
  430.  
  431.     * str-case.scm (string-upcase string-downcase string-capitalize
  432.     string-upcase! string-downcase! string-capitalize!): moved from
  433.     format.scm.
  434.  
  435. Fri Nov  6 01:09:38 1992  Aubrey Jaffer  (jaffer at Ivan)
  436.  
  437.     * require.scm (require): uses base:load instead of load.
  438.  
  439.     * sc-macro.scm (macro:repl): now uses dynamic-wind.
  440.  
  441. Mon Oct 26 13:21:04 1992  Aubrey Jaffer  (jaffer at Ivan)
  442.  
  443.     * comlist.scm (nthcdr last) added.
  444.  
  445. Sun Oct 25 01:50:07 1992  Aubrey Jaffer  (jaffer at Ivan)
  446.  
  447.     * line-io.scm: created
  448.  
  449. Mon Oct 19 12:53:01 1992  Aubrey Jaffer  (jaffer at camelot)
  450.  
  451.     From: dorai@cs.rice.edu
  452.     * fluidlet.scm: FLUID-LET that works.
  453.  
  454. Thu Oct  8 22:17:01 1992  Aubrey Jaffer  (jaffer at camelot)
  455.  
  456.     From: Robert Goldman <rpg@rex.cs.tulane.edu>
  457.     * mitscheme.init: improvements.
  458.  
  459. Sun Oct  4 11:37:57 1992  Aubrey Jaffer  (jaffer at camelot)
  460.  
  461.     * values.scm values.doc: Documentation rewritten and combined
  462.     into values.scm
  463.  
  464. Thu Oct  1 23:29:43 1992  Aubrey Jaffer  (jaffer at Ivan)
  465.  
  466.     * sc-macro.scm sc-macro.doc: documentation improved and moved into
  467.     sc-macro.doc.
  468.  
  469. Mon Sep 21 12:07:13 1992  Aubrey Jaffer  (jaffer at Ivan)
  470.  
  471.     * sc-macro.scm (macro:load): now sets and restores *load-pathname*.
  472.  
  473.     * eval.scm (slib:eval!): (program-vicinity) now correct during
  474.     evaluation.
  475.  
  476.     * Template.scm, *.init: i/o-redirection changed to with-file.
  477.     *features* documentation changed.
  478.  
  479.     From: Stephen J Bevan <bevan@computer-science.manchester.ac.uk>
  480.     * t3.init: new.  Fixes problems with require, substring, and
  481.     <,>,<=,>= with more than 2 arguments.
  482.  
  483. Fri Sep 18 00:10:57 1992  Aubrey Jaffer  (jaffer at Ivan)
  484.  
  485.     From andrew@astro.psu.edu Wed Sep 16 17:58:21 1992
  486.     * dynamic.scm: added.
  487.  
  488.     From raible@nas.nasa.gov Thu Sep 17 22:28:25 1992
  489.     * fluidlet.scm: added.
  490.  
  491. Sun Sep 13 23:08:46 1992  Aubrey Jaffer  (jaffer at Ivan)
  492.  
  493.     * sc-macro.scm (macro:repl): moved (require 'debug) into syntax-error.
  494.  
  495.     * dynwind.scm, withfile.scm, trnscrpt.scm: created.
  496.  
  497.     From kend@data.rain.com Sun Sep 13 21:26:59 1992
  498.     * collect.scm: created.
  499.     * oop.scm => yasos.scm: updated.
  500.     * oop.doc: removed.
  501.  
  502.     From: Stephen J. Bevan <bevan@cs.man.ac.uk> 19920912
  503.     * elk.init: created
  504.  
  505. Tue Jul 14 11:42:57 1992  Aubrey Jaffer  (jaffer at Ivan)
  506.  
  507.     * tek41.scm tek40.scm: added.
  508.  
  509. Tue Jul  7 00:55:58 1992  Aubrey Jaffer  (jaffer at Ivan)
  510.  
  511.     * record.scm record.doc (record-sub-predicate): added.
  512.  
  513.     * sc-macro.scm (macro:repl): syntax-errors now return into
  514.     macro:repl.
  515.  
  516.     * debug.scm (qp): removed (newline).  Added qpn (qp with newline).
  517.  
  518. Sun Jun 14 22:57:32 1992  Aubrey Jaffer  (jaffer at Ivan)
  519.  
  520.     * slib1b8 released.
  521.  
  522. Sat Jun 13 17:01:41 1992  Aubrey Jaffer  (jaffer at Ivan)
  523.  
  524.     * alist.scm ppfile.scm: added.
  525.  
  526.     * hash.scm hashtab.scm scheme48.init: added.
  527.  
  528.     * sc-macro.scm (macro:repl): created.  macro:load now uses
  529.     eval:eval!. 
  530.  
  531.     * eval.scm (eval:eval!) created and eval done in terms of it.
  532.  
  533.     * prime.scm (prime:prime?) fixed misplaced parenthesis.
  534.  
  535. Wed May 27 16:13:17 1992  Aubrey Jaffer  (jaffer at Ivan)
  536.  
  537.     From: "Chris Hanson" <cph@martigny.ai.mit.edu>
  538.     * synrul.scm (generate-match): fixed for CASE syntax.
  539.  
  540. Wed May 20 00:25:40 1992  Aubrey Jaffer  (jaffer at Ivan)
  541.  
  542.     * slib1b6 released.
  543.  
  544.     * Template.scm gambit.init mitscheme.init scheme2c.init:
  545.     rearranged *features*.
  546.  
  547. Tue May 19 22:51:28 1992  Aubrey Jaffer  (jaffer at Ivan)
  548.  
  549.     * scmactst.scm: test cases fixed.
  550.  
  551.     From: "Chris Hanson" <cph@martigny.ai.mit.edu>
  552.     * r4syn.scm (make-r4rs-primitive-macrology):  TRANSFORMER added
  553.     back in.
  554.  
  555.     * require.scm (load): load now passes through additional
  556.     arguments to *old-load*.
  557.  
  558. Mon May 18 00:59:36 1992  Aubrey Jaffer  (jaffer at Ivan)
  559.  
  560.     * mulapply.scm (apply): written.
  561.  
  562.     * record.scm record.doc (make-record-sub-type): added.
  563.  
  564. Fri May  8 17:55:14 1992  Aubrey Jaffer  (jaffer at Ivan)
  565.  
  566.     * process.scm: created, but not finished.
  567.  
  568.     From: hugh@ear.mit.edu (Hugh Secker-Walker)
  569.     * comlist.scm (nreverse make-list): non-recursive versions added.
  570.  
  571.     * sc2.scm (1+ -1+): versions which capture +.
  572.  
  573.     * mularg.scm (- /): created.
  574.  
  575. Wed Apr  8 00:05:30 1992  Aubrey Jaffer  (jaffer at Ivan)
  576.  
  577.     * require.scm sc-macro.scm (catalog): Now uses macro:load if
  578.     'macro is part of catalog entry.
  579.  
  580.     From: Andrew Wilcox (awilcox@astro.psu.edu)
  581.     * queue.scm: created.
  582.  
  583. Sun Mar 15 12:23:06 1992  Aubrey Jaffer  (jaffer at Ivan)
  584.  
  585.     * comlist.scm (notevery): fixed.  Now (not (every ..)).
  586.  
  587.     * eval.scm (eval:eval): renamed to slib:eval.
  588.  
  589.     * record.scm: replaced with version from From: david carlton
  590.     <carlton@husc.harvard.edu>.  I changed updater => modifier, put
  591.     record-predicate into the rtd, and bummed code mercilessly.
  592.  
  593.     From: plogan@std.mentor.com (Patrick Logan)
  594.     * sc3.scm (last-pair): changed from testing null? to pair?.
  595.