Newsgroups: comp.sys.sgi Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uupsi!phage!xray1.cshl.org!pflugrat From: pflugrat@cshl.org (Jim Pflugrath in Hershey) Subject: fsplit problems with $ and _ Message-ID: Summary: fsplit barfs on subprogram names containing $ and/or _ Keywords: fsplit Sender: news@cshl.org (NO MAIL) Organization: Cold Spring Harbor Laboratory Date: 26 Mar 91 19:34:08 GMT when I use fsplit on a Fortran source file that has dollar signs and underscores in the subroutine and function names, the name of the output .f file is missing everything from the $ or _ onwards: ... SUBROUTINE FH_JUMP(...) becomes FH.f as a consequence if there is a SUBROUTINE FH_NEXT(...) it will overwrite the first FH.f. Has anyone else seen this behavior? Is there a workaround?