diff options
| author | Thomas Bushnell, BSG <tb@debian.org> | 2005-11-02 14:55:21 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:32 -0800 | 
| commit | 34c54a22ff7818bb8b38ef4d9c87dbbcb221ba73 (patch) | |
| tree | 1189d06a81277bcf8539b0260a69a19f6038effb /FAQ | |
| parent | 611b3db17894e5fdc0db3d49eaf6743d27b44233 (diff) | |
| parent | 5145dd3aa0c02c9fc496d1432fc4410674206e1d (diff) | |
| download | slib-34c54a22ff7818bb8b38ef4d9c87dbbcb221ba73.tar.gz slib-34c54a22ff7818bb8b38ef4d9c87dbbcb221ba73.zip | |
Import Debian changes 3a2-1debian/3a2-1
slib (3a2-1) unstable; urgency=low
  * New upstream release.
  * Acknowledge NMU. (Closes: #281809)
  * Makefile: Don't hack Makefile; use rules instead.
  * debian/rules: Set on make invocations: prefix, htmldir, TEXI2HTML.
  * debian/rules (clean): Clean more stuff here.
  * Makefile: Comment out old rule for $(htmldir)slib_toc.html.  Instead,
    specify directly that the texi2html invocation produces that file.
  * debian/rules (binary-indep): Find web files in slib subdir.
  
  * debian/control (Build-Depends-Indep): Go back to using scm.
Diffstat (limited to 'FAQ')
| -rw-r--r-- | FAQ | 22 | 
1 files changed, 2 insertions, 20 deletions
| @@ -1,4 +1,4 @@ -FAQ (Frequently Asked Questions and answers) for SLIB Scheme Library (slib3a1). +FAQ (Frequently Asked Questions and answers) for SLIB Scheme Library (slib3a2).  Written by Aubrey Jaffer (http://swissnet.ai.mit.edu/~jaffer).  		INTRODUCTION AND GENERAL INFORMATION @@ -46,7 +46,7 @@ Several times a year.  []	What is the latest version? -The version as of this writing is slib3a1.  The latest documentation +The version as of this writing is slib3a2.  The latest documentation  is available online at:   http://swissnet.ai.mit.edu/~jaffer/SLIB.html @@ -130,17 +130,6 @@ I find that I only type require statements at top level when  debugging.  I put require statements in my Scheme files so that the  appropriate modules are loaded automatically. -[]      What happened to FORMAT? - -In order for FORMAT to call itself for FORMAT error messages, the -original author made its code non-reentrant.  For that reason and the -reasons below, FORMAT was removed; I saw little evidence of anyone -using it. - -If someone fixes FORMAT, I will put it back into SLIB.  The last -versions of FORMAT are in "format.scm", "formatst.scm", and -"fmtdoc.txi" in http://swissnet.ai.mit.edu/ftpdir/scm/OLD/slib2d5.zip -  []	Why does SLIB have PRINTF when it already has the more  	powerful (CommonLisp) FORMAT? @@ -162,19 +151,12 @@ again, printf gets it right:    (printf "%.20s\n" "the quick brown fox jumped over the lazy dog")  				==>	the quick brown fox -FORMAT also lacks directives for formatting date and time.  printf -does not handle these directly, but a related function strftime does. -  []	Why doesn't SLIB:ERROR call FORMAT?  Format does not provide a method to truncate fields.  When an error  message contains non-terminating or large expressions, the essential  information of the message may be lost in the ensuing deluge. -FORMAT as currently written in SLIB is not reentrant.  Until this is -fixed, exception handlers and errors which might occur while using -FORMAT cannot use it. -  		MACROS  []	Why are there so many macro implementations in SLIB? | 
