fpc/compiler
2002-02-03 09:30:03 +00:00
..
i386 * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
ia64
m68k
msg new errorrw.msg 2002-01-20 17:17:04 +00:00
new * regenerated 2002-01-29 18:05:44 +00:00
powerpc * completed (not compilale yet though) 2002-01-03 14:57:52 +00:00
targets * default alignment changed to 4 bytes for locals and static const,var 2002-01-29 21:27:34 +00:00
utils * regenerated 2002-01-29 18:05:44 +00:00
aasm.pas * fixed inline crash with assembler routines 2001-12-31 16:54:14 +00:00
aopt.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
aoptbase.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
aoptcs.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
aoptda.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
aoptobj.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
assemble.pas * compiles again with -dmemdebug 2001-11-06 14:53:48 +00:00
browcol.pas * procsym definition rewrite 2001-11-02 22:58:00 +00:00
browlog.pas * procsym definition rewrite 2001-11-02 22:58:00 +00:00
bsdcompile
catch.pas
cclasses.pas * overloading supported in child classes 2001-11-18 18:43:13 +00:00
cg64f32.pas * adapted ranges of native types to int64 (e.g. high cardinal is no 2002-01-24 12:33:52 +00:00
cgbase.pas * range checking is now processor independent (part in cgobj, part in cg64f32) and should work correctly again (it needed some changes after the changes of the low and high of tordef's to int64) * maketojumpbool() is now processor independent (in ncgutil) * getregister32 is now called getregisterint 2001-12-30 17:24:45 +00:00
cgconst.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
cgobj.pas * range checking is now processor independent (part in cgobj, part in cg64f32) and should work correctly again (it needed some changes after the changes of the low and high of tordef's to int64) * maketojumpbool() is now processor independent (in ncgutil) * getregister32 is now called getregisterint 2001-12-30 17:24:45 +00:00
cmsgs.pas * renamed messages unit to cmsgs to avoid conflicts with the 2001-08-20 10:58:48 +00:00
comphook.pas * updates so it works with the ide 2001-08-04 10:23:54 +00:00
compiler.pas * Fixes win32 linking problems with import libraries 2001-09-18 11:30:47 +00:00
compinnr.inc * Make new/dispose system functions instead of keywords 2001-10-24 11:51:39 +00:00
comprsrc.pas * merged netbsd start 2001-08-07 18:47:12 +00:00
crc.pas * Kylix fixes, mostly case names of units 2001-06-03 20:21:08 +00:00
cresstr.pas * symtable change to classes 2001-04-13 01:22:06 +00:00
cstreams.pas
cutils.pas * overloading supported in child classes 2001-11-18 18:43:13 +00:00
defines.inc * Kylix fixes, mostly case names of units 2001-06-03 20:21:08 +00:00
depend
dmisc.pas * delphi fixes 2001-09-02 21:16:25 +00:00
export.pas * added override and virtual for constructors 2001-06-28 19:46:25 +00:00
finput.pas * updates so it works with the ide 2001-08-04 10:23:54 +00:00
fmodule.pas * compiles again with -dmemdebug 2001-11-06 14:53:48 +00:00
fppu.pas * check for -Un when loading ppu with wrong name 2002-01-19 14:20:13 +00:00
gdb.pas * merged register fixes 2001-12-02 17:20:58 +00:00
gendef.pas * symtable change to classes 2001-04-13 01:22:06 +00:00
globals.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
globtype.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
htypechk.pas * no longer allow assignments to pointer expressions (unless there's a 2002-01-16 09:33:46 +00:00
impdef.pas * symtable change to classes 2001-04-13 01:22:06 +00:00
import.pas * added override and virtual for constructors 2001-06-28 19:46:25 +00:00
link.pas * fixed path appending for lib 2002-01-19 11:57:05 +00:00
make_old.cmd * make.cmd renamed to make_old.cmd 2001-04-24 20:01:08 +00:00
Makefile * regenerated 2002-01-29 18:05:44 +00:00
Makefile.fpc * cross compiler support 2001-10-15 21:46:03 +00:00
mdppc386.bat * delphi fixes 2001-09-02 21:16:25 +00:00
mppc68k.bat
mppc386.bat
msgidx.inc * typed constants that are "procedure of object" and which are assigned 2001-10-29 14:59:48 +00:00
msgtxt.inc * spelling correction (Data types which _require_) 2001-12-16 19:10:13 +00:00
nadd.pas * fixed fpuregister counting errors ("merged") 2001-12-27 15:33:58 +00:00
nbas.pas * procsym definition rewrite 2001-11-02 22:58:00 +00:00
ncal.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
ncgbas.pas * fixed inline crash with assembler routines 2001-12-31 16:54:14 +00:00
ncgcnv.pas * changed remaining "getregister32" calls to "getregisterint" 2001-12-31 09:53:15 +00:00
ncgcon.pas * empty widestrings can also be optimized to the constant '0' 2001-12-31 09:52:02 +00:00
ncgflw.pas * range checking is now processor independent (part in cgobj, part in cg64f32) and should work correctly again (it needed some changes after the changes of the low and high of tordef's to int64) * maketojumpbool() is now processor independent (in ncgutil) * getregister32 is now called getregisterint 2001-12-30 17:24:45 +00:00
ncgmem.pas * changed remaining "getregister32" calls to "getregisterint" 2001-12-31 09:53:15 +00:00
ncgutil.pas * range checking is now processor independent (part in cgobj, part in cg64f32) and should work correctly again (it needed some changes after the changes of the low and high of tordef's to int64) * maketojumpbool() is now processor independent (in ncgutil) * getregister32 is now called getregisterint 2001-12-30 17:24:45 +00:00
ncnv.pas * more fixes for protected handling 2002-02-03 09:30:03 +00:00
ncon.pas * interface 2 guid support 2001-10-20 19:28:37 +00:00
nflw.pas * upper constant limits for "for" loops are now also converted to the 2001-11-19 14:21:30 +00:00
ninl.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
nld.pas * dynarr:=nil support added 2002-01-19 11:52:32 +00:00
nmat.pas * made 'mod powerof2' -> 'and' optimization processor independent 2001-12-29 15:27:24 +00:00
nmem.pas + parasym to tparaitem added 2001-12-06 17:57:33 +00:00
nobj.pas * protected/private symbols parsing fixed 2001-12-31 16:59:41 +00:00
node.pas * dynarr:=nil support added 2002-01-19 11:52:32 +00:00
nopt.pas * move class of definitions into type section for delphi 2001-09-02 21:12:06 +00:00
nset.pas + parasym to tparaitem added 2001-12-06 17:57:33 +00:00
ogbase.pas * fixed inline crash with assembler routines 2001-12-31 16:54:14 +00:00
ogcoff.pas * merged netbsd, fpu-overflow from fixes branch 2001-09-17 21:29:10 +00:00
ogelf.pas * completed incomplete typed constant records 2001-05-06 17:13:22 +00:00
options.pas * freemem change to value parameter 2001-12-03 21:48:41 +00:00
owar.pas
owbase.pas
parser.pas * update target_asm according to outputformat 2002-01-29 19:43:11 +00:00
pass_1.pas * fixed firstpass when det_resulttype returns an error 2001-10-20 17:23:43 +00:00
pass_2.pas * moved call to "cleanup_regvars" to cga.pas for i386 because it has 2001-11-06 16:39:02 +00:00
pbase.pas * removed getprocvar, use only getprocvardef 2002-01-06 21:47:32 +00:00
pdecl.pas + parasym to tparaitem added 2001-12-06 17:57:33 +00:00
pdecobj.pas * fixed default value for properties with index values 2002-01-25 17:38:19 +00:00
pdecsub.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
pdecvar.pas * fixed initialized variables 2001-11-20 18:48:26 +00:00
pexports.pas * procsym definition rewrite 2001-11-02 22:58:00 +00:00
pexpr.pas * more fixes for protected handling 2002-02-03 09:30:03 +00:00
pmodules.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
pp.pas * variant paramter passing and functions results fixed 2001-11-14 01:12:44 +00:00
ppc.conf * Kylix fixes, mostly case names of units 2001-06-03 20:21:08 +00:00
ppc.dof
ppc.dpr
ppheap.pas * symtable change to classes 2001-04-13 01:22:06 +00:00
ppu.pas + parasym to tparaitem added 2001-12-06 17:57:33 +00:00
pstatmnt.pas * allow accessing locals in other lexlevel when the current assembler 2002-01-29 21:32:03 +00:00
psub.pas * commited the wrong file :( 2002-01-19 15:37:24 +00:00
psystem.pas * adapted ranges of native types to int64 (e.g. high cardinal is no 2002-01-24 12:33:52 +00:00
ptconst.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
ptype.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
rautils.pas * allow accessing locals in other lexlevel when the current assembler 2002-01-29 21:32:03 +00:00
README + varargs directive 2001-06-04 11:53:12 +00:00
regvars.pas * powerpc/cgcpu.pas compiles :) 2001-12-29 15:28:57 +00:00
scandir.pas * removed obsolete chainprocsym and test_procsym code 2001-11-02 23:16:50 +00:00
scanner.pas * FPCTARGETOS/FPCTARGETCPU added as internal environment variable 2002-01-27 21:44:26 +00:00
script.pas * merged netbsd, fpu-overflow from fixes branch 2001-09-17 21:29:10 +00:00
switches.pas * read only typed const support, switch $J- 2001-10-20 20:30:20 +00:00
symbase.pas * symtable change to classes 2001-04-13 01:22:06 +00:00
symconst.pas * removed uauto from orddef, use new range_to_basetype generating 2002-01-06 12:08:15 +00:00
symdef.inc
symdef.pas * check for unresolved forward classes in the interface 2002-01-19 15:12:34 +00:00
symdefh.inc
symppu.inc
symppu.pas * array access for properties added 2001-10-21 12:33:05 +00:00
symsym.inc
symsym.pas * more fixes for protected handling 2002-02-03 09:30:03 +00:00
symtable.pas * more fixes for protected handling 2002-02-03 09:30:03 +00:00
symtype.pas * protected/private symbols parsing fixed 2001-12-31 16:59:41 +00:00
systems.pas * fixed updatealignment to not override settings with undefined 2002-01-29 19:44:50 +00:00
tainst.pas * fixed stupid copy-paste bug 2001-12-29 16:29:08 +00:00
temp_gen.pas * some cg reorganisation 2001-08-26 13:35:06 +00:00
todo.txt
tokens.pas * Make new/dispose system functions instead of keywords 2001-10-24 11:51:39 +00:00
tpexcept.pas
types.pas * implicit result variable generation for assembler routines 2002-01-24 18:25:48 +00:00
verbose.pas * renamed messages unit to cmsgs to avoid conflicts with the 2001-08-20 10:58:48 +00:00
version.pas
widestr.pas * delphi fixes 2001-09-02 21:16:25 +00:00

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
  11/11/00   default parameter support
  11/11/00   you can declare a pointer type with directive far; to make
             it a farpointer. Only usefull for dos.
  11/11/00   ptr() returns a farpointer instead of pointer. Becuase the
             pointer result would be useless and only causing segmentation
             faults. With the farpointer this would already be detected at
             compiletime. To get the code working you can declare a pointer
             with far; like:

             type
               farlongint = ^longint;far;
             var
               timer : farlongint;
             begin
               timer:=ptr($40,$6c);
               writeln(timer^);
             end.
  07/12/00   constant handling has been rewritten: hex constants <=$ffffffff
             are now always parsed as unsigned numbers (because of the int64
             constant support, the were always sign-extended before). This
             may force you to add longint typecasts round hex numbers in
             your programs to avoid range check errors.
  10/04/01   Argument names are now checked if names are the same in the
             both the forward (interface) and implementation declaration
  13/04/01   It's not possible anymore (except in -So mode) to pass a cardinal
             to a parameter declared with a "var longint". The same goes for
             the other signed-unsigned like smallint-word and shortint-byte.
  13/04/01   in FPC mode you're now always forced to use @ to get the address
             of a procedure and load it in a procedure variable. Before it was
             sometimes a bit more relaxed
  03/06/01   hint directives (library,platform,deprecated) are parsed, but
             futher ignored
  03/06/01   varargs directive is supported