fpc/compiler/utils
fpc 50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +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 * tool to remove tabs and convert to unix/dos linefeeds 2002-09-09 17:30:53 +00:00
fpc.cft * move tools to compiler/utils/ 2005-02-05 10:25:30 +00:00
fpc.mpw + script which mimics the fpc program on MPW 2004-12-28 22:07:11 +00:00
fpc.pp initial import 2005-05-16 18:37:41 +00:00
fpccfg.inc * move tools to compiler/utils/ 2005-02-05 10:25:30 +00:00
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 * compilation fixes + *w tools renamed to * 2004-02-22 14:52:59 +00:00
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 * move tools to compiler/utils/ 2005-02-05 10:25:30 +00:00
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 * Script supplied by Sergey Korshunoff 2001-02-05 21:27:45 +00:00
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 !)