Commit Graph

12207 Commits

Author SHA1 Message Date
carl
2f89d59534 * warning of portabilitiy problems with parasize / localsize 2002-12-01 22:06:59 +00:00
carl
38f35b25cc * cleanup of error messages 2002-12-01 22:06:14 +00:00
carl
df0cf8a44c * no more warnings for structures over 32K since this is
handled correctly in this version of the compiler.
2002-12-01 22:05:27 +00:00
carl
953223dd74 - remove unused messages
* final cleanup stage finished
  + more portability warnings
2002-12-01 22:03:30 +00:00
Tomas Hajny
be27984b3b * Amiga support hopefully finished 2002-12-01 20:46:44 +00:00
carl
9b4b57ce01 * fix bugs with istemp() was wrong, and every reference was a temp 2002-12-01 18:58:26 +00:00
carl
5c35de2252 * disable overflow checking in some parts to avoid problems 2002-12-01 18:57:34 +00:00
carl
abb3152190 * fix compilation problems 2002-12-01 16:19:16 +00:00
Tomas Hajny
0482b366dc * fix for not linked import libraries for units with no code 2002-12-01 13:20:33 +00:00
carl
c0f0cf4ce6 * nil should give an error! 2002-11-30 23:34:43 +00:00
carl
62e2cd1c67 * merges from Pierre's fixes in m68k fixes branch 2002-11-30 23:33:02 +00:00
carl
22352dad85 * forgot goto on switch in last commit 2002-11-30 23:25:19 +00:00
carl
4b4df45eab * messafe file finihsed updating (still left to remove unused messages) 2002-11-30 23:17:48 +00:00
carl
5b05c7d2c3 - removed unused message 2002-11-30 23:16:39 +00:00
carl
0fa2b27920 * updating of message files finihsed
(left to remove unused messages)
2002-11-30 23:15:56 +00:00
carl
dc22ce1415 - removed cs_fp_emulation checking for m68k, its now controled
by a global switch
  + added powerpc/sparc/vis message options support
2002-11-30 23:14:55 +00:00
carl
6f5c977415 - cs_fp_emulation is no longer automatic for m68k target 2002-11-30 23:13:48 +00:00
carl
ebb8dd5261 + compilerproc for softfpu (first step for integration)
* several bugfixes for big-endian support
2002-11-30 21:34:20 +00:00
carl
edb20100ac + Add loading of softfpu in emulation mode
+ Correct routine call for softfpu
  * Extended type must also be defined even with softfpu
2002-11-30 21:32:24 +00:00
carl
f8d831d6ce + -Ce for softfpu 2002-11-30 21:29:56 +00:00
mazen
3c658bda85 + ncpuinln node 2002-11-30 20:03:29 +00:00
carl
d38880fb14 + hint directive testing 2002-11-30 18:46:56 +00:00
carl
4cff8c3477 + set testing 2002-11-30 18:46:30 +00:00
carl
65113dcece + profiling support for Win32 2002-11-30 18:44:57 +00:00
Tomas Hajny
25810d3dee * fix for missing end of comment block 2002-11-30 18:43:02 +00:00
carl
7769191263 + profiling support 2002-11-30 18:17:35 +00:00
sg
2c57646d2a * Stream parameters are not "var" anymore (stupid copy&paste bug) 2002-11-30 16:04:34 +00:00
carl
c79bdd9179 * try to fix profiling for win32 2002-11-30 14:39:15 +00:00
carl
93d011d184 + checking for symbols used with hint directives is done mostly in pexpr
only now
2002-11-30 11:12:48 +00:00
carl
a62998ff03 * fix bug n last commit (this bug was only detected gby 1.0.x, fixed) 2002-11-30 11:08:46 +00:00
carl
87e69126fb * fix bug with checking of duplicated items in sets (new sets bug only) 2002-11-30 10:45:14 +00:00
pierre
9612a08120 + powerpc cpu support started 2002-11-30 01:56:52 +00:00
pierre
6f2265f872 * fix a wrongly highlighted string 2002-11-30 01:55:33 +00:00
pierre
40df46547a + cross-powerpc specific filenames 2002-11-30 01:53:02 +00:00
pierre
a47e4fb345 * remove double in delphimodeswitches to allow compilation with -Cr option 2002-11-30 00:34:20 +00:00
carl
5c5db0e0a3 + unimplemented hint directive added
* hint directive parsing implemented
  * warning on these directives
2002-11-29 22:31:19 +00:00
carl
5abec3d375 * warning / hint for possible loss of data in assignment 2002-11-29 20:02:42 +00:00
carl
e047d2063d * warning / hint for possible loss of data in assignment 2002-11-29 19:54:22 +00:00
sg
382063623d * Improved HTML writing, now uses the HTML definition unit
(moved from FPDoc into FCL)
2002-11-29 18:04:25 +00:00
sg
b2b9e77321 * Changed notice about wglGetProcAddress 2002-11-29 17:10:13 +00:00
sg
e6ad0998ea * Removed opengl32 unit (all functions are now in the Windows unit) 2002-11-29 16:49:41 +00:00
sg
a2d0ce003c * Added wgl* functions (moved from opengl32 unit, to get more compatible
to Delphi)
2002-11-29 16:40:49 +00:00
peter
9a2f05820a * fixed ignorespaces which was broken by the previous commit
when a line started with spaces
2002-11-29 16:26:52 +00:00
peter
bc3943ca4f * fix for tw1896 2002-11-29 15:50:27 +00:00
florian
f3f3ed17b7 * AMD CPUs could have SSE as well 2002-11-29 00:06:24 +00:00
florian
03de4893b0 no message 2002-11-28 23:55:58 +00:00
florian
e0f1ddbc64 * fixed test, don't remember the use of it :/ 2002-11-28 23:34:16 +00:00
florian
593e30b839 * push_value_para didn't release floatdef locations, fixes tw2045 2002-11-28 23:28:14 +00:00
michael
7fa9aab48d + Documented float<>string conversion routines 2002-11-28 23:06:04 +00:00
michael
bfd3e76ccf + Fixed float<>string conversion routines 2002-11-28 22:26:30 +00:00