home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / scm4e2.arc / !Scm / docs / ChangeLog < prev    next >
Text File  |  1994-12-05  |  72KB  |  2,265 lines

  1. Sun Dec  4 21:47:08 1994  Aubrey Jaffer  (jaffer@jacal)
  2.  
  3.     * sys.c (free_storage): lord@cygnus.com pointed out that candle
  4.     was being burnt from both ends.  Loop fixed.  Mallocs either
  5.     leaking or counted wrong.
  6.  
  7. Sat Dec  3 22:32:59 1994  Aubrey Jaffer  (jaffer@jacal)
  8.  
  9.     * code.doc: added description of compiled closures.
  10.  
  11. Thu Nov 24 23:10:31 1994  Aubrey Jaffer  (jaffer@jacal)
  12.  
  13.     * socket.c (l_socketpair): added.  Both make-stream-socketpair and
  14.     make-stream-socket now take optional prototype argument.
  15.  
  16. Tue Nov 22 00:16:05 1994  Aubrey Jaffer  (jaffer@jacal)
  17.  
  18.     * ramap.c (ramapc and friends): moved from unif.c to get source
  19.     file sizes below 64k.
  20.  
  21. Mon Nov 21 00:44:32 1994  Aubrey Jaffer  (jaffer@jacal)
  22.  
  23.     * posix.c (l_pwinfo grinfo): made to work like network inquiry
  24.     procedures (no args steps through entries).
  25.     (l_setgr l_setpw l_uname): added.
  26.  
  27.     From: Radey Shouman <shouman@ccwf.cc.utexas.edu>
  28.     * gsubr.c (make_gsubr gubr_apply): allows arbitrary (< 11)
  29.     required, optional, and rest arguments to compiled functions.
  30.  
  31. Sun Nov 20 11:59:18 1994  Aubrey Jaffer  (jaffer@jacal)
  32.  
  33.     * socket.c MANUAL: most Scheme names for socket functions changed
  34.     for consistency.
  35.     * socket.c (socket:shutdown): added.  I can't imagine what use
  36.     shutdown provides.  SOCKETs can be closed like any other port.
  37.     Should socket:shutdown SOCKETs be closed?  Does having shutdown
  38.     sockets cause file descriptors to be reused?  Socket:shutdown will
  39.     be removed if no use is found for it.
  40.     (tc16_sknm): added to encapsulate information retrieved from
  41.     getpeername and getsockname.
  42.     (socket-name:family socket-name:port-number socket-name:address):
  43.     added to retrieve information from tc16_sknm.
  44.     (inet:string->address inet:address->string inet:network
  45.     inet:local-network-address inet:make-address): added.
  46.     (gethost sethostent getnet getnetent getproto setprotoent getserv
  47.     setservent): inquiry procedures added.
  48.  
  49.     * sys.c (makfromstrs(argc, argv)): added.  converts C array of
  50.     strings to SCM list of strings.  If argc < 0, a null terminated
  51.     array is assumed.
  52.  
  53. Sat Nov 19 00:20:58 1994  Aubrey Jaffer  (jaffer@jacal)
  54.  
  55.     * eval.c (l_proc_doc): added procedure-documentation.
  56.  
  57. Fri Nov 18 23:34:35 1994  Aubrey Jaffer  (jaffer@jacal)
  58.  
  59.     * build.scm (scm:build): Added. Replaces system specific
  60.     makefiles.
  61.     * ccnfigdb.scm: Database of system specific compile, link, and
  62.     archive procedures and library information.
  63.  
  64. Thu Oct 27 12:57:02 1994  Aubrey Jaffer  (jaffer@jacal)
  65.  
  66.     From: Jerry D. Hedden <hedden@esdsdf.dnet.ge.com>
  67.     * ioext.c: conditional code for vms and version (3.6) of Aztec C.
  68.     * pi.scm ((e digits)): Modified 'bigpi' for slight speed
  69.     improvement.  Added function to calculate digits of 'e'.
  70.  
  71. Wed Oct 26 11:22:05 1994  Aubrey Jaffer  (jaffer@jacal)
  72.  
  73.     From: Gary Houston <ghouston@actrix.gen.nz>
  74.     * scl.c (round): Now rounds as described in R4RS.
  75.  
  76.     * test.scm (test-inexact): test cases for round.
  77.  
  78. Tue Oct 25 00:02:27 1994  Aubrey Jaffer  (jaffer@jacal)
  79.  
  80.     * sys.c    (grow_throw lthrow dynthrow): now pass arrays, check
  81.     for adequate growth, and clear out register windows (on sparc).
  82.  
  83. Mon Oct 24 01:05:34 1994  Aubrey Jaffer  (jaffer@jacal)
  84.  
  85.     * ioext.c (ttyname fileno): added.
  86.  
  87. Sat Oct 22 12:12:57 1994  Aubrey Jaffer  (jaffer@jacal)
  88.  
  89.     * unix.c (symlink readlink lstat): added.
  90.  
  91.     * scmfig.h repl.c sys.c (IO_EXTENSIONS): flag removed.
  92.  
  93.     * ioext.c (read-line read-line! file-position, file-set-position
  94.     reopen-file open-pipe opendir readdir rewinddir closedir chdir
  95.     umask rename-file isatty? access chmod mkdir rmdir stat utime
  96.     raise): moved from "repl.c" and "sys.c".
  97.  
  98. Fri Oct 21 21:19:13 1994  Aubrey Jaffer  (jaffer@jacal)
  99.  
  100.     From: Radey Shouman <shouman@ccwf.cc.utexas.edu>
  101.     * unif.c (ra2contig): now has a second parameter to indicate
  102.     whether copying is necessary or not.  Eliminates gratuitous copy
  103.     by UNIFORM-ARRAY-READ! when called with a noncontiguous array.
  104.  
  105.     (array_map): more liberal check on when ARRAY-MAP! can use
  106.     array-ified asubrs.
  107.  
  108. Thu Oct 20 18:00:35 1994  Aubrey Jaffer  (jaffer@jacal)
  109.  
  110.     * sys.c (opendir readdir rewinddir closedir reopen-file): added
  111.     under IO_EXTENSIONS.
  112.  
  113. Wed Oct 19 14:18:26 1994  Aubrey Jaffer  (jaffer@jacal)
  114.  
  115.     * eval.c (badargsp): added under ifndef RECKLESS to check @apply
  116.     and apply() arg counts.
  117.  
  118. Tue Oct 18 00:02:10 1994  Aubrey Jaffer  (jaffer@jacal)
  119.  
  120.     * unix.c (mknod acct nice sync): added.
  121.  
  122.     * socket.c (socket bind! gethost connect! listen! accept): added.
  123.  
  124.     * time.c (utime): added under IO_EXTENSIONS.
  125.  
  126. Mon Oct 17 23:49:06 1994  Aubrey Jaffer  (jaffer@jacal)
  127.  
  128.     * sys.c (getcwd umask access chmod mkdir rmdir): added
  129.     under IO_EXTENSIONS.
  130.  
  131.     * scm.c (l_pause): added if SIGALRM defined.
  132.     (l_sleep): added if SIGALRM not defined.
  133.  
  134.     * scl.c (num2ulong): added.  Used in "time.c"
  135.  
  136. Sun Oct 16 22:41:04 1994  Aubrey Jaffer  (jaffer@jacal)
  137.  
  138.     * sys.c (access chmod): Posix access added under IO_EXTENSIONS.
  139.  
  140. Fri Oct 14 09:45:32 1994  Aubrey Jaffer  (jaffer@jacal)
  141.  
  142.     * posix.c (chown link pipe waitpid, kill, getpw, getgr, get*id,
  143.     set*id): added.
  144.  
  145.     * time.c (l_raise l_getpid): added
  146.     * subr.c (ulong2big): 
  147.     * scl.c (ulong2num): useful routines for system call data
  148.     conversion moved from "time.c".
  149.  
  150. Thu Sep 22 14:48:16 1994  Aubrey Jaffer  (jaffer@jacal)
  151.  
  152.     * subr.c (big2inum): (more accruately) renamed from big2long.
  153.  
  154. Tue Sep  6 22:22:16 1994  Aubrey Jaffer  (jaffer@jacal)
  155.  
  156.     From: rshouman@hpcf.cc.utexas.edu (Radey Shouman)
  157.     Date: Mon, 29 Aug 1994 11:36:46 +0600
  158.     * unif.c: This is a large patch, but also a bit larger than it
  159.     appears -- I moved a few function definitions around to eliminate
  160.     gratuitous forward references.
  161.  
  162.     * unif.c repl.c (raprin1): Combined print routine for arrays with
  163.     that for uves.
  164.  
  165.     * unif.c (UNIFORM-VECTOR-READ! and -WRITE): work with general
  166.     arrays, by copying when necessary, renamed them to
  167.     UNIFORM-ARRAY-READ! and -WRITE.
  168.  
  169.     * unif.c (ARRAY-CONTENTS): Generalized so that it returns a 1-d
  170.     array even when the stride in the last dimension is greater than
  171.     one, gave it an optional second argument STRICT, which makes it
  172.     behave as it did before, returning an array/vector only if the
  173.     contents are contiguous in memory.
  174.  
  175.     * unif.c (ARRAY-CONTIGUOUS?) Eliminated. Instead, use
  176.         (lambda (ra) (array? (array-contents ra #t)))
  177.  
  178.     * unif.c code.doc (ramapc): unrolls arrays mapping into one loop
  179.     if possible, to make this quick, changed the format of the array
  180.     CAR, now uses one bit to indicate that an array is contiguous --
  181.     this still allows a ridiculous number of dimensions.
  182.  
  183.     * scm.h (DSUBRF): dsubrs are mapped directly, to allow this I
  184.     moved the typedef for dsubr and #define for DSUBRF to scm.h
  185.  
  186.     * unif.c (ARRAY-MAP!) taught something about subrs, now most subrs
  187.     may be mapped without going through apply(), saving time and
  188.     reducing consing.  +, -, *, /, =, <, <=, >, and >= are mapped
  189.     directly as special cases -- for uniform arrays this is nearly as
  190.     fast as the equivalent C, and doesnt' cons.  I've made sure that
  191.     +, -, *, and / vectorize on the CRAY, this may be wasted effort
  192.     but the effort is not great.
  193.  
  194.     * unif.c (ARRAY-COPY!) now copies many arrays of differing types
  195.     to each other without going through the aref/aset, e.g. float ->
  196.     double, double -> complex, integer -> float ...  This should make
  197.     array type coercions for arithmetic faster.
  198.  
  199.     * unif.c (TRANSPOSE-ARRAY) Added, which returns a shared array
  200.     that is the transpose of its first argument.  I think this does
  201.     what an APL:TRANSPOSE would.
  202.  
  203.     * unif.c (ENCLOSE-ARRAY) Added, this returns an array that looks
  204.     like an array of shared arrays, the difference being that the
  205.     shared arrays are not actually allocated until referenced.
  206.     Internally, the contents of an enclosed array is another array.
  207.     The main reason for this is to allow a reasonably efficient
  208.     implementation of APL:COMPRESS, EXPAND, and INDEXING.  In order to
  209.     actually make an array of shared arrays, just use ARRAY-COPY!.
  210.  
  211.     * unif.c (cvref): Created internal version of aref(), cvref() that
  212.     doesn't do error checking; Thus speeding things up.  Profiling of
  213.     SCM running array code revealed that aref() was taking a
  214.     surprising fraction of the CPU time
  215.  
  216.     TO DO:
  217.  
  218.     The mechanism for looking up the vectorized functions is a little
  219.     kludgy, I was tempted to steal some of the CAR of the subr type to
  220.     encode an offset into a table of vectorized functions, but this
  221.     would make it more likely that dynamically loaded subrs lose thier
  222.     names.
  223.  
  224.     It is almost possible to write APL:+ and friends now, it is just
  225.     necessary to figure out the appropriate type of the returned array
  226.     and allocate it, and to promote scalar arguments to arrays (with
  227.     increments 0).
  228.  
  229.     This doesn't include vectorized REAL-PART, IMAG-PART,
  230.     MAKE-RECTANGULAR ...
  231.  
  232.     I think some C support for APL:REDUCE and maybe INNER-PRODUCT will
  233.     be needed for a reasonably fast APL.scm
  234.  
  235.     unif.c is getting quite big, time to split it up?
  236.  
  237.  
  238. Mon Sep  5 22:44:50 1994  Aubrey Jaffer  (jaffer@jacal)
  239.  
  240.     * Init.scm repl.c (quit): code was not using return values
  241.     correctly.
  242.  
  243. Sun Aug 21 01:02:48 1994  Aubrey Jaffer  (jaffer@jacal)
  244.  
  245.     * record.c (init_record): remaining record functions moved into C
  246.     code.
  247.     * eval.c sys.c: compiled closures now conditional under CCLO.
  248.  
  249. Sat Aug 20 23:03:36 1994  Aubrey Jaffer  (jaffer@jacal)
  250.  
  251.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  252.     * eval.c (ceval apply): 
  253.     * sys.c (makcclo): tc7_cclo, compiled closures, now supported.
  254.     * record.c (init_record): C implementation of slib "Record"s using
  255.     CCLO.
  256.     * scm.h subr.c (QUOTIENT MODULO REMAINDER): fixes a bug for
  257.     bignums with DIGSTOOBIG defined.  Also, changed the return type of
  258.     longdigs() to void, since that value is no longer used anywhere.
  259.  
  260. Mon Aug  1 11:16:56 1994  Aubrey Jaffer  (jaffer@jacal)
  261.  
  262.     * time.c (curtime): replaces get-universal-time.  Other time
  263.     functions removed (SLIB support more complete).
  264.  
  265.     * subr.c (divbigbig): fixed (modulo -2177452800 86400) => 86400
  266.     bug.  Also added to test.scm.
  267.  
  268. Sun Jul 24 16:09:48 1994  Aubrey Jaffer  (jaffer@jacal)
  269.  
  270.     * dynl.c (init_dynl): *feature* dld:dyncm added for dynamically
  271.     (ldso) linked libc.sa and libm.sa (under Linux).
  272.  
  273. Fri Jul 15 12:53:48 1994  Aubrey Jaffer  (jaffer@jacal)
  274.  
  275.     * unif.c (array-fill!): bug with increment in default clause fixed.
  276.     Fast string support added.
  277.  
  278.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  279.     * unif.c (array-fill! array-for-each): bug fixes.
  280.  
  281. Sun Jul 10 01:51:00 1994  Aubrey Jaffer  (jaffer@jacal)
  282.  
  283.     * scm.c (run_scm init_scm): "-a" heap allocation argument supported.
  284.  
  285.     * Makefile (proto.h): removed.
  286.  
  287.     From: Drew Whitehouse, Drew.Whitehouse@anu.edu.au
  288.     * scm.h (P): Conditionalized ANSI'fied version of the scm.h.
  289.  
  290. Sun Jun 26 12:41:59 1994  Aubrey Jaffer  (jaffer@jacal)
  291.  
  292.     * Link.scm (usr:lib lib): Now checks for shared libraries
  293.     (lib*.sa) first.
  294.  
  295. Thu Jun 23 19:45:53 1994  Aubrey Jaffer  (jaffer@jacal)
  296.  
  297.     * scl.c scm.c: Support for compilation under Turbo C++ for Windows
  298.      (system and exec disabled) added under C flag "_Windows".
  299.  
  300. Sat Jun 18 11:47:17 1994  Aubrey Jaffer  (jaffer@jacal)
  301.  
  302.     * test.scm ((test-delay)): added.
  303.     ((test-bignum)): added and called automatically if bignums
  304.     suported.  test-inexact called automatically if inexacts
  305.     supported.
  306.  
  307. Mon Jun  6 09:26:35 1994  Aubrey Jaffer  (jaffer@jacal)
  308.  
  309.     * Init.scm (trace untrace): moved to SLIB/trace.scm.
  310.  
  311. Thu May 12 00:01:20 1994  Aubrey Jaffer  (jaffer@jacal)
  312.  
  313.     * Link.scm: Autoload for hobbit now does (provide 'hobbit).  This
  314.     allows hobbit to know if it is self compiling (although reloads of
  315.     hobbit will not be quite right).
  316.     ((compile file . args)): removed.
  317.  
  318.     * makefile.unix (proto.h): removed.
  319.  
  320.     * Transcen.scm: compile-allnumbers HOBBIT declaration added.
  321.     Init.scm will now load compiled Transcen.o.
  322.  
  323.     * scm.h: HOBBIT section removed.
  324.  
  325.     * README (SLIB): Now strongly recommends getting SLIB and lists
  326.     ftp sites.
  327.  
  328.     * eval.c (m_delay): fixed bug with multiple sets of (delay x).
  329.  
  330. Thu Apr 28 22:41:41 1994  Aubrey Jaffer  (jaffer@jacal)
  331.  
  332.     * unif.c (makflo): shortcut for single precision float arrays
  333.     added.
  334.  
  335. Fri Apr 15 00:54:14 1994  Aubrey Jaffer  (jaffer@jacal)
  336.  
  337.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  338.     * unif.c: no longer uses pointer comparisons in loops.  Should
  339.     fix problems on 8086 processors.
  340.     * unif.c (make_sh_array): Fixes MAKE-SHARED-ARRAY so that shared
  341.     arrays with only 1 element in some direction may still be
  342.     ARRAY-CONTIGUOUS?
  343.     (uve_write uve_read): Fixes bug in UNIFORM-ARRAY-WRITE,
  344.     UNIFORM-ARRAY_READ!.  Now they do the right thing for shared
  345.     bit-arrays not starting at the beginning of their contents vector.
  346.     (array_contents ARRAY-SIMPLE?): ARRAY-CONTENTS may now return a
  347.     shared, contiguous, 1-d array, instead of a vector, if the array
  348.     cannot access all of the contents vector.  ARRAY-SIMPLE? removed.
  349.     (array-fill!): a replacement and generalization of
  350.     UNIFORM-VECTOR-FILL!.
  351.     (raequal): Combines with uve_equal(), providing also ARRAY-EQUAL?
  352.     ARRAY-EQUAL? is equivalent to EQUAL? if all its arguments are
  353.     uniform vectors or if all are arrays.  It differs from EQUAL? in
  354.     that a shared, 1-d array may be ARRAY-EQUAL? to a uniform vector.
  355.       for example
  356.       (define sh (make-shared-array '#(0 1 2 3) list '(0 1))) ==> #1(0 1)
  357.       (equal? '#(0 1) sh)       ==> #F
  358.       (array-equal? '#(0 1) sh) ==> #T
  359.     (list2ura): Combines list2uve() and list2ura().
  360.  
  361. Thu Apr 14 23:26:54 1994  Aubrey Jaffer  (jaffer@jacal)
  362.  
  363.     * time.c (LACK_FTIME LACK_TIMES): defined for vms.
  364.  
  365. Mon Apr  4 10:39:47 1994  Aubrey Jaffer  (jaffer@jacal)
  366.  
  367.     * eval.c (copytree): now copies vectors as well.
  368.  
  369.     * repl.c (quit): now accepts #t and #f values.
  370.  
  371. Sun Apr  3 23:30:14 1994  Aubrey Jaffer  (jaffer@jacal)
  372.  
  373.     * repl.c (repl): call to my_time() moved to not include READ time.
  374.  
  375.     * time.c (mytime): now prefers to use times() over clock().
  376.     Compilation constant CLOCKS_PER_SEC doesn't scale when a binary is
  377.     moved between machines.
  378.  
  379. Thu Mar 31 16:22:53 1994  Aubrey Jaffer  (jaffer@jacal)
  380.  
  381.     * Init.scm (*SCM-VERSION*): added.
  382.  
  383.     * Makefile (intro): Added message for those who just make.
  384.     Cleaned up and reorganized Makefile.
  385.  
  386.     * patchlvl.h (PATCHLEVEL): removed.  Whole version now just in
  387.     SCMVERSION.
  388.  
  389. Wed Mar 23 00:09:51 1994  Aubrey Jaffer  (jaffer@jacal)
  390.  
  391.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  392.     * repl.c (iprin1): Characters higher than 127 print as
  393.     #\<octal-number>.
  394.  
  395.     * Init.scm ((read:array digit port)): added.  Most # syntax
  396.     handled in read:sharp.
  397.  
  398.     * unif.c (clist2uve clist2array): removed.
  399.  
  400. Fri Mar 11 15:10:53 1994  Radey Shouman  (rshouman@chpc.utexas.edu)
  401.  
  402.     * sys.c (sfgetc): can now return EOF.
  403.  
  404. Mon Mar  7 17:07:26 1994  Aubrey Jaffer  (jaffer@jacal)
  405.  
  406.     * patchlvl.h (SCMVERSION): 4e0
  407.  
  408.     * scmfig.h: was config.h (too generic).
  409.  
  410.     * scm.c (main run_scm) repl.c (repl_driver init_init): now take
  411.     initpath argument.  IMPLINIT now used in scm.c
  412.  
  413. Sun Feb 27 00:27:45 1994  Aubrey Jaffer  (jaffer@jacal)
  414.  
  415.     * eval.c (ceval m_cont IM_CONT): @call-with-current-continuation
  416.     special form for tail recursive call-with-current-continuation
  417.     added.  call_cc() routine removed.
  418.  
  419. Fri Feb 25 01:55:06 1994  Aubrey Jaffer  (jaffer@jacal)
  420.  
  421.     * eval.c (ceval m_apply IM_APPLY apply:nconc-to-last): @apply
  422.     special form for tail-recursive apply added.  ISYMs reactivated.
  423.  
  424. Mon Feb 21 14:42:12 1994  Aubrey Jaffer  (jaffer@jacal)
  425.  
  426.     * crs.c (nodelay): added.  In NODELAY mode WGETCH returns
  427.     eof-object when no input is ready.
  428.  
  429.     * Init.scm ((read:sharp c port)): defined to handle #', #+, and
  430.     #-.
  431.  
  432.     * repl.c (lreadr): Now calls out to Scheme function read:sharp
  433.     when encountering unknown #<char>.
  434.  
  435. Tue Feb 15 01:08:10 1994  Aubrey Jaffer  (jaffer@jacal)
  436.  
  437.     From: Shiro KAWAI <kawai@sail.t.u-tokyo.ac.jp>
  438.     * eval.c (ceval apply): under flag CAUTIOUS, checks for applying
  439.     to non-lists added.
  440.  
  441. Sat Feb 12 21:23:01 1994  Aubrey Jaffer  (jaffer@jacal)
  442.  
  443.     * sys.c (sym2vcell intern sysintern): now use internal strhash().
  444.  
  445.     * scl.c sys.c (hash hashv hashq strhash()): added.
  446.  
  447. Sat Feb  5 01:24:35 1994  Aubrey Jaffer  (jaffer@jacal)
  448.  
  449.     * scm.h (ARRAY_NDIM): #define ARRAY_NDIM NUMDIGS changed to
  450.     #define ARRAY_NDIM(x) NUMDIGS(x) to correct problem on Next.
  451.  
  452. Fri Feb  4 23:15:21 1994  Aubrey Jaffer  (jaffer@jacal)
  453.  
  454.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  455.     * unif.c: 0d arrays added.  Serial array mapping functions and
  456.     ARRAY-SIMPLE? added.
  457.  
  458. Thu Feb  3 12:42:18 1994  Aubrey Jaffer  (jaffer@jacal)
  459.  
  460.     * scm.h (LENGTH): now does unsigned shift.
  461.  
  462. Wed Feb  2 23:40:25 1994  Aubrey Jaffer  (jaffer@jacal)
  463.  
  464.     * Link.scm (*catalog*): catalog entries for db (wb),
  465.     turtle-graphics, curses, regex, rev2-procedures, and
  466.     rev3-procedures added.
  467.  
  468. Sun Jan 30 19:25:24 1994  Aubrey Jaffer  (jaffer@jacal)
  469.  
  470.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  471.     * sys.c eval.c setjump.h setjump.s (longjump setjump): full
  472.     continuations now work on Cray YMP.
  473.  
  474. Thu Jan 27 01:09:13 1994  Aubrey Jaffer  (jaffer@jacal)
  475.  
  476.     * dynl.c MANUAL Init.scm (init_dynl): dynamic linking modified for
  477.     modern linux.
  478.  
  479. Sat Jan 22 17:58:55 1994  Aubrey Jaffer  (jaffer@jacal)
  480.  
  481.     From: ucs3028@aberdeen.ac.uk (Al Slater)
  482.     * makefile.acorn repl.c (set_erase): Port to acorn archimedes.
  483.     This uses Huw Rogers free unix function call library for the
  484.     archimedes - this is very very widely available and should pose no
  485.     problem to anyone trying to find it - its on every archimedes ftp
  486.     site.
  487.  
  488.     From: hugh@cosc.canterbury.ac.nz (Hugh Emberson)
  489.     * dynl.c Link.scm: Dynamic Linking with SunOS.
  490.  
  491. Thu Jan  6 22:12:51 1994    (jaffer at jacal)
  492.  
  493.     * sys.c (gc_mark mark_locations): now externally callable.
  494.  
  495. Sun Jan  2 19:32:59 1994    (jaffer at jacal)
  496.  
  497.     From: fred@sce.carleton.ca (Fred J Kaudel)
  498.     * unif.c (ra_matchp ramapc): patch to unif.c avoids two problems
  499.     (K&R C does not allow initialization of "automatic" arrays or
  500.     structures).  This was not use in 4d2 or previously, and the
  501.     following patch ensures that such initialization only occurs for
  502.     ANSI C compilers (Note that K&R C compilers need to explicitly
  503.     assign the values).
  504.  
  505. Sat Dec 18 23:55:30 1993    (jaffer at jacal)
  506.  
  507.     * scm.1 scm.doc (FEATURES): improved and updated manual page.
  508.  
  509.     * repl.c (BRACKETS_AS_PARENS): controls whether [ and ] are read
  510.     as ( and ) in forms.
  511.  
  512. Wed Dec  8 23:13:09 1993    (jaffer at jacal)
  513.  
  514.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  515.     * unif.c: More array fixes and functions.
  516.  
  517. Tue Dec  7 00:44:23 1993    (jaffer at jacal)
  518.  
  519.     * dynl.c (dld_stub): removed since dld is working better on Linux.
  520.  
  521. Wed Dec  1 15:27:44 1993    (jaffer at jacal)
  522.  
  523.     * scm.h (SNAME): explicit cast added to get rid of compiler
  524.     warnings.
  525.  
  526.     From: bh@anarres.CS.Berkeley.EDU (Brian Harvey)
  527.     * repl.c (repl) output newlines when more than one form on a line
  528.     for Borland C.
  529.  
  530.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  531.     * unif.c: More array fixes and documentation.
  532.  
  533. Mon Nov 29 01:06:21 1993  Aubrey Jaffer  (jaffer at montreux)
  534.  
  535.     From: rshouman@chpc.utexas.edu (Radey Shouman)
  536.     * unif.c: More array functions (need documentation).
  537.  
  538. Sun Nov 28 01:34:22 1993    (jaffer at jacal)
  539.  
  540.     * scm.h (SNAME): returns a pointer to nullstr if offset is 0.
  541.  
  542.     * subr.c eval.c (make_synt make_subr): now check that offset from
  543.     heap_org hack works for each subr.  If not, 0 is used.
  544.  
  545.     * Link.scm (compile-file): compiles SCM file to object suitable
  546.     for LOAD.
  547.  
  548.     * Link.scm: initialization file created with Scheme code for
  549.     compilation and    linking.  LOAD now automatically loads SCM object
  550.     files.
  551.  
  552.     * dynl.c Init.scm: dynamic linking now works under DLD on Linux.
  553.     Wb, crs, and sc2 can by dynamically loaded.
  554.  
  555. Thu Nov 25 22:58:36 1993    (jaffer at jacal)
  556.  
  557.     * sys.c (ltmpnam): return value of mktemp call tested in accord
  558.     with HP-UX documentation (returns "" on error).
  559.  
  560.     * config.h (SYSCALLDEF): removed.  Macro I/O calls (getc, putc)
  561.     replaced with function versions.  Control-C interrupts should work
  562.     while pending input on all systems again.
  563.  
  564. Tue Nov 23 01:18:35 1993    (jaffer at jacal)
  565.  
  566.     From: dorai@cs.rice.edu (Dorai Sitaram)
  567.     * repl.c sys.c time.c config.h: MWC (Mark Williams C) support.
  568.  
  569. Sun Nov  7 10:58:53 1993    (jaffer at jacal)
  570.  
  571.     From: "Greg Wilson" <Greg.Wilson@cs.anu.edu.au>
  572.     * scm.c config.h (TICKS ticks tick-interrupt): if TICKS is
  573.     #defined, ticks and tick-interrupt work like alarm and
  574.     alarm-interrupt, but with units of evaluation rather than units of
  575.     time.
  576.  
  577. Mon Nov  1 18:47:04 1993    (jaffer at jacal)
  578.  
  579.     * unif.c (uniform-vector-ref => array-ref): integrated arrays
  580.     with uniform-vectors.  Strings, vectors, and uniform-vectors
  581.     now just special case of arrays (to the user).
  582.  
  583. Fri Oct 29 01:26:53 1993    (jaffer at jacal)
  584.  
  585.     * unif.c (rasmob tc16_array): arrays are now a smob.
  586.  
  587. Thu Oct 28 01:21:43 1993    (jaffer at jacal)
  588.  
  589.     * sys.c repl.c (igc gc_start): GC message gives reason for GC.
  590.  
  591. Wed Oct 27 10:03:00 1993    (jaffer at jacal)
  592.  
  593.     * config.h (SICP): flag makes (eq? '() '#f) and changes other
  594.     things in order to make SCM more compatible with Abelson and
  595.     Sussman's book.
  596.  
  597.     * sys.c (gc_mark gc_sweep mark_locations): GC bug fixed.  GC from
  598.     must_malloc would collect the tc_free_cell already allocated.
  599.  
  600.     * sys.c setjump.h (must_malloc must_realloc INIT_MALLOC_LIMIT):
  601.     modified to call igc when malloc usage exceeds mtrigger (idea from
  602.     hugh@ear.MIT.EDU, Hugh Secker-Walker).
  603.  
  604.     From: Jerry D. Hedden
  605.     * pi.scm (bigpi): bignum version of pi calculator.
  606.  
  607. Tue Oct 26 18:41:33 1993    (jaffer at jacal)
  608.  
  609.     * repl.c (room): added procedure for printing storage statistics.
  610.  
  611. Sun Oct 24 22:40:15 1993    (jaffer at jacal)
  612.  
  613.     * config.h eval.c scl.c (STACK_LIMIT CHECK_STACK): added.
  614.     * sys.c (stack_check): added.
  615.  
  616. Sat Oct 23 00:08:30 1993    (jaffer at jacal)
  617.  
  618.     * sys.c (mallocated): added to keep track of non-heap usage.
  619.  
  620.     * sys.c (igc): fixed interrupt vulnerabilities around gc.
  621.  
  622. Sun Oct 17 13:06:11 1993    (jaffer at jacal)
  623.  
  624.     * repl.c (exit_report): added.  Prints cumulative times if
  625.     (verbose > 2).  Called from free_storage().
  626.  
  627.     * repl.c (repl): fixed CRDYP(stdin) BUG!  Transcripts should work
  628.     again.  Other annoying CR behaviour fixed.
  629.  
  630.     * time.c (init_time your_base my_base): now not reset when
  631.     restarting so timing numbers for restarting are correct.
  632.  
  633.     * scm.h (sys_protects): rearranged.
  634.     * sys.c (tmp_errp): now a statically allocated global variable,
  635.     used by init_storage and free_storage.
  636.     * scm.h sys.c (tc16_fport, tc16_pupe, tc16_strport, tc16_sfport):
  637.     now #defines (which must correspond to order of newptob calls).
  638.  
  639. Sun Oct  3 20:38:09 1993  Bryan O'Sullivan  (bos@scrg.cs.tcd.ie)
  640.  
  641.     * README.unix configure configure.in scmconfig.h.in
  642.     mkinstalldirs Makefile.in acconfig-1.5.h: SCM can now be built
  643.     using GNU autoconf.  Put in scmconfig4c5.tar.gz
  644.  
  645. Sun Oct  3 00:33:57 1993    (jaffer at jacal)
  646.  
  647.     * MANUAL (bit-count bit-position bit-set*! bit-count*
  648.     bit-invert!): (from unif.c) are now documented.
  649.  
  650.     * sys.c (fixconfig): added 3rd argument to distinguish between
  651.     setjump.h and config.h.
  652.     * setjump.h config.h: moved IN_SYS stuff from config.h to
  653.     setjump.h.
  654.     * config.h (HAVE_CONFIG_H): User config preferences now taken
  655.     from "scmconfig.h" if HAVE_CONFIG_H is defined.
  656.     * config.h (EXIT_SUCCESS EXIT_FAILURE): fixed for VMS.
  657.  
  658. Sat Oct  2 00:34:38 1993    (jaffer at jacal)
  659.  
  660.     From: rshouman@hermes.chpc.utexas.edu (Radey Shouman)
  661.     * unif.c repl.c: added read and write syntax for uniform vectors.
  662.     * unif.c (uniform-vector->list list->uniform-vector): created.
  663.     * time.c (time_in_msec): conditionalized for wide range of CLKTCK
  664.     values.
  665.     * config.h (BITSPERDIG POINTERS_MUNGED)
  666.     * scm.h (PTR2SCM SCM2PTR)
  667.     * scl.c (DIGSTOOBIG)
  668.         Ported SCM to Unicos, the Cray operating system.
  669.  
  670.     From: schwab@ls5.informatik.uni-dortmund.de (Andreas Schwab)
  671.     * scl.c (dblprec): set from DBL_DIG, if available.
  672.  
  673. Fri Oct  1 21:43:58 1993    (jaffer at jacal)
  674.  
  675.     * unif.c (bit-position): now returns #f when item is not found.
  676.     Now returns #f when 3rd argument is length of 2nd argument
  677.     (instead of error).
  678.  
  679. Fri Sep 24 14:30:47 1993    (jaffer at jacal)
  680.  
  681.     * sys.c (free_storage): fixed bug where growth_mon was being
  682.     called after the port cell had been freed.  gc_end now also
  683.     called at end.
  684.  
  685. Tue Sep 21 23:46:05 1993    (jaffer at jacal)
  686.  
  687.     * Init.scm scm.c: Restored old command line behaviour (loading all
  688.     command line arguments) for case when first command line argument
  689.     does not have leading `-'.
  690.  
  691.     * sys.c (mode_bits): abstracted from open_file and mksfpt.
  692.  
  693.     * scm.h (*FPORTP): series of predicates added for operations which
  694.     only work on some fports.
  695.  
  696.     * sys.c crs.c: ungetc removed from ptobfuns structure and
  697.     soft-ports.
  698.  
  699. Mon Sep 20 23:53:25 1993    (jaffer at jacal)
  700.  
  701.     * sys.c (make-soft-port): Soft-ports added, allowing Scheme
  702.     i/o extensions.
  703.  
  704. Sun Sep 19 22:55:28 1993    (jaffer at jacal)
  705.  
  706.     * 4c4: released.
  707.     * Init.scm scm.c scm.1: command line proccessing totally
  708.     rewritten.  Thanks to Scott Schwartz
  709.     <schwartz@groucho.cs.psu.edu> for help with this.
  710.  
  711. Mon Sep 13 21:45:52 1993    (jaffer at jacal)
  712.  
  713.     From: pegelow@moorea.uni-muenster.de (Ulrich Pegelow)
  714.     * scl.c (add1): finally a way to fool optimizing gcc to not use
  715.     extra precision registers.
  716.  
  717. Sun Sep 12 18:46:02 1993    (jaffer at jacal)
  718.  
  719.     * sys.c (pwrite): added to stubbify fwrite to fix bug on VMS.
  720.     * config.h: moved flags to top per suggestions from Bryan
  721.     O'Sullivan (bos@scrg.cs.tcd.ie).
  722.  
  723. Fri Sep 10 11:42:27 1993    (jaffer at jacal)
  724.  
  725.     * repl.c config.h (EXIT_SUCCESS EXIT_ERROR): added.  Values
  726.     returned by SCM program.
  727.  
  728. Thu Sep  9 13:09:28 1993  Aubrey Jaffer  (jaffer at camelot)
  729.  
  730.     From: Vincent Manis <manis@cs.ubc.ca>
  731.     * sys.c (stwrite init_types add_final): fixed declarations.
  732.  
  733. Mon Sep     6 16:10:50 1993  Bryan O'Sullivan  (bos@scrg.cs.tcd.ie)
  734.  
  735.     * README: changed the build and installation instructions to bring
  736.     them up to date with reality.
  737.  
  738. Sun Sep     5 23:08:54 1993  Bryan O'Sullivan  (bos@scrg.cs.tcd.ie)
  739.  
  740.     * Wrote autoconf script to support GNU Autoconf configuration
  741.     to make scm easier to build.
  742.  
  743.     * Created Makefile.in; a radical overhaul of Makefile to remove
  744.     some of the brokenness and allow cross-compilation and use of
  745.     autoconf.
  746.     
  747. Sat Sep  4 23:00:49 1993    (jaffer at jacal)
  748.  
  749.     * 4c3: released.
  750.     * sys.c (grow_throw): removed use of memset for SPARC machines.
  751.  
  752. Sat Sep  4 18:09:59 1993  Bryan O'Sullivan  (bos@scrg.cs.tcd.ie)
  753.  
  754.     * time.c: added SVR4 to the list of LACK_FTIME systems, because
  755.     most all SVR4 BSD-compatibility stuff is a total mess.
  756.  
  757.     * config.h: changed definition of STDC_HEADERS so it does the
  758.     Right Thing on systems which run GCC but don't have header files
  759.     with prototypes.
  760.  
  761.     * makefile.unix: added a note for SVR4 users.
  762.  
  763. Tue Aug 31 18:30:53 1993    (jaffer at jacal)
  764.  
  765.     * eval.c (m_define): if verbose >= 5 warnings are issued for all
  766.     top-level redefinitions.
  767.  
  768. Mon Aug 30 16:24:26 1993    (jaffer at jacal)
  769.  
  770.     * scm.c sys.c (finals num_finals add_final): Finalization calls
  771.     now dynamically, incrementally, defined.
  772.  
  773. Thu Aug 26 12:38:27 1993  Aubrey Jaffer  (jaffer at camelot)
  774.  
  775.     * 4c2: fixed declaration problems in PTOB with K&R C.
  776.  
  777. Sun Aug 22 23:02:51 1993    (jaffer at jacal)
  778.  
  779.     * split.scm: code which directs input, output, and diagnostic
  780.     output to separate windows (using curses functions defined in
  781.     crs.c).
  782.  
  783. Sat Aug 21 16:46:33 1993    (jaffer at jacal)
  784.  
  785.     * Init.scm (output-port-height): added if not already defined.
  786.     output-port-width also made conditional.
  787.  
  788.     * sys.c (tc16_strport): string ports created.
  789.  
  790. Thu Aug 19 11:37:07 1993    (jaffer at jacal)
  791.  
  792.     * sys.c (init_types): freecell, floats, and bignums now have SMOB
  793.     entries.  gc_sweep and gc_mark still inline codes for bignums and
  794.     floats.
  795.  
  796.     * sys.c repl.c code.doc: Ports now an extensible type.
  797.     Indirection suggested by Shen <sls@aero.org>.
  798.  
  799. Mon Aug 16 01:20:26 1993    (jaffer at jacal)
  800.  
  801.     * crs.c: curses support created.
  802.  
  803. Sun Aug 15 16:56:36 1993    (jaffer at jacal)
  804.  
  805.     * rgx.c sys.c (mark0 equal0): mark0 moved to sys.c.  equal0
  806.     created.
  807.  
  808. Fri Jun 25 01:16:31 1993    (jaffer at jacal)
  809.  
  810.     * QUICKREF: added.
  811.  
  812. Tue Jun 22 00:40:58 1993  Aubrey Jaffer  (jaffer at camelot)
  813.  
  814.     * repl.c (ungetted): replaced with CRDYP(stdin) to fix recently
  815.     introduced transcript bug.
  816.  
  817. Sun Jun 20 22:29:32 1993  Aubrey Jaffer  (jaffer at camelot)
  818.  
  819.     * config.h (NOSETBUF): setbuf() now conditionalized on NOSETBUF.
  820.  
  821.     * Init.scm (defmacro): now copies the results of macro expansion
  822.     in order to avoid capture of memoized code by macros like:
  823.     (defmacro f (x) `(list '= ',x ,x)).
  824.  
  825. Wed Jun  2 23:32:05 1993  Aubrey Jaffer  (jaffer at caddr)
  826.  
  827.     * eval.c (map for-each): now check that arguments are lists.
  828.  
  829. Mon May 31 23:05:19 1993  Aubrey Jaffer  (jaffer at camelot)
  830.  
  831.     * Init.scm (trace untrace): now defmacros which handle (trace) and
  832.     (untrace) as in Common Lisp.
  833.  
  834. Wed May  5 01:17:37 1993  Aubrey Jaffer  (jaffer at camelot)
  835.  
  836.     From: Roland Orre  <orre@sans.kth.se>
  837.     * all: internal output functions now take SCM ports instead of
  838.     FILE* in preparation for string-ports.
  839.  
  840. Tue May  4 17:49:49 1993  Aubrey Jaffer  (jaffer at wbtree)
  841.  
  842.     * makefile.unix (escm.a): created scm "ar" file and used for
  843.     dbscm.
  844.  
  845. Sun Apr 25 21:35:46 1993  Aubrey Jaffer  (jaffer at camelot)
  846.  
  847.     * sys.c (free_storage): i++ moved out of CELL_* in response to:
  848. From: john kozak <jkozak@cix.compulink.co.uk>
  849. Minor bug report: around line 10 of routine "free_storage" you do calls
  850. to CELL_UP and CELL_DOWN with arguments having side-effects: with the 
  851. PROT386switch defined in config.h these args are evaluated twice... 
  852.  
  853. Sun Apr 11 22:56:19 1993  Aubrey Jaffer  (jaffer at camelot)
  854.  
  855.     * eval.c (IM_DEFINE): added.  Internal defines are no longer
  856.     turned into LETRECS.
  857.  
  858. Wed Apr  7 13:32:53 1993  Aubrey Jaffer  (jaffer at camelot)
  859.  
  860.     Jerry D. Hedden <HEDDEN@ESDSDF.dnet.ge.com>
  861.     * scl.c (idbl2str): fix for bug introduced by removing +'s.
  862.  
  863. Tue Mar 23 15:37:12 1993  Aubrey Jaffer  (jaffer at camelot)
  864.  
  865.     * scl.c (idbl2str): now prints positivie infinity as +#.# again
  866.     (instead of #.#).
  867.  
  868. Mon Mar 22 01:38:02 1993  Aubrey Jaffer  (jaffer at montreux)
  869.  
  870.     * subr.c (quotient): renamed to lquotient to avoid conflict with
  871.     HP-UX 9.01.
  872.  
  873. Fri Mar 19 01:21:08 1993  Aubrey Jaffer  (jaffer at camelot)
  874.  
  875.     * sys.c repl.c: #ifndef THINK_C #include <sys/ioctl.h>
  876.     * time.c (lstat): #ifndef THINK_C. ThinkC 5.0.1 lacked.
  877.  
  878. Mon Mar 15 23:35:32 1993  Aubrey Jaffer  (jaffer at camelot)
  879.  
  880.     From: jhowland@ariel.cs.trinity.edu (Dr. John E. Howland)
  881.     * scl.c (idbl2str iflo2str big2str): leading + eliminated on
  882.     output and number->string.
  883.  
  884. Wed Mar 10 00:58:32 1993  Aubrey Jaffer  (jaffer at camelot)
  885.  
  886.     * repl.c scm.h (CRDYP CLRDY CGETUN CUNGET): cleaned up ungetc hack.
  887.  
  888.     * scm.c repl.c (exec): added.
  889.  
  890. Sun Mar  7 22:44:23 1993  Aubrey Jaffer  (jaffer at camelot)
  891.  
  892.     * repl.c (def_err_response): now will print errobjs if they are
  893.     immediates, symbols, ports, procedures, or numbers.
  894.  
  895. Fri Mar  5 23:15:54 1993  Aubrey Jaffer  (jaffer at camelot)
  896.  
  897.     * repl.c (repl): now gives repl_report() for initialization.
  898.  
  899.     * Init.scm (defvar): added.
  900.  
  901.     From: Roland Orre  <orre@sans.kth.se>
  902.     * repl.c (lungetc): no longer calls ungetc.  Fixed problem that
  903.     many systems had with ungetc on unbuffered ports (setbuf(0)).
  904.  
  905. Thu Mar  4 13:51:12 1993  Aubrey Jaffer  (jaffer at camelot)
  906.  
  907.     From: Stephen Schissler
  908.     * makefile.wcc: Watcom support added.
  909.  
  910. Wed Mar  3 23:11:08 1993  Aubrey Jaffer  (jaffer at montreux)
  911.  
  912.     * sys.c scm.h (dynwinds): made a sys_protect.
  913.  
  914. Mon Feb 15 11:30:50 1993  Aubrey Jaffer  (jaffer at camelot)
  915.  
  916.     * Init.scm (defmacro macroexpand macroexpand1 macro? gensym):
  917.     added.
  918.  
  919.     * repl.c (stdin): setbuf not done for __TURBOC__==1.
  920.  
  921.     * makefile.bor: now has method to build turtegr.exe.
  922.  
  923.     * eval.c (ceval): Memoizing macros now can return any legal Scheme
  924.     expression.
  925.  
  926. Sat Feb 13 18:01:13 1993  Aubrey Jaffer  (jaffer at camelot)
  927.  
  928.     * subr.c (mkbig adjbig): now check for bignum size.
  929.  
  930.     * Init.scm: reorganized so site-specific information is at the
  931.     head.
  932.  
  933.     * repl.c (errno): changed from set-errno now returns value.
  934.  
  935.     * subr.c (intexpt): now handles bignum exponents.
  936.  
  937.     From: "David J. Fiander" <davidf@golem.waterloo.on.ca>
  938.     * time.c makefile.unix subr.c: SCO Unix and XENIX patches.
  939.  
  940. Fri Feb 12 22:18:57 1993  Aubrey Jaffer  (jaffer at camelot)
  941.  
  942.     * Init.scm (WITH-INPUT-FROM-PORT WITH-OUTPUT-TO-PORT
  943.     WITH-ERROR-TO-PORT): added.
  944.  
  945.     * subr.c (ash): fixed for case (ash 2 40) where INUM arguments
  946.     make a bignum result.
  947.  
  948.     * repl.c (lreadr): \ followed by a newline in a string is ignored.
  949.  
  950.     From: Scott Schwartz <schwartz@groucho.cs.psu.edu>
  951.     * repl.c (lreadr): Can now read \0\f\n\r\t\a\v in strings.
  952.  
  953. Thu Feb 11 01:25:50 1993  Aubrey Jaffer  (jaffer at camelot)
  954.  
  955.     * Init.scm (with-input-from-file with-output-to-file
  956.     with-error-to-file): now use dynamic-wind.
  957.  
  958. Sun Feb  7 22:51:08 1993  Aubrey Jaffer  (jaffer at camelot)
  959.  
  960.     * eval.c (ceval): fixed bug with non-memoizing macro returning an
  961.     IMP.
  962.  
  963. Sat Feb  6 01:22:27 1993  Aubrey Jaffer  (jaffer at camelot)
  964.  
  965.     * (current-error-port with-error-to-file): add.
  966.  
  967. Fri Feb  5 00:51:23 1993  Aubrey Jaffer  (jaffer at camelot)
  968.  
  969.     * time.c (stat): added.
  970.  
  971.     From: rnelson@wsuaix.csc.wsu.edu (roger nelson)
  972.     * dmakefile: support for DICE C on Amiga.
  973.  
  974. Thu Feb  4 01:55:30 1993  Aubrey Jaffer  (jaffer at camelot)
  975.  
  976.     * sys.c (open-file) makes unbuffered if isatty.
  977.  
  978.     * repl.c (char-ready?) added.
  979.  
  980. Mon Feb  1 15:24:18 1993  Aubrey Jaffer  (jaffer at camelot)
  981.  
  982.     * subr.c (logor): changed to LOGIOR to be compatible with common
  983.     Lisp.
  984.  
  985.     * eval.c (bodycheck): now checks for empty bodies.
  986.  
  987. Sun Jan 31 01:01:11 1993  Aubrey Jaffer  (jaffer at camelot)
  988.  
  989.     * time.c (get-universal-time decode-universal-time): now use
  990.     bignums.
  991.  
  992. Tue Jan 26 00:17:06 1993  Aubrey Jaffer  (jaffer at camelot)
  993.  
  994.     * sys.c (mark_locations): now length argument in terms of
  995.     STACKITEM.  Does both alignments in one pass.
  996.  
  997. Mon Jan 25 12:13:40 1993  Aubrey Jaffer  (jaffer at camelot)
  998.  
  999.     From: soravi@Athena.MIT.EDU
  1000.     * makefile.emx: for OS/2
  1001.  
  1002. Sun Jan 24 18:46:32 1993  Aubrey Jaffer  (jaffer at camelot)
  1003.  
  1004.     From: stevev@miser.uoregon.edu (Steve VanDevender)
  1005.     * scl.c (big2str): now faster because it divides by as many 10s as
  1006.     fit in a BIGDIG.
  1007.  
  1008. Sat Jan 23 00:23:53 1993  Aubrey Jaffer  (jaffer at camelot)
  1009.  
  1010.     From: stevev@miser.uoregon.edu (Steve VanDevender):
  1011.     * config.h (INUM MAKINUM): shift optimization for TURBOC.
  1012.  
  1013. Fri Jan 22 00:46:58 1993  Aubrey Jaffer  (jaffer at montreux)
  1014.  
  1015.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  1016.     * unif.c (uniform-vector?): added.
  1017.  
  1018. Tue Jan 19 00:27:04 1993  Aubrey Jaffer  (jaffer at camelot)
  1019.  
  1020.     From: stevev@miser.uoregon.edu (Steve VanDevender)
  1021.     * subr.c scl.c config.h: bignum bug fixes for MSDOS.
  1022.  
  1023. Mon Jan 18 01:15:24 1993  Aubrey Jaffer  (jaffer at camelot)
  1024.  
  1025.     * subr.c (ash lognot intlength logcount bitextract): now handle
  1026.     bignums.
  1027.  
  1028. Sun Jan 17 10:42:44 1993  Aubrey Jaffer  (jaffer at camelot)
  1029.  
  1030.     * sys.c (close_port): can now close pipes as well.
  1031.  
  1032.     * subr.c (adjbig normbig divide quotient): fixed more divide bugs.
  1033.  
  1034.     * subr.c (even? odd?): fixed problem with bignums.
  1035.  
  1036. Sat Jan 16 00:02:05 1993  Aubrey Jaffer  (jaffer at camelot)
  1037.  
  1038.     * subr.c (divbigbig): Fixed last divide bug?
  1039.  
  1040. Fri Jan 15 00:07:27 1993  Aubrey Jaffer  (jaffer at camelot)
  1041.  
  1042.     * rgx.c (regmatch?): added.  Debugged for both HP-UX and GNU
  1043.     regex-0.11.  Documentation added to MANUAL.
  1044.  
  1045. Thu Jan 14 11:54:52 1993  Aubrey Jaffer  (jaffer at camelot)
  1046.  
  1047.     * patchlvl.h (SCMVERSION): moved from config.h.
  1048.  
  1049.     * scl.c (product): fixed missing {} bug.
  1050.  
  1051.     From: HEDDEN@esdsdf.dnet.ge.com
  1052.     * scl.c (lmin lmax) bignum versions.
  1053.  
  1054. Wed Jan 13 01:40:51 1993  Aubrey Jaffer  (jaffer at camelot)
  1055.  
  1056.     * released scm4b0.
  1057.  
  1058.     * subr.c: fixed bignum bugs found by jacal.
  1059.  
  1060.     * code cleanup.
  1061.  
  1062.     From: HEDDEN@esdsdf.dnet.ge.com
  1063.     * subr.c (lgcd quotent modulo lremainder): Bignum versions.
  1064.     * subr.c (divbigbig): new version.
  1065.  
  1066. Sun Jan  3 00:29:35 1993  Aubrey Jaffer  (jaffer at camelot)
  1067.  
  1068.     From: stevev@miser.uoregon.edu (Steve VanDevender)
  1069.     * Re-port to BorlandC v2.0
  1070.  
  1071.     * sys.c (must_realloc): added
  1072.  
  1073.     * config.h subr.c (BIGRAD pseudolong): now insensitive to ratio of
  1074.     sizeof(long)/sizeof(BIGDIG).
  1075.  
  1076. Mon Dec 21 23:20:47 1992  Aubrey Jaffer  (jaffer at camelot)
  1077.  
  1078.     From: Scott Schwartz <schwartz@groucho.cs.psu.edu>
  1079.     * rgx.c: created SCM interface to regex and regexp routines.
  1080.  
  1081.     From: HEDDEN@esdsdf.dnet.ge.com
  1082.     * subr.c scl.c: Now just one mulbigbig and addbigbig routine.
  1083.  
  1084.     from: soravi@Athena.MIT.EDU
  1085.     * README: directions for compiling SCM under OS/2 2.0.
  1086.  
  1087. Wed Dec  9 15:34:30 1992  Aubrey Jaffer  (jaffer at camelot)
  1088.  
  1089.     * eval.c (tc7_subr_2x): eliminated.  All comparison subrs now
  1090.     rpsubrs.
  1091.  
  1092.     * scm.h: Changed SUBR numbers.  This improves HP-UX interpretation
  1093.     speed (why?).
  1094.  
  1095.     * eval.c (PURE_FUNCTIONAL): removed.  Can now be done in
  1096.     initialization code.
  1097.  
  1098.     * eval.c (tc7_rpsubr): added type for transitive comparison
  1099.     operators.  Suprisingly, this slows down (pi 100 5).
  1100.  
  1101. Mon Dec  7 16:15:47 1992  Aubrey Jaffer  (jaffer at camelot)
  1102.  
  1103.     * subr.c (logand logor logxor lognot ash logcount integer-length
  1104.     bit-extract): added.
  1105.  
  1106.     From: HEDDEN@esdsdf.dnet.ge.com
  1107.     * scl.c: lots more numeric improvements and code reductions.
  1108.  
  1109. Mon Nov 30 12:25:54 1992  Aubrey Jaffer  (jaffer at camelot)
  1110.  
  1111.     * scm.h (IDINC ICDR IDIST): enlarged depth count in ILOCs.
  1112.  
  1113. Sun Nov 29 01:10:18 1992  Aubrey Jaffer  (jaffer at camelot)
  1114.  
  1115.     * subr.c scl.c: most arithmetic operations will now return
  1116.     bignums.
  1117.  
  1118.     * config.h (FIXABLE POSFIXABLE NEGFIXABLE): added.
  1119.  
  1120.     * sys.c (object-hash object-unhash): now use bignums.
  1121.  
  1122.     * scl.c (big2str istr2int): bignum i/o implemented.
  1123.  
  1124.     * unif.c: subr2s were incorrectly initialized as lsubr2s.
  1125.  
  1126. Tue Nov 24 14:02:52 1992  Aubrey Jaffer  (jaffer at camelot)
  1127.  
  1128.     * eval.c (ceval): added unmemocar calls to error handling when
  1129.     possible.
  1130.  
  1131.     * scl.c (idbl2str): added back NAN and infinity support.
  1132.  
  1133.     * eval.c (syntax_mem): replaced with individual macros.
  1134.     * eval.c (procedure->syntax procedure->macro
  1135.     procedure->memoizing-macro): All syntactic keywords are now
  1136.     tc7_symbol.  User definable macros added.
  1137.     * sys.c: ISYMs no longer in symhash.  ISYMs cannot be read.
  1138.     init_isyms merged into init_eval.
  1139.  
  1140. Sat Nov 21 00:39:31 1992  Aubrey Jaffer  (jaffer at camelot)
  1141.  
  1142.     * makefile.unix (check): now exits with error code.
  1143.  
  1144.     * sys.c (init_isyms): eliminated.  ISYMS now inited in init_eval.
  1145.  
  1146. Fri Nov 20 16:14:06 1992  Aubrey Jaffer  (jaffer at camelot)
  1147.  
  1148.     * released scm4a13
  1149.  
  1150.     * repl.c: longjmps now dowinds() first.
  1151.  
  1152.     * setjump.h: now has all setjmp related definitions.
  1153.  
  1154.     * Init.scm (trace untrace): use new macro system.
  1155.  
  1156.     * eval.c (defined? procedure->macro procedure->memoizing-macro
  1157.     make_synt): macro system added.  defined? uses it.
  1158.  
  1159.     From: HEDDEN@esdsdf.dnet.ge.com
  1160.     * scl.c: fixes for several transcendental functions.
  1161.  
  1162. Thu Nov 19 01:14:38 1992  Aubrey Jaffer  (jaffer at camelot)
  1163.  
  1164.     * repl.c sys.c: errjmp replaced with JMPBUF(rootcont).
  1165.  
  1166. Sun Nov 15 01:49:00 1992  Aubrey Jaffer  (jaffer at camelot)
  1167.  
  1168.     From: HEDDEN@esdsdf.dnet.ge.com
  1169.     * scl.c (istr2int istr2flo istring2number string2number): new
  1170.     versions.
  1171.  
  1172. Thu Nov 12 23:00:04 1992  Aubrey Jaffer  (jaffer at Ivan)
  1173.  
  1174.     * Init.scm (load): now prints out actual filename found in mesasge
  1175.     ;done loading ...
  1176.  
  1177. Wed Nov 11 01:01:59 1992  Aubrey Jaffer  (jaffer at camelot)
  1178.  
  1179.     * repl.c (def_err_response): ARG1 error with errobj==UNDEFINED
  1180.     becomes WNA error.
  1181.  
  1182.     From: HEDDEN@esdsdf.dnet.ge.com (Jerry D. Hedden)
  1183.     * scl.c (difference divide): Now are asubrs.
  1184.  
  1185.     * Init.scm (*features*): fixed to correspond to SLIB conventions.
  1186.  
  1187. Mon Nov  9 12:03:58 1992  Aubrey Jaffer  (jaffer at camelot)
  1188.  
  1189.     * scl.h test.scm: (string->number "i") and "3I" and "3.3I" fixed
  1190.     to return #f.  Tests added to test.scm.
  1191.  
  1192. Fri Nov  6 16:39:38 1992  Aubrey Jaffer  (jaffer at camelot)
  1193.  
  1194.     * scm.h (rootcont): sysprotect added.
  1195.  
  1196.     From: Vincent Manis <manis@cs.ubc.ca>
  1197.     * scm.h: __cplusplus prototype support.
  1198.  
  1199. Thu Nov  5 00:39:50 1992  Aubrey Jaffer  (jaffer at Ivan)
  1200.  
  1201.     * eval.c (lookupcar): now checks for UNDEFINED in local bindings
  1202.     becuase LETREC inits to UNDEFINED.
  1203.  
  1204.     * sys.c (dynamic-wind): added.
  1205.  
  1206.     * config.h eval.c (ceval): CAUTIOUS mode added.
  1207.  
  1208.     From: hugh@ear.MIT.EDU (Hugh Secker-Walker)
  1209.     * eval.c (ceval): internal defines now transformed to letrecs.
  1210.  
  1211. Sun Oct 25 12:27:23 1992  Aubrey Jaffer  (jaffer at Ivan)
  1212.  
  1213.     * repl.c (read-line read-line!): created.
  1214.  
  1215. Sat Oct 24 18:36:23 1992  Aubrey Jaffer  (jaffer at camelot)
  1216.  
  1217.     * repl.c (lreadparen): now tail-recursive.
  1218.  
  1219.     * eval.c (copy-tree eval): added.  dummy_cell replaced with a
  1220.     cons(obj,UNDEFINED).
  1221.  
  1222. Thu Oct 22 21:26:53 1992  Aubrey Jaffer  (jaffer at Ivan)
  1223.  
  1224.     * repl.c (set-errno!): changed to set-errno.
  1225.  
  1226. Thu Oct 15 00:49:20 1992  Aubrey Jaffer  (jaffer at camelot)
  1227.  
  1228.     * sys.c (must_free): must_free created.  Pointers are set to 0.
  1229.     It detects objects being freed twice.
  1230.  
  1231. Wed Oct 14 23:57:43 1992  Aubrey Jaffer  (jaffer at camelot)
  1232.  
  1233.     * scm.c (run_scm): Now has INITS and FINALS.
  1234.  
  1235.     * scm.c (init_signals ignore_signals unignore_signals
  1236.     restore_signals): siginterrupt() for ultix.
  1237.  
  1238. Fri Oct  9 14:25:06 1992  Aubrey Jaffer  (jaffer at camelot)
  1239.  
  1240.     * all: put in explicit casts to (unsigned char *) and (long) to
  1241.     satisfy lint.
  1242.  
  1243.     * sys.c (gc): all to gc_end was during deferred interrupts,
  1244.     causing problems with verbose=3 and interrupts during GC.
  1245.  
  1246.     * config.h(SYSCALLDEF): fixed so that test on errno occurs before
  1247.     ALLOW_INTS (and possible call to user code).
  1248.  
  1249. Sun Oct  4 01:45:25 1992  Aubrey Jaffer  (jaffer at camelot)
  1250.  
  1251.     * eval.c (syntax_mem): removed gratuitous cons.
  1252.  
  1253.     * eval.c repl.c scm.h: Reduced static string use.  Added peephole
  1254.     optimizations for AND and OR.
  1255.  
  1256.     From: hugh@ear.MIT.EDU (Hugh Secker-Walker)
  1257.     * eval.c repl.c scm.h (syntax_mem):  syntax forms are now memoized
  1258.     so that syntax checks are done only once.  Interpreter is now
  1259.     smaller and faster and uses less stack space.  Modifications to
  1260.     code are now made under DEFER_INTS as they always should have
  1261.     been.
  1262.  
  1263. Wed Sep 30 22:06:24 1992  Aubrey Jaffer  (jaffer at Ivan)
  1264.  
  1265.     * scl.c subr.c scm.h config.h: Started adding bignum code.
  1266.  
  1267. Sun Sep 27 22:59:59 1992  Aubrey Jaffer  (jaffer at Ivan)
  1268.  
  1269.     * repl.c (restart): added.
  1270.  
  1271.     * sys.c (freeall): finished.
  1272.  
  1273.     * scm.h (tc7_symbol): split into tc7_ssymbol and tc7_msymbol to
  1274.     distinguish between non-GCable and GCable symbols.
  1275.  
  1276. Wed Sep 23 00:36:23 1992  Aubrey Jaffer  (jaffer at Ivan)
  1277.  
  1278.     * repl.c (peek_char lungetc): added workaround for TURBOC 1.0
  1279.     problem with ungetc inside SYSCALLDEF macro.
  1280.  
  1281.     * repl.c (iprin1): uses ttyname for #<stream ..> if available.
  1282.  
  1283.     * Init.scm: now sets verbose to 0 if stdin or stdout is not a tty.
  1284.  
  1285.     * repl.c (isatty?): added.
  1286.  
  1287.     * repl.c (verbose): levels bumped up by 1.  verbose == 0 means no
  1288.     prompt.
  1289.  
  1290.     * makefile.djg config.h (GNUDOS -> GO32): flags changed for djgpp108.
  1291.  
  1292. Wed Aug 26 21:46:26 1992  Aubrey Jaffer  (jaffer at Ivan)
  1293.  
  1294.     * test.scm: put in (test #f < 1 3 2) and (test #f >= 1 3 2).
  1295.  
  1296.     * scl.c (leqp greqp): put back in.  (not (< 1 3 2)) does not imply
  1297.     (>= 1 3 2).
  1298.  
  1299.     * makefile.unix: tar and shar files now created in subdirectory.
  1300.  
  1301.     * config.h time.c: Linux support added.
  1302.  
  1303.     * repl.c: Greatly improved VMS interrupt support.
  1304.  
  1305.     * eval.c (ceval): I_LET now changes to I_LETSTAR for single clause
  1306.     unnamed lets.y
  1307.  
  1308.     * (tc7_lsubr_2n): removed.
  1309.  
  1310. Fri Jul 31 00:24:50 1992  Aubrey Jaffer  (jaffer at Ivan)
  1311.  
  1312.     * unif.c (bit-position): fixed;  I am sure I had done these
  1313.     changes before.  Also corrected some error messages.
  1314.  
  1315.     From: campbell@redsox.bsw.com (Larry Campbell)
  1316.     * scm.h subr.c sys.c (equalp): smobfuns now include equalp.
  1317.  
  1318. Mon Jul 20 16:44:30 1992  Aubrey Jaffer  (jaffer at Ivan)
  1319.  
  1320.     From: Stephen Adams <S.R.Adams@ecs.southampton.ac.uk>
  1321.     * eval.c scm.h subr.c (BOOL_NOT) macro added to fix ^ bug in
  1322.     BorlandC.  This was fixed previously as well.
  1323.  
  1324.     From: campbell@redsox.bsw.com (Larry Campbell)
  1325.     * unif.c (vector-set-length!): was always typing to tc7_vector.
  1326.  
  1327. Sat Jul 18 01:07:33 1992  Aubrey Jaffer  (jaffer at Ivan)
  1328.  
  1329.     * subr.c sys.c (make_vector init_storage resizuve): mallocs and
  1330.     reallocs are now always > 0.
  1331.  
  1332.     * time.c (get_univ_time): bypassed mktime() for (__TURBOC__ == 1).
  1333.  
  1334. Mon Jul 13 22:27:04 1992  Aubrey Jaffer  (jaffer at Ivan)
  1335.  
  1336.     * repl.c (lreadr): now ignores first line of port if begins with "#!"
  1337.  
  1338.     * scl.c (lesseqp greqp): removed; changed to use tc7_lsubr_2n.
  1339.  
  1340.     * scm.h eval.c (tc7_lsubr_2n): type added.  Other subr types
  1341.     rearranged.
  1342.  
  1343. Sat Jul 11 23:47:18 1992  Aubrey Jaffer  (jaffer at Ivan)
  1344.  
  1345.     * scm.h sys.c repl.c eval.c code.doc (newsmob smobs smobfuns): now
  1346.     support    dynamically added smob types.  Promises moved to eval.c.
  1347.     Promises and arbiters are now newsmobs.
  1348.  
  1349.     * makefile.unix repl.c scl.c (floprint): moved from repl.c to
  1350.     scl.c.  The only files which care about -DFLOATS are now scl.c,
  1351.     eval.c, scm.c, and unif.c.
  1352.  
  1353.     * sys.c scm.h (init_storage): now uses variable num_protects
  1354.     instead of #define NUM_PROTECTS.
  1355.  
  1356. Tue Jul  7 00:00:57 1992  Aubrey Jaffer  (jaffer at Ivan)
  1357.  
  1358.     From: Ulf_Moeller@hh2.maus.de (Ulf Moeller)
  1359.     * Init.scm config.h makefile.prj: support for the ATARI-ST with
  1360.     Turbo C added.
  1361.  
  1362. Tue Jun 30 23:45:50 1992  Aubrey Jaffer  (jaffer at Ivan)
  1363.  
  1364.     * unif.c (make-uniform-vector uniform-vector-set!
  1365.     uniform-vector-ref): added.
  1366.  
  1367. Tue Jun 23 11:49:13 1992  Aubrey Jaffer  (jaffer at Ivan)
  1368.  
  1369.     * scm.h sys.c code.doc: rearranged tc7 codes and added bvect,
  1370.     ivect, uvect, fvect, dvect, cvect, and cclo.
  1371.  
  1372.     * scm.h sys.c eval.c repl.c code.doc: Changed symbols to be
  1373.     tc7_symbol.
  1374.  
  1375. Sat Jun  6 22:27:40 1992  Aubrey Jaffer  (jaffer at Ivan)
  1376.  
  1377.     From: campbell@redsox.bsw.com (Larry Campbell)
  1378.     * scl.c (divide): divide by 0 and Exact-only divides of non
  1379.     multiples now cause exception in RECKLESS mode.
  1380.  
  1381. Wed May 27 16:02:58 1992  Aubrey Jaffer  (jaffer at Ivan)
  1382.  
  1383.     * config.h scl.c (NUMBUFLEN): split into INTBUFLEN and FLOBUFLEN
  1384.     and made proportional to size of numeric types.
  1385.  
  1386.     From: fred@sce.carleton.ca (Fred J Kaudel)
  1387.     * makefile.ast scm.c Init.scm: minor chages for ATARI ST support.
  1388.  
  1389.     * test.scm (test-inexact): created.
  1390.  
  1391. Thu May 21 11:43:41 1992  Aubrey Jaffer  (jaffer at Ivan)
  1392.  
  1393.     * patchlvl.h (PATCHLEVEL): 5
  1394.  
  1395.     From: hugh@ear.mit.edu (Hugh Secker-Walker)
  1396.     * config.h: better wording for heap allocation strategy
  1397.     explanation.
  1398.  
  1399. Wed May 20 00:31:18 1992  Aubrey Jaffer  (jaffer at Ivan)
  1400.  
  1401.     From: S.R.Adams@ecs.southampton.ac.uk
  1402.     * subr.c (stci_leqp st_leqp): reversed order of ^ clauses to avoid
  1403.     Borland 3.0 bug.
  1404.  
  1405.     * sys.c (gc_sweep): missing i-=2; added when splicing out segment.
  1406.  
  1407.     * MANUAL time.c (get-universal-time decode-universal-time): half
  1408.     hearted attempt to add these.  Needs bignums.
  1409.  
  1410. Wed May 13 14:01:07 1992  Aubrey Jaffer  (jaffer at Ivan)
  1411.  
  1412.     * sys.c (gc_mark): improved tail recursivness for CONSes.
  1413.  
  1414.     * repl.c (growth_mon): now prints out the hplims table if
  1415.     verbose>3.
  1416.  
  1417.     * sys.c (init_heap_seg): Serious bug in growing hplims fixed.
  1418.     num_heap_segs eliminated; hplims are realloced whenever grown.
  1419.  
  1420. Tue May 12 15:36:17 1992  Aubrey Jaffer  (jaffer at train)
  1421.  
  1422.     * config.h sys.c (alloc_some_heap expmem):  expmem captures
  1423.     whether the INIT_HEAP_SIZE allocation was successful.  If so,
  1424.     alloc_some_heap uses exponential heap allocation instead of
  1425.     HEAP_SEG_SIZE.
  1426.  
  1427. Mon May 11 15:29:04 1992  Aubrey Jaffer  (jaffer at Ivan)
  1428.  
  1429.     * sys.c (gc_sweep init_heap_seg heap_org): Empty heap segments
  1430.     are now freed.
  1431.  
  1432.     * sc2.c (STR_EXTENSIONS): renamed REV2_PROCEDURES and R2RS and
  1433.     R3RS functions put into sc2.c.
  1434.  
  1435. Sun May 10 01:34:11 1992  Aubrey Jaffer  (jaffer at Ivan)
  1436.  
  1437.     * scm.c (ignore_interrupts unignore_interrupts): added for
  1438.     system, edt$edit, and popen to use.
  1439.  
  1440.     * repl.c (lwrite display newline write_char): Close pipe if EPIPE.
  1441.  
  1442.     * repl.c (file_set_position): now errs on ESPIPE.
  1443.  
  1444.     * scm.c (SIGPIPE): now ignored (errs come back as EPIPE).
  1445.  
  1446. Sat May  9 17:52:36 1992  Aubrey Jaffer  (jaffer at Ivan)
  1447.  
  1448.     From: Stephen Adams <S.R.Adams@ecs.southampton.ac.uk>
  1449.     * config.h (PROT386): PROT386 added.  PTR_LT and CELL_UP modified.
  1450.  
  1451. Fri May  8 17:57:22 1992  Aubrey Jaffer  (jaffer at Ivan)
  1452.  
  1453.     From: hugh@ear.mit.edu (Hugh Secker-Walker)
  1454.     * Init.scm (last-pair append!): last-pair is faster version.
  1455.     Append! corrected for null first arg.  (getenv "HOME") now gets
  1456.     a "/" added if not present.
  1457.  
  1458.     * config.scm (MIN_GC_YIELD): now proportional to HEAP_SEG_SIZE.
  1459.  
  1460.     * README: setting environment variables corrected.
  1461.  
  1462.     * subr.c (length): error message now has arg if not a list.
  1463.  
  1464.     * sys.c (open-pipe): now turns off interrupts before forking.
  1465.  
  1466.     * scl.c (lsystem): now turns off interrupts before forking.
  1467.  
  1468.     * scm.c (ignore_signals): created.
  1469.  
  1470. Sat May  2 01:02:16 1992  Aubrey Jaffer  (jaffer at Ivan)
  1471.  
  1472.     * Init.c (WITH-INPUT-FROM-FILE WITH-OUTPUT-TO-FILE): defined in
  1473.     terms of current-input-port and current-output-port.  Bug in
  1474.     open-input-pipe and open-output-pipe fixed.
  1475.  
  1476.     * sys.c repl.c (current-input-port current-output-port): moved
  1477.     from sys.c to repl.c.  set-current-input-port and
  1478.     set-current-output-port added to repl.c.
  1479.  
  1480. Mon Apr 13 22:51:32 1992  Aubrey Jaffer  (jaffer at Ivan)
  1481.  
  1482.     * patchlvl.h: (PATCHLEVEL): released scm4a1.
  1483.  
  1484.     * makefile.* VMSBUILD.COM VMSGCC.COM: compile time.h.
  1485.  
  1486.     * scm.c (alrm_signal int_signal): now save and restore errno so
  1487.     SYSCALL will work correctly across interrupts.
  1488.  
  1489. Sun Apr 12 01:44:10 1992  Aubrey Jaffer  (jaffer at Ivan)
  1490.  
  1491.     * patchlvl.h: (PATCHLEVEL): released scm4a0.
  1492.  
  1493.     * repl.c (lread): tok_buf now local to each invocation of read.
  1494.     This makes READ interruptable and reentrant.
  1495.  
  1496.     * sys.c MANUAL (STRING-SET-LENGTH! STRING-VECTOR-LENGTH!): created.
  1497.  
  1498.     * sys.c repl.c (grow_tok_buf tok_buf tok_buf_len): moved to repl.c
  1499.  
  1500.     * repl.c (lfwrite): now emulated for VMS.
  1501.  
  1502.     * repl.c scl.c (num_buf): now local to all routines that use it.
  1503.  
  1504.     * time.h: created by moving time functions from repl.c.  Read and
  1505.     write functions were moved from sys.c to repl.c.
  1506.  
  1507.     * sys.c repl.c (DEFER_INTS ALLOW_INTS CHECK_INTS): totally
  1508.     rewritten.  SIGALRM and SIGINT now execute at interrupt level.
  1509.     Interrupts deferred only for protected code sections, not for
  1510.     reads and writes.
  1511.  
  1512.     * sys.c repl.c (SYSCALL): created to reexecute system calls
  1513.     interrupted (EINTR) by SIGALRM and SIGINT.
  1514.  
  1515.     * sys.c scl.c (flo0): 0.0 is now always flo0.
  1516.  
  1517.     * repl.c sys.c (TRANSCRIPT-ON TRANSCRIPT-OFF): added.  This
  1518.     required shadowing putc, fputs, fwrite, and getc with lputc,
  1519.     lputs, lfwrite, and lgetc.
  1520.  
  1521. Sun Apr  5 00:27:33 1992  Aubrey Jaffer  (jaffer at Ivan)
  1522.  
  1523.     From: HEDDEN@esdsdf.dnet.ge.com (Jerry D. Hedden)
  1524.     * scl.c (eqp lessp greaterp lesseqp greatereqp):
  1525.     Comparisons with inexact numbers was not being performed
  1526.     correctly.  For example, (< 1.0 2.0 1.5) would yield #t.  What was
  1527.     missing was a line x=y; in the inexact comparison sections of
  1528.     lessp(), greaterp(), lesseqp() and greatereqp().  In addition, I
  1529.     modified these routines and eqp() to allow for mixed arithmetic
  1530.     types.
  1531.  
  1532. Sat Apr  4 00:17:29 1992  Aubrey Jaffer  (jaffer at Ivan)
  1533.  
  1534.     * scm.h code.doc: tc7_bignum => tc7_spare.  Added tc16_bigpos and
  1535.     tc16_bigneg.  SMOBS reordered.  tc16_record added.
  1536.  
  1537.     * scm.h repl.c sys.c (make-arbiter try-arbiter release-arbiter):
  1538.     added.  tc16_arbiter added.
  1539.  
  1540. Fri Apr  3 01:25:35 1992  Aubrey Jaffer  (jaffer at Ivan)
  1541.  
  1542.     * sys.c config.h (TEMPTEMPLATE): created in config.h.
  1543.  
  1544.     * scm.h: removed long aliases for C versions of Scheme functions.
  1545.  
  1546.     * sys.c eval.c scm.h: (delay force makprom): added.  Also added
  1547.     tc16_promise data type.
  1548.  
  1549.     * Init.scm (trace untrace): added autoloads and read macros.
  1550.  
  1551.     From: T. Kurt Bond, tkb@mtnet2.wvnet.edu
  1552.     * sys.c (template): correct template for VMS.
  1553.  
  1554. Tue Mar 31 01:50:12 1992  Aubrey Jaffer  (jaffer at Ivan)
  1555.  
  1556.     * sys.c config.h Init.scm (open-file open-pipe): created and
  1557.     expressed other open functions in terms of.  Bracketed all i/o
  1558.     system calls with DEFER and ALLOW _SIGINTS.
  1559.  
  1560. Sat Mar 28 00:24:01 1992  Aubrey Jaffer  (jaffer at Ivan)
  1561.  
  1562.     * sys.c MANUAL (#.): read macro syntax added.  Balanced comments
  1563.     also documented.
  1564.  
  1565. Fri Mar 27 22:53:26 1992  Aubrey Jaffer  (jaffer at Ivan)
  1566.  
  1567.     * sys.c (iprin1): changed printed representation for unreadable
  1568.     objects from #[...] to #<...>.
  1569.  
  1570.     From: brh@aquila.ahse.cdc.com (brian r hanson x6009):
  1571.     * scm.h config.h (NCELLP PTR_LT): fixes for 64 bit pointers on
  1572.     nosve.
  1573.  
  1574. Fri Mar 20 01:36:08 1992  Aubrey Jaffer  (jaffer at Ivan)
  1575.  
  1576.     * Released scm3c13
  1577.  
  1578.     * code.doc: corrected some minor inconsistencies and added a
  1579.     section "To add a package of new procedures to scm".
  1580.  
  1581. Sun Mar 15 19:44:45 1992  Aubrey Jaffer  (jaffer at Ivan)
  1582.  
  1583.     * Init.scm: now loads <program-name>_INIT_PATH when <program-name>
  1584.     is not "SCM".
  1585.  
  1586.     * config.h (PTR_LT): (x < y) => ((x) < (y))
  1587.  
  1588. Wed Mar  4 01:53:15 1992  Aubrey Jaffer  (jaffer at Ivan)
  1589.  
  1590.     * Released scm3c12.
  1591.  
  1592.     * scm.h code.doc eval.c sys.c (IXSYM): Eliminated Immediate IXSYM
  1593.     type.
  1594.  
  1595. Tue Mar  3 00:58:18 1992  Aubrey Jaffer  (jaffer at Ivan)
  1596.  
  1597.     * eval.c config.c (ceval DEFINED? SYNTAX_EXTENSIONS): added
  1598.     DEFINED? to ceval conditional on SYNTAX_EXTENSIONS.
  1599.  
  1600.     From: Andrew Wilcox <andrew@astro.psu.edu>
  1601.     * makefile.unix scm.c (main init_scm display_banner init_signals
  1602.     restore_signals run_scm): RTL support.
  1603.  
  1604. Mon Mar  2 19:05:29 1992  Aubrey Jaffer  (jaffer at Ivan)
  1605.  
  1606.     * subr.c (make-string): now checks for ARG1 >= 0.
  1607.  
  1608. Fri Feb 28 00:13:00 1992  Aubrey Jaffer  (jaffer at Ivan)
  1609.  
  1610.     * patchlvl.h (PATCHLEVEL): 12
  1611.  
  1612.     * Init.scm: loads JCAL if scm is invoked with name JCAL, JACAL,
  1613.     jcal or jacal.
  1614.  
  1615.     * Init.scm (ABS): set to MAGNITUDE if FLOATS are supported.
  1616.  
  1617.     * gc_mark gc: no longer assume sizeof(short) == 2.
  1618.  
  1619.     * config.h (CELL_UP CELL_DN): no longer assume sizeof(CELL) == 8.
  1620.  
  1621.     From: Brian Hanson, Control Data Corporation.  brh@ahse.cdc.com
  1622.     * scl.c config.h repl.c: partial port to Control Data NOS/VE.
  1623.  
  1624.     From: fred@sce.carleton.ca (Fred J Kaudel)
  1625.     * repl.c Init.scm makefile.ast: Port to Atari-ST
  1626.  
  1627.     * sys.c scm.h eval.c (throw): renamed to lthrow to avoid conflict
  1628.     with Gnu CC.
  1629.  
  1630. Mon Feb 10 14:31:24 1992  Aubrey Jaffer  (jaffer at Ivan)
  1631.  
  1632.     * sys.c (delete-file rename-file): added.
  1633.  
  1634.     * sys.c (chdir): now returns #f instead of error.
  1635.  
  1636.     * Init.scm: Calls to PROVIDED? inlined so no longer dependent on
  1637.     SLIB being loaded.  (set! ABS MAGNITUDE) if inexacts supported.
  1638.     Support for slib1b3 added.
  1639.  
  1640.     * sys.c (alloc_some_heap): fixed bugs.  One fix from
  1641.     bowles@is.s.u-tokyo.ac.jp.
  1642.  
  1643.     * eval.c (ceval):  fixed bug with internal (define foo bar) where
  1644.     bar is a global.  Put badfun2: back in for better error reporting.
  1645.  
  1646.     * patchlvl.h (PATCHLEVEL): 11
  1647.  
  1648. Mon Jan 20 16:19:04 1992  Aubrey Jaffer  (jaffer at Ivan)
  1649.  
  1650.     * config.c (INITS): comments added.
  1651.  
  1652.     From: T. Kurt Bond, tkb@mtnet2.wvnet.edu
  1653.     * VMSGCC.COM VMSMAKE.COM: now take arguments.
  1654.  
  1655.     From: "Fred Bayer" <bayerf@lan.informatik.tu-muenchen.de>
  1656.     * makefile.aztec repl.c: Aztec C (makefile) port.
  1657.  
  1658. Fri Jan 17 16:36:07 1992  Aubrey Jaffer  (jaffer at Ivan)
  1659.  
  1660.     * sys.c (gc init_storage stack_size): stack_size now of type
  1661.     sizet.  init_storage no longer uses it.  gc() now uses it instead
  1662.     of pointer to local.  This fixes bug with gcc -O.
  1663.  
  1664.     * sys.c (cons cons2 cons2r):  &w;&x;&y; removed because of above
  1665.     fix.
  1666.  
  1667. Thu Jan 16 22:33:00 1992  Aubrey Jaffer  (jaffer at Ivan)
  1668.  
  1669.     * scl.c (real-part): added.
  1670.  
  1671. Wed Jan 15 13:06:39 1992  Aubrey Jaffer  (jaffer at Ivan)
  1672.  
  1673.     From: "Fred Bayer" <bayerf@lan.informatik.tu-muenchen.de>
  1674.     * scl.c repl.c scm.c config.c: Port for AMIGA
  1675.  
  1676.     * scm.h (REALP): fixed for SINGLES not defined.
  1677.  
  1678. Sat Jan 11 20:20:40 1992  Aubrey Jaffer  (jaffer at Ivan)
  1679.  
  1680.     * patchlvl.h (PATCHLEVEL): 8 released.
  1681.  
  1682.     * README: added hints for EDITING SCHEME CODE.
  1683.  
  1684.     * repl.c (SIGRETTYPE): now int for __TURBOC__.
  1685.  
  1686.     * makefile.tur makefile.djg: created.
  1687.  
  1688.     * config.h: DJGPP (__GO32__) support added.
  1689.  
  1690.     * scm.h (memv): definition added.
  1691.  
  1692. Sun Jan  5 00:33:44 1992  Aubrey Jaffer  (jaffer at Ivan)
  1693.  
  1694.     * repl.c makefile.* (main): INITS added.
  1695.  
  1696.     * scl.c: fixed ASSERT statements with mismatched ARGn and
  1697.     arguments.
  1698.  
  1699. Thu Dec 19 19:16:50 1991  Aubrey Jaffer  (jaffer at train)
  1700.  
  1701.     * sys.c (cons cons2 cons2r): added fix for gcc -O bug.
  1702.  
  1703.     * repl.c (LACK_FTIME LACK_TIMES): more messing with these.
  1704.  
  1705.     * sys.c config.o (HAVE_PIPE): created.
  1706.  
  1707.     * config.h (FLT_RADIX): now #ifdef FLT_RADIX rather than __STDC__.
  1708.     Needed for DJGCC.
  1709.  
  1710.     * sys.c (DBLMANT_DIG DBL_FLOAT_DIG): now tested for directly
  1711.     rather than STDC_INCLUDES.
  1712.  
  1713.     * makefile.unix (subr.o): explicit compilation line added.
  1714.  
  1715.     * scl.c (truncate -> ltrunc):  Name conflict with DJGCC libraries.
  1716.  
  1717. Sun Dec  8 23:31:04 1991  Aubrey Jaffer  (jaffer at Ivan)
  1718.  
  1719.     * eval.c (apply): added check for number of args to closures.
  1720.  
  1721. Sat Dec  7 01:30:46 1991  Aubrey Jaffer  (jaffer at Ivan)
  1722.  
  1723.     * patchlvl.h (PATCHLEVEL): 7
  1724.  
  1725.     * sys.c (chdir): THINK_C doesn't support;
  1726.  
  1727.     * repl.c: SVR2 needs <time.h> instead of <sys/time.h>
  1728.  
  1729.     * repl.c: SVR2 needs LACK_FTIME
  1730.  
  1731.     * repl.c: #include <sys/timeb.h> now automatic ifndef LACK_FTIME.
  1732.  
  1733. Mon Dec  2 15:42:11 1991  Aubrey Jaffer  (jaffer at Ivan)
  1734.  
  1735.     * patchlvl.h (PATCHLEVEL): 5
  1736.  
  1737.     * sys.c (intern sysintern): made strings and hash unsigned.  Fixed
  1738.     bug with characters > 128 in symbols.
  1739.  
  1740.     From: boopsy!mike@maccs.dcss.mcmaster.ca (Michael A. Borza)
  1741.     * scl.c (eqv? memv assv): created if FLOATS is #defined.
  1742.  
  1743. Mon Dec  2 11:37:11 1991  Aubrey Jaffer  (jaffer at Ivan)
  1744.  
  1745.     * patchlvl.h (PATCHLEVEL): 4
  1746.  
  1747.     * sys.c (gc_sweep): usaage of pclose() now conditional on unix.
  1748.  
  1749.     * MANUAL (chdir): documented.
  1750.  
  1751.     From: T. Kurt Bond, Adminisoft, Inc. <tkb@MTNET2.WVNET.EDU>:
  1752.  
  1753.     * repl.c sys.c (errno): VMS GNU C uses a special hack in <errno.h>
  1754.     to get the link-time attributes for the errno variable to match
  1755.     those the VMS C run-time library expects (it makes errno a
  1756.     preprocessor define so that the variable that the compiler sees
  1757.     has a special form that the assember then interprets), so if it is
  1758.     VMS and __GNUC__ is defined <errno.h> needs included.
  1759.  
  1760.     * setjump.h (SETJUMP LONGJUMP): SETJUMP and LONGJUMP changed to
  1761.     setjump and longjump. The VMS linker is case-indifferent.  VMS GNU
  1762.     C mangles variable names that have upper case letters in them to
  1763.     preserve their uniqueness.
  1764.  
  1765.     * sys.c (iprint iprin1): Now inline putc loops instead of calls to
  1766.     fwrite for VMS. The VMS `fwrite' has been enhanced to work with
  1767.     VMS's Record Management Sevice, RMS.  Part of this enhancement is
  1768.     to treat each call to `fwrite' as producing a seperate record.
  1769.     This works fine if you are writing to a stream_LF file or an
  1770.     actual terminal screen, but if you are writing to a file that has
  1771.     implied carriage control (such as a batch log file, or a mailbox
  1772.     used for subprocess communication), which is a more common file
  1773.     organization for RMS, each call to `fwrite' has a newline appended
  1774.     to it.  This causes much of the output to be incorrectly split
  1775.     across lines.
  1776.  
  1777.     * vmsgcc.com: created.
  1778.  
  1779. Sun Dec  1 00:33:42 1991  Aubrey Jaffer  (jaffer at Ivan)
  1780.  
  1781.     * patchlvl.h (PATCHLEVEL): 3 released.
  1782.  
  1783.     * Init.scm (rev2-procedures): all now supported.
  1784.  
  1785.     * Init.scm sys.c MANUAL (flush): flush changed to force-output to
  1786.     be compatible with Common Lisp.
  1787.  
  1788.     * sys.c (chdir): added.
  1789.  
  1790. Wed Nov 27 09:37:20 1991  Aubrey Jaffer  (jaffer at Ivan)
  1791.  
  1792.     * patchlvl.h (PATCHLEVEL): 2
  1793.  
  1794.     * repl.c (set-errno! perror): added.
  1795.  
  1796.     * sys.c (gc): FLUSH_REGISTER_WINDOWS call added.
  1797.  
  1798.     * sys.c (open-input-pipe open-output-pipe close-pipe): added.
  1799.  
  1800. Mon Nov 25 13:02:13 1991  Aubrey Jaffer  (jaffer at Ivan)
  1801.  
  1802.     * patchlvl.h (PATCHLEVEL): 1
  1803.  
  1804.     * sys.c (flush): added.
  1805.  
  1806.     * repl.c (mytime): macro was missing ().  CLKTCK now defaults to 60.
  1807.  
  1808.     From: Yasuaki Honda, honda@csl.SONY.co.jp,
  1809.     * README Init.scm subr.c scm.c repl.c scl.c: support for
  1810.     Macintosh running Think C.
  1811.  
  1812. Sun Nov 24 15:30:51 1991  Aubrey Jaffer  (jaffer at Ivan)
  1813.  
  1814.     * scl.c (str2flo): fixed parsing of -1-i.
  1815.  
  1816.     * subr.c (equal): Now correct for inexacts.  Need to do eqv.
  1817.  
  1818.     * scm.h (REALPART): fixed pixel C compiler bug with doubles inside
  1819.     `?' conditionals.
  1820.  
  1821.     * scl.c (zerop): now checks imaginary half of complex number.
  1822.  
  1823.     From: jjc@jclark.com
  1824.     * repl.c (repl_driver): now checks that    s_response is non-NULL
  1825.     before INTERNing.
  1826.  
  1827. Tue Nov 19 00:10:59 1991  Aubrey Jaffer  (jaffer at Ivan)
  1828.  
  1829.     * version scm3c0
  1830.  
  1831.     * documentation: changed revised^3.99 to revised^4.
  1832.  
  1833.     * example.scm: created from Scheme^4 spec.
  1834.  
  1835.     * makefile.msc: -Ox changed to -Oxp to fix over-enthusiastic float
  1836.     optimizations.
  1837.  
  1838.     * Init.scm (ed): defined.
  1839.  
  1840.     * repl.c (def_err_response): UNDEFINED objects don't print out.
  1841.  
  1842. Sun Nov 17 23:11:03 1991  Aubrey Jaffer  (jaffer at Ivan)
  1843.  
  1844.     * scl.c (vms-debug): now returns UNSPECIFIED.
  1845.  
  1846.     * repl.c MANUAL (restart_repl): RESTART-REPL changed to ABORT.
  1847.  
  1848.     * repl.c (err_ctrl_c):now clears sig_pending.
  1849.  
  1850. Wed Nov 13 23:51:36 1991  Aubrey Jaffer  (jaffer at Ivan)
  1851.  
  1852.     * config.h: removed #ifdef sparc #define STDC_HEADERS
  1853.  
  1854.     * makefile.bor: added extra '\' to filepath.
  1855.  
  1856.     * repl.c (everr): fixed bug with ARGx.
  1857.  
  1858.     * repl.c (errmsgs def_err_response): cleaned up error messages.
  1859.  
  1860. Sun Nov 10 23:10:24 1991  Aubrey Jaffer  (jaffer at Ivan)
  1861.  
  1862.     * released scm3b7
  1863.  
  1864. Mon Nov  4 18:36:49 1991  Aubrey Jaffer  (jaffer at Ivan)
  1865.  
  1866.     * patchlvl.h (PATCHLEVEL): 6
  1867.  
  1868.     * sys.c (idbl2str): tests for Not-a-Number and Infinity added.
  1869.  
  1870.     * repl.c scm.h: response system rewritten and integrated with
  1871.     error system.
  1872.  
  1873.     * scl.c (/): now returns inexacts if integer arguments do not
  1874.     divide evenly.
  1875.  
  1876. Mon Oct 28 23:44:16 1991  Aubrey Jaffer  (jaffer at Ivan)
  1877.  
  1878.     * makefile.unix: can now make float (scm) and integer-only (escm)
  1879.     versions in same directory.
  1880.  
  1881.     * repl.c (*sigint-response* *arithmetic-response* restart-repl):
  1882.     responses for signals added.
  1883.  
  1884.     * scl.c (lmin lmax sum difference product divide expt exp log):
  1885.     now take mixed types.  expt available in non-FLOATS compilation.
  1886.  
  1887.     * repl.c (get-decoded-time): added.  Includes and time functions
  1888.     reorganized.
  1889.  
  1890.     * sys.c (object-hash object-unhash): added.
  1891.  
  1892. Tue Oct 15 00:45:35 1991  Aubrey Jaffer  (jaffer at Ivan)
  1893.  
  1894.     * repl.c Init.scm (*features*): moved constant features into
  1895.     Init.scm.  Moved tests for numeric features to slib/require.scm.
  1896.  
  1897.     * release scm3b1.
  1898.  
  1899.     * config.h (ANSI_INCLUDES): redid include files.
  1900.  
  1901.     * subr.c scl.c: moved all FLOAT conditionals from subr.c to scl.c.
  1902.  
  1903. Wed Oct  9 00:28:54 1991  Aubrey Jaffer  (jaffer at Ivan)
  1904.  
  1905.     * release scm3a13.
  1906.  
  1907.     * patchlvl.h (PATCHLEVEL): 13
  1908.  
  1909.     * Init.scm: "vicinity.scm" changed to "require.scm"
  1910.  
  1911. Mon Oct  7 00:34:07 1991  Aubrey Jaffer  (jaffer at Ivan)
  1912.  
  1913.     * test.scm: test of redefining built-in symbol and extra ')'
  1914.     removed.
  1915.  
  1916.     * scm.doc makefile.unix: scm.doc created from scm.1 in
  1917.     makefile.unix.
  1918.  
  1919.     * VMSBUILD.COM setjump.asm setjump.h (setjmp longjmp jmp_buf): put
  1920.     in from comp.sources.reviewed in order to let VMS have full
  1921.     continuations.  VMSBUILD.COM is a compile script.
  1922.  
  1923. Fri Oct  4 00:05:54 1991  Aubrey Jaffer  (jaffer at Ivan)
  1924.  
  1925.     * scl.c(sleep): removed; not supported by MSC (although could be
  1926.     written).
  1927.  
  1928.     * scm.h config.h (size_t): moved to config.h.
  1929.  
  1930.     * sys.c (f_getc): -> lgetc for vax, getc otherwise.
  1931.  
  1932.     * patchlvl.h (PATCHLEVEL): 12
  1933.  
  1934. Mon Sep 30 01:14:48 1991  Aubrey Jaffer  (jaffer at Ivan)
  1935.  
  1936.     * scl.c(sleep): created.
  1937.  
  1938.     * repl.c(internal-time-units-per-second get=internal-run-time):
  1939.     created 
  1940.  
  1941.     * repl.c: created from scm.c (shuffled around lots of functions).
  1942.  
  1943. Sat Sep 28 00:22:30 1991  Aubrey Jaffer  (jaffer at Ivan)
  1944.  
  1945.     * scm.c config.h (char-code-limit most-positive-fixnum
  1946.     most-negative-fixnum): created.
  1947.  
  1948. Tue Sep 24 01:21:43 1991  Aubrey Jaffer  (jaffer at Ivan)
  1949.  
  1950.     * scm.c (software-type); created.
  1951.  
  1952.     * scm.c config.h (terms, list-file, library-vicinity,
  1953.     program-vicinity, user-vicinity, make-vicinity, sub-vicinity):
  1954.     moved to Init.scm and library.
  1955.  
  1956.     * scm.c config.h Makefile (PROGPATH): changed to IMPLPATH.
  1957.  
  1958.     * Init.scm: created
  1959.  
  1960. Fri Sep 20 13:22:08 1991  Aubrey Jaffer  (jaffer at Ivan)
  1961.  
  1962.     * patchlvl.h (PATCHLEVEL): 5
  1963.  
  1964.     * all: changed declarations to size_t where appropriate.  scm.h
  1965.     test preprocessor flag _SIZE_T to determine if already declared.
  1966.     size_t should greatly enhance portability to Macintosh and other
  1967.     machines.
  1968.  
  1969. Tue Sep 17 01:15:31 1991  Aubrey Jaffer  (jaffer at Ivan)
  1970.  
  1971.     * scm.c (tmpnam): support for mktemp added.
  1972.  
  1973. Mon Sep 16 14:06:26 1991  Aubrey Jaffer  (jaffer at train)
  1974.  
  1975.     * scm.c (implementation-vicinity): added.  (program-vicinity) now
  1976.     returns undefined if called not within a load.
  1977.  
  1978.     * sys.c (call-with-io-file): removed.
  1979.  
  1980.     * scm.c (tmpnam): added.
  1981.  
  1982.     * scm.c config.h (tmporary-vicinity): removed.
  1983.  
  1984. Sun Sep 15 22:21:30 1991  Aubrey Jaffer  (jaffer at Ivan)
  1985.  
  1986.     From: bevan@cs.man.ac.uk
  1987.     * subr.c scm.h (remainder): renamed to lremainder to avoid
  1988.     conflict with math.h on SunOS4.1.
  1989.  
  1990. Sat Sep  7 22:27:49 1991  Aubrey Jaffer  (jaffer at Ivan)
  1991.  
  1992.     * scm.c (program-arguments load): program-arguments created.
  1993.  
  1994.     * scm.c (getenv): added getenv and used for program-vicinity and
  1995.     library-vicinity. 
  1996.  
  1997.     * scm.c (program-vicinity): fixed if load_name is NULL.
  1998.  
  1999.     * scl.c config.h (substring-move-left! substring-move-right!):
  2000.     added under STR_EXTENSIONS flag.
  2001.  
  2002. Wed Aug 28 22:59:20 1991  Aubrey Jaffer  (jaffer at Ivan)
  2003.  
  2004.     * Sending scm3a to comp.sources.reviewed
  2005.  
  2006.     * scm.c (main): prints out feature list at startup.
  2007.  
  2008.     * subr.c (eqp lessp greaterp lesseqp greatereqp): now work for
  2009.     floats.
  2010.  
  2011.     * scl.c (sum difference divide product): moved to scl.c and
  2012.     now work for floats.
  2013.  
  2014.     * all: all masks with low bits explicity cast to (int).
  2015.  
  2016. Sat Aug 17 00:39:06 1991  Aubrey Jaffer  (jaffer at Ivan)
  2017.  
  2018.     * sys.c subr.c scl.c (iint2str istr2int istring2number istr2flo
  2019.     iflo2str idbl2str): number I/O and conversion to strings rewritten.
  2020.  
  2021.     * sys.c (gc_mark): continuations now marked SHORT_ALIGNed. (from
  2022.     Craig Lawson).
  2023.  
  2024.     * added QuickC support from Craig Lawson.
  2025.  
  2026. Tue Jul 30 01:08:52 1991  Aubrey Jaffer  (jaffer at Ivan)
  2027.  
  2028.     * config.h: #ifdef pyr added.
  2029.  
  2030.     * scm.c MANUAL: vicinity functions added.
  2031.  
  2032. Tue Jul 16 00:51:23 1991  Aubrey Jaffer  (jaffer at Ivan)
  2033.  
  2034.     * scl.c sys.c: float functions added.
  2035.  
  2036.     * Documentation reorganized according to comp.sources.reviewed
  2037.     guidelines.
  2038.  
  2039.     * sys.c config.h (open_input_file open_output_file open_rw_file):
  2040.     file mode string moved to defines in config.h
  2041.  
  2042. Thu Jul 11 23:30:03 1991  Aubrey Jaffer  (jaffer at Ivan)
  2043.  
  2044.     * sys.c config.h (EBCDIC ASCII) moved to config.h
  2045.  
  2046.     * subr.c config.h (BADIVSGNS) moved to config.h
  2047.  
  2048.     * scm.h config.h (SRS) moved to config.h
  2049.  
  2050. Sun Jul  7 23:49:26 1991  Aubrey Jaffer  (jaffer at Ivan)
  2051.  
  2052.     * all: started adding comp.sources.reviewed corrections and
  2053.     suggestions. 
  2054.  
  2055.     * scm.c patchlvl.h (main): PATCHLEVEL now printed in banner.
  2056.  
  2057.     * subr.c sys.c: read_integer removed. istring2number created.
  2058.     lread and string2number now both use istring2number.
  2059.  
  2060. Fri Jun  7 13:43:40 1991  Aubrey Jaffer  (jaffer at Ivan)
  2061.  
  2062.     * VERSION scm2e sent to comp.sources.reviewed
  2063.  
  2064.     * public.lic: renamed COPYING.
  2065.  
  2066.     * scm.c (gc_status): gc_status renamed prolixity.  Now returns old
  2067.     value of verbose.  Can take 0 arguments.
  2068.  
  2069.     * sys.c (lreadr): added #| common lisp style |# balanced comments.
  2070.  
  2071.     * scm.h scm.c sys.c (I/O functions): combined **PORTP and OPENP to
  2072.     become OP**PORTP. 
  2073.  
  2074.     * scm.h sys.c (gc_sweep): moved OPENP to bit in upper half word of
  2075.     port cells.
  2076.  
  2077. Sat May 25 00:04:45 1991  Aubrey Jaffer  (jaffer at Ivan)
  2078.  
  2079.     * scm.c (stack_start_ptr, repl_driver, main, err functions):
  2080.     exits removed from all err functions.  all escapes through
  2081.     repl_driver.
  2082.  
  2083.     * scm.c README (verbose): Now has graded verbosity.
  2084.  
  2085.     * scm.c README (quit): Now takes optional argument which is return
  2086.     value.
  2087.  
  2088. Wed May 22 01:40:17 1991  Aubrey Jaffer  (jaffer at Ivan)
  2089.  
  2090.     * code.doc scm.h eval.c (ceval): Rearanged immediate type codes to
  2091.     create IXSYMs (immediate extension syms) to allow more than 15
  2092.     special forms.  ILOCs now work with up to 32767 in one environment
  2093.     frame.  Dispatch is slightly faster for ILOCs in function position.
  2094.     ICHRs can be up to 24 bits.
  2095.  
  2096. Fri May 10 00:16:32 1991  Aubrey Jaffer  (jaffer at Ivan)
  2097.  
  2098.     * scm.h sys.c (gc_mark, gc_sweep): GCMARK moved to bit 8 of CAR
  2099.     for some datatypes.
  2100.  
  2101. Wed May  1 14:11:05 1991  Aubrey Jaffer  (jaffer at Ivan)
  2102.  
  2103.     * patch1 MESSAGE SENT.
  2104.  
  2105.     From: jclark@bugs.specialix.co.uk.jjc
  2106.     * sys.c (lreadr): removed
  2107.     order evaluation bug when growing tok_buf.
  2108.  
  2109. Fri Apr 26 10:39:41 1991  Aubrey Jaffer  (jaffer at Ivan)
  2110.  
  2111.     * scm2d RELEASED
  2112.  
  2113.     * sys.c (closure) no longer calls ilength (ECONS problem).  Added
  2114.     ASSERT before call to closure in eval.
  2115.  
  2116. Thu Apr 25 09:53:40 1991  Aubrey Jaffer  (jaffer at Ivan)
  2117.  
  2118.     * scm.c (error): created.
  2119.  
  2120. Wed Apr 24 16:58:06 1991  Aubrey Jaffer  (jaffer at Ivan)
  2121.  
  2122.     * utils.scm: created.
  2123.  
  2124.     * makefile (name8s): code from dmason works in makefile.
  2125.  
  2126.     * eval.c (evalcar): fixed errobj on (else 3 4) error.
  2127.     Inlined function application in (cond ((foo => fun))).
  2128.  
  2129.     * sys.c (lprin1): change looped putcs to fwrite.
  2130.  
  2131. Wed Apr 24 01:54:09 1991  Aubrey Jaffer  (jaffer at Ivan)
  2132.  
  2133.     * sys.c (lreadr): fixed assert for "eof in string".
  2134.  
  2135.     * subr.c (lgcd): changed to work with borland C.
  2136.  
  2137.     * eval.c (eval): added checks to LAMBDA and LET.
  2138.  
  2139.     * eval.c (apply): now checks for null arg1 in lsubr. 
  2140.  
  2141. Fri Apr 12 00:09:03 1991  Aubrey Jaffer  (jaffer at kleph)
  2142.  
  2143.     * config.h scm.h (SCMPTR): created to correct address arithmetic
  2144.     on stack bounds under Borland C++.  Borland C++ now runs scm2c.
  2145.  
  2146. Wed Apr 10 21:38:09 1991  Aubrey Jaffer  (jaffer at Ivan)
  2147.  
  2148.     * sys.c (open_io_file, cw_io_file, file_position, file_set_pos,
  2149.     read_to_str) created (IO_EXTENSIONS)
  2150.  
  2151.     * config.h (IO_EXTENSIONS): defined
  2152.  
  2153.     * sys.c scm.c: lprin1f changed to iprin1
  2154.  
  2155. Wed Apr 10 12:58:59 1991  Aubrey Jaffer  (jaffer at Ivan)
  2156.  
  2157.     * sys.c (intern): line 850: for(i = alen;0 <= --i;)changed to 
  2158.                     for(i = alen;0 < --i;).
  2159.     This fixed b_pos and v_pos mapping to the same symbol.
  2160.  
  2161. Wed Apr  4 00:00:00 1991  Aubrey Jaffer  (jaffer at kleph.ai.mit.edu)
  2162.  
  2163.     * released scm2b
  2164.  
  2165. Wed Apr  3 22:51:39 1991  Aubrey Jaffer  (jaffer at Ivan)
  2166.  
  2167.     * all files: eliminated types tc7_subr_2n and tc7_subr_2xn.
  2168.     Replaced with tc7_subr_2o and tc7_subr_1o so that all subr calls
  2169.     can be checked for number of arguments.
  2170.  
  2171. Tue Apr  2 23:11:15 1991  Aubrey Jaffer  (jaffer at Ivan)
  2172.  
  2173.     * code.doc: cleaned up.
  2174.  
  2175. Mon Apr  1 14:27:22 1991  Aubrey Jaffer  (jaffer at Ivan)
  2176.  
  2177.     * eval.c (ceval): fixed nasty tail recursion bug at carloop:.
  2178.  
  2179.     * scm.c (everr): still fixing error reporting.
  2180.  
  2181.     * eval.c subr.c: added flag PURE_FUNCTIONAL which removes side
  2182.     effect special forms and functions.
  2183.  
  2184.     * subr.c (substring): now allows first index to be equal to length
  2185.     of string
  2186.  
  2187.     * sys.c (lprin1f): dispatches on TYP16 of smobs.
  2188.  
  2189.     * scm.h: fixed typo in unused function defs.
  2190.  
  2191. Mon Mar 28 00:00:00 1991  Aubrey Jaffer  (jaffer at zohar.ai.mit.edu)
  2192.  
  2193.     * scm2a released: too many changes to record.  See code.doc.
  2194.  
  2195. Mon Feb 18 21:48:24 1991  Aubrey Jaffer  (jaffer at foxkid)
  2196.  
  2197.     * scm.h: types reformatted (TYP6 -> TYP7).
  2198.  
  2199.     * eval.c (ceval): Now dispatch directly on ISYMs in ceval.
  2200.  
  2201. Fri Feb 15 23:39:48 1991  Aubrey Jaffer  (jaffer at foxkid)
  2202.  
  2203.     * sys.c: #include <malloc.h> not done for VMS
  2204.  
  2205. Wed Feb 13 17:49:33 1991  Aubrey Jaffer  (jaffer at foxkid)
  2206.  
  2207.     * scm.c scl.c: added unsigned declarations to some char *
  2208.     definitions in order to fix characters having negative codes.
  2209.  
  2210.     * scm.h (MAKISYM, MAKFLAG, ICHR, MAKICHR, MAKINUM): Now cast to
  2211.     long so that their calls don't have to.  Changing MAKICHR fixed
  2212.     problem in scl.c (string2list) on IBMPC.
  2213.  
  2214.     * subr.c (quotient): support for `/' reintroduced; required by
  2215.     r3.99rs but not IEEE.
  2216.  
  2217.     * subr.c (char functions): added isascii tests for
  2218.     char-alphabetic, char-numeric?, char-whitespace?,
  2219.     char-upper-case?, and char-lower-case?.  Added test against
  2220.     char_code_limit to int2char.
  2221.  
  2222.     * subr.c (s_char_alphap): is subr_1 not lsubr.
  2223.  
  2224.     * test.scm: added tests for char-alphabetic, char-numeric?,
  2225.     char-whitespace?, char-upper-case?, and char-lower-case?.
  2226.  
  2227.     * sys.c: most `return;'s eliminated to reduce warning messages.
  2228.     Substituted breaks and reordered switch and if clauses.
  2229.  
  2230. Sun Feb  3 23:12:34 1991  Aubrey Jaffer  (jaffer at foxkid)
  2231.  
  2232.     * scm1-2: released. 
  2233.  
  2234.     * sys.c (read-char peek-char) added code for EOF.
  2235.  
  2236.     * test.scm (leaf-eq?) added and file "cont.scm" removed.  I/O
  2237.     tests added.
  2238.  
  2239.     * sys.c (I/O functions) now check for input and output ports
  2240.     rather than just ports.
  2241.  
  2242.     * sys.c (lprin1f): occurences of stdout changed to f.  Newlines
  2243.     after printing port removed.
  2244.  
  2245. Thu Jan 31 22:52:39 1991  Aubrey Jaffer  (jaffer at foxkid)
  2246.  
  2247.     * subr.c (quotient): support for `/' removed; not required.
  2248.  
  2249.     * scm.c (wta): message for OUTOFRANGE fixed.
  2250.  
  2251. Mon Jan 28 12:45:55 1991  Aubrey Jaffer  (jaffer at foxkid)
  2252.  
  2253.     * eval.c (apply): added checks for number of arguments.
  2254.  
  2255.     * scm.h (CHECK_SIGINT): checks for blocked SIGINT.
  2256.  
  2257.     * sys.c (lprin1): added blocking and testing for SIGINT so that
  2258.     output won't hang on VMS.
  2259.  
  2260.     * scm.c (repl): added fflush call.
  2261.  
  2262.     * scm.c (err_head, wta): added fflush calls to error routines so
  2263.     that error message come out in proper order.
  2264.  
  2265.