fpc/compiler
carl 4fbd1d5fac * bugfixes
+ added mpw support
1998-10-07 04:26:58 +00:00
..
aasm.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
ag68kgas.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
ag68kmit.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
ag68kmot.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
ag68kmpw.pas + initial rev of MPW asm writer 1998-10-07 04:26:31 +00:00
ag386int.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
ag386nsm.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
aopt386.pas
asmutils.pas * bugfixes from fix branch 1998-09-24 17:54:15 +00:00
assemble.pas
browser.pas * changed all length(p^.value_str^) into str_length(p) 1998-09-28 16:57:09 +00:00
catch.pas
cg68kadd.pas * changed all length(p^.value_str^) into str_length(p) 1998-09-28 16:57:09 +00:00
cg68kcal.pas
cg68kcnv.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
cg68kcon.pas
cg68kflw.pas
cg68kinl.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
cg68kld.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
cg68kmat.pas
cg68kmem.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
cg68kset.pas
cg386add.pas * changed all length(p^.value_str^) into str_length(p) 1998-09-28 16:57:09 +00:00
cg386cal.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
cg386cnv.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
cg386con.pas
cg386flw.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
cg386inl.pas * fixed 161,165,166,167,168 1998-10-05 21:33:15 +00:00
cg386ld.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
cg386mat.pas
cg386mem.pas * range checking in units doesn't work if the units are smartlinked, fixed 1998-10-02 07:20:35 +00:00
cg386set.pas
cga68k.pas * changed all length(p^.value_str^) into str_length(p) 1998-09-28 16:57:09 +00:00
cobjects.pas
comphook.pas
compiler.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
csopt386.pas * much better interregister CSE 1998-10-02 17:29:23 +00:00
cws.txt
daopt386.pas * small patches to regdealloc data 1998-10-02 17:30:20 +00:00
depend
dmisc.pas
errorn.msg
files.pas * fixed for compiling with 0.99.8 due circular units 1998-10-06 22:09:48 +00:00
gdb.pas
gendef.pas
hcodegen.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
htypechk.pas * fixed bool-bool cnv 1998-09-30 16:42:52 +00:00
i386.pas
import.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
innr.inc + assert() support 1998-10-05 12:32:44 +00:00
link.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
m68k.pas
Makefile + chmod 755 makecfg 1998-09-29 18:34:45 +00:00
messages.pas
mppc68k.bat
mppc386.bat
msgidx.inc * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
msgtxt.inc * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
opts68k.pas * moved -A to options.pas, becuase the code is the same 1998-09-25 09:57:08 +00:00
opts386.pas * moved -A to options.pas, becuase the code is the same 1998-09-25 09:57:08 +00:00
os2_targ.pas
parser.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
pass_1.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
pass_2.pas
pbase.pas + idtoken and only one token table 1998-09-26 17:45:30 +00:00
pdecl.pas * fixed set of bugs. like set of false..true set of #1..#255 and 1998-10-06 20:43:30 +00:00
pexports.pas + idtoken and only one token table 1998-09-26 17:45:30 +00:00
pexpr.pas * crash preventions 1998-10-05 13:57:13 +00:00
pmodules.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
popt386.pas * fixed small memory leak 1998-10-05 14:41:14 +00:00
pp.pas * ifdef heaptrc for heaptrc 1998-10-02 17:03:51 +00:00
ppc.dpr
ppovin.pas
ppu.pas + aktmodeswitches 1998-09-24 23:49:05 +00:00
pstatmnt.pas + idtoken and only one token table 1998-09-26 17:45:30 +00:00
psystem.pas + assert() support 1998-10-05 12:32:44 +00:00
ptconst.pas + aktmodeswitches 1998-09-24 23:49:05 +00:00
ra68kmot.pas
ra386att.pas * bugfix from fix branch 1998-09-24 17:52:31 +00:00
ra386dir.pas
ra386int.pas
scandir.inc * changed all length(p^.value_str^) into str_length(p) 1998-09-28 16:57:09 +00:00
scanner.pas * fixed unit interdependency with circular uses 1998-09-30 16:43:34 +00:00
script.pas
switches.pas
symdef.inc * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
symdefh.inc * fixed 161,165,166,167,168 1998-10-05 21:33:15 +00:00
symppu.inc * changed all length(p^.value_str^) into str_length(p) 1998-09-28 16:57:09 +00:00
symsym.inc * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
symsymh.inc * fixed enum for not GDB 1998-09-24 15:11:17 +00:00
systems.pas * bugfixes 1998-10-07 04:26:58 +00:00
tcadd.pas * fixed 161,165,166,167,168 1998-10-05 21:33:15 +00:00
tccal.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
tccnv.pas * fixed 161,165,166,167,168 1998-10-05 21:33:15 +00:00
tccon.pas * splitted pass_1 1998-09-23 20:42:22 +00:00
tcflw.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
tcinl.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
tcld.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
tcmat.pas * splitted pass_1 1998-09-23 20:42:22 +00:00
tcmem.pas * small problems with DOM and excpetions fixed (code generation 1998-09-26 15:03:02 +00:00
tcset.pas * m68k compiler compiles again 1998-10-06 20:48:56 +00:00
temp_gen.pas
tgen68k.pas
tgeni386.pas
todo.txt * crash preventions 1998-10-05 13:57:13 +00:00
token.inc * fixed far,near which are not keywords 1998-09-30 12:12:30 +00:00
tpexcept.pas
tree.pas * fixed 161,165,166,167,168 1998-10-05 21:33:15 +00:00
types.pas * fixed set of bugs. like set of false..true set of #1..#255 and 1998-10-06 20:43:30 +00:00
verbose.pas * some memory leaks fixed (thanks to Peter for heaptrc !) 1998-10-06 17:16:31 +00:00
version.inc
win_targ.pas