peter f449b4beaa * fixed function returning record type and assigning to the result 25 years ago
..
m68k e525797c51 * updated copyright to 2000 25 years ago
new 8b38902424 * exampleinstall target added 25 years ago
utils b13955d6d8 * be optimistic: version 1.00 for some utils 25 years ago
Makefile 8b38902424 * exampleinstall target added 25 years ago
Makefile.fpc b5ac159ce9 * fix the windows unit import problem by forcing smart linking for win32 25 years ago
README 889e43db8a * fixed some vmt problems, especially related to overloaded methods 25 years ago
aasm.pas 57e41f9053 * aasm.pas: pai_align instead of pai_align_abstract if cpu <> i386 25 years ago
ag386att.pas 61830584ec * changed to compile with Delphi, reported by Kovacs Attila Zoltan 25 years ago
ag386bin.pas 3eb3f07dd7 * fix the -g-l option 25 years ago
ag386int.pas 5f4ec1b1ff * fix the FDIV FDIVR FSUB FSUBR and popping equivalent 25 years ago
ag386nsm.pas 5d093dc072 * add implicit args for FADDP 25 years ago
ag68kgas.pas 3ed4ca8362 * some debug related updates 25 years ago
ag68kmit.pas 3ed4ca8362 * some debug related updates 25 years ago
ag68kmot.pas 4a4a24b6e8 * log truncated 25 years ago
ag68kmpw.pas 4a4a24b6e8 * log truncated 25 years ago
aopt386.pas 4a4a24b6e8 * log truncated 25 years ago
assemble.pas 120d2f0130 * added ifdef fpc around findclose 25 years ago
browcol.pas 8455b67858 + Register TModuleSymbol 25 years ago
browlog.pas 4a4a24b6e8 * log truncated 25 years ago
bsdcompile 26081ed999 * Simple script which specifies the right params for a try out BSD build 25 years ago
catch.pas 2f7e162a8b * For BSD signals are off for now 25 years ago
cg386add.pas cd3a96d742 * fixed bug in shlmul code 25 years ago
cg386cal.pas 3d7d2eb25d * virtual contructors weren't handled properly if they were called via a class 25 years ago
cg386cnv.pas c1df09f993 * fixed wrong register deallocations in several ansistring related 25 years ago
cg386con.pas 9fc6896bf9 * empty ansistring now use constant value of 0 25 years ago
cg386flw.pas 3cae2ee1a5 * fixed a problem when returning int64/qword from a function in -Or: in some 25 years ago
cg386inl.pas 26643d4e16 * fixed my previous commit :/ 25 years ago
cg386ld.pas 5db0ddd7e9 * fix for bug #988 25 years ago
cg386mat.pas fa207becc1 * not(b) if b is a register variable, didn't work, fixed 25 years ago
cg386mem.pas 1bb13781e0 * sometimes wrong range checking code for arrays was generated when 25 years ago
cg386set.pas 42459e508a * fixed my previous commit 25 years ago
cg68kadd.pas 35d59eeb52 Use $GOTO ON 25 years ago
cg68kcal.pas 35d59eeb52 Use $GOTO ON 25 years ago
cg68kcnv.pas 4a4a24b6e8 * log truncated 25 years ago
cg68kcon.pas 4a4a24b6e8 * log truncated 25 years ago
cg68kflw.pas 35d59eeb52 Use $GOTO ON 25 years ago
cg68kinl.pas 4a4a24b6e8 * log truncated 25 years ago
cg68kld.pas 4a4a24b6e8 * log truncated 25 years ago
cg68kmat.pas 4a4a24b6e8 * log truncated 25 years ago
cg68kmem.pas 4a4a24b6e8 * log truncated 25 years ago
cg68kset.pas 4a4a24b6e8 * log truncated 25 years ago
cga68k.pas 4a4a24b6e8 * log truncated 25 years ago
cgai386.pas 1b29bfff5b * fix for web bug #1011: no exception stack stuff is generated for 25 years ago
cobjects.pas fddd96280d * fixed several compare problems between longints and 25 years ago
comphook.pas 6b012c36f4 * New bunch of Gabor changes 25 years ago
compiler.pas 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
comprsrc.pas c790e4afbe + $R support for OS/2 (EMX) added 25 years ago
cpuasm.pas 00cf634883 * fixed instruction matching when a size flag is specified for all 25 years ago
cpubase.pas cafbded190 * attsuffix table is also needed for ra386int 25 years ago
cpuinfo.pas e525797c51 * updated copyright to 2000 25 years ago
crc.pas c57f884789 CRC calculation placed into a unit 25 years ago
cresstr.pas 957bd0bfd5 * resource string numbering 25 years ago
csopt386.pas 1b53fa6f8a * removed unused var 25 years ago
daopt386.pas e60344ccf7 * removed notes 25 years ago
depend e525797c51 * updated copyright to 2000 25 years ago
dmisc.pas 3c17f030b5 * Reset DosError in Exec reported by Kovacs Attila Zoltan 25 years ago
errord.msg 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
errore.msg 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
errores.msg 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
errorf.msg 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
errorn.msg 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
errorr.msg cf026bfb89 * fixed missing option_help_pages 25 years ago
errorrw.msg 89c01a785a + Initial implementation by Michail Baikov 25 years ago
export.pas fb1a842118 * Current work of symtable integration committed. The symtable can be 25 years ago
files.pas 9290e7b641 * fix for bug #1025 25 years ago
gdb.pas a77b264bd0 * * get it to compile with Delphi by Kovacs Attila Zoltan 25 years ago
gendef.pas 2ba0ebe607 * removed warnings/notes 25 years ago
globals.pas ee9d8f5248 * smart link is default on win32 25 years ago
globtype.pas 42bdcb649b * fixed pchar->string conversion for delphi mode 25 years ago
hcgdata.pas 40e02c89da * fixed some getlabel to getdatalabel 25 years ago
hcodegen.pas 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
htypechk.pas f449b4beaa * fixed function returning record type and assigning to the result 25 years ago
i386att.inc 86e515e1a5 + i386nop.inc now contains the number of opcodes 25 years ago
i386atts.inc 86e515e1a5 + i386nop.inc now contains the number of opcodes 25 years ago
i386ins.dat 9e97eb9e76 * FADD without arg is alias of FADDP 25 years ago
i386int.inc 86e515e1a5 + i386nop.inc now contains the number of opcodes 25 years ago
i386nop.inc 86e515e1a5 + i386nop.inc now contains the number of opcodes 25 years ago
i386op.inc 86e515e1a5 + i386nop.inc now contains the number of opcodes 25 years ago
i386prop.inc 86e515e1a5 + i386nop.inc now contains the number of opcodes 25 years ago
i386tab.inc 9e97eb9e76 * FADD without arg is alias of FADDP 25 years ago
impdef.pas ea13526914 + pavel's code integrated, but onyl inside 25 years ago
import.pas fb1a842118 * Current work of symtable integration committed. The symtable can be 25 years ago
innr.inc 4a4a24b6e8 * log truncated 25 years ago
link.pas c0a5cca16b * little corrections for EMX resources 25 years ago
make.cmd e525797c51 * updated copyright to 2000 25 years ago
mdppc386.bat 47fd93dfa5 * more fixes to get it with delphi running 26 years ago
messages.pas 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
mppc386.bat e53aceb9be + floating point register variables !! 26 years ago
mppc68k.bat 0e8616ed1f + temporary variables now in temp_gen.pas unit 27 years ago
msgidx.inc 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
msgtxt.inc 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
og386.pas 2ba0ebe607 * removed warnings/notes 25 years ago
og386cff.pas 945ae36b63 * fix the problem of long mangledname in internal writer 25 years ago
og386dbg.pas 4a4a24b6e8 * log truncated 25 years ago
og386elf.pas 7a22d50859 * some more updates 25 years ago
options.pas 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
opts386.pas 9ef9f62da1 * first implementation of -Oa switch 25 years ago
opts68k.pas 4a4a24b6e8 * log truncated 25 years ago
owar.pas 3f9126f999 * fixed bug #903: the compiler gives now a nice message if it can't create 25 years ago
owbase.pas 3f9126f999 * fixed bug #903: the compiler gives now a nice message if it can't create 25 years ago
parser.pas e882145e88 * made resourcestrings OOP so it's easier to handle it per module 25 years ago
pass_1.pas 79b0cbff40 * fixed unreachable code detection 25 years ago
pass_2.pas d2aa336b2f * avoid bug #911, worng unused parameter hints 25 years ago
pbase.pas 59cfa402c9 * Ported hcgdata to new symtable. 25 years ago
pdecl.pas 74f131b173 * fix for bug #1023 25 years ago
pexports.pas 015cca99cd * fixed check for exporting var or proc 25 years ago
pexpr.pas 2ce33303a3 * support for inherited; only 25 years ago
pmodules.pas 0d58e53bfc * first look for ppu in cwd and outputpath and after that for source 25 years ago
popt386.pas eed3807af0 * moved "<flag setting operation>; test/or reg,reg" to "<flag setting 25 years ago
pp.pas 3f9126f999 * fixed bug #903: the compiler gives now a nice message if it can't create 25 years ago
ppc.dpr e525797c51 * updated copyright to 2000 25 years ago
ppheap.pas 4a4a24b6e8 * log truncated 25 years ago
ppovin.pas 4a4a24b6e8 * log truncated 25 years ago
ppu.pas f63815853e CRC stuff moved to CRC unit 25 years ago
pstatmnt.pas 757f68ec58 * fixed internalerror 2002 when case expr is not correct, by creating 25 years ago
psub.pas 73269986f3 * fixed a problem with forward declarations in TP mode, probably introduced by 25 years ago
psystem.pas b2efa0f338 * disable FIXED data type per default 25 years ago
ptconst.pas 3ca96dd897 * ansistring constants now also get a trailing #0 (bug reported by 25 years ago
ptype.pas 38f27344f4 * equal_paras and convertable_paras changed by transforming third parameter 25 years ago
ra386.pas d299af0815 + add a warning if using ENTER instruction with linux target 25 years ago
ra386att.pas fdb8555bdb * fixed + record.field expressions 25 years ago
ra386dir.pas 4a4a24b6e8 * log truncated 25 years ago
ra386int.pas fdb8555bdb * fixed + record.field expressions 25 years ago
ra68kmot.pas 4a4a24b6e8 * log truncated 25 years ago
rautils.pas 535f63923c * fixed % parsing and added modulo support 25 years ago
scandir.inc 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
scanner.pas 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
script.pas 4a4a24b6e8 * log truncated 25 years ago
switches.pas 1d982ffbf6 * fix problem when modifying several local switches in a row 25 years ago
symconst.pas d55672bd95 * C record packing fixed to also check first entry of the record 25 years ago
symdef.inc 40e02c89da * fixed some getlabel to getdatalabel 25 years ago
symdefh.inc 2658c0aeda + fieldtable support for classes 25 years ago
symppu.inc 6bad578fb6 * first bug with ORDERSOURCES corrected :( 25 years ago
symsym.inc 9681a28891 * alignment for record changed for C packing mostly 25 years ago
symsymh.inc d55672bd95 * C record packing fixed to also check first entry of the record 25 years ago
symtable.pas d86f8c5ec8 * fix for bug #1019 25 years ago
systems.pas c790e4afbe + $R support for OS/2 (EMX) added 25 years ago
t_go32v1.pas fb1a842118 * Current work of symtable integration committed. The symtable can be 25 years ago
t_go32v2.pas fb1a842118 * Current work of symtable integration committed. The symtable can be 25 years ago
t_linux.pas 9132430e40 * only include crtbegin when linking to libc 25 years ago
t_os2.pas c0a5cca16b * little corrections for EMX resources 25 years ago
t_win32.pas 3822fe1501 * do not create an empty export section 25 years ago
tcadd.pas ef8abc1dd7 * operator overloading now uses isbinaryoperatoracceptable 25 years ago
tccal.pas 298f787233 * const parameters were not prevented from becoming regvars (causing 25 years ago
tccnv.pas 70263e1c6d * fix for bug #866 25 years ago
tccon.pas 4a4a24b6e8 * log truncated 25 years ago
tcflw.pas e44f9fd425 * fix for tbs/tbs0318.pp bug 25 years ago
tcinl.pas ff5b72e3bd * fixed another problem with readln(<floating point register variable>); 25 years ago
tcld.pas 2ea50df7a6 * fixed crash with resourcestring in const 25 years ago
tcmat.pas 7b1219536c + support for NOT overloading 25 years ago
tcmem.pas 2eadddb7e6 * fixed pointer->array conversion when resulttype was already set 25 years ago
tcset.pas dfe879d12e * some updates for the newcg 25 years ago
temp_gen.pas 3694513937 Use a multiple of 4 to substract from stack pointer for locals and temps 25 years ago
tgen68k.pas 4a4a24b6e8 * log truncated 25 years ago
tgeni386.pas ff5b72e3bd * fixed another problem with readln(<floating point register variable>); 25 years ago
todo.txt 51f8c5a754 * lineifno 25 years ago
tokendat.pas e525797c51 * updated copyright to 2000 25 years ago
tokens.dat b71b416cd1 * support overload keyword 25 years ago
tokens.pas b71b416cd1 * support overload keyword 25 years ago
tpexcept.pas 3523aea209 * Delphi implementation by Kovacs Attila Zoltan 25 years ago
tree.pas aa42c1480c * fixed copy/paste bugs in getcopy 25 years ago
types.pas 5db0ddd7e9 * fix for bug #988 25 years ago
verbose.pas 957d4cdc89 * new message files layout with msg numbers (but still no code to 25 years ago
version.pas c236646caa * add OPT for optimizing compiler 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