peter 1b481e1cca * fixes for 'asm sti end;' 27 years ago
..
Makefile 0be2deee56 + shorter cycle for win32 with cygnus b20 27 years ago
aasm.pas 920691ac0a * fix for first line of function break 27 years ago
ag386int.pas e0f66581eb * fixed for $H+ 27 years ago
ag386nsm.pas e0f66581eb * fixed for $H+ 27 years ago
ag68kgas.pas 920691ac0a * fix for first line of function break 27 years ago
ag68kmit.pas 920691ac0a * fix for first line of function break 27 years ago
ag68kmot.pas 920691ac0a * fix for first line of function break 27 years ago
ag68kmpw.pas 920691ac0a * fix for first line of function break 27 years ago
aopt386.pas f2da32cd91 * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 27 years ago
asmutils.pas e0f66581eb * fixed for $H+ 27 years ago
assemble.pas 3539ab25da * assemble failure increments status errorcount again !! 27 years ago
browser.pas 63ff2ffbbc * some memory leaks specific to usebrowser define fixed 27 years ago
catch.pas fbfaf30c0b Adapted to changed Signal call 27 years ago
cg386add.pas 6756b4ec78 * sets are not written twice anymore 27 years ago
cg386cal.pas a41f61713d + open strings, $P switch support 27 years ago
cg386cnv.pas d02a24bc75 * newcnv -> not oldcnv 27 years ago
cg386con.pas cdd4a7a793 Fixed generation of constant ansistrings 27 years ago
cg386flw.pas 0cadc4f3c3 * VALUEPARA for tp7 compatible value parameters 27 years ago
cg386inl.pas a41f61713d + open strings, $P switch support 27 years ago
cg386ld.pas b4045fe57e + support for dll variables 27 years ago
cg386mat.pas 31cc13417a - removed A_CLTD opcode (use A_CDQ instead) 27 years ago
cg386mem.pas 4201ea4903 * var:=new(pointer_type) support added 27 years ago
cg386set.pas 7621dc0b56 * several memory leaks fixed 27 years ago
cg68kadd.pas e4290ba94a + binary operators for ansi strings 27 years ago
cg68kcal.pas 274bce92b8 + added -Se in Makefile cvstest target 27 years ago
cg68kcnv.pas 3037445491 * released useansistring 27 years ago
cg68kcon.pas 66ee4baa3d * problem of const with ansi fixed 27 years ago
cg68kflw.pas 6155ef488c * emitpushreferenceaddress gets now the asmlist as parameter 27 years ago
cg68kinl.pas 3037445491 * released useansistring 27 years ago
cg68kld.pas a5f0168fbb * wrong stabs info corrected once again !! 27 years ago
cg68kmat.pas c3b3abdb65 * undid some changes of Peter that made the compiler wrong 27 years ago
cg68kmem.pas 4201ea4903 * var:=new(pointer_type) support added 27 years ago
cg68kset.pas 397be1fe09 * last memory leaks found when compiler 27 years ago
cga68k.pas 274bce92b8 + added -Se in Makefile cvstest target 27 years ago
cobjects.pas de4cf49059 * ansistring fixes 27 years ago
comphook.pas 752857f403 * tp7 didn't like my ifopt H+ :( 27 years ago
compiler.pas 7e40231ad7 * some dll support for win32 27 years ago
csopt386.pas 4df2da0cc7 * fixed problems posiible with 3 operand instructions 27 years ago
cws.txt 99db27959b - all stuff moved to docs\internal.tex 27 years ago
daopt386.pas 31cc13417a - removed A_CLTD opcode (use A_CDQ instead) 27 years ago
depend 7f720c64ef Added compiler call 27 years ago
dmisc.pas af83d90357 * some changes to compile with Delphi 27 years ago
errorn.msg 9ec2dfaf4a + added tai_const_symbol_offset 27 years ago
export.pas 93620d84dd * stackcheck removed for i386_win32 27 years ago
files.pas 752857f403 * tp7 didn't like my ifopt H+ :( 27 years ago
gdb.pas 920691ac0a * fix for first line of function break 27 years ago
gendef.pas 1468993242 * new style for m68k/i386 infos and enums 27 years ago
hcodegen.pas a41f61713d + open strings, $P switch support 27 years ago
htypechk.pas d02a24bc75 * newcnv -> not oldcnv 27 years ago
i386.pas 31cc13417a - removed A_CLTD opcode (use A_CDQ instead) 27 years ago
import.pas b4045fe57e + support for dll variables 27 years ago
innr.inc 369e79adf9 + assert() support 27 years ago
lin_targ.pas b4045fe57e + support for dll variables 27 years ago
link.pas aea3c488fb + fixpath() has an extra option to allow a ./ as path 27 years ago
m68k.pas 7e40231ad7 * some dll support for win32 27 years ago
messages.pas a0c582dc12 * merged fixes 27 years ago
mppc386.bat e05ec93224 + support of <procedure var type>:=<pointer> in delphi mode added 27 years ago
mppc68k.bat 0e8616ed1f + temporary variables now in temp_gen.pas unit 27 years ago
msgidx.inc 162124d10c * give error when string[0] decl is found 27 years ago
msgtxt.inc 85726fcb35 * more ansistring fixes 27 years ago
opts386.pas 94812a78c1 * Fixed syntax error 27 years ago
opts68k.pas 1468993242 * new style for m68k/i386 infos and enums 27 years ago
os2_targ.pas e7013f1efd * Faster keyword scanning. 27 years ago
parser.pas 0353e61e9b * va_list -> array of const 27 years ago
pass_1.pas c93531b63f * ansistring support in extdebug code 27 years ago
pass_2.pas 0cadc4f3c3 * VALUEPARA for tp7 compatible value parameters 27 years ago
pbase.pas d4ac5e456b + idtoken and only one token table 27 years ago
pdecl.pas 6df97708c1 * check for constants with array decl 27 years ago
pexports.pas 7e40231ad7 * some dll support for win32 27 years ago
pexpr.pas a41f61713d + open strings, $P switch support 27 years ago
pmodules.pas b4045fe57e + support for dll variables 27 years ago
popt386.pas a7e2ff769e + change "setxx mem; movb mem, reg8" to "setxx reg8" if mem is a local 27 years ago
pp.pas 5aecf1085b + Added catch unit again 27 years ago
ppc.dpr af83d90357 * some changes to compile with Delphi 27 years ago
ppheap.pas de4cf49059 * ansistring fixes 27 years ago
ppovin.pas 6396267185 + Compiler,Comphook unit which are the new interface units to the 27 years ago
ppu.pas 752857f403 * tp7 didn't like my ifopt H+ :( 27 years ago
pstatmnt.pas 274bce92b8 + added -Se in Makefile cvstest target 27 years ago
psystem.pas a41f61713d + open strings, $P switch support 27 years ago
ptconst.pas 162124d10c * give error when string[0] decl is found 27 years ago
ra386att.pas 1b481e1cca * fixes for 'asm sti end;' 27 years ago
ra386dir.pas e0f66581eb * fixed for $H+ 27 years ago
ra386int.pas 1b481e1cca * fixes for 'asm sti end;' 27 years ago
ra68kmot.pas c3b3abdb65 * undid some changes of Peter that made the compiler wrong 27 years ago
scandir.inc 752857f403 * tp7 didn't like my ifopt H+ :( 27 years ago
scanner.pas 752857f403 * tp7 didn't like my ifopt H+ :( 27 years ago
script.pas 94b52a3d7f + smartlinking works (only case jumptable left todo) 27 years ago
switches.pas a41f61713d + open strings, $P switch support 27 years ago
symdef.inc a53f6ba9d4 * hack for arraydef.size overflow 27 years ago
symdefh.inc d5aea5e17f * problems with rtti fixed, hope it works 27 years ago
symppu.inc 38e8f2f2a6 * set also library flag if smartlinking and outputname is different 27 years ago
symsym.inc b4045fe57e + support for dll variables 27 years ago
symsymh.inc b4045fe57e + support for dll variables 27 years ago
systems.pas 752857f403 * tp7 didn't like my ifopt H+ :( 27 years ago
tcadd.pas d008da6845 * handle array of char the same as strings 27 years ago
tccal.pas a41f61713d + open strings, $P switch support 27 years ago
tccnv.pas d02a24bc75 * newcnv -> not oldcnv 27 years ago
tccon.pas 85726fcb35 * more ansistring fixes 27 years ago
tcflw.pas a5f0168fbb * wrong stabs info corrected once again !! 27 years ago
tcinl.pas a41f61713d + open strings, $P switch support 27 years ago
tcld.pas e413f19a4d * fixes for VALUEPARA 27 years ago
tcmat.pas 903713b09e * fixed constant not(boolean) 27 years ago
tcmem.pas 4201ea4903 * var:=new(pointer_type) support added 27 years ago
tcset.pas 2663a9ff1b + constant eval for in 27 years ago
temp_gen.pas 7621dc0b56 * several memory leaks fixed 27 years ago
tgen68k.pas 6b807957b1 + resetregistercount, resetusableregisters 27 years ago
tgeni386.pas d666ac848e + ansistring operator + 27 years ago
todo.txt 166faa64f6 * crash preventions 27 years ago
token.inc a41f61713d + open strings, $P switch support 27 years ago
tpexcept.pas 1dab5a8cf0 * removed some erros after other errors (introduced by useexcept) 27 years ago
tree.pas d02a24bc75 * newcnv -> not oldcnv 27 years ago
types.pas a41f61713d + open strings, $P switch support 27 years ago
verbose.pas 13d2cb30b0 * update status also for internalerrors 27 years ago
win_targ.pas b4045fe57e + support for dll variables 27 years ago