home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mawk11as.zip / PACKING.LIS < prev    next >
File List  |  1992-01-22  |  3KB  |  161 lines

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