diff options
| author | James LewisMoss <dres@debian.org> | 1999-12-06 19:32:57 -0500 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:28 -0800 | 
| commit | c394920caedf3dac1981bb6b10eeb47fd6e4bb21 (patch) | |
| tree | f21194653a3554f747dde3df908df993c48db5a0 /ChangeLog | |
| parent | 926b1b647ac830660933a5e63eb52d4a2552e264 (diff) | |
| parent | bd9733926076885e3417b74de76e4c9c7bc56254 (diff) | |
| download | slib-c394920caedf3dac1981bb6b10eeb47fd6e4bb21.tar.gz slib-c394920caedf3dac1981bb6b10eeb47fd6e4bb21.zip | |
Import Debian changes 2c7-1debian/2c7-1
slib (2c7-1) unstable; urgency=low
  * New upstream.
  * Add slibconfig back in.
slib (2c6-2) unstable; urgency=low
  * Remove the slib$(VERSION).info file.  Cut the diff back down to
    size. 
slib (2c6-1) unstable; urgency=low
  * New upstream.
  * Move docs to /usr/share. Up standards version. add /usr/doc symlink.
    Move info files.  Remove undocumented link.
slib (2c5-6) unstable; urgency=low
  * Lowercase two vars in yasyn.scm (Fixes bug #37222)
slib (2c5-5) unstable; urgency=low
  * Fix it so string-index isn't defined (now there is a
    strsrch:string-index) (Fixes #38812)
slib (2c5-4) unstable; urgency=low
  * Don't run slibconfig in postinst.  (Fixes bug #38253, #37733, #37715,
    #37746,  #37809, #37917, #38123, #38462)
slib (2c5-3) unstable; urgency=low
  * Run slibconfig in postinst.  It was commented out there, but I don't
    see any old bug reports on why it was commented out, so let's try
    again. :)  (Fixes bug #37221)
slib (2c5-2) unstable; urgency=low
  * Link mklibcat.scm to mklibcat.  Fixes a problem with using slib with
    guile. 
slib (2c5-1) unstable; urgency=low
  * New upstream.
slib (2c3-4) unstable; urgency=low
  * New maintainer.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 520 | 
1 files changed, 494 insertions, 26 deletions
| @@ -1,3 +1,471 @@ +Sun Dec 5 19:54:35 EST 1999  Aubrey Jaffer  <jaffer@aubrey.jaffer> + +	* require.scm (*SLIB-VERSION*): Bumped from 2c6 to 2c7. + +1999-12-04  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* charplot.scm (charplot:number->string): printf %g gets rid of +	microscopic fractions. + +	* printf.scm (%g): Make precision threshold work for both +	fractions and integers. + +1999-12-03  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* nclients.scm (browse-url-netscape): Try running netscape in +	background. + +1999-11-14  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* batch.scm (write-batch-line): Added slib:warn. + +1999-11-01  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* paramlst.scm (check-parameters): Improved warning. + +1999-10-31  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* batch.scm (batch:command): Renamed from batch:system. +	(batch:try-command): Renamed from batch:try-system. +	(batch:try-chopped-command): Added. +	(batch:apply-chop-to-fit): Removed. + +1999-09-29  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* glob.scm (replace-suffix): Now works. + +1999-09-17  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* slib.texi: Put description and URL into slib_toc.html. + +Sun Sep 12 22:45:01 EDT 1999  Aubrey Jaffer  <jaffer@aubrey.jaffer> + +	* require.scm (*SLIB-VERSION*): Bumped from 2c5 to 2c6. + +1999-07-08  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* format.scm (format:string-capitalize-first): Renamed from +	string-capitalize-first. +	(format:list-head): Renamed from list-head. +	(string-index): Removed. + +1999-06-07  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:parse-float): Now handles strings representing +	complex numbers in polar form. + +	(stdio:parse-float): Now parses non-real numbers written in +	rectangular form. + +	(stdio:iprintf): Inexact formats work on non-real numbers assuming +	NUMBER->STRING outputs a rectangular format. + +	Inexact formats given a string or symbol rather than a number +	output "???"  if the string cannot be parsed as an inexact number. + +1999-06-06  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* fft.scm (fft fft-1): Added. + +1999-06-05  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* glob.scm (glob:substitute??): (glob:substitute-ci??): Now accept +	a procedure or string as template argument, for more general +	transformations. + +1999-05-28  Gary T. Leavens  <leavens@cs.iastate.edu> + +	* chez.init: Updated for Chez Scheme 6.0a. + +	* bigloo.init: Added. + +1999-05-18  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* printf.scm (stdio:iprintf): Extra arguments are *not* a bug. + +1999-05-08  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* lineio.scm (read-line!): fixed to eat trailing newline when line +	length equals string length. + +1999-05-08  Ben Goetter  <goetter@angrygraycat.com> + +	* pscheme.init: String-ports added for version Pscheme 0.3.6. + +1999-05-07    <jaffer@super.jaffer> + +	* charplot.scm (plot-function): Added. +	(charplot:plot!): Now will accept array argument. + +1999-05-02  Jim Blandy  <jimb@savonarola.red-bean.com> + +	* format.scm (format:format): If the first argument is the format +	string, stick a #f on the front of it, so it is now a valid CL +	format argument list.  This is easier than changing everyplace +	else (like the error formatter) that expects it to be in CL form. +	The other clause which explicitly tests for this case is now dead +	code; remove it. +	(format:format-work): Allow `@' and `:' in either order, as per +	modern CL behavior. +	(format:num->cardinal): Don't assume that an elseless if returns +	'() when the condition is false. + +1999-04-22  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* root.scm (secant:find-root): Replaced hack to decide on +	accepting regula-falsi step with a modified regula-falsi in which +	the weight of an "old" function value is repeatedly decreased each +	time it is retained. + +1999-04-13  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* root.scm (secant:find-root): Now checks that a step is actually +	of nonzero length, otherwise small tolerances lead to not +	stopping.  Tuned for the case that one starting point is much +	closer to the root than the other. + +1999-04-08  Ben Goetter  <goetter@angrygraycat.com> + +	* pscheme.init: updated with defmacro for version 0.3.3. + +1999-04-04  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* lineio.scm: Fixed @args command in documentation-comment. + +1999-03-27  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* strsrch.scm (find-string-from-port?): Fixed so procedure +	argument is called at most once per character. + +1999-03-11  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* fluidlet.scm: Added (require 'common-list-functions), for +	MAKE-LIST. + +1999-03-08  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* RScheme.init, STk.init, Template.scm, chez.init, elk.init, +	gambit.init, macscheme.init, mitscheme.init, pscheme.init, +	scheme2c.init, scheme48.init, scsh.init, t3.init, vscm.init: Added +	scheme-implementation-home-page definition + +1999-03-04  radey  <radey@aubrey.jaffer> + +	* root.scm (secant:find-bracketed-root): Added, requires (f x0) +	and (f x1) to have opposite signs. + +1999-03-03  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:printf): Tweaks to %k format so that the +	precision indicates the number of significant digits, as in %g +	format. + +1999-03-02  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:printf): %k format now uses %f instead of %g +	to format the scaled number. + +	* root.scm (secant:find-root): Added. + +1999-02-25  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:iprintf): Fixed bug in %f format, +	(printf	"%.1f" 0.001) printed "0", now prints "0.0" + +1999-02-12  Hakan L. Younes <d93-hyo@nada.kth.se> + +	* batch.scm, slib.texi: amiga-gcc port. + +1999-02-10  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:iprintf): K format now prints no prefix if +	exponent is beyond the range of the specified prefixes. + +	(stdio:iprintf): Added and corrected SI prefixes, ref +	http://physics.nist.gov/cuu/Units/prefixes.html . + +	(stdio:iprintf): Added numerical format specifiers %K and %k, +	which format like %g, except that an SI prefix is output after the +	number, which is scaled accordingly.  %K outputs a space between +	number and prefix, %k does not.  It would be good to allow %f and +	%e like formatting, but it's not clear how to fit this into the +	format string syntax. + +1999-02-09  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* rdms.scm (domains:init-data): added number domain. + +1999-01-30  Matthew Flatt  <mflatt@cs.rice.edu> + +	* mbe.scm (hyg:untag-quasiquote): Added to fix quasiquote in output. + +1999-01-30  Dorai Sitaram  <dorai@cs.rice.edu> + +	* mbe.scm (mbe:ellipsis-sub-envs, mbe:append-map): Modified to fix +	multiple ellipses problem. + +1999-01-26  Erick Gallesio <eg@unice.fr> + +	* STk.init: The actual file. + +1999-01-25  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* RScheme.init: added; content is from +	http://www.rscheme.org/rs/pg1/RScheme.scm + +1999-01-24  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* STk.init: added; content is from +	http://kaolin.unice.fr/STk/FAQ/FAQ-1.html#ss1.9 + +1999-01-23  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* alistab.scm (open-base): Check file exists before opening it. + +1999-01-21  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* htmlform.scm (html:start-page): Extra arguments printed in HEAD +	(for META tags). + +1999-01-20  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* htmlform.scm (make-atval make-plain): use object->string for +	non-atomic arguments. + +1999-01-19  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:iprintf): Now reports wrong number of +	arguments instead of silently ignoring extra arguments or taking +	the CAR of the empty list. + +Sun Jan 17 12:33:31 EST 1999  Aubrey Jaffer  <jaffer@aubrey.jaffer> + +	* require.scm (*SLIB-VERSION*): Bumped from 2c4 to 2c5. + +1999-01-12  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* mitscheme.init (char-code-limit): Added.  Builtin +	char-code-limit is 65536 (NOT!) in MITScheme Version 8.0. + +1999-01-11  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* batch.scm (batch:apply-chop-to-fit): fixed off-by-1 error. + +1999-01-10  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* randinex.scm: moved (schmooz) documentation here from scm.texi. +	(random:uniform1): Renamed from random:uniform. +	(random:uniform): Added (takes optional state argument). +	(random:normal): Made reentrant. + +	* random.scm: moved (schmooz) documentation here from scm.texi. + +1999-01-09  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* random.scm (seed->random-state): added. + +1999-01-08  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* mitscheme.init (object->limited-string): Added. + +	* random.scm (random:random): Fixed embarrassingly stupid bug. + +1999-01-07  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* alistab.scm (supported-key-type?): number now allowed. + +1998-12-22  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* printf.scm (stdio:round-string): Makes sure result has at least +	STRIP-0S characters after the implied decimal point if STRIP-0S is +	not false.  Fixes bug associated with engineering notation in SCM. + +1998-12-18  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* schmooz.scm (schmooz): Converted from replace-suffix to +	filename:substitute??. + +1998-12-16  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* glob.scm (glob:make-substituter): Made to handle cases where +	PATTERN and TEMPLATE have different numbers of literal sections. + +	* glob.scm (glob:pattern->tokens): (glob:make-matcher): +	(glob:make-substituter): Fixed to accept null strings as literals +	to match, for REPLACE-SUFFIX.  There is no way to write a glob +	pattern that produces such a token, should there be? + +1998-12-15  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* glob.scm (glob:substitute??) renamed from glob:transform?? +	(filename:substitute??) identical to glob:substitute?? + +1998-12-14  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* glob.scm (glob:pattern->tokens): Separated from +	GLOB:MAKE-MATCHER. +	(glob:make-transformer): +	(glob:transform??): +	(glob:transform-ci??): Added. +	(replace-suffix): Rewritten using GLOB:TRANSFORM?? + +1998-12-09  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* yasyn.scm: Restored to SLIB.  yasos.scm removed. +	* object.scm: Restored to SLIB +	* recobj.scm: Restored to SLIB + +1998-12-08  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* slib.texi (Copyrights): Added HTML anchor for Copying information. +	(Installation): Added HTML anchor for Installation instructions. + +1998-12-02  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* fluidlet.scm (fluid-let): Rewritten as defmacro. + +1998-11-30  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* fluidlet.scm (fluid-let): Changed macro definition so that it +	doesn't depend on being able to combine input from two different +	ellipsis patterns.  Now produces a nice expansion with +	macro-by-example so that one can see exactly what goes wrong. + +1998-11-29  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* htmlform.scm (table->html): Table conversion functions added. + +1998-11-27  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* nclients.scm (glob-pattern?): Added. + +1998-11-24  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* htmlform.scm (html:href-heading): simplified. + +1998-11-16  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* htmlform.scm (html:comment): No longer puts `>' alone on line. +	(make-plain make-atval): renamed from html:plain and html:atval; +	html: functions now all output HTML. + +	* nclients.scm (user-email-address): Ported to W95 and WNT. +	(make-directory): added. + +	* dbrowse.scm (browse:display-table): Column-foreigns restored. + +	* htmlform.scm (html:atval html:plain): Now accept numbers. +	(html:pre): Added. +	(html:start-page html:end-page): Updated to HTML 3.2.  HTML header +	added. + +	* rdms.scm (make-relational-system): column-foreign-list split +	into column-foreign-check-list and column-foreign-list. + +1998-11-12  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* lineio.scm (display-file): added.  Schmoozed docs. + +1998-11-12  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* schmooz.scm (schmooz-top): No longer emits @defun lines for +	definitions not separated by blank lines unless they have +	associated @body comment lines. + +1998-11-11  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* fluidlet.scm (fluid-let): Redone to restore variable values even +	if a continuation captured in the body is invoked.  Now agrees +	with MIT Scheme documentation. + +1998-11-11  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* nclients.scm: Added net-clients. + +	* require.scm (vicinity:suffix?): Abstracted from +	program-vicinity. + +1998-11-04  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* comlist.scm (remove-duplicates): added. +	(adjoin): memq -> memv. + +Tue Nov 3 17:47:32 EST 1998  Aubrey Jaffer  <jaffer@scm.colorage.net> + +	* require.scm (*SLIB-VERSION*): Bumped from 2c3 to 2c4. + +1998-10-24  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* cring.scm: Added procedures to create and manipulate rulesets. + +	* cring.scm (cring:db): Distributing / over + led to infinite +	loops.  Now only distribute *. + +1998-10-19  amu@mit.edu + +	* timezone.scm (tzfile:vicinity): Linux RH 5.x moved zoneinfo to +	/usr/share and didn't bother to leave a symlink behind.  This +	caused ctime to print out things in GMT, instead of using the +	local time. + +1998-10-01  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* factor.scm: Moved documentation to schmooz format. +	(prime:prime< prime:prime>): written. +	(prime:prngs): added. +	(Solovay-Strassen??): No longer tries `1'. +	(prime:products): Added list of prime products smaller than +	most-positive-fixnum. +	(prime:sieve): added to test for primes smaller than largest prime +	in prime:products. +	(prime:factor): wrapper rewritten.  Code cleaned up. + +	* primes.scm: removed. + +1998-09-29  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* paramlst.scm (check-parameters): Now generates slib:warn when +	parameter is wrong type. + +	* debug.scm (for-each-top-level-definition-in-file): Now discards +	`magic-number' first line of files when first character is `#'. + +	* batch.scm (batch:port parms): enabled warning. + +1998-09-28  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* scheme2c.init scsh.init t3.init chez.init, vscm.init, +	scheme48.init, mitscheme.init, macscheme.init, gambit.init, +	elk.init, Template.scm: Placed in public domain to make +	distributing modified versions easier. + +	* schmooz.scm, htmlform.scm, admin.scm, glob.scm, ChangeLog: +	Cleaned a bit. + +1998-09-28  Aubrey Jaffer  <aubrey_jaffer@splashtech.com> + +	* slib.texi (most-positive-fixnum): fixed description. + +1998-09-22  Ortwin Gasper  <gasper@sensecom.de> + +	* random.scm (random:random): Removed one-parameter call to +	logand. + +1998-09-22  Radey Shouman  <Radey_Shouman@splashtech.com> + +	* schmooz.scm: Changed all references to #\nl to #\newline. +	Removed all references to #\cr.  Trailing whitespace no longer +	prevents issuing a defunx for an additional definition form. + +1998-09-21  Aubrey Jaffer  <jaffer@ai.mit.edu> + +	* primes.scm: Eliminated use of 1+. +	(probably-prime?): #f for negative numbers. + +1998-09-19  Jorgen Schaefer  <forcer@mindless.com> + +	* glob.scm (glob:match?? glob:match-ci??): fixed wrappers. +  1998-09-11  Aubrey Jaffer  <jaffer@colorage.com>  	* Makefile (release): Uploads SLIB.html. @@ -17,7 +485,7 @@  	* schmooz.scm (schmooz): Now tries harder to determine whether a  	definition is of a procedure or non-procedure variable.  	Recognizes DEFMACRO, DEFINE-SYNTAX. -	 +  1998-09-06  Aubrey Jaffer  <jaffer@ai.mit.edu>  	* slib.texi (Schmooz): Added documentation. @@ -79,7 +547,7 @@  1998-07-08  Aubrey Jaffer  <jaffer@colorage.com>  	* prec.scm (prec:warn): now takes arbitrary number of arguments. -	(prec:nofix):  +	(prec:nofix):  	(prec:postfix): extra arguments are appended to the rules list;  	not bound. @@ -98,7 +566,7 @@  1998-06-08  Aubrey Jaffer  <jaffer@colorage.com>  	* htmlform.scm (html:start-form): added rest of METHOD types. -	(html:generate-form command->html): regularized argument order to  +	(html:generate-form command->html): regularized argument order to  	`command method action'.  	* dbutil.scm (add-domain): Changed from row:insert to row:update. @@ -142,7 +610,7 @@ o	* require.scm (*SLIB-VERSION*): Bumped from 2c1 to 2c2.  	* schmooz.scm: Texinfo document generator for Scheme programs.  1998-06-02  Aubrey Jaffer  <jaffer@colorage.com> -	 +  	* htmlform.scm: Added documentation.  	(http:send-error-page): scope of fluid-let was wrong. @@ -210,7 +678,7 @@ Tue Apr 14 16:28:20 EDT 1998  Aubrey Jaffer  <jaffer@scm.colorage.net>  1998-02-11  Aubrey Jaffer  <jaffer@colorage.com> -	* slib.texi (Top):  +	* slib.texi (Top):  	(Extra-SLIB Packages): Converted to use of new texinfo feature  	@url. @@ -328,7 +796,7 @@ Wed Oct 29 22:49:15 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>  	vicinities.  Thu Oct 23 23:14:33 1997  Eric Marsden  <marsden@salines.cict.fr> -	 +  	* factor.scm (prime:product): added EXACT? test.  Mon Oct 20 19:33:41 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu> @@ -544,8 +1012,8 @@ Sat Feb 22 10:18:36 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>  	system is not provided.  	(system:success?): added. -	* wttree.scm (error):  -	(error:wrong-type-argument):  +	* wttree.scm (error): +	(error:wrong-type-argument):  	(error:bad-range-argument): Stubs added for non-MITScheme  	implementations. @@ -650,9 +1118,9 @@ Mon Feb 19 15:48:06 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>  	* scanf.scm (stdio:scan-and-set): Removed flush-whitespace from  	all conversion specifications per suggestion from -	oleg@mozart.compsci.com (Oleg Kiselyov). +	oleg@acm.org (Oleg Kiselyov). -Sat Feb  3 00:02:06 1996  Oleg Kiselyov (oleg@ponder.csci.unt.edu) +Sat Feb  3 00:02:06 1996  Oleg Kiselyov (oleg@acm.org)  	* strsrch.scm (string-index substring? find-string-from-port?): added. @@ -797,17 +1265,17 @@ Sat Feb 25 01:05:25 1995  Aubrey Jaffer  (jaffer@jacal)  Sun Feb  5 16:34:03 1995  Aubrey Jaffer  (jaffer@jacal) -	* paramlst.scm ((make-parameter-list parameter-names)):  -	((fill-empty-parameters defaults parameter-list)):  -	((check-parameters checks parameter-list)):  -	((parameter-list->arglist positions arities parameter-list)):  -	((parameter-list-ref parameter-list i)):  -	((adjoin-parameters! parameter-list parameters)):  +	* paramlst.scm ((make-parameter-list parameter-names)): +	((fill-empty-parameters defaults parameter-list)): +	((check-parameters checks parameter-list)): +	((parameter-list->arglist positions arities parameter-list)): +	((parameter-list-ref parameter-list i)): +	((adjoin-parameters! parameter-list parameters)):  	Procedures for making, merging, defaulting, checking and  	converting `parameter lists' (named parameters). -	((getopt->parameter-list argc argv optnames arities aliases)):  +	((getopt->parameter-list argc argv optnames arities aliases)):  	((getopt->arglist argc argv optnames positions -			 arities defaults checks aliases)):  +			 arities defaults checks aliases)):  	Procedures for converting options and arguments processed by  	getopt to parameter-list or arglist form. @@ -884,7 +1352,7 @@ Sat Dec 17 12:10:02 1994  Aubrey Jaffer  (jaffer@jacal)  	`expression' fields no longer done when retrieved from base  	tables (which made copying of many tables impossible). -	* alistab.scm  +	* alistab.scm  	(write-base): rewrote to not use pretty-print.  	* sc3.scm: removed (only contained last-pair, t, and nil). @@ -965,7 +1433,7 @@ Tue Aug  2 10:44:32 1994  Aubrey Jaffer  (jaffer@jacal)  Sun Jul 31 21:39:54 1994  Aubrey Jaffer  (jaffer@jacal)  	* cltime.scm (get-decoded-time get-universal-time -	decode-universal-time encode-universal-time):  +	decode-universal-time encode-universal-time):  	Common-Lisp time conversion routines created.  	* time.scm (*timezone* tzset gmtime localtime mktime asctime ctime): @@ -1056,7 +1524,7 @@ Sat Apr  9 21:28:46 1994  Aubrey Jaffer  (jaffer@jacal)  Wed Apr  6 00:55:16 1994  Aubrey Jaffer  (jaffer@jacal)  	* require.scm (slib:report): -	(slib:report-version):  +	(slib:report-version):  	(slib:report-locations):  added to display SLIB configuration  	information. @@ -1094,7 +1562,7 @@ Thu Mar  3 23:06:41 1994  Aubrey Jaffer  (jaffer@jacal)  	* format.scm slib.texi: Format 3.0.    * format's configuration is rearranged to fit only into SLIB. All      implementation dependent configurations are done in the SLIB init files -  * format's output routines rely on call-with-output-string now if  +  * format's output routines rely on call-with-output-string now if      output to a string is desired    * The floating point formatting code (formatfl.scm) moved into      format.scm so that there is only one source code file; this @@ -1104,7 +1572,7 @@ Thu Mar  3 23:06:41 1994  Aubrey Jaffer  (jaffer@jacal)      procedure except number->string now; all formatting is now based      solely on string, character and integer manipulations    * major rewrite of the floating point formatting code; use global -    buffers now   +    buffers now    * ~f,~e,~g, ~$ may use also number strings as an argument    * ~r, ~:r, ~@r, ~:@r roman numeral, and ordinal and cardinal      English number printing added (from dorai@cs.rice.edu) @@ -1118,7 +1586,7 @@ Thu Mar  3 23:06:41 1994  Aubrey Jaffer  (jaffer@jacal)    * ~:c prints control characters like emacs (eg. ^C) and 8bit characters      as an octal number    * ~q gives information and copyright notice on this format implementation -    ~:q gives format:version  +    ~:q gives format:version    * case type of symbol conversion can now be forced (see      format:symbol-case-conv in format.scm)    * case type of the representation of internal objects can now be @@ -1131,7 +1599,7 @@ Thu Mar  3 23:06:41 1994  Aubrey Jaffer  (jaffer@jacal)    * if format's destination is a string it is regarded as a format string now      and output is the current output port; this is a contribution to      Scheme->C to use format with the runtime system; the former semantics -    to append tothe destination string is given up   +    to append tothe destination string is given up    * obj->string syntax change and speedup    * tested with scm4d, Elk 2.2, MIT Scheme 7.1, Scheme->C 01Nov91 @@ -1606,7 +2074,7 @@ Sat Jun 13 17:01:41 1992  Aubrey Jaffer  (jaffer at Ivan)  	* hash.scm hashtab.scm scheme48.init: added.  	* sc-macro.scm (macro:repl): created.  macro:load now uses -	eval:eval!.  +	eval:eval!.  	* eval.scm (eval:eval!) created and eval done in terms of it. | 
