Commit Graph

1977 Commits

Author SHA1 Message Date
pierre
a1f1003555 * some range check bugs fixed (still not working !)
+ added DLL writing support for win32 (also accepts variables)
  + TempAnsi for code that could be used for Temporary ansi strings
    handling
1998-11-30 09:42:52 +00:00
pierre
8a0fb3c67e + added the changes from Pavel Ozerski after several modifications
to be able to create DLLs
1998-11-30 09:16:57 +00:00
michael
2fcbb9a87d + Added bug #187 1998-11-30 08:47:16 +00:00
peter
b32111a3e2 * also check fmInput,fmOutput 1998-11-29 23:10:12 +00:00
peter
e0b2f65f9a * fixed constant ansistring -> pchar 1998-11-29 22:37:30 +00:00
peter
97bbe41037 + io-error 103 added 1998-11-29 22:28:09 +00:00
florian
67d932c449 * problem with arrays with init tables fixed 1998-11-29 21:45:48 +00:00
peter
1b481e1cca * fixes for 'asm sti end;' 1998-11-29 12:47:21 +00:00
peter
a53f6ba9d4 * hack for arraydef.size overflow 1998-11-29 12:45:59 +00:00
peter
6df97708c1 * check for constants with array decl 1998-11-29 12:42:24 +00:00
peter
d02a24bc75 * newcnv -> not oldcnv 1998-11-29 12:40:19 +00:00
carl
526c0e0d49 + Initial revision by Nils Sjoholm 1998-11-28 21:12:59 +00:00
peter
b4045fe57e + support for dll variables 1998-11-28 16:20:48 +00:00
michael
cdd4a7a793 Fixed generation of constant ansistrings 1998-11-28 15:36:02 +00:00
peter
842c6be313 * NOATTCDQ define 1998-11-28 14:09:48 +00:00
michael
7d5cd410ba + Added bug #186 1998-11-28 13:19:02 +00:00
michael
5aecf1085b + Added catch unit again 1998-11-27 22:54:52 +00:00
peter
a41f61713d + open strings, $P switch support 1998-11-27 14:50:30 +00:00
peter
162124d10c * give error when string[0] decl is found 1998-11-27 14:34:41 +00:00
Jonas Maebe
5271ef0830 * changed RandSeed and OldRandSeed to Cardinal to avoid negative random numbers 1998-11-26 23:16:13 +00:00
Jonas Maebe
fc52d94323 * changed cdq to cltd in AT&T assembler block 1998-11-26 23:14:52 +00:00
Jonas Maebe
31cc13417a - removed A_CLTD opcode (use A_CDQ instead)
* changed cbw, cwde and cwd to cbtw, cwtl and cwtd in att_op2str array
  * in daopt386: adapted AsmInstr array to reflect changes + fixed line too long
1998-11-26 21:45:29 +00:00
peter
99b1865d05 - removed 1998-11-26 21:37:26 +00:00
peter
d2ba96eeac + FPC_BOUNDCHECK 1998-11-26 21:33:58 +00:00
peter
9d460fac9d * rangecheck updates 1998-11-26 21:33:06 +00:00
peter
66f37e9d4a * fix for valuepara 1998-11-26 21:30:03 +00:00
Jonas Maebe
06f8d85e52 + bug0185 1998-11-26 17:12:02 +00:00
Jonas Maebe
f4b8ab9e61 * several small fixes in the AsmInstr table (concerning reading/writing from
regs/mem, doesn't affect current optimizer)
1998-11-26 15:43:24 +00:00
Jonas Maebe
a7e2ff769e + change "setxx mem; movb mem, reg8" to "setxx reg8" if mem is a local
variable/parameter or function result (between {$ifdef ver0_99_11})
1998-11-26 15:41:45 +00:00
michael
ced8b68930 + Added packrecords 1 1998-11-26 14:57:47 +00:00
michael
4b33489b11 + Fixed RTTI constants 1998-11-26 14:47:00 +00:00
michael
5d9dc4f800 + Fixed TREsourcefile.init 1998-11-26 14:41:22 +00:00
peter
df89c828e5 * ansistring -> pchar fixed
* ansistring constants fixed
  * ansistring constants are now written once
1998-11-26 14:39:10 +00:00
peter
38e8f2f2a6 * set also library flag if smartlinking and outputname is different 1998-11-26 14:36:02 +00:00
michael
9df9d3e3a2 + Fixed Gettypeinfos 1998-11-26 14:22:18 +00:00
peter
a62eb86cde * new int - int conversion -dNEWCNV
* some function renamings
1998-11-26 13:10:39 +00:00
peter
13d2cb30b0 * update status also for internalerrors 1998-11-26 13:08:19 +00:00
florian
a9d8c411a3 * for classes no init/final. code is necessary, fixed 1998-11-26 09:53:36 +00:00
pierre
9bf6e172f2 * fillpoly works 1998-11-25 22:59:23 +00:00
pierre
4201ea4903 * var:=new(pointer_type) support added 1998-11-25 19:12:51 +00:00
michael
b661b37184 + Fixed typinfo count of properties 1998-11-25 16:47:03 +00:00
florian
6b71ea1c62 * writting of rtti for properties fixed 1998-11-25 14:35:28 +00:00
pierre
61c9cacec0 + added multi page support 1998-11-25 13:04:43 +00:00
pierre
ba37dad6a9 * fixed bugs of graph unit registered 1998-11-25 12:55:53 +00:00
peter
7f0c5c85af * removed platform.inc 1998-11-24 23:06:40 +00:00
peter
d008da6845 * handle array of char the same as strings 1998-11-24 22:59:05 +00:00
Jonas Maebe
7c0bfa9585 + added warning about TABs 1998-11-24 19:49:32 +00:00
Jonas Maebe
4df2da0cc7 * fixed problems posiible with 3 operand instructions 1998-11-24 19:47:22 +00:00
peter
741fe89a50 * fixed length(char)
- removed obsolete version.inc
1998-11-24 17:12:42 +00:00
peter
007c60c127 * made a real fpc only version, no platform.inc
* applied fixes from the mailinglist
  + included some routines from callspec
1998-11-24 17:11:22 +00:00