peter 61745c2e37 * retag for unitrw 20 anni fa
..
Makefile 61745c2e37 * retag for unitrw 20 anni fa
Makefile.fpc 61745c2e37 * retag for unitrw 20 anni fa
README 61745c2e37 * retag for unitrw 20 anni fa
fixlog.pp 61745c2e37 * retag for unitrw 20 anni fa
fixmsg.pp 61745c2e37 * retag for unitrw 20 anni fa
fixnasm.pp 61745c2e37 * retag for unitrw 20 anni fa
fixtab.pp 61745c2e37 * retag for unitrw 20 anni fa
fpc.cft 61745c2e37 * retag for unitrw 20 anni fa
fpc.mpw 61745c2e37 * retag for unitrw 20 anni fa
fpc.pp 61745c2e37 * retag for unitrw 20 anni fa
fpccfg.inc 61745c2e37 * retag for unitrw 20 anni fa
fpcmkcfg.pp 61745c2e37 * retag for unitrw 20 anni fa
fpcsubst.pp 61745c2e37 * retag for unitrw 20 anni fa
fpimpdef.pp 61745c2e37 * retag for unitrw 20 anni fa
fppkg.pp 61745c2e37 * retag for unitrw 20 anni fa
gppc386.pp 61745c2e37 * retag for unitrw 20 anni fa
mk68kreg.pp 61745c2e37 * retag for unitrw 20 anni fa
mkarmins.pp 61745c2e37 * retag for unitrw 20 anni fa
mkarmreg.pp 61745c2e37 * retag for unitrw 20 anni fa
mkmpsreg.pp 61745c2e37 * retag for unitrw 20 anni fa
mkppcreg.pp 61745c2e37 * retag for unitrw 20 anni fa
mkspreg.pp 61745c2e37 * retag for unitrw 20 anni fa
mkx86ins.pp 61745c2e37 * retag for unitrw 20 anni fa
mkx86reg.pp 61745c2e37 * retag for unitrw 20 anni fa
msg2inc.pp 61745c2e37 * retag for unitrw 20 anni fa
msgdif.pp 61745c2e37 * retag for unitrw 20 anni fa
msgused.pl 61745c2e37 * retag for unitrw 20 anni fa
ppudump.pp 61745c2e37 * retag for unitrw 20 anni fa
ppufiles.pp 61745c2e37 * retag for unitrw 20 anni fa
ppumove.pp 61745c2e37 * retag for unitrw 20 anni fa
samplecfg 61745c2e37 * retag for unitrw 20 anni fa
usubst.pp 61745c2e37 * retag for unitrw 20 anni fa

README

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 !)