fpc/compiler/utils
Jonas Maebe bfa2301575 * const record parameters > 8 bytes are now passed by reference for non
cdecl/cppdecl procedures on Mac OS/Mac OS X to fix compatibility with
    GPC (slightly more efficient than Metrowerks behaviour below, but
    less efficient in most cases than our previous scheme)
  + "mwpascal" procedure directive to support the const record parameter
    behaviour of Metrowerks Pascal, which passes all const records by
    reference
2005-03-27 14:10:52 +00:00
..
fixlog.pp * truncate log 2005-02-14 17:13:06 +00:00
fixmsg.pp * truncate log 2005-02-14 17:13:06 +00:00
fixnasm.pp * truncate log 2005-02-14 17:13:06 +00:00
fixtab.pp
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 * truncate log 2005-02-14 17:13:06 +00:00
fpccfg.inc * move tools to compiler/utils/ 2005-02-05 10:25:30 +00:00
fpcmkcfg.pp * fixeed uninitialised variable 2005-03-25 21:21:30 +00:00
fpcsubst.pp - removed unused variables 2005-03-25 21:22:30 +00:00
fpimpdef.pp
gppc386.pp * truncate log 2005-02-14 17:13:06 +00:00
Makefile * 1.9.8 2005-02-15 22:28:29 +00:00
Makefile.fpc * move tools to compiler/utils/ 2005-02-05 10:25:30 +00:00
mk68kreg.pp * truncate log 2005-02-14 17:13:06 +00:00
mkarmreg.pp * truncate log 2005-02-14 17:13:06 +00:00
mkmpsreg.pp + basic mips stuff 2005-02-13 18:56:44 +00:00
mkppcreg.pp * truncate log 2005-02-14 17:13:06 +00:00
mkspreg.pp * truncate log 2005-02-14 17:13:06 +00:00
mkx86ins.pp * truncate log 2005-02-14 17:13:06 +00:00
mkx86reg.pp * truncate log 2005-02-14 17:13:06 +00:00
msg2inc.pp * truncate log 2005-02-14 17:13:06 +00:00
msgdif.pp * truncate log 2005-02-14 17:13:06 +00:00
msgused.pl
ppudump.pp * const record parameters > 8 bytes are now passed by reference for non 2005-03-27 14:10:52 +00:00
ppufiles.pp * truncate log 2005-02-14 17:13:06 +00:00
ppumove.pp * truncate log 2005-02-14 17:13:06 +00:00
README
samplecfg * -XP added 2005-02-19 18:50:20 +00:00
usubst.pp * move tools to compiler/utils/ 2005-02-05 10:25:30 +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 !)