public domain program to convert f77 code to lower
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 36 articles for 0.006 sec
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: Jerry DeLisle
Date: Nov 7, 2006 18:46

... McGuire wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a public domain program to convert all the code into lower case ? Of course, comments, formats and data statements would need to be skipped. .... I use SciTE editor which you can get freely, lower case everything, and let the editor syntax highlight for you....
Show full article (0.67Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: mecej4
Date: Nov 1, 2006 11:44

...We have a 550,000 line program that is mostly written in upper... a public domain program to convert all the code into lower ...> Here is the source of lower.for, of unknown authorship, acquired ...> I did not write the code, but ... Yes, for reporting errors/... seem to output the converted file! Usage: lower <infile> <outfile> To ... with a specific compiler, the code may need fixing up to ...
Show full article (1.61Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: Dylan Sung
Date: Nov 1, 2006 08:25

...... We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a public domain program to convert all the code into lower case ? Of course, comments, formats and data statements would ...written a bit of amateur fortran 77 code, but it converts everything which is alphabetic in upper case to lower case, and ignores only the characters which ...
Show full article (2.02Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: mecej4
Date: Nov 1, 2006 07:53

... wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a public domain program to convert all the code into lower case ? Of course, comments, formats and data statements would need to ...> Lynn Here is the source of lower.for, of unknown authorship, acquired from the Internet ...
Show full article (1.02Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: beliavsky
Date: Nov 1, 2006 06:53

... McGuire wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a public domain program to convert all the code into lower case ? Of course, comments, formats and data statements would need to be skipped. ... Lynn Here is the source of lower.for, of unknown authorship, acquired from the Internet years ...
Show full article (0.69Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: mecej4
Date: Nov 1, 2006 05:11

... a public domain program to convert all the code into lower ... WARNING--DO NO UPSHIFT THIS PROGRAM SOURCE************* c --SPECIFICALLY ROUTINES GETNXT ... 80 format(1x,i6,' LINES CONVERTED') stop 9999 write(0,*)'UNEXPECTED ... STORE CONTINUATION CHARACTER SEPARATELY call lower(cbuf(6:6)) ctue(lines)=...1) then write(6,*)'Usage: lower source.f output.f' stop...
Show full article (16.35Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: Louis Krupp
Date: Nov 1, 2006 02:32

... a public domain program to convert all the code into lower ... Google search for "fortran source convert" turns up this: http://www.... thing about a home-grown converter is the verification: Did it...shouldn't have? When the program is compiled and run, will...to handle yours. If your program doesn't use Hollerith strings...trying to write a general converter. Look up Sale's algorithm...
Show full article (3.05Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: jwm
Date: Oct 31, 2006 20:49

... We have a 550,000 line program that is mostly written in upper ... with a public domain program to convert all the code into lower case ? Of course, comments, formats and data ... a Google search for "fortran source convert" turns up this: http://www.safesite...more fun to write a Perl program that would just do it. ...the CONTINUE statements (that is, the code that I was working on was...
Show full article (1.12Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: Louis Krupp
Date: Oct 31, 2006 19:18

...: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a public domain program to convert all the code into lower case ? Of course, comments, formats and data statements would... but a Google search for "fortran source convert" turns up this: http://www.safesite.com/... be more fun to write a Perl program that would just do it. Louis
Show full article (0.69Kb) · Show article thread
Re: public domain program to convert f77 code to lower case     

Group: comp.lang.fortran · Group Profile · Search for public domain program to convert f77 code to lower in comp.lang.fortran
Author: beliavsky
Date: Oct 31, 2006 12:31

... McGuire wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a public domain program to convert all the code into lower case ? Of course, comments, formats and data statements would need to be skipped. ... case of Fortran keywords to be changed to upper or lower case. I forget whether it works for fixed format, ...
Show full article (0.96Kb) · Show article thread
1 · 2 · 3 · 4 · next