home *** CD-ROM | disk | FTP | other *** search
File List | 1992-01-22 | 3.4 KB | 161 lines |
-
- ################################################
- # These files form the mawk distribution 1.1
- #
- # Mawk is an implementation of the AWK Programming Language as
- # defined and described in Aho, Kernighan and Weinberger, The
- # Awk Programming Language, Addison-Wesley, 1988 and extended
- # by Posix 1003.2 D11.2
- #
- ################################################
- packing.list this file
- README description of mawk 1.1
- NEW changes from 1.0 to 1.1
- INSTALL installation instructions
- COPYING GNU General Public License, version 2
- ACKNOWLEDGMENT
- UCONFIG
- build_mawk shell script for making from known configuration
- Makefile.in makefile template
- Makefile.v7
- modbison.awk removes bison's use of alloca()
- V7_notes how to install mawk on V7 unix
- ######################
- array.c source files
- bi_funct.c
- bi_funct.h
- bi_vars.c
- bi_vars.h
- cast.c
- code.c
- code.h
- da.c
- error.c
- execute.c
- fcall.c
- field.c
- field.h
- files.c
- files.h
- fin.c
- fin.h
- hash.c
- init.c
- init.h
- jmp.c
- jmp.h
- kw.c
- main.c
- makescan.c
- matherr.c
- mawk.h
- memory.c
- memory.h
- parse.c
- parse.h
- parse.y
- parse2.xc
- patchlev.h
- print.c
- re_cmpl.c
- regexp.h
- repl.h
- scan.c
- scan.h
- scancode.c
- sizes.h
- split.c
- symtype.h
- types.h
- version.c
- zmalloc.c
- zmalloc.h
- ########################
- # directory: man
- man/mawk.1 troff input for unix style man pages
- man/mawk.doc ascii man pages
- ########################
- # directory: rexp
- rexp/Makefile makefiles for regexp.a
- rexp/Makefile.v7
- rexp/Makefile.MSC
- rexp/rexp.c source for regular matching library
- rexp/rexp.h
- rexp/rexp0.c
- rexp/rexp1.c
- rexp/rexp2.c
- rexp/rexp3.c
- rexp/rexpdb.c
- #########################
- # directory: config
- config/generic.h
- config/Idefault.h
- config/template.h
- config/ultrix_vax.h
- config/ultrix42_mips.h
- config/bsd43_vax.h
- config/sun_os40.h
- config/sun_os41.h
- config/tcc_dos.h
- config/V7.h
- config/xenix_r2.h
- config/sysV_ieeefp.h
- config/sysV.h
- config/msc_dos.h
- config/think_c.h
- config/dynix.h
- config/atarist.h
- config/mips.h
- #######################
- # directory: test testing and benchmarking directory
- test/mawktest scripts to test mawk compiled OK
- test/mawktest.v7
- test/mawktest.bat DOS
- test/mawktest.g atarist
- test/mawktest.dat input data for the test
- test/fpe_test scripts to test if fpe handling compiled OK
- test/fpe_test.v7
- test/fpe_test.bat
- test/fpe_test.g
- test/wc.awk awk programs used by the tests
- test/reg0.awk
- test/reg1.awk
- test/reg2.awk
- test/wfrq0.awk
- test/decl-awk.out
- test/fpetest1.awk
- test/fpetest2.awk
- test/fpetest3.awk
- test/reg-awk.out
- test/wc-awk.out
- test/wfrq-awk.out
- ######################
- # directory: examples useful awk programs
- examples/decl.awk
- examples/deps.awk
- examples/gdecl.awk
- examples/nocomment.awk
- examples/eatc.awk
- examples/primes.awk
- examples/qsort.awk
- examples/ct_length.awk change length to length()
- ######################
- # directory msdos
- msdos/NOTES
- msdos/dosexec.c system() and pipes() for DOS
- msdos/xdosexec.asm execute programs small model
- msdos/xdosexec.see hex dump of xdosexec.obj
- msdos/see2obj.c recovers xdosexec.obj
- msdos/reargv.c example (works with PolyShell)
- msdos/Makefile.tcc for TCC and Borland make
- msdos/Makefile.MSC nmake and MSC 6.0A
- msdos/mawkmsc.lnk
- msdos/bmawkmsc.lnk
- #####################
- # directory macintosh
- macintosh/NOTES
- macintosh/THINK_C.PROJ
- #######################
- # directory atarist
- atarist/README.ST
-