Jonas Maebe 1331a2e753 * fixed range check error 25 years ago
..
i386 1331a2e753 * fixed range check error 25 years ago
m68k e7aca136a1 + Initial import 25 years ago
new b8a008b31c * regenerated 25 years ago
old e171f341a0 * moehrendorf oct 2000 rewrite 25 years ago
utils c1e14ef033 * fixed another range check error (merged from fixes branch) 25 years ago
Makefile b8a008b31c * regenerated 25 years ago
Makefile.fpc a45e77c4a2 * move also the i386*.inc to i386/ 25 years ago
README 889e43db8a * fixed some vmt problems, especially related to overloaded methods 25 years ago
aasm.pas a71e44ac49 * use defines.inc 25 years ago
ag386att.pas a71e44ac49 * use defines.inc 25 years ago
ag386bin.pas a71e44ac49 * use defines.inc 25 years ago
ag68kgas.pas 650fbb86aa + removed logs 25 years ago
ag68kmit.pas 650fbb86aa + removed logs 25 years ago
ag68kmot.pas 650fbb86aa + removed logs 25 years ago
ag68kmpw.pas 650fbb86aa + removed logs 25 years ago
assemble.pas 38951f5ce1 * lot of compile updates for cg11 25 years ago
browcol.pas e2ec92c20c * fix for new is_class function 25 years ago
browlog.pas 451723647e * symtable splitted, no real code changes 25 years ago
bsdcompile 26081ed999 * Simple script which specifies the right params for a try out BSD build 25 years ago
catch.pas a71e44ac49 * use defines.inc 25 years ago
cga68k.pas 650fbb86aa + removed logs 25 years ago
cobjects.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
comphook.pas 11fbb1cc6d * prefix fix (merged) 25 years ago
compiler.pas 451723647e * symtable splitted, no real code changes 25 years ago
compinnr.inc 0cfa0419bd * innr.inc renamed to make compiler compilation easier because the rtl contains 25 years ago
comprsrc.pas a71e44ac49 * use defines.inc 25 years ago
crc.pas a71e44ac49 * use defines.inc 25 years ago
cresstr.pas a71e44ac49 * use defines.inc 25 years ago
cutils.pas 57b50bdc14 * use tables for upper/lower 25 years ago
defines.inc 5218af7926 * delphi compile fixes 25 years ago
depend e525797c51 * updated copyright to 2000 26 years ago
dmisc.pas 5218af7926 * delphi compile fixes 25 years ago
errord.msg cb4de797c1 * class member decl wrong then no other error after it 25 years ago
errore.msg 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
errores.msg cb4de797c1 * class member decl wrong then no other error after it 25 years ago
errorf.msg cb4de797c1 * class member decl wrong then no other error after it 25 years ago
errorn.msg cb4de797c1 * class member decl wrong then no other error after it 25 years ago
errorr.msg c4fe9ea482 + New Russian errormsg from Michail Baikov 25 years ago
errorrw.msg c4fe9ea482 + New Russian errormsg from Michail Baikov 25 years ago
export.pas 451723647e * symtable splitted, no real code changes 25 years ago
finput.pas 08571bb9a9 * removed ref_count from pinputfile it's not used 25 years ago
fmodule.pas 08571bb9a9 * removed ref_count from pinputfile it's not used 25 years ago
fpc.pas 451723647e * symtable splitted, no real code changes 25 years ago
gdb.pas a71e44ac49 * use defines.inc 25 years ago
gendef.pas a71e44ac49 * use defines.inc 25 years ago
globals.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
globtype.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
hcgdata.pas fe2e3e0c01 * potential range check error fixed 25 years ago
hcodegen.pas 451723647e * symtable splitted, no real code changes 25 years ago
htypechk.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
impdef.pas a71e44ac49 * use defines.inc 25 years ago
import.pas a71e44ac49 * use defines.inc 25 years ago
inlnr.inc d592b8b678 + renamed 25 years ago
link.pas 24fc983597 * message updates merges 25 years ago
make.cmd e525797c51 * updated copyright to 2000 26 years ago
mdppc386.bat a71e44ac49 * use defines.inc 25 years ago
messages.pas 24fc983597 * message updates merges 25 years ago
mppc386.bat 07ad807864 * added -FE. to put the PPU's in the compiler dir 25 years ago
mppc68k.bat 0e8616ed1f + temporary variables now in temp_gen.pas unit 27 years ago
msgidx.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
msgtxt.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
nadd.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
nbas.pas 451723647e * symtable splitted, no real code changes 25 years ago
ncal.pas fdeb6e0506 * fixed var parameter varstate bug 25 years ago
ncgbas.pas e171f341a0 * moehrendorf oct 2000 rewrite 25 years ago
ncnv.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
ncon.pas 451723647e * symtable splitted, no real code changes 25 years ago
nflw.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
ninl.pas 0cfa0419bd * innr.inc renamed to make compiler compilation easier because the rtl contains 25 years ago
nld.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
nmat.pas 451723647e * symtable splitted, no real code changes 25 years ago
nmem.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
node.inc 2d72c95c20 - removed check for self = nil in getcopy 25 years ago
node.pas 451723647e * symtable splitted, no real code changes 25 years ago
nodeh.inc f80c24177a * a lot of changes: 25 years ago
nset.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
og386.pas 38951f5ce1 * lot of compile updates for cg11 25 years ago
og386cff.pas 20dae06236 * merged pierres fixes 25 years ago
og386dbg.pas a71e44ac49 * use defines.inc 25 years ago
og386elf.pas 4b17f6f0ff * fixed memory leaks 25 years ago
options.pas e85fea41f5 * Define UNIX for FreeBSD and Linux. Checked crosscompile thingy. 25 years ago
opts386.pas a4fde73649 + register renaming ("fixes" bug1088) 25 years ago
opts68k.pas a71e44ac49 * use defines.inc 25 years ago
owar.pas a71e44ac49 * use defines.inc 25 years ago
owbase.pas a71e44ac49 * use defines.inc 25 years ago
parser.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
pass_1.pas e171f341a0 * moehrendorf oct 2000 rewrite 25 years ago
pass_2.pas 451723647e * symtable splitted, no real code changes 25 years ago
pbase.pas 451723647e * symtable splitted, no real code changes 25 years ago
pdecl.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
pdecobj.pas c12bff980d * more fixes 25 years ago
pdecsub.pas 8df98007d6 * more fixes to get make cycle working 25 years ago
pdecvar.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
pexports.pas 451723647e * symtable splitted, no real code changes 25 years ago
pexpr.pas 8df98007d6 * more fixes to get make cycle working 25 years ago
pmodules.pas 5115083270 * tprocdef.fullprocname added for better casesensitve writing of 25 years ago
pp.pas 33aba92b1d * lineinfo explicit load not needed anymore 25 years ago
ppc.dof 27749c067e * more cg11 updates 25 years ago
ppc.dpr a71e44ac49 * use defines.inc 25 years ago
ppheap.pas 4b17f6f0ff * fixed memory leaks 25 years ago
ppu.pas 451723647e * symtable splitted, no real code changes 25 years ago
pstatmnt.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
psub.pas 50f0345bb8 * if a procedure uses exceptions (be it implicit or explicit), the 25 years ago
psystem.pas 451723647e * symtable splitted, no real code changes 25 years ago
ptconst.pas d5a2d64cf5 * fixed two bugs to get make cycle work, but it's not enough 25 years ago
ptype.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
ra68kmot.pas 650fbb86aa + removed logs 25 years ago
rautils.pas de70cf38b3 * more fixes 25 years ago
regvars.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
scandir.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
scanner.pas 451723647e * symtable splitted, no real code changes 25 years ago
script.pas a71e44ac49 * use defines.inc 25 years ago
switches.pas a71e44ac49 * use defines.inc 25 years ago
symbase.pas 451723647e * symtable splitted, no real code changes 25 years ago
symconst.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
symdef.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
symdef.pas bb410f8182 * fix vmt index for classes 25 years ago
symdefh.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
symppu.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
symppu.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
symsym.inc 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
symsym.pas 098dd1b56f * tprocdef.procsym must be set also when a tprocdef is loaded from a PPU 25 years ago
symtable.pas d5a2d64cf5 * fixed two bugs to get make cycle work, but it's not enough 25 years ago
symtype.pas 08571bb9a9 * removed ref_count from pinputfile it's not used 25 years ago
systems.pas 12818742d3 * use System for the systemunit instead of target dependent 25 years ago
t_fbsd.pas 451723647e * symtable splitted, no real code changes 25 years ago
t_go32v1.pas a71e44ac49 * use defines.inc 25 years ago
t_go32v2.pas a71e44ac49 * use defines.inc 25 years ago
t_linux.pas 451723647e * symtable splitted, no real code changes 25 years ago
t_nwm.pas 451723647e * symtable splitted, no real code changes 25 years ago
t_os2.pas a71e44ac49 * use defines.inc 25 years ago
t_win32.pas a71e44ac49 * use defines.inc 25 years ago
temp_gen.pas 51527ba1c9 + merged Attila's changes for interfaces, not tested yet 25 years ago
tgen68k.pas a71e44ac49 * use defines.inc 25 years ago
tgeni386.pas 4bcd969993 * merged asm result patch part 2 25 years ago
todo.txt 51f8c5a754 * lineifno 25 years ago
tokendat.pas 650fbb86aa + removed logs 25 years ago
tokens.dat c5da6c53fd * merged fixes 25 years ago
tokens.pas e171f341a0 * moehrendorf oct 2000 rewrite 25 years ago
tpexcept.pas 5218af7926 * delphi compile fixes 25 years ago
types.pas de70cf38b3 * more fixes 25 years ago
verbose.pas 451723647e * symtable splitted, no real code changes 25 years ago
version.pas a71e44ac49 * use defines.inc 25 years ago

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 compile/modify the compiler, please read first the
programmers manual.


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
16/08/99 DLL are relocatable by default (need to strip symbols)
-WN make non relocatable DLL (which can retain debug info)
for both type of DLL the prefered image base can be specified
with -WB1100000 for instance to get image base at $11000000.
08/09/99 pointer addition/substraction (only available in fpc,objfpc mode)
now uses the size of the type the pointer points to, just like
inc(),dec() already did. Now inc(p) is the same as p:=p+1.
But old code can be broken by this when there is a p:=p+4 then
it's now parsed like: p:=p+4*sizeof(type). To get the old situation
you can use typecasting: p:=ptype(pointer(p)+4).
08/09/99 class/object field return their offsets in the object/class. You
must access them self with loading the object/class pointer and
then create a reference where you add the field
07/11/99 Small change to property writing in PPU => all units
exporting classes with properties must be recompiled
(no new unit format, so be careful) (FK)
08/11/99 PP variable in Makefiles changed to FPC
14/11/99 makefile.fpc is not available anymore. You must now use fpcmake
which is available from the utils/. There is also an example
Makefile.fpc
15/02/00 The support of the fixed data type has been removed from the
compiler because
1. it is buggy
2. it is very seldom used
3. the single data type is faster on modern cpus (Pentium+)

If still want to use it, you have to recompile the compiler
with -dSUPPORT_FIXED and recompile the rtl with that compiler.
To find out if the used compiler supports the fixed data
type, check the directive HASFIXED (FK)
29/02/00 ORDERSOURCES released => PPU version change
this allows for a more correct include file hunting order.
01/04/00 fix the handling of value parameters in cdecl function
11/05/00 changed vmt handling to fix problems some problems
with overloading in objects