- 02 Mar, 2011 2 commits
- 01 Mar, 2011 3 commits
- 28 Feb, 2011 5 commits
- 25 Feb, 2011 4 commits
- 22 Feb, 2011 5 commits
- 21 Feb, 2011 2 commits
- 20 Feb, 2011 4 commits
-
-
rtoy authored
non-NIL.
-
rtoy authored
quadpack.asd: o Update defsystem to include the new files. xerror.f: o Split into one function per file.
-
rtoy authored
-
rtoy authored
o New asdf for compiling quadpack and running tests using RT. test-1.lisp: o Test integral 1 test-2.lisp: o Test integral 1 test-3.lisp: o Test integral 3. Disabled for now because it really needs a J0 function. test-4-qng.lisp: o Test integral 4, using qng. test-4-qags.lisp: o Test integer 4, using qags.
-
- 28 Dec, 2010 1 commit
-
-
rtoy authored
negative zero.
-
- 08 Oct, 2010 1 commit
-
-
rtoy authored
o Correctly parse IMPLICIT DOUBLE PRECISION src/NOTES: o Update.
-
- 07 Oct, 2010 1 commit
-
-
rtoy authored
o Update src/f2cl8.l: o Add MAKE-DEPENDENCIES to generate dependencies list from all the compiled functions.
-
- 25 Aug, 2010 1 commit
-
-
rtoy authored
-
- 16 Jun, 2010 3 commits
- 26 May, 2010 6 commits
-
-
rtoy authored
special pprint functions. Use it in SPECIAL-PRINT so that the output is printed the way we want. This is particularly important for fdo to keep it from pushing things way off to the right.
-
rtoy authored
-
rtoy authored
-
rtoy authored
-
rtoy authored
mismatched argument types for arrays. This was previously causing many warnings about arrays when they weren't a problem.
-
rtoy authored
the types of the actual arguments and the declared types. This was causing a compile error. o Fix bug when massaging the arglist. We were doing only if finfo was known, but if not, then we ended up deleting the function call. Don't delete the function call to the unknown function!
-
- 17 May, 2010 1 commit
-
-
rtoy authored
o Need to know the actual type when making a compatible sequence. o Convert plain integer type to integer4 types, which is what Fortran would do. We don't want general Lisp integer type. src/macros.l: o Change MAKE-COMPATIBLE-SEQ to be a macro. o Need to know the actual array type to create the correct type of sequence.
-
- 23 Feb, 2010 1 commit
-
-
rtoy authored
INTEGER but it should have been INTEGER4.
-