From 879f4fa041cfdefee655eb877f1a91f86a9c62b7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Mar 2017 00:56:40 -0800 Subject: New upstream version 5f2 --- hobbit.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 hobbit.texi (limited to 'hobbit.texi') diff --git a/hobbit.texi b/hobbit.texi old mode 100644 new mode 100755 index a04c8f8..2dd55aa --- a/hobbit.texi +++ b/hobbit.texi @@ -106,7 +106,7 @@ Hobbit (derived from hobbit5x) is now part of the SCM Scheme implementation. The most recent information about SCM can be found on SCM's @dfn{WWW} home page: -@center @url{http://swiss.csail.mit.edu/~jaffer/SCM} +@center @url{http://people.csail.mit.edu/jaffer/SCM} Hobbit4d has also been ported to the Guile Scheme implementation: @@ -149,7 +149,7 @@ files. @example cd ~/scm/ -scm -rcompile -e'(compile-file "example.scm")' +scm -rcompile -e"(compile-file \"example.scm\")" Starting to read example.scm @@ -206,7 +206,7 @@ files. @example cd ~/scm/ -scm -rcompile -e'(compile->executable "exscm" "example.scm")' +scm -rcompile -e"(compile->executable \"exscm\" \"example.scm\")" Starting to read example.scm @@ -1979,7 +1979,7 @@ University of Go"teborg@* S-41296 Go"teborg Sweden @end quotation -A. Jaffer (agj @@ alum.mit.edu), the author of SCM, has been of major +A. Jaffer (agj@@alum.mit.edu), the author of SCM, has been of major help with a number of suggestions and hacks, especially concerning the interface between compiled code and the SCM interpreter. @@ -2074,10 +2074,10 @@ The following bugs have been fixed: @itemize @bullet @item Erroneous treatment of [ and ] inside symbols, -reported by A. Jaffer (agj @@ alum.mit.edu). +reported by A. Jaffer (agj@@alum.mit.edu). @item A bug in the liftability analysis, -reported by A. Jaffer (agj @@ alum.mit.edu). +reported by A. Jaffer (agj@@alum.mit.edu). @item A bug occurring in case arguments are evaluated right-to-left, which happens with Hobbit compiled by gcc on GNU/Linux. -- cgit v1.2.3