This message announces the availability of Scheme release scm-5f2. SCM conforms to Revised^5 Report on the Algorithmic Language Scheme and the IEEE P1178 specification. SCM is written in C and runs under Amiga, Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, Unicos, VMS, Windows, Unix, and similar systems. SCM is free software and part of the GNU project. It is released under the GNU Lesser General Public License (LGPL). Documentation and distributions in several formats are linked from SCM's home page: Links to distributions of SCM and related softwares are at the end of this message. -=-=- scm-5f2 news: scm-5f2 improves the speed of floating-point I/O. Details at * scl.c (int2dbl, pmantexp2dbl): Recycle temporary bignums. (pmantexp2dbl): Handle exponents smaller than -324. (pmantexp2dbl): Optimized. Added bigrecy(quo). (pmantexp2dbl): call int2dbl() instead of num2dbl(). (pdbl2str, pmantexp2dbl): Use powers-of-5 table instead of powers-of-10. (strrecy, pdbl2str): Recycle temporary string used in number->string conversion. (scm_intexpt): Call bigrecy only when #ifdef BIGDIG. (bigrecy): Added procedure to recycle bignums. (int2dbl, scm_intexpt, divide, difference, big2str) (pdbl2str, mantexp2dbl, pmantexp2dbl, int2dbl): Recycle temporary bignums. (pdbl2str): Replaced call to int2dbl() with scm_intlength(). * r4rstest.scm (test-bignum): Added tests for GCD and LCM. * sys.c (sysptob): Added sysflush (for sys_errp). Fixed exit when verbose > 3. * subr.c (scm_bitwise_bit_count, scm_logcount, scm_intlength) (big2inum): Recycle temporary bignums. * scm.c (process_signals): Reenabled lfflush(sys_errp). * scm.texi: TeXinfo-5 now disallows text between @defunx lines. (Internal State): Added "(gc #t)". From: Marc Espie * time.c: OpenBSD is phasing out old interfaces such as ftime and the timeb data structure. This change should allow things to work in a saner way on any system that uses gettimeofday(). -=-=- SCM source is available from: Also available as binary RPMs: Also available as i386 MS-Windows installer: SLIB is a portable Scheme library which SCM uses: Also available as RPM: Also available as MS-Windows installer: JACAL is a symbolic math system written in Scheme: Also available as RPM: Also available as MS-Windows installer: WB is a disk based, sorted associative array (B-tree) library for SCM. Using WB, large databases can be created and managed from SCM. Also available as binary RPMs: FreeSnell is a program to compute optical properties of multilayer thin-film coatings: Also available as MS-Windows installer: SIMSYNCH is a digital logic simulation system written in SCM. XSCM is a X windows interface package which works with SCM: TURTLSCM is a turtle graphics package which works with SCM on MS-DOS or X11 machines: #! implements "#!" (POSIX) shell-scripts for MS-DOS batch files. SLIB-PSD is a portable debugger for Scheme (requires emacs editor): MacSCM is a Macintosh applications building package which works with SCM (similar to XSCM). Programs for printing and viewing TexInfo documentation (which SCM has) come with GNU Emacs or can be obtained via ftp from: