Commit Graph

18172 Commits

Author SHA1 Message Date
peter
310bd76f34 * new bug 2004-12-03 16:01:18 +00:00
peter
466c376d13 * LOC_CREGISTER fix 2004-12-03 15:58:11 +00:00
peter
c2263a36ac * int64 can also be put in a register 2004-12-03 15:57:39 +00:00
peter
6fa0391558 * fix for 1.9.4 that IE'd when rebuilding fpc 2004-12-03 15:57:11 +00:00
peter
959bdccc49 * disable pass2inline 2004-12-02 19:26:14 +00:00
marco
0d1d1a2c1b * fpsettimeofday. 2004-12-02 18:24:35 +00:00
peter
d3b001f8a4 * prevent crash when appending empty string 2004-12-02 17:56:01 +00:00
peter
15e2b21671 * crash with empty strigns 2004-12-02 17:51:40 +00:00
marco
75019cf36a * initial settimeofday 2004-12-02 15:11:42 +00:00
marco
7869e4893c * tz_ added to ttimezoen fields 2004-12-02 11:23:06 +00:00
marco
c505806918 * tz_ prefixed for timezone 2004-12-02 11:22:11 +00:00
marco
ef22375e59 * fixing empty import lines 2004-12-02 08:13:33 +00:00
marco
615c4f3d7c * patch from peter. 2004-12-02 08:11:22 +00:00
michael
ff146b3d32 + Patch from Pete: Dont support widestrings when compiled with 1.0.x and Add additional typecasts to Widestring for widechar/pwidechar 2004-12-01 10:34:46 +00:00
michael
240c5a96c2 + Fix from Jesus Reyes to fix TfieldDefs.Assign 2004-11-30 21:18:34 +00:00
michael
9eb3c1ced6 + Fix from Alexey Barkovoy for bug #3302 2004-11-30 20:56:27 +00:00
michael
5ee6daf1bf + Upgraded to version 6.4.1 2004-11-30 20:49:05 +00:00
Jonas Maebe
bd04491f50 * patch from Peter to fix inlining of case statements 2004-11-30 18:13:39 +00:00
peter
24cc110e9f * public is allowd in interface 2004-11-29 21:50:08 +00:00
peter
8a23b747b4 * add public 2004-11-29 21:48:04 +00:00
peter
7c144223ad * fixed wrong calculation for checking default parameters 2004-11-29 21:40:54 +00:00
peter
9da80100a2 skip for go32v2 to prevent hangings during unattended runs 2004-11-29 21:26:12 +00:00
peter
044191a02d support for limit83fs 2004-11-29 21:25:32 +00:00
peter
459858305e * location_force_reg in second_nothing can reuse LOC_CREGISTER 2004-11-29 21:02:08 +00:00
peter
cd4534c862 * uninited results 2004-11-29 20:50:37 +00:00
peter
acb6b83a20 fixed compilation 2004-11-29 20:39:36 +00:00
michael
8117e33c2a + Made license more clear, upgraded to LGPL 2.1 2004-11-29 19:17:26 +00:00
michael
d4b8a224a1 + Added license to this library 2004-11-29 19:16:43 +00:00
peter
06cfe01791 * os2 fixes for import
* asmsymtype support for intel reader
2004-11-29 18:50:15 +00:00
peter
05127d887d * when importing by index don't change mangledname 2004-11-29 17:48:34 +00:00
peter
5f61be6b4d * prevent some IEs with delphi methodpointers 2004-11-29 17:32:56 +00:00
peter
1fa574257d * case statement inline 2004-11-29 17:30:38 +00:00
peter
5cc6ec76f4 * -Or is for all cpus 2004-11-29 16:58:52 +00:00
peter
e2c6259fcf * extra test for tw3395 2004-11-29 16:05:54 +00:00
peter
59052a64b9 * print usedheap when getheapstatus is available 2004-11-29 15:28:39 +00:00
marco
bc941c52d6 * stdcall added. Thnx M. 2004-11-29 12:27:24 +00:00
Tomas Hajny
490f9abe4c * fixes for 8.3 platforms 2004-11-28 22:04:45 +00:00
Tomas Hajny
7044e6895b * compilation fix for non-Unix platforms 2004-11-28 21:56:00 +00:00
florian
e27a8d871f * fixed test 2004-11-28 21:32:28 +00:00
Jonas Maebe
97b2ef94c1 * loadvmtaddrn and loadparentfpn both have complexity 1 (the latter
fixes compilation of tw0935 with nodeinlining)
2004-11-28 19:29:45 +00:00
Jonas Maebe
21c7a9db2f * fixed check for regvar-ability of tempnodes 2004-11-28 19:16:53 +00:00
florian
da263529ce * on win32 we can link directly against msvcrt.dll 2004-11-28 18:30:05 +00:00
florian
2e581da5a6 * fixed test 2004-11-28 17:16:12 +00:00
Tomas Hajny
78dcc31778 * workaround for IE200411171 2004-11-28 16:16:25 +00:00
marco
d4424b07c4 * PRESULT added 2004-11-28 15:27:14 +00:00
Jonas Maebe
38db3679d8 * only try to replace locals from the inlined procedure with temps,
cycle now works with -dNODEINLINE
2004-11-28 14:34:59 +00:00
Tomas Hajny
a7161eedbe * additional sv* constants and their aliases 2004-11-28 12:37:39 +00:00
Tomas Hajny
a503078edb * common implementation of platform independent functions for unit Dos 2004-11-28 12:33:35 +00:00
Jonas Maebe
f244dea6ec * fixed some bugs in the node inlining code due to the transition from
dynamic array to tlist
  * fixed some register temp bugs (node inlining still does not work again
    though)
2004-11-27 22:43:01 +00:00
florian
54ceea9e60 * some m68k stuff updated 2004-11-27 16:16:02 +00:00