Ok, I've fixed all. eval_code and augmented_path are dynamically allocated and reallocated if it requires. AXIOMsys will do nothing if meet empty eval argument.
On Wed, Jan 26, 2011 at 8:10 AM, Ralf Hemmecke <[email protected]> wrote: > What happens when I start with > > fricas -nosman -eval > > i.e. no argument to eval? > > https://github.com/mbait/fricas/blob/40903dce8f4be5cced0c9ba8c7fb0d8c41bb5dc3/src/interp/int-top.boot#L96 > > evalInlineCode() == > args := getCLArgs() > while #args > 0 repeat > arg := CAR args > if arg = '"-eval" then > CATCH('SPAD__READER,CATCH('top__level,parseAndEvalStr CADR(args))) > args := CDDR args > else > args := CDR args > > > Ralf > > -- > 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. > > -- 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.
