florian 30fc11e7ca * makefiles regenerated il y a 20 ans
..
Makefile 30fc11e7ca * makefiles regenerated il y a 20 ans
Makefile.fpc 210f9c07d6 + makefiles adapted for shared library support il y a 20 ans
README fdfcf01805 * fix branch changes merged il y a 26 ans
fixlog.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fixmsg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fixnasm.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fixtab.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fpc.cft b6a96ef4b3 - removed wrong paths using $1 il y a 20 ans
fpc.mpw 594a8cd94a + script which mimics the fpc program on MPW il y a 21 ans
fpc.pp d7cedd18eb * made fpc recognize the powerpc64 platform and the associated compiler il y a 20 ans
fpccfg.inc b6a96ef4b3 - removed wrong paths using $1 il y a 20 ans
fpcmkcfg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fpcsubst.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fpimpdef.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
fppkg.pp 0a0b1de071 * fixed fppkg for x86-64 il y a 20 ans
gppc386.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
mk68kreg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
mkarmins.pp 9452e2a91f + added all used instructions to armins.dat il y a 20 ans
mkarmreg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
mkmpsreg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
mkppcreg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
mkspreg.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
mkx86ins.pp 45bcc5b07a * Add support for jmp $0011:$22334455 to Intel asm reader, request from il y a 20 ans
mkx86reg.pp 21ae782854 * fixed more xmm stuff il y a 20 ans
msg2inc.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
msgdif.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
msgused.pl 0d299d5d2b * errore.msg is in msg/ dir il y a 20 ans
ppudump.pp 95879fe8a7 * basic support for generic classes il y a 20 ans
ppufiles.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
ppumove.pp 270c8def11 * prefix and extension handling fixed il y a 20 ans
samplecfg bd676198c1 * fix for gcc4 from Colin Western il y a 20 ans
usubst.pp 790a4fe2d3 * log and id tags removed il y a 20 ans

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