peter 7b5e8ad618 * fixed property writeaccess which was buggy after my previous 26 роки тому
..
new 25a7035988 - removed RefsHaveSymbol define (I think references on all processors can have a symbol) 26 роки тому
utils bfe185d206 + KNI instructions 26 роки тому
Makefile 1fc54ed702 + No Intel and binary writer for linux=smaller executable 26 роки тому
README 35777a48a1 types.pas 26 роки тому
aasm.pas 76a851a1d4 + cpu flags added, mainly for the new cg 26 роки тому
ag386att.pas 54baf96873 * first things to include lineinfo in the executable 26 роки тому
ag386bin.pas a2b790cfa7 * avoid double .edata section if using DLLTOOL 26 роки тому
ag386int.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
ag386nsm.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
ag68kgas.pas f986459350 * don't count ait_marker for lineinfo 27 роки тому
ag68kmit.pas 337f054764 section order changed to get closer output from coff writer 26 роки тому
ag68kmot.pas 58bfc3ac78 * some m68k fixes (still not compilable !) 26 роки тому
ag68kmpw.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
aopt386.pas 4590ff9524 + some comments 26 роки тому
assemble.pas 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
browcol.pas 2e34ee62f3 * updated for symtable updates 26 роки тому
browlog.pas ed8eb13d59 * moved bitmask constants to sets 26 роки тому
catch.pas 5d850161c0 * not stack check inside catch !! 26 роки тому
cg386add.pas 57cf1e75a7 * better fix for muln register allocation 26 роки тому
cg386cal.pas 793b28882f * classes vmt changed to only positive addresses 26 роки тому
cg386cnv.pas fdc1e9792c * some fixes for the floating point registers 26 роки тому
cg386con.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
cg386flw.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
cg386inl.pas aca546d6d2 * fpuvaroffset not increased for f32bit float type 26 роки тому
cg386ld.pas d7a37edfbd * support for array constructors extended and more error checking 26 роки тому
cg386mat.pas e53aceb9be + floating point register variables !! 26 роки тому
cg386mem.pas 2e99c59182 * array constructor support 26 роки тому
cg386set.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
cg68kadd.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cg68kcal.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cg68kcnv.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cg68kcon.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cg68kflw.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cg68kinl.pas 5f410c2cd3 * all formaldefs are now a sinlge definition 26 роки тому
cg68kld.pas a5f0168fbb * wrong stabs info corrected once again !! 27 роки тому
cg68kmat.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cg68kmem.pas 1b4990c597 * #0 char removed 27 роки тому
cg68kset.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cga68k.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
cgai386.pas 2e99c59182 * array constructor support 26 роки тому
cobjects.pas 7d2b96d4d6 * added inherited init call to tstringcontainer.init_no_double for Peter 26 роки тому
comphook.pas cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
compiler.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому
comprsrc.pas 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
cpuasm.pas bfe185d206 + KNI instructions 26 роки тому
cpubase.pas 13c7fed55d * fixed suffix writing for a_setcc 26 роки тому
cpuinfo.pas be3155fdde + initial revision 26 роки тому
cresstr.pas f2513ba3cb Changes for resource strings 26 роки тому
csopt386.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
daopt386.pas bfe185d206 + KNI instructions 26 роки тому
depend 7f720c64ef Added compiler call 27 роки тому
dmisc.pas 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
dos_targ.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому
errord.msg b4a852e74b * merged 26 роки тому
errore.msg 3b89a3c501 * fixed message which was wrong styled 26 роки тому
errores.msg b4a852e74b * merged 26 роки тому
errorf.msg b4a852e74b * merged 26 роки тому
errorn.msg f75725ddf3 + Added last message 26 роки тому
errorr.msg 3903aa44a3 + Added last message 26 роки тому
export.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
files.pas 774df6096e * bug #487 fixed, (inc(<property>) isn't allowed) 26 роки тому
gdb.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
gendef.pas 6a802e85d7 * released valintern 26 роки тому
globals.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому
globtype.pas 54baf96873 * first things to include lineinfo in the executable 26 роки тому
hcgdata.pas ed8eb13d59 * moved bitmask constants to sets 26 роки тому
hcodegen.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
htypechk.pas 7e35b38254 * vo_fpuregable is now also removed in make_not_regable 26 роки тому
i386tab.inc bfe185d206 + KNI instructions 26 роки тому
import.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
innr.inc c615fcdbbb * int64/qword type release 26 роки тому
insns.dat bfe185d206 + KNI instructions 26 роки тому
lin_targ.pas ed8eb13d59 * moved bitmask constants to sets 26 роки тому
link.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому
m68k.pas 05b6362265 * local browser stuff corrected 26 роки тому
make.cmd 8aaf209cec + Make script to make compiler under OS/2. 27 роки тому
mdppc386.bat 47fd93dfa5 * more fixes to get it with delphi running 26 роки тому
messages.pas 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
mppc386.bat e53aceb9be + floating point register variables !! 26 роки тому
mppc68k.bat 0e8616ed1f + temporary variables now in temp_gen.pas unit 27 роки тому
msgidx.inc 3b89a3c501 * fixed message which was wrong styled 26 роки тому
msgtxt.inc 3b89a3c501 * fixed message which was wrong styled 26 роки тому
og386.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
og386cff.pas 0b82a7dfd6 * fixed rva writting for section relocs 26 роки тому
og386dbg.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
og386elf.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
options.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому
opts386.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
opts68k.pas 1b369bb4bb + globtype,tokens,version unit splitted from globals 27 роки тому
os2_targ.pas 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
owar.pas 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
owbase.pas f34e2067eb * don't write .o and link if errors occure during assembling 26 роки тому
parser.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
pass_1.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
pass_2.pas e6c1b96cff * some small problems fixed 26 роки тому
pbase.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
pdecl.pas 8d9aa81d3a * hack to support property with record fields 26 роки тому
pexports.pas d85a8886fd * bind_win32_dll removed (Relocsection used instead) 26 роки тому
pexpr.pas 7b5e8ad618 * fixed property writeaccess which was buggy after my previous 26 роки тому
pmodules.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому
popt386.pas e5df050607 * avoid unused locals 26 роки тому
pp.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
ppc.dpr 046acfb84b * made it compilable with Dlephi 4 again 26 роки тому
ppheap.pas 4fe0f4f1a2 * fix to get it self compiled 26 роки тому
ppovin.pas f9b1534e17 * a FPC compiled compiler checks now also in debug mode in assigned 26 роки тому
ppu.pas 926a6c2d3e + normalset,smallset writing 26 роки тому
pstatmnt.pas cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
psub.pas c63cfc6f7a * linking to C code with cdecl;external; was broken 26 роки тому
psystem.pas 8b4c7f2402 + stabs for classes and classref working, 26 роки тому
ptconst.pas e5df050607 * avoid unused locals 26 роки тому
ra386.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
ra386att.pas cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
ra386dir.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
ra386int.pas ab8edb8970 * more reference types support 26 роки тому
ra68kmot.pas 1ace0dc9b8 * moved some tables from ra386*.pas -> i386.pas 26 роки тому
rautils.pas ab8edb8970 * more reference types support 26 роки тому
scandir.inc cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
scanner.pas 97393a3370 * Removed C style comments. 26 роки тому
script.pas 94b52a3d7f + smartlinking works (only case jumptable left todo) 27 роки тому
switches.pas 9dfff6d0fc * Alpha changes 26 роки тому
symconst.inc ed8eb13d59 * moved bitmask constants to sets 26 роки тому
symconst.pas e53aceb9be + floating point register variables !! 26 роки тому
symdef.inc 8d9aa81d3a * hack to support property with record fields 26 роки тому
symdefh.inc 01b728b188 + procsym field in tprocdef to allow correct gdb info generation 26 роки тому
symppu.inc d7a37edfbd * support for array constructors extended and more error checking 26 роки тому
symsym.inc f2513ba3cb Changes for resource strings 26 роки тому
symsymh.inc 8d9aa81d3a * hack to support property with record fields 26 роки тому
symtable.pas d7a37edfbd * support for array constructors extended and more error checking 26 роки тому
systems.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
tcadd.pas 57cf1e75a7 * better fix for muln register allocation 26 роки тому
tccal.pas d7a37edfbd * support for array constructors extended and more error checking 26 роки тому
tccnv.pas be98f80d7f * fixed proc->procvar conversion for tp_procvar mode, it now uses 26 роки тому
tccon.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
tcflw.pas cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
tcinl.pas 05fd76aeb6 * fix for regvars with the val code 26 роки тому
tcld.pas d7a37edfbd * support for array constructors extended and more error checking 26 роки тому
tcmat.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
tcmem.pas cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
tcset.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
temp_gen.pas ca53eee67e * renamed i386asm and i386base to cpuasm and cpubase 26 роки тому
tgen68k.pas 6b807957b1 + resetregistercount, resetusableregisters 27 роки тому
tgeni386.pas da2d4a76ce * fpuvaroffset problems solved 26 роки тому
todo.txt f011b3bdca + qword/int64 -> floating point type cast 26 роки тому
tokens.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
tpexcept.pas 774df6096e * bug #487 fixed, (inc(<property>) isn't allowed) 26 роки тому
tree.pas d7a37edfbd * support for array constructors extended and more error checking 26 роки тому
types.pas d03f29df08 * more fixes for push_addr 26 роки тому
verbose.pas cb8aeb3fd6 * V_Fatal=1, all other V_ are also increased 26 роки тому
version.pas ace7ff6983 * all tokens now start with an underscore 26 роки тому
win_targ.pas fc8211bbb8 * tlinker object is now inherited for win32 and dos 26 роки тому

README

This directory contains the sources of the Free Pascal Compiler

To recompile the compiler, use the batch file
mppc386.bat

If you want to build a m68k version to cross compile from i386 to m68k
use the batch file
mppc68k.bat

If you want to modify the compiler, please read first the compiler
writer's guide (cws.txt) in that directory.


Changes in the syntax or semantic of FPC:
-----------------------------------------
28/01/99 implicit conversion from boolean to integer is not possible
anymore (solved several bugs) but this could lead to errors
on previously accepted code (PM)
01/02/99 c styled comments are supported (/* ... */), mainly
for the Sibyl sources of Medigo (FK)
02/02/99 class destructors take now two parameters: flag
if the helper routine should free the instance and
self pointer (FK)
22/02/99 PROTECTED and PRIVATE have now the same behavior
as in TP
09/03/99 small records and arrays passed by value to a function are now directly copied
into a 4 bytes parameter (needed for C and DLL calls) (PM)
11/03/99 the makefile.fpc is now also needed for the compiler and RTL, you can
find it in the base.zip package (PFV)
24/03/99 new directives UNITPATH,INCLUDEPATH,OBJECTPATH,LIBRARYPATH to
set the searchpaths where to find the files for that module (PFV)
25/03/99 new directive STATIC +/- or on/off , works like -St commandline
switch
02/04/99 rtl/cfg/ directory has been removed, it's not used anymore
15/04/99 FINALIZATION is supported
21/04/99 Default assembler for i386 changed to AT&T instead of direct
25/04/99: initialized vars supported in Delphi mode (only $J+ mode)
getting the address of an untyped const is now
forbidden as in BP
27/04/99 New unit format PPU016, you need to recompile all older units
01/05/99 Internal assembler. Assembler readers now support MMX,KNI
instructions.
12/05/99 rtl/utils/ directory moved to utils/. Moved the utils only needed
for compiler development to compiler/utils/
13/05/99 Classes are now only allowed in the ObjFpc or Delphi mode. Use
{$mode objfpc} or {$mode delphi}. Or from commandline -S2 or -Sd
16/05/99 Remove options -Up (use now -Fu) and -Fg (use now -Fl)
17/05/99 Redesign of ansistring temporary handling, please report
any problems
17/05/99 Most stuff of the objpas unit is now in the system unit
because the new temporary ansistring handling support
exceptions and exceptions need the class OOP model
18/05/99 The compiler will stop directly if there are errors in the
commandline parameters