2
0
peter a6d82d07b6 * support for inc(pointer,value) which now increases with value instead 27 жил өмнө
..
Makefile c8a9da8e93 + chmod 755 makecfg 27 жил өмнө
aasm.pas 5b3312c7ed + ait_marker support 27 жил өмнө
ag386int.pas 5b3312c7ed + ait_marker support 27 жил өмнө
ag386nsm.pas 5b3312c7ed + ait_marker support 27 жил өмнө
ag68kgas.pas 5b3312c7ed + ait_marker support 27 жил өмнө
ag68kmit.pas 5b3312c7ed + ait_marker support 27 жил өмнө
ag68kmot.pas 5b3312c7ed + ait_marker support 27 жил өмнө
aopt386.pas f2da32cd91 * changed optimizer switches + cleanup of DestroyRefs in daopt386.pas 27 жил өмнө
asmutils.pas a4630b4f2b * bugfixes from fix branch 27 жил өмнө
assemble.pas a0c582dc12 * merged fixes 27 жил өмнө
browser.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
catch.pas fbfaf30c0b Adapted to changed Signal call 27 жил өмнө
cg386add.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
cg386cal.pas 2b44a66b5a * fixed value openarray 27 жил өмнө
cg386cnv.pas 491cd2afe3 * range checking in units doesn't work if the units are smartlinked, fixed 27 жил өмнө
cg386con.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg386flw.pas 8772ddfc7b * fixed repeat continue until true; 27 жил өмнө
cg386inl.pas a6d82d07b6 * support for inc(pointer,value) which now increases with value instead 27 жил өмнө
cg386ld.pas 2b44a66b5a * fixed value openarray 27 жил өмнө
cg386mat.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg386mem.pas 491cd2afe3 * range checking in units doesn't work if the units are smartlinked, fixed 27 жил өмнө
cg386set.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg68kadd.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
cg68kcal.pas 634686534e * merged fixes 27 жил өмнө
cg68kcnv.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg68kcon.pas 12a80cf3dc * update smartlinking, uses getdatalabel 27 жил өмнө
cg68kflw.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg68kinl.pas 634686534e * merged fixes 27 жил өмнө
cg68kld.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg68kmat.pas 181d4769a2 * all internal RTL functions start with FPC_ 27 жил өмнө
cg68kmem.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cg68kset.pas c72691c843 + pass_2 for cg386 27 жил өмнө
cga68k.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
cobjects.pas af83d90357 * some changes to compile with Delphi 27 жил өмнө
comphook.pas a5e9063968 merged from fixes branch 27 жил өмнө
compiler.pas 187b659121 - removed tempheap creation/restore 27 жил өмнө
csopt386.pas 965c651dcc * inter-register CSE, still requires some tweaks (peepholeoptpass2, better RegAlloc) 27 жил өмнө
cws.txt 99db27959b - all stuff moved to docs\internal.tex 27 жил өмнө
daopt386.pas 965c651dcc * inter-register CSE, still requires some tweaks (peepholeoptpass2, better RegAlloc) 27 жил өмнө
depend 7f720c64ef Added compiler call 27 жил өмнө
dmisc.pas af83d90357 * some changes to compile with Delphi 27 жил өмнө
errorn.msg a0c582dc12 * merged fixes 27 жил өмнө
files.pas 226a917014 * fixed unit interdependency with circular uses 27 жил өмнө
gdb.pas b2661d12be + browsing updated and developed 27 жил өмнө
gendef.pas f66f837fc8 * m68k compiles 27 жил өмнө
hcodegen.pas c72691c843 + pass_2 for cg386 27 жил өмнө
htypechk.pas b6bf708ca9 * fixed bool-bool cnv 27 жил өмнө
i386.pas 0e770798da * released REGALLOC 27 жил өмнө
import.pas 7727757e88 * remove extension if one is specified 27 жил өмнө
innr.inc 1db43eef4d * more constant expression evaluators 27 жил өмнө
link.pas 26f2354ce1 * remove also the end files for smartlinking 27 жил өмнө
m68k.pas 35a8d2e4fd * m68k and palmos updates from surebugfixes 27 жил өмнө
messages.pas a0c582dc12 * merged fixes 27 жил өмнө
mppc386.bat af83d90357 * some changes to compile with Delphi 27 жил өмнө
mppc68k.bat 0e8616ed1f + temporary variables now in temp_gen.pas unit 27 жил өмнө
msgidx.inc cc64ced22c * some more unit messages 27 жил өмнө
msgtxt.inc cc64ced22c * some more unit messages 27 жил өмнө
opts386.pas de4f9299ff * moved -A to options.pas, becuase the code is the same 27 жил өмнө
opts68k.pas de4f9299ff * moved -A to options.pas, becuase the code is the same 27 жил өмнө
os2_targ.pas f07849effe * small os2 fixes 27 жил өмнө
parser.pas 226a917014 * fixed unit interdependency with circular uses 27 жил өмнө
pass_1.pas 01ec56bec4 * fixed type node which was always set to void :( 27 жил өмнө
pass_2.pas a3fbac27af * first working array of const things 27 жил өмнө
pbase.pas d4ac5e456b + idtoken and only one token table 27 жил өмнө
pdecl.pas b56098e7e3 * fixed error msg with type l=<var> 27 жил өмнө
pexports.pas d4ac5e456b + idtoken and only one token table 27 жил өмнө
pexpr.pas 630d8ea8d2 * crash preventions 27 жил өмнө
pmodules.pas 226a917014 * fixed unit interdependency with circular uses 27 жил өмнө
popt386.pas 68bc49c014 * moved UpdateUsedRegs (+ bugfix) to daopt386 27 жил өмнө
pp.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
ppc.dpr af83d90357 * some changes to compile with Delphi 27 жил өмнө
ppovin.pas 6396267185 + Compiler,Comphook unit which are the new interface units to the 27 жил өмнө
ppu.pas 8e85a889de + aktmodeswitches 27 жил өмнө
pstatmnt.pas d4ac5e456b + idtoken and only one token table 27 жил өмнө
psystem.pas 8e85a889de + aktmodeswitches 27 жил өмнө
ptconst.pas 8e85a889de + aktmodeswitches 27 жил өмнө
ra386att.pas 53794c1c88 * bugfix from fix branch 27 жил өмнө
ra386dir.pas 58c2d999f0 * updated some error messages 27 жил өмнө
ra386int.pas 0de70c3b6e * bugfix of operand overrides, VERY stupid bugfix BTW... 27 жил өмнө
ra68kmot.pas 85c8a88cbe + localswitches, moduleswitches, globalswitches splitting 27 жил өмнө
scandir.inc a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
scanner.pas 226a917014 * fixed unit interdependency with circular uses 27 жил өмнө
script.pas 94b52a3d7f + smartlinking works (only case jumptable left todo) 28 жил өмнө
switches.pas b2661d12be + browsing updated and developed 27 жил өмнө
symdef.inc 491cd2afe3 * range checking in units doesn't work if the units are smartlinked, fixed 27 жил өмнө
symdefh.inc 491cd2afe3 * range checking in units doesn't work if the units are smartlinked, fixed 27 жил өмнө
symppu.inc a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
symsym.inc 2b44a66b5a * fixed value openarray 27 жил өмнө
symsymh.inc 3d947ea74d * fixed enum for not GDB 27 жил өмнө
systems.pas a0c582dc12 * merged fixes 27 жил өмнө
tcadd.pas ee6e14cd40 * splitted pass_1 27 жил өмнө
tccal.pas 1db43eef4d * more constant expression evaluators 27 жил өмнө
tccnv.pas 9083713fe4 * type casts pchar<->ansistring fixed 27 жил өмнө
tccon.pas ee6e14cd40 * splitted pass_1 27 жил өмнө
tcflw.pas ee6e14cd40 * splitted pass_1 27 жил өмнө
tcinl.pas 1db43eef4d * more constant expression evaluators 27 жил өмнө
tcld.pas 040a2cf89f + floatdef support for array of const 27 жил өмнө
tcmat.pas ee6e14cd40 * splitted pass_1 27 жил өмнө
tcmem.pas 39584dd9f6 * small problems with DOM and excpetions fixed (code generation 27 жил өмнө
tcset.pas ee6e14cd40 * splitted pass_1 27 жил өмнө
temp_gen.pas 31ff347814 * small bug correction due to newinput 27 жил өмнө
tgen68k.pas 6b807957b1 + resetregistercount, resetusableregisters 27 жил өмнө
tgeni386.pas 0e770798da * released REGALLOC 27 жил өмнө
todo.txt 29fe330347 * a lot of stuff fixed regarding rtti and publishing of properties, 27 жил өмнө
token.inc 2710136f9f * fixed far,near which are not keywords 27 жил өмнө
tpexcept.pas 19c63e360f * removed warnings 27 жил өмнө
tree.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
types.pas a3fbac27af * first working array of const things 27 жил өмнө
verbose.pas a12d8c9417 * changed all length(p^.value_str^) into str_length(p) 27 жил өмнө
version.inc 5340ca9baa * adapted to 0.99.5 28 жил өмнө
win_targ.pas 295d53cb69 + smartlinking for win95 imports 27 жил өмнө