Since 4/26/2012 5:32:33 PM, dnagle has written 6 articles and participated in 139 conversations. dnagle signature: dnagle
dnagle's articles:
Items(6) /1
Suggestions for f03++137 (12/9/2003 4:37:48 PM) comp.lang.fortran Hello, The standards process has moved forward to the point where suggestions for the next standard following Fortran 2003 may be solicited. Walt Brainerd has established an informal process via his web site,... Dan
Official Fortran 2003 Announcement018 (10/27/2003 5:53:25 PM) comp.sys.super Hello, Van Snyder earlier posted an unofficial announcement of the Public Comment period for the Final Committee Draft of the proposed Fortran 2003 standard. (I'm cross-posting this to comp.std.c due to the _... Dan
Fortran 2003 Final Committee Draft012 (10/22/2003 7:05:38 AM) comp.sys.super Hello, The following is forwarded unquoted: Van's original (reformatted slightly to fit width): On Wed, 15 Oct 2003 11:38:46 -0700, Van.Snyder@JPL.NASA.GOV wrote: The Final Committee Draft (FCD) of the next... Dan
New coco 1.26042 (10/13/2003 4:02:00 PM) comp.lang.fortran Hello, There's a new coco 1.26 on my web site, http://users.erols.com/dnagle/coco.html The new version fixes a bug associated with the ?? undefine :: directive which may cause a memory leak. It also adds a ... Dan
New coco 1.25039 (10/11/2003 8:44:39 PM) comp.lang.fortran Hello, In response to a discussion, I've posted a new coco 1.25. The new feature is an optional check of macro and text block actual arguments to warn when enclosing parenthesis may be helpful. For example, ... Dan
New coco & Make_pm034 (9/30/2003 1:15:01 AM) comp.lang.fortran Hello, I've just put a new coco and make_processor_model on my web site, http://users.erols.com/dnagle go to "Portability Project". The new coco doesn't need a standard_types module to compile, and I added a ... Dan
Mission-Critical Fortran2935 (9/30/2004 9:48:44 PM) comp.lang.fortran I'm interested in a few references to Fortran codes that are in use today in mission-critical, economically significant roles. For example another thread on this forum brings up the improved Fortran codes that ... weisberg39(9)
Fortran Forum - Oh Boy1834 (8/18/2004 12:52:59 AM) comp.lang.fortran Oh boy, I can read myself to sleep (not that it's like counting sheep or anything :-). August 2004 V23 N2 Contents Progress with Fortran 2003 and its Technical Report, Reid New Editor Features Proposed for th... garyscott(569)
[Ann] More Ada0Y packages for Ada95!3133 (7/26/2004 9:44:05 PM) comp.lang.ada I've updated my web page to include the following implementations: 1) AI-248 - Ada.Directories.* 2) AI-351 - Ada.Calendar.* 3) AI-301 - Ada.(Wide_)_Text_IO.(Wide_)Unbounded_IO 4) AI-302 - Ada.Containers.* 5) A... martin.dowie809(683)
Unfixed number of variables.944 (7/23/2004 4:51:51 PM) comp.lang.fortran Hi, I have the following problem. I need to define a function which does not have a fixed number of arguments and additionally one of the arguments must be another function. For example I have three functions ... kurdayon(125)
Control host association4531 (6/29/2004 10:34:47 PM) comp.lang.fortran I've said before that new features for the next revision of the standard beyond F2003 should be discussed as widely ass possible is a public forum. So, here's a first entry in such a discussion. Internal proc... jamesgiles(2210)
simple F2003 varying string?348 (6/9/2004 7:30:48 AM) comp.lang.fortran Will my S2P function below provide varying string support equivalent to whats in the F2003 standard but with much less overhead (faster) in its execution? ! ---------------------------- program f2003_simple_va... dave_frank(2243)