Commit Graph

87 Commits

Author SHA1 Message Date
pierre
426d21fbd1 Use need system macro FPC_LOCALS_ARE_STACK_REG_RELATIVE for mips support
git-svn-id: trunk@21897 -
2012-07-12 09:13:31 +00:00
pierre
324c5ad29d * Use two parameter get_caller_frame function to get correct result on mips
git-svn-id: trunk@21887 -
2012-07-11 22:16:49 +00:00
florian
d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
git-svn-id: trunk@19256 -
2011-09-27 20:22:40 +00:00
florian
4917931c63 * don't compile objects in fpu emulation mode
git-svn-id: trunk@7964 -
2007-07-05 20:01:01 +00:00
daniel
296501f036 * Remove more ptrint usage.'
git-svn-id: trunk@7909 -
2007-07-01 15:44:52 +00:00
peter
59e84ac06d * force stackframes for foreach,firstthat,lastthat
git-svn-id: trunk@4967 -
2006-10-18 20:31:25 +00:00
micha
d704af7216 fix compilation for {$T+} linux/win
git-svn-id: trunk@4794 -
2006-10-04 20:43:55 +00:00
florian
5660a9e875 * fixed typo
git-svn-id: trunk@4473 -
2006-08-20 16:10:28 +00:00
florian
9766a9c14a * handle collections with 0 or 1 element better
git-svn-id: trunk@4459 -
2006-08-19 22:56:27 +00:00
daniel
bdcd42b0cd * Make callpointerlocal and friends inline
git-svn-id: trunk@3523 -
2006-05-14 13:02:53 +00:00
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
michael
ffb55c4254 + Removed VER1_0 defines
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
peter
a263b1d40e * GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize 2004-11-22 19:34:58 +00:00
peter
0eb61a4823 * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
florian
d2bf4b0d92 * fixedPreviousFramePointer on sparc 2004-10-03 17:43:47 +00:00
carl
04aca6df4b * bugfix with file sharing modes. They are now kept, as is the case in BP. 2004-08-26 22:58:01 +00:00
peter
244b6d1435 fixed go32v2 compile 2004-06-20 09:24:40 +00:00
peter
8c60c6f93e * ordinal-pointer conversions fixed 2004-04-28 20:48:20 +00:00
peter
7f2e327975 * longint to ptrint 2004-04-22 20:59:23 +00:00
florian
57c8334471 * fixed GetParentFrame for ARM 2004-03-31 21:49:19 +00:00
peter
e677c4be8b * x86_64 added 2004-02-18 21:59:23 +00:00
Jonas Maebe
e15a198928 * fixed PreviousFramePointer() for ppc 2004-01-01 15:30:04 +00:00
florian
cd88850377 * fixed some arm stuff 2003-11-30 19:48:20 +00:00
peter
bed1aa36fe * fixed crash in bufstream.write 2003-11-03 17:46:37 +00:00
marco
b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
Tomas Hajny
57538cb669 * THandle in sysutils common using System.THandle 2003-10-25 23:42:35 +00:00
peter
cabc606aab * sparc register typo 2003-09-16 15:57:33 +00:00
olle
b9394fd616 - removed parameter from fpc_iocheck 2003-08-21 22:14:16 +00:00
peter
0460035f53 * 1.1 does not need to load esi 2003-07-08 21:21:33 +00:00
peter
38985f89ca * use Windows THandle 2003-06-05 14:45:06 +00:00
Tomas Hajny
00b3fa1faf * PString inherited from System 2003-01-05 16:27:05 +00:00
carl
781415a0da - avoid warnings (add typecast) 2002-12-07 14:34:30 +00:00
carl
630f9266bd * forgot to init P buffer variable = crash 2002-10-31 13:08:04 +00:00
carl
4cfe3217c0 * more compatibility fixes for objects unit 2002-10-31 12:47:30 +00:00
carl
5d07868df3 * Bugfix for error checking
- DosStreamError is no longer global (bugfix 2043)
2002-10-30 22:44:44 +00:00
carl
b0aab01e4c - removed OS depedencies 2002-10-09 16:10:14 +00:00
carl
1baf0ef1b5 - some cleanup (less ifdef) 2002-09-07 21:15:25 +00:00
peter
01dfac4a4e * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
florian
8fbb716b82 + powerpc support added 2002-09-01 19:03:19 +00:00
carl
eb09d6061c - remove go32v1 support 2002-03-28 20:46:44 +00:00
peter
84a34f3a25 * wordrec for big endian 2001-07-31 19:36:09 +00:00
peter
e7c86006db * m68k updates merged 2001-07-30 21:38:54 +00:00
peter
9663f60c00 * merged m68k updates 2001-07-15 11:57:16 +00:00
Jonas Maebe
344fd00373 * completed incomplete typed constant records 2001-05-06 17:13:22 +00:00
florian
a33a06ce5d * updates from Armin commited 2001-04-16 18:33:14 +00:00
marco
abfa37b122 * Renamefest 2000-11-13 13:40:03 +00:00
michael
650fbb86aa + removed logs 2000-07-13 11:32:24 +00:00
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00