diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 16:25:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 16:25:45 +0000 |
commit | f5c726a0125d88c06f92182b01eea1716f052ca0 (patch) | |
tree | 79db8530e041ec4cd6a3ed1f9bbce69ecc53113f /Build/source/utils/mtx/mtx-0.60d/libp2c/README | |
parent | b517e15e9fb22ebb6d36127ff64470f8a00309d0 (diff) |
mtx 0.60d
git-svn-id: svn://tug.org/texlive/trunk@25987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/mtx/mtx-0.60d/libp2c/README')
-rw-r--r-- | Build/source/utils/mtx/mtx-0.60d/libp2c/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Build/source/utils/mtx/mtx-0.60d/libp2c/README b/Build/source/utils/mtx/mtx-0.60d/libp2c/README new file mode 100644 index 00000000000..47a102c88d2 --- /dev/null +++ b/Build/source/utils/mtx/mtx-0.60d/libp2c/README @@ -0,0 +1,31 @@ + +This directory contains "p2c", a Pascal to C translator. + +"p2c" Copyright 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. + +Written and maintained by: Dave Gillespie + c/o Synaptics, Inc. + 2698 Orchard Parkway + San Jose CA 95134 + daveg@synaptics.com, uunet!synaptx!daveg + + +This program is distributed under the terms of the GNU License Agreement. +See the file src/COPYING for details. + +The GNU License Agreement restrictions do _not_ apply to code generated +by p2c, nor to the p2c run-time files "p2clib.c" and "p2c.h". + +NO WARRANTY: + The program in this directory was developed for internal use at + Caltech and thus absolutely no guarantee is made that the program + will compile or run on other systems or that it will produce correct + code. P2c is _not_ a compiler, it is a translator; it strives to + produce correct code but reserves the right to sacrifice correctness + in extreme cases for readability in the general case. P2c is designed + to be extended (see funcs.c, hpmods.c and citmods.c for examples), but + some of the main code is pretty messy since the translator has grown + considerably beyond its original planned scale. Bug reports are + welcome at daveg@synaptics.com, but I may not have time to respond + to them immediately. Suggestions are welcome, too! + |