fix Degree() to return -Infinity for zero polyn...
cleanup
cleanup
LeadingCoef() failure
fixed in r3159
explicitly load predicates before defining IsZe...
LeadingCoef() failure
Degree(0,x) returns wrong result
Degree() failure
fixed in r3158
unprotect IsZero() before redefining it for pol...
Degree() failure
cmake support for Sphinx documentation generato...
convert documentation to sphinx
minor cleanup
test for side effects of symbol protection; rel...
check if standard functions are protected, rela...
Protect(item) makes Simplify() fail
fixed in r3152 (cyacas) and r3153 (jyacas)
do not allow to Retract() protected symbols
fixed in r3152 (cyacas) and r3153 (jyacas)
fixed in r3152 (cyacas) and r3153 (jyacas)
protect trigonometric functions
protect all symbols defined in standard library...
protect all symbols defined in standard library...
minor cleanup
minor cleanup
minor cleanup
cleanup
get rid of LispCleanup
fixed in r3147
get rid of LispCleanup; fixes #77
replace LispOutput with OutputStream
fixed in r3146
replace LispOutput with OutputStream
get rid of LispCleanup
replace LispOutput with OutputStream
fixed in r3145
get rid of LispInput::StartPtr()
get rid of StartPtr() in CYacas, fixes #75
get rid of StartPtr() in JavaYacas, related #75
do not use StartPtr in InternalPatchLoad(), rel...
do not use StartPtr in LispPatchLoad(), related...
do not use StartPtr in LispFileSize(), related #75
do not use StartPtr in LispTokenizer, related #75
do not use StartPtr in XmlTokenizer, related #75
do not use StartPtr in XmlTokenizer, related #75
do not use StartPtr in LispTokenizer, related #75
fixed in r3136
remove CommonLispTokenizer
got rid of CommonLispTokenizer, fixes #74
get rid of LispInput::StartPtr()
remove CommonLispTokenizer
fix the name of LispInFixOperator class
cleanup
minor cleanup
cleanup: replace StringBuffer with StringBuilder
cleanup: replace string constants with char con...
cleanup: got rid of redundant casts
cleanup
integrate existing tests with JUnit
fixed in r3128
wrap yacas tests in junit to facilitate testing...
cleanup
integrate existing tests with JUnit
JavaYacas: streamline LispObject.Next() implementation
fixed in r3126
streamline LispObject.Next() implementation; fi...
get rid of removed java source files in cmake-b...
JavaYacas: replace LispAssociatedHash with java.util.HashMap
fixed in 3124
get rid of no longer used LispAssociatedHash; f...
replace LispAssociatedHash with HashMap<String,...
replace YacasCoreCommands with HashMap<String, ...
replace LispUserFunctions with HashMap<String, ...
replace LispGlobal with HashMap<String, LispGlo...
cleanup
cleanup
do not assume the scripts are in .jar
fixed in r3117
in YacasConsole do not assume that we have a ja...
do not assume the scripts are in .jar
fixed in r3116
ant based buildsystem
preliminary attempt at ant-based buildsystem; f...
get rid of corefunctions.ys
get rid of corefunctions.ys
fixed in r3115
do not generate corefunctions.ys, it's not real...
fix the path to packages.ys; related #70
make packages.ys static
fixed in r3113
make packages.ys static; fixes #70
get rid of CommonLispTokenizer.java
fixed in r3112
get rid of CommonLispTokenizer.java; fixes #68
get rid of corefunctions.ys
make packages.ys static
ant based buildsystem
get rid of CommonLispTokenizer.java