home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / packing.list < prev    next >
Text File  |  1993-02-05  |  4KB  |  188 lines

  1.  
  2. #$Id: packing.list,v 1.32 1993/02/06 02:12:51 mike Exp $
  3.  
  4. ################################################
  5. # These files form the mawk distribution 1.1.2d
  6. #
  7. # Mawk is an implementation of the AWK Programming Language as
  8. # defined and described in Aho, Kernighan and Weinberger, The
  9. # Awk Programming Language, Addison-Wesley, 1988 and extended
  10. # by Posix 1003.2 D11.2
  11. #
  12. ################################################
  13. packing.list        this file
  14. README            description of mawk 1.1
  15. NEW            changes from 1.0 to 1.1
  16. PATCHES            changes from 1.1 to 1.1.2
  17. INSTALL            installation instructions
  18. COPYING            GNU General Public License, version 2    
  19. ACKNOWLEDGMENT
  20. UCONFIG
  21. build_mawk              shell script for making from known configuration
  22. Makefile.in        makefile template
  23. Makefile.v7
  24. modbison.awk          removes bison's use of alloca()
  25. V7_notes        how to install mawk on V7 unix
  26. ######################
  27. array.c            source files
  28. bi_funct.c
  29. bi_funct.h
  30. bi_vars.c
  31. bi_vars.h
  32. cast.c
  33. code.c
  34. code.h
  35. da.c
  36. error.c
  37. execute.c
  38. fcall.c
  39. field.c
  40. field.h
  41. files.c
  42. files.h
  43. fin.c
  44. fin.h
  45. hash.c
  46. init.c
  47. init.h
  48. jmp.c
  49. jmp.h
  50. kw.c
  51. main.c
  52. makescan.c
  53. matherr.c
  54. mawk.h
  55. memory.c
  56. memory.h
  57. parse.c
  58. parse.h
  59. parse.y
  60. parse2.xc
  61. patchlev.h
  62. print.c
  63. re_cmpl.c
  64. regexp.h
  65. repl.h
  66. scan.c
  67. scan.h
  68. scancode.c
  69. sizes.h
  70. split.c
  71. symtype.h
  72. types.h
  73. vargs.h
  74. version.c
  75. zmalloc.c
  76. zmalloc.h
  77. ########################
  78. # directory:  man
  79. man/mawk.1        troff source for unix style man pages
  80. man/mawk.doc        ascii man pages
  81. ########################
  82. # directory:  rexp
  83. rexp/Makefile        makefiles for regexp.a
  84. rexp/Makefile.v7
  85. rexp/Makefile.MSC
  86. rexp/rexp.c        source for regular matching library
  87. rexp/rexp.h
  88. rexp/rexp0.c
  89. rexp/rexp1.c
  90. rexp/rexp2.c
  91. rexp/rexp3.c
  92. rexp/rexpdb.c
  93. #########################
  94. # directory:  config
  95. config/generic.h
  96. config/Idefault.h
  97. config/template.h
  98. config/ultrix_vax.h
  99. config/ultrix42mips.h
  100. config/bsd43_vax.h
  101. config/sun_os40.h
  102. config/sun_os41.h
  103. config/tcc_dos.h
  104. config/V7.h
  105. config/xenix_r2.h
  106. config/sysV_ieeefp.h
  107. config/sysV.h
  108. config/sysVr4i386.h
  109. config/msc_dos.h
  110. config/think_c.h
  111. config/dynix.h
  112. config/atarist.h
  113. config/mips.h
  114. config/next.h
  115. config/sgi.h
  116. config/apollo.h
  117. config/convex.h
  118. config/aix.h
  119. config/coherent.h
  120. config/linux.h
  121. config/386bsd.h
  122. config/ztc_dos.h
  123. #######################
  124. # directory:  test      testing and benchmarking directory
  125. test/mawktest           scripts to test mawk compiled OK
  126. test/mawktest.v7
  127. test/mawktest.bat       DOS
  128. test/mawktest.g        atarist
  129. test/mawktest.dat       input data for the test
  130. test/fpe_test        scripts to test if fpe handling compiled OK
  131. test/fpe_test.v7
  132. test/fpe_test.bat
  133. test/fpe_test.g
  134. test/wc.awk        awk programs used by the tests
  135. test/reg0.awk
  136. test/reg1.awk
  137. test/reg2.awk
  138. test/wfrq0.awk
  139. test/decl-awk.out
  140. test/fpetest1.awk
  141. test/fpetest2.awk
  142. test/fpetest3.awk
  143. test/reg-awk.out
  144. test/wc-awk.out
  145. test/wfrq-awk.out
  146. ######################
  147. # directory:  examples       useful awk programs
  148. examples/decl.awk
  149. examples/deps.awk
  150. examples/gdecl.awk
  151. examples/nocomment.awk
  152. examples/eatc.awk
  153. examples/primes.awk
  154. examples/qsort.awk
  155. examples/ct_length.awk        change length to length()
  156. ######################
  157. # directory  msdos
  158. msdos/NOTES
  159. msdos/dosexec.c            system() and pipes() for DOS
  160. msdos/xdosexec.asm        execute programs small model    
  161. msdos/xdosexec.see        hex dump of xdosexec.obj
  162. msdos/see2obj.c            recovers xdosexec.obj 
  163. msdos/argvpoly.c        for polyshell
  164. msdos/argvmks.c            for MKS Korn Shell
  165. msdos/Makefile.tcc        for [TB]CC and Borland make
  166. msdos/Makefile.MSC        nmake and MSC 6.0A
  167. msdos/makefile.ztc            
  168. msdos/mawkmsc.lnk
  169. msdos/bmawkmsc.lnk
  170. #####################
  171. # directory msdos/examples    awk programs for msdos
  172. msdos/examples/add_cr.awk
  173. msdos/examples/doslist.awk
  174. msdos/examples/objstat.awk
  175. msdos/examples/shell.awk
  176. msdos/examples/srcstat.awk
  177. msdos/examples/srcstat2.awk
  178. msdos/examples/texttest.awk
  179. msdos/examples/winexe.awk
  180. msdos/examples/winobj.awk
  181. #####################
  182. # directory macintosh
  183. macintosh/NOTES
  184. macintosh/THINK_C.PROJ
  185. #######################
  186. # directory atarist
  187. atarist/README.ST
  188.