- 26 Mar, 2013 1 commit
-
-
Raymond Toy authored
-
- 24 Mar, 2013 1 commit
-
-
Raymond Toy authored
o Did not handle the declaration correctly: character name*(*) This was declaring name to be an array of strings, but it's really just a string of unknown length. o Added new (Fortran 95) intrinsic LEN_TRIM. This was needed by the new version of lapack. o Try to be more careful about declaring things that were declared as instrinsics. We no longer create a dummy variable named foo$ when we foo is declared as a intrinsic.
-
- 06 May, 2012 1 commit
-
-
Raymond Toy authored
-
- 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.
-
- 23 Feb, 2010 2 commits
-
-
rtoy authored
variables and constants to double precision. NOTES: o Update f2cl1.l: o Add :PROMOTE-TO-DOUBLE keyword to F2CL and F2CL-COMPILE. o Add MAYBE-PROMOTE-TYPE to promote the specified type if specified. f2cl5.l: o Update declarations and initializers to promote the declaration and initial value if needed.
-
rtoy authored
to a routine expecting a different type. Currently only supports REAL and COMPLEX arrays (and their double precison versions). NOTES: o Update f2cl0.l: o Export new symbols f2cl-copy-seq and make-compatible-seq. f2cl1.l: o New variable *copy-array-parameter* for keeping track of the option for f2cl and f2cl-compile. o Update f2cl and f2cl-compile to recognize :copy-array-parameter. o Modify massage-arglist and generate-call-to-routine to handle the new :copy-array-parameter capability. f2cl5.l: o Fix issue where quoted elements were modified. They shouldn't be. o Fix issue where (array simple-float (*)) would get erroneously converted to (array simple-float (f2cl-lib:int-mul)). We want to leave bare * alone. macros.l: o New macro f2cl-copy-seq to generate code to copy a sequence appropriately. o New function to create a compatible array to support :copy-array-parameter.
-
- 07 Apr, 2009 1 commit
-
-
rtoy authored
-
- 24 Jan, 2009 1 commit
-
-
rtoy authored
-
- 19 Jan, 2009 1 commit
-
-
rtoy authored
-
- 08 Jan, 2009 1 commit
-
-
rtoy authored
-
- 03 Jan, 2009 1 commit
-
-
rtoy authored
-
- 22 Aug, 2008 1 commit
-
-
rtoy authored
-
- 26 Mar, 2008 1 commit
-
-
rtoy authored
-
- 13 Mar, 2008 1 commit
-
-
rtoy authored
-
- 11 Mar, 2008 1 commit
-
-
rtoy authored
-
- 04 Mar, 2008 2 commits
- 03 Mar, 2008 1 commit
-
-
rtoy authored
-
- 02 Mar, 2008 1 commit
-
-
rtoy authored
line number and where there's a branch to the end.
-
- 22 Feb, 2008 2 commits
- 30 Sep, 2007 1 commit
-
-
rtoy authored
o Update f2cl1.l: o Update version.
-
- 26 Sep, 2007 1 commit
-
-
rtoy authored
-
- 21 Sep, 2007 1 commit
-
-
rtoy authored
-
- 04 May, 2007 1 commit
-
-
rtoy authored
-
- 29 Nov, 2006 1 commit
-
-
rtoy authored
-
- 26 Nov, 2006 1 commit
-
-
rtoy authored
-
- 03 May, 2006 1 commit
-
-
rtoy authored
-
- 28 Apr, 2006 2 commits
- 26 Apr, 2006 1 commit
-
-
rtoy authored
o Update src/f2cl1.l: o Add support for DO-WHILE statements.
-
- 30 Jan, 2006 1 commit
-
-
rtoy authored
-
- 11 Jan, 2006 1 commit
-
-
rtoy authored
-
- 09 Jan, 2006 1 commit
-
-
rtoy authored
-
- 04 Jan, 2006 1 commit
-
-
rtoy authored
-
- 17 Jul, 2005 1 commit
-
-
rtoy authored
-
- 14 Jul, 2005 2 commits
-
-
rtoy authored
o Add support for some EQUIVALENCE statements. We can handle equivalence statements that equivalence an array (element) to a simple variable of the same type. Everything else will cause an error. This is much better than putting a silly "not-translated" string into the generated lisp file.
-
rtoy authored
expected arg types of the function. If the arg type is a simple variable and the actual arg is an array slice, convert the slice to an array reference.
-
- 20 Jun, 2005 1 commit
-
-
rtoy authored
trouble.
-