florian 0a0b1de071 * fixed fppkg for x86-64 20 年 前
..
Makefile bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 年 前
Makefile.fpc bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 年 前
README fdfcf01805 * fix branch changes merged 26 年 前
fixlog.pp 790a4fe2d3 * log and id tags removed 20 年 前
fixmsg.pp 790a4fe2d3 * log and id tags removed 20 年 前
fixnasm.pp 790a4fe2d3 * log and id tags removed 20 年 前
fixtab.pp 790a4fe2d3 * log and id tags removed 20 年 前
fpc.cft b6a96ef4b3 - removed wrong paths using $1 20 年 前
fpc.mpw 594a8cd94a + script which mimics the fpc program on MPW 20 年 前
fpc.pp 4ace790492 * remove $Log 20 年 前
fpccfg.inc b6a96ef4b3 - removed wrong paths using $1 20 年 前
fpcmkcfg.pp 790a4fe2d3 * log and id tags removed 20 年 前
fpcsubst.pp 790a4fe2d3 * log and id tags removed 20 年 前
fpimpdef.pp 790a4fe2d3 * log and id tags removed 20 年 前
fppkg.pp 0a0b1de071 * fixed fppkg for x86-64 20 年 前
gppc386.pp 790a4fe2d3 * log and id tags removed 20 年 前
mk68kreg.pp 790a4fe2d3 * log and id tags removed 20 年 前
mkarmins.pp 9452e2a91f + added all used instructions to armins.dat 20 年 前
mkarmreg.pp 790a4fe2d3 * log and id tags removed 20 年 前
mkmpsreg.pp 790a4fe2d3 * log and id tags removed 20 年 前
mkppcreg.pp 790a4fe2d3 * log and id tags removed 20 年 前
mkspreg.pp 790a4fe2d3 * log and id tags removed 20 年 前
mkx86ins.pp 45bcc5b07a * Add support for jmp $0011:$22334455 to Intel asm reader, request from 20 年 前
mkx86reg.pp 21ae782854 * fixed more xmm stuff 20 年 前
msg2inc.pp 790a4fe2d3 * log and id tags removed 20 年 前
msgdif.pp 790a4fe2d3 * log and id tags removed 20 年 前
msgused.pl 28712afe45 * Script supplied by Sergey Korshunoff 24 年 前
ppudump.pp b6f4784295 * reading of ppus with inlining info fixed 20 年 前
ppufiles.pp 790a4fe2d3 * log and id tags removed 20 年 前
ppumove.pp 790a4fe2d3 * log and id tags removed 20 年 前
samplecfg bd676198c1 * fix for gcc4 from Colin Western 20 年 前
usubst.pp 790a4fe2d3 * log and id tags removed 20 年 前

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