fpc/compiler/utils
peter b68af1b0e3 * post 2.0.0 fixes from cvs
git-svn-id: trunk@7 -
2005-05-16 20:59:02 +00:00
..
fixlog.pp initial import 2005-05-16 18:37:41 +00:00
fixmsg.pp initial import 2005-05-16 18:37:41 +00:00
fixnasm.pp initial import 2005-05-16 18:37:41 +00:00
fixtab.pp
fpc.cft
fpc.mpw
fpc.pp * post 2.0.0 fixes from cvs 2005-05-16 20:59:02 +00:00
fpccfg.inc
fpcmkcfg.pp initial import 2005-05-16 18:37:41 +00:00
fpcsubst.pp - removed unused variables 2005-03-25 21:22:30 +00:00
fpimpdef.pp
gppc386.pp initial import 2005-05-16 18:37:41 +00:00
Makefile * use current fpcmake instead of from 1.9.8 2005-05-05 13:28:47 +00:00
Makefile.fpc
mk68kreg.pp initial import 2005-05-16 18:37:41 +00:00
mkarmreg.pp initial import 2005-05-16 18:37:41 +00:00
mkmpsreg.pp initial import 2005-05-16 18:37:41 +00:00
mkppcreg.pp initial import 2005-05-16 18:37:41 +00:00
mkspreg.pp initial import 2005-05-16 18:37:41 +00:00
mkx86ins.pp initial import 2005-05-16 18:37:41 +00:00
mkx86reg.pp initial import 2005-05-16 18:37:41 +00:00
msg2inc.pp initial import 2005-05-16 18:37:41 +00:00
msgdif.pp initial import 2005-05-16 18:37:41 +00:00
msgused.pl
ppudump.pp initial import 2005-05-16 18:37:41 +00:00
ppufiles.pp initial import 2005-05-16 18:37:41 +00:00
ppumove.pp initial import 2005-05-16 18:37:41 +00:00
README
samplecfg initial import 2005-05-16 18:37:41 +00:00
usubst.pp initial import 2005-05-16 18:37:41 +00:00

This dirctory contains some utilities that are used during the
development of the Free Pascal Compiler.

msg2inc  : Convert a compiler message file (errorX.msg) to .inc files to
           include it as the default language in the compiler. It can
	   also convert the .msg to .tex for inclusion the documentation
	  
nasmconv : Convert a Nasm insns.dat to i386tab.inc so it can be used with
           the compiler

makecfg  : This script will make the samplecfg for linux installations

msgdif   : analyzes the differences between two msg files
           msgdif errore.msg errord.msg
           will print out new error msg, removed old ones
           and will create a new file new.msg that will
           contain the new error messages (supposing TeX comment is after
           the message line itself)
           removed messages are prepended by "%%% "
           (they can be useful in case on error enum renaming !)