Franz Lehner wrote:
> 
> Hello,
> 
> it seems that the )history save/restore mechanism broke recently.
> It works in rev 660, but as early as in rev665 I get
>  (1) -> )history )restore f3
>     All user variables and function definitions have been cleared.
>      
>      >> System error:
>      not input stream
> 
> (1) ->
> 

AFAICS this is due to typo introduced in revision 657.  The patch
below should fix it.  I will investigate a bit more because some
other history related things look broken.


--- ../../pp1/trunk.pp/src/interp/i-syscmd.boot 2009-08-02 22:19:01.000000000 
-0400
+++ i-syscmd.boot       2009-10-02 11:40:21.000000000 -0400
@@ -1729,7 +1729,7 @@
     ATOM pair => keyedSystemError("S2IH0034",NIL)
     vec := QCDR pair
   else
-    HiFi:= rMkOstream(histFileName())
+    HiFi:= rMkIstream(histFileName())
     vec:= SPADRREAD(object2Identifier n,HiFi)
     RSHUT HiFi
   vec

-- 
                              Waldek Hebisch
[email protected] 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to