home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / edit / ed.cmm next >
Encoding:
Internet Message Format  |  1988-05-03  |  3.8 KB

  1. Date: Thu, 15 Aug 85 10:44:44 EDT
  2. From: vrdxhq!karl@seismo.CSS.GOV (Karl Nyberg)
  3. To: rconn@simtel20.ARPA
  4. Subject: reports
  5.  
  6. REPORTS on running pager and ed1 through VADS:  feel free to
  7. redistribute.
  8.  
  9. -- Karl --
  10. ------------------------------------------------------------
  11. Rick,
  12.  
  13. Here's the results of compiling pager on VADS 4.06.  The program runs
  14. like a champ, and has allowed me to get all the stuff off of SIMTEL
  15. quite well, as well as prepare submissions.
  16.  
  17. -- Karl --
  18.  
  19. Karl A. Nyberg                After 7/1,... 8/1,... 8/24
  20. Senior Member Technical Staff
  21. Verdix Corporation    MS E141
  22. 7655 Old Springhouse Rd.         14130-A Sullyfield Circle
  23. McLean, VA  22102            Chantilly, VA  22021
  24. (703)-448-1980, ext 250            (703)-378-7600
  25.  
  26. DDN:     nyberg@eclb, nyberg@utexas-20, Nyberg@mit-multics
  27. UUCP:    ...!{rlgvax, seismo, trwatf, umcp-cs}!vrdxhq!karl
  28.  
  29.  
  30. character_set.a
  31. cas3.a
  32.  134:        GET (C);
  33. A ----------------^
  34. A:warning: LRM 3.2.1(18): variable may not yet have a value
  35. pager_support.a
  36.  560:           (INPUT_FILE_NAME, STATEMENTS, LINES, COMMENTS, HASH);
  37. A --------------------------------^
  38. B --------------------------------------------^
  39. C ---------------------------------------------------^
  40. D -------------------------------------------------------------^
  41. A:warning: LRM 3.2.1(18): variable may not yet have a value
  42. B:warning: LRM 3.2.1(18): variable may not yet have a value
  43. C:warning: LRM 3.2.1(18): variable may not yet have a value
  44. D:warning: LRM 3.2.1(18): variable may not yet have a value
  45. pager.a
  46. ------------------------------------------------------------
  47.  
  48. Rick,
  49.  
  50. Results of compiling ed1 editor on VADS 4.06.  Program appears to run
  51. correctly.  Below are listed all the warnings provided by the
  52. compiler.  NO CHANGES were made to any of the files.
  53.  
  54. -- Karl --
  55.  
  56. Karl A. Nyberg                After 7/1,... 8/1,... 8/24
  57. Senior Member Technical Staff
  58. Verdix Corporation    MS E141
  59. 7655 Old Springhouse Rd.         14130-A Sullyfield Circle
  60. McLean, VA  22102            Chantilly, VA  22021
  61. (703)-448-1980, ext 250            (703)-378-7600
  62.  
  63. DDN:     nyberg@eclb, nyberg@utexas-20, Nyberg@mit-multics
  64. UUCP:    ...!{rlgvax, seismo, trwatf, umcp-cs}!vrdxhq!karl
  65.  
  66. ed1-spt.a
  67. ed1-sptb.a
  68.   33:                for INDEX in 1 .. INITIAL_POSITION - 1 loop
  69. A -----------------------^
  70. A:warning: id hides outer definition
  71.   63:                        for INDEX in 1 .. POSITION - 1 loop
  72. A -------------------------------^
  73. A:warning: id hides outer definition
  74.   98:        for INDEX in POSITION .. LINE_LENGTH loop
  75. A ---------------^
  76. A:warning: id hides outer definition
  77.  103:        for INDEX in 1 .. LINE_LENGTH loop
  78. A ---------------^
  79. A:warning: id hides outer definition
  80. ed1-wrk.a
  81. ed1-wrkb.a
  82.  415:        for I in 1 .. LINE_STOP - LINE_START + 1 loop
  83. A ---------------^
  84. A:warning: id hides outer definition
  85.  440:        for I in 1 .. LINE_STOP - LINE_START + 1 loop
  86. A ---------------^
  87. A:warning: id hides outer definition
  88.  500:            for SI in 1 .. LINE_LENGTH loop
  89. A -------------------^
  90. A:warning: id hides outer definition
  91.  541:        for I in 1 .. J loop
  92. A ---------------^
  93. A:warning: id hides outer definition
  94.  592:            for I in 1 .. SIZE_NEW loop
  95. A -------------------^
  96. A:warning: id hides outer definition
  97.  617:        for I in NEXT_CHAR .. LINE_LENGTH loop
  98. A ---------------^
  99. A:warning: id hides outer definition
  100.  699:        for I in LINE_START .. LINE_STOP loop
  101. A ---------------^
  102. A:warning: id hides outer definition
  103.  743:        for I in START .. STOP loop
  104. A ---------------^
  105. A:warning: id hides outer definition
  106.  848:        for I in 1 .. FILE_NAME'LAST loop
  107. A ---------------^
  108. A:warning: id hides outer definition
  109. ed1.a
  110.  244:    for I in 1 .. EDIT_FILE'LAST loop
  111. A -----------^
  112. A:warning: id hides outer definition
  113. ------------------------------------------------------------
  114.