tom_at_work 202236c6e0 * fpcmake.ini update which fixes glibc search path problems on PowerPC64 před 20 roky
..
Makefile 202236c6e0 * fpcmake.ini update which fixes glibc search path problems on PowerPC64 před 20 roky
Makefile.fpc bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc před 20 roky
README fdfcf01805 * fix branch changes merged před 26 roky
fixlog.pp 790a4fe2d3 * log and id tags removed před 20 roky
fixmsg.pp 790a4fe2d3 * log and id tags removed před 20 roky
fixnasm.pp 790a4fe2d3 * log and id tags removed před 20 roky
fixtab.pp 790a4fe2d3 * log and id tags removed před 20 roky
fpc.cft b6a96ef4b3 - removed wrong paths using $1 před 20 roky
fpc.mpw 594a8cd94a + script which mimics the fpc program on MPW před 21 roky
fpc.pp bf92c461d1 * removed dos usage from fpc binary. (mostly fsearch -> filesearch). před 20 roky
fpccfg.inc b6a96ef4b3 - removed wrong paths using $1 před 20 roky
fpcmkcfg.pp 790a4fe2d3 * log and id tags removed před 20 roky
fpcsubst.pp 790a4fe2d3 * log and id tags removed před 20 roky
fpimpdef.pp 790a4fe2d3 * log and id tags removed před 20 roky
fppkg.pp 0a0b1de071 * fixed fppkg for x86-64 před 20 roky
gppc386.pp 790a4fe2d3 * log and id tags removed před 20 roky
mk68kreg.pp 790a4fe2d3 * log and id tags removed před 20 roky
mkarmins.pp 9452e2a91f + added all used instructions to armins.dat před 20 roky
mkarmreg.pp 790a4fe2d3 * log and id tags removed před 20 roky
mkmpsreg.pp 790a4fe2d3 * log and id tags removed před 20 roky
mkppcreg.pp 790a4fe2d3 * log and id tags removed před 20 roky
mkspreg.pp 790a4fe2d3 * log and id tags removed před 20 roky
mkx86ins.pp 45bcc5b07a * Add support for jmp $0011:$22334455 to Intel asm reader, request from před 20 roky
mkx86reg.pp 21ae782854 * fixed more xmm stuff před 20 roky
msg2inc.pp 790a4fe2d3 * log and id tags removed před 20 roky
msgdif.pp 790a4fe2d3 * log and id tags removed před 20 roky
msgused.pl 0d299d5d2b * errore.msg is in msg/ dir před 20 roky
ppudump.pp 28381b1287 * new assembler symbol type AT_LABEL needed for PowerPc64 target před 20 roky
ppufiles.pp 790a4fe2d3 * log and id tags removed před 20 roky
ppumove.pp 790a4fe2d3 * log and id tags removed před 20 roky
samplecfg bd676198c1 * fix for gcc4 from Colin Western před 20 roky
usubst.pp 790a4fe2d3 * log and id tags removed před 20 roky

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