home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 280_01 / errtool.doc < prev    next >
Encoding:
Text File  |  1989-01-13  |  4.8 KB  |  142 lines

  1. /* [ERRTOOL.DAT of JUGPDS Vols.52 and 53] */
  2. /*
  3. *****************************************************************
  4. *                                *
  5. *    Originally written by  Hakuo Katayose (JUG-CP/M No.179) *
  6. *            49-114 Kawauchi-Sanjuunin-machi        *
  7. *            Sendai, Miyagi 980                          *
  8. *            Phone: 0222-61-3219                *
  9. *                                *
  10. *       Modifird by Toshiya Ohta   (JUG-CP/M No.10)             *
  11. *                   Sakae ko-po 205                 *
  12. *            5-19-6 Hosoda                *
  13. *            Katusikaku Tokyo 124            *
  14. *                                *
  15. *        for MS-DOS Lattice C V3.1J & 80186/V20/V30    *
  16. *                                *
  17. *    Compiler Option: -cc -k0(1) -ms -n -v -w        *
  18. *                                *
  19. *    Edited & tested by Y. Monma (JUG-CP/M Disk Editor)    *
  20. *            &  T. Ohta   (JUG-CP/M Disk Editor)    *
  21. *                                *
  22. *****************************************************************
  23. */
  24.  
  25. /* Error Message for Software Tools */
  26.  
  27. /***** Archive.C *****/
  28. ARC901 Usage: archive {dptux} archname [files]
  29. ARC902 Option error: use only {dptux} .
  30. ARC911 Too many file names!
  31. ARC912 [filename]: duplicate file name."
  32. ARC913 Fatal errors - archive not altered.
  33. ARC914 archive not in proper format.
  34. ARC915 [filename]:  can't add.
  35. ARC916 can't open [filename]
  36. ARC917 [filename]:  can't create.
  37. ARC918 delete by name only.
  38. ARC919 Fatal errors - archive not altered.
  39. ARC920 [filename]:  not in archive.
  40. /***** Change.C *****/
  41. CHN101 Changed to [string]
  42. CHN111 [lineno] [line]
  43. CHN112 [line]
  44. CHN121 [lineno] [line]
  45. CHN122 [line]
  46. CHN901 [-option]:Illigal option
  47. CHN902 Too many arguments!
  48. CHN903 Illegal from pattern.
  49. CHN904 Illegal to pattern.
  50. CHN905 line truncated. [lineno] [line2]
  51. CHN911 Internal Error in patsiz: can't happen.
  52. CHN912 Internal Error in omatch: can't happen.
  53. CHN999 Usage: change [-ilv] from [to] <infile [>outfile]
  54. /***** Compare.C *****/
  55. CMP101 File1 [lineno] [line]
  56. CMP102 File2 [lineno] [line]
  57. CMP103 File2 [lineno] [line]
  58. CMP901 Usage: compare file1 file2
  59. CMP902 file1 open error!
  60. CMP903 file2 open error!
  61. CMP911 allocation over.  [pointer address]
  62. /***** Concat.C *****/
  63. CON911 Usage: concat0 file1 file2 ... >outfile
  64. CON912 can't open [filename]
  65. /***** Concat1.C *****/
  66. CON901 Usage: concat1 file1 file2 ... >outfile
  67. CON902 can't open [filename]
  68. /***** Crypt0.C *****/
  69. CRY911 Usage: crypt0 key <infile >outfile
  70. CRY912 Usage: crypt0 key
  71. /***** Crypt1.C *****/
  72. CRY101 %d record write.",loop
  73. CRY901 Usage: crypt0 key infile outfile
  74. CRY902 ncrypt1: can't open %s\n", *argv
  75. CRY903 ncrypt1: can't open %s\n", *argv
  76. /***** Overstrk.C *****/
  77. OVR901 Wildexp overflow        /* Do not use LC-C Version */
  78. OVR902 Can't open [filename]
  79. /***** Find0.C *****/
  80. FND101 [lineno] [line]
  81. FND103 [line]
  82. FND901 [-option]:Illigal option
  83. FND903 Illegal pattarn.
  84. FND911 Error in patsiz: can't happen.
  85. FND913 Error in omatch: can't happen.
  86. FND991 Usage: find0 [-l][-i] pattern <infile >outfile
  87. /***** Find1.C *****/
  88. FND802 pat[%3d]=%04x", j, pat[j]
  89. FND804 PAT[%1d]", i
  90. FND806 spat[%3d][%3d] = %04x", i, j, spat[i][j]
  91. FND992 Usage: find1 pattern <infile >outfile
  92. /***** Format.C *****/
  93. FRM999 Usage: format <infile >outfile
  94. /***** Frqncy.C *****/
  95. FRQ901 alloc overflow.
  96. FRQ999 Usage: frqncy [-f] <infile >outfile
  97. /***** Kwic.C *****/
  98. KWI901 Do specify FOLD char
  99. KWI999 Usage: kwic [-fFOLDCHAR] <infile >outfile
  100. /***** Macro.C *****/
  101. MAC901 Can't open file:[filename]
  102. MAC902 Call stack overflow.
  103. MAC903 EOF inserting.
  104. MAC904 Unexpeced EOF.
  105. MAC905 Variable table overflow!
  106. MAC906 Variable table overflow!
  107. MAC907 Token too long.
  108. MAC908 Arg stack overflow!
  109. MAC909 Evalation stack overflow!
  110. MAC910 ungetch: too many characters
  111. MAC999 Usage: macro filename
  112. /***** Msort.C *****/
  113. MSO801 debug data for msort
  114.     opt_d %d,opt_f %d,opt_n %d,opt_l %d,opt_r %d
  115.     opt_d,opt_f,opt_n,opt_l,opt_r
  116. MSO902 Input too big to sort
  117. /***** Unrot.C *****/
  118. UNR901 Do specify FOLD char
  119. UNR999 Usage: unrot [-fFOLDCHAR] <infile >outfile
  120. /***** Translit.C *****/
  121. TRS801 Debug data for translit
  122.        from = %s",from
  123.        to   = %s",to
  124.        YES  = %d , NO = %d",YES,NO
  125.        lastto = %d , collap = %d ,allbut = %d
  126. TRS802 Debug data for translit
  127.        i = %d , c = %x ",i ,c
  128. TRA901 Usage: >translit from to (-d)
  129. TRA902 from: too large.
  130. TRA903 to: too large.
  131. /***** Sort.C *****/
  132. SRT901 file not open: [temporary-file]
  133. SRT902 file not creat: [temporary-file]
  134. SRT903 file not open: [temporary-file]
  135. SRT912 file can't close : [temporary-file]
  136. SRT911 file not open: [filename]
  137. SRT912 file close error: [temporary-file]
  138. SRT999 Usage: sort -{dfnlr} file1 file2 ... >outfile
  139.  
  140. /*********************************** END ************************************/
  141. **********************************/
  142.