fpc/compiler
1998-08-26 15:31:17 +00:00
..
aasm.pas * write extended to ppu file 1998-08-11 15:31:35 +00:00
ag68kgas.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00
ag68kmit.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00
ag68kmot.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00
ag386int.pas * small fixes for 0.99.5 1998-08-10 15:49:38 +00:00
ag386nsm.pas * fixed fwait bug using direct opcode 1998-08-11 14:01:43 +00:00
aopt386.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
asmutils.pas * fixed bug 42 1998-08-18 20:51:32 +00:00
assemble.pas * reduce amount of asmfiles generated 1998-08-26 10:06:34 +00:00
browser.pas * working browser and newppu 1998-06-13 00:10:04 +00:00
catch.pas Initial revision 1998-03-25 11:18:12 +00:00
cg68k2.pas * string type st_ fixed 1998-08-10 14:43:14 +00:00
cg68k.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
cg386add.pas * forgot to removed some unused code in addset for set<>set 1998-08-19 14:56:59 +00:00
cg386cal.pas * fixed 'with object do' bug 1998-08-20 21:36:38 +00:00
cg386cnv.pas + dynamic set contruction 1998-08-14 18:18:37 +00:00
cg386con.pas + dynamic set contruction 1998-08-14 18:18:37 +00:00
cg386flw.pas * some fixes for ansi strings 1998-08-05 16:00:08 +00:00
cg386ld.pas + TEST_FUNCRET now default (old code removed) 1998-08-21 14:08:39 +00:00
cg386mat.pas * internalerror with mod/div fixed 1998-08-23 16:07:20 +00:00
cg386mem.pas + rtti generation for classes added 1998-08-23 21:04:34 +00:00
cg386set.pas * fixed -15 seen as byte in case 1998-08-25 11:51:46 +00:00
cga68k.pas + TEST_FUNCRET now default (old code removed) 1998-08-21 14:08:39 +00:00
cgi386.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
cobjects.pas * better libc support 1998-08-12 19:28:15 +00:00
comphook.pas * recompiles again 1998-08-18 15:11:51 +00:00
compiler.pas + createheap/restoreheap procedures (only tp7 rm currently) and support 1998-08-11 21:38:24 +00:00
csopt386.pas * removed $ before and after Log in comment 1998-08-06 19:40:25 +00:00
cws.txt * compiler defines 1998-06-19 16:51:10 +00:00
daopt386.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
depend + Compiler,Comphook unit which are the new interface units to the 1998-08-10 10:18:23 +00:00
errorn.msg All non-assembler messages have been translated 1998-05-28 08:18:32 +00:00
files.pas * fixed problem with libprefix at the wrong place 1998-08-26 10:08:47 +00:00
gdb.pas * Just the N_FNAME to N_FUN substitution for stabs of functions 1998-07-10 08:31:38 +00:00
gendef.pas * m68k compiles 1998-06-04 23:51:26 +00:00
hcodegen.pas + TEST_FUNCRET now default (old code removed) 1998-08-21 14:08:39 +00:00
i386.pas * m68k compiles 1998-06-04 23:51:26 +00:00
import.pas * m68k compiles 1998-06-04 23:51:26 +00:00
innr.inc - removed obsolete in_* 1998-08-20 12:59:56 +00:00
link.pas * fixed filenames and removedir which supports slash at the end 1998-08-19 10:06:12 +00:00
m68k.pas + TEST_FUNCRET now default (old code removed) 1998-08-21 14:08:39 +00:00
makefile * win32 compiles a bit better, no growheap crash 1998-08-21 15:16:56 +00:00
messages.pas * fixed range errror 1998-08-18 09:05:00 +00:00
mppc68k.bat + temporary variables now in temp_gen.pas unit 1998-06-08 13:13:28 +00:00
mppc386.bat + rtti generation for classes added 1998-08-23 21:04:34 +00:00
msgidx.inc * fixed some messages and smaller msgtxt.inc 1998-08-11 14:09:06 +00:00
msgtxt.inc * fixed some messages and smaller msgtxt.inc 1998-08-11 14:09:06 +00:00
optidx.inc * CDECL changed to CVAR for variables 1998-08-25 12:42:36 +00:00
optione.msg * CDECL changed to CVAR for variables 1998-08-25 12:42:36 +00:00
optmsg.inc * CDECL changed to CVAR for variables 1998-08-25 12:42:36 +00:00
opts68k.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
opts386.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
os2_targ.pas * small os2 fixes 1998-06-17 14:10:11 +00:00
parser.pas * dispose trees is now default for all > 0.99.5 compiles 1998-08-26 10:07:09 +00:00
pass_1.pas + class types and class reference types are now compatible with void 1998-08-24 10:05:39 +00:00
pbase.pas * updated messages file 1998-07-14 21:46:38 +00:00
pdecl.pas * corrected mangling sheme : 1998-08-25 13:09:25 +00:00
pexports.pas Initial revision 1998-03-25 11:18:12 +00:00
pexpr.pas * internalerror with mod/div fixed 1998-08-23 16:07:20 +00:00
pmodules.pas * fixed problem with libprefix at the wrong place 1998-08-26 10:08:47 +00:00
popt386.pas * removed a line that add no sense and 1998-08-25 16:58:59 +00:00
pp.pas * heapblocks for >0.99.5 1998-08-26 15:31:17 +00:00
ppovin.pas + Compiler,Comphook unit which are the new interface units to the 1998-08-10 10:18:23 +00:00
ppu.pas * static/shared linking updates 1998-08-17 09:17:43 +00:00
pstatmnt.pas + TEST_FUNCRET now default (old code removed) 1998-08-21 14:08:39 +00:00
psystem.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00
ptconst.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00
ra68kmot.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00
ra386att.pas * better line info for asm statements 1998-08-21 08:45:49 +00:00
ra386dir.pas * better line info for asm statements 1998-08-21 08:45:49 +00:00
ra386int.pas * better line info for asm statements 1998-08-21 08:45:49 +00:00
scandir.inc * small fix for aktfilepos 1998-08-19 14:57:50 +00:00
scanner.pas * tokenpos has to be restored also after 1998-08-20 16:09:55 +00:00
script.pas + smartlinking works (only case jumptable left todo) 1998-05-04 17:54:24 +00:00
switches.pas * renamed in_main to in_global which is more logical 1998-08-18 20:52:19 +00:00
symdef.inc * CDECL changed to CVAR for variables 1998-08-25 12:42:36 +00:00
symppu.inc - removed OLDPPU 1998-08-17 10:10:04 +00:00
symsym.inc * corrected mangling sheme : 1998-08-25 13:09:25 +00:00
systems.pas * more lowercase extensions 1998-08-26 10:09:21 +00:00
temp_gen.pas * small bug correction due to newinput 1998-07-16 08:01:42 +00:00
tgen68k.pas + temporary variables now in temp_gen.pas unit 1998-06-08 13:13:28 +00:00
tgeni386.pas * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 1998-08-19 16:07:36 +00:00
todo.txt * fixed some messages and smaller msgtxt.inc 1998-08-11 14:09:06 +00:00
tpexcept.pas + Compiler,Comphook unit which are the new interface units to the 1998-08-10 10:18:23 +00:00
tree.pas + TEST_FUNCRET now default (old code removed) 1998-08-21 14:08:39 +00:00
types.pas + subrange types for enums 1998-08-19 00:42:39 +00:00
verbose.pas * small fix for aktfilepos 1998-08-19 14:57:50 +00:00
version.inc * adapted to 0.99.5 1998-03-31 09:32:24 +00:00
win_targ.pas + localswitches, moduleswitches, globalswitches splitting 1998-08-10 14:49:33 +00:00